Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Christian Schoenebeck
Am 25.01.2016 um 19:10 schrieb Felix Fietkau: > On 2016-01-25 18:58, Christian Schoenebeck wrote: >> Am 25.01.2016 um 14:50 schrieb Felix Fietkau: >>> On 2016-01-24 17:35, Felix Fietkau wrote: >>>> On 2016-01-24 13:06, Christian Schoenebeck wrote: >>>>&

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Christian Schoenebeck
Am 25.01.2016 um 14:50 schrieb Felix Fietkau: > On 2016-01-24 17:35, Felix Fietkau wrote: >> On 2016-01-24 13:06, Christian Schoenebeck wrote: >>> I'm currently looking on ddns-scripts and still got certificate problems >>> I'm on r48470 including ca-certif

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-24 Thread Christian Schoenebeck
ren Christian Schoenebeck : > >> I'm currently looking on ddns-scripts and still got certificate problems >> I'm on r48470 including ca-certificates package installed >> >> root@OpenWrt:~# uclient-fetch -O- >> 'https://myuser:myp...@update.spdns.d

Re: [OpenWrt-Devel] Discussion: Replace BUSYBOX NSLOOKUP by hostip package

2016-01-24 Thread Christian Schoenebeck
I prepared ddns-scripts to use hostip if installed. I already published but closed the pull because of uclient-fetch to be implemented. Christian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/li

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-24 Thread Christian Schoenebeck
I'm currently looking on ddns-scripts and still got certificate problems I'm on r48470 including ca-certificates package installed root@OpenWrt:~# uclient-fetch -O- 'https://myuser:myp...@update.spdns.de/nic/update?hostname=myhost.example.com&ip=8.8.8.8' Downloading 'https://myuser:myp...@update

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-23 Thread Christian Schoenebeck
For whatever reason uclient-fetch is installed into /bin directory. Your plan is to use it as a replacement for Busybox Wget. Fine. Why do you place the wget link to uclient-fetch also into /bin ? wget default location is /usr/bin/wget If you later install GNU wget the package will remove /usr/bin

[OpenWrt-Devel] Discussion: Replace BUSYBOX NSLOOKUP by hostip package

2016-01-23 Thread Christian Schoenebeck
For some (good) reason you decided to remove wget from BusyBox and replace it by uclient-fetch. Why not also remove nslookup from BusyBox. - If compiled with musl it malfunction with given dns-server - use hostip package instead. Tiny and functional What do you think? _

[OpenWrt-Devel] ca-certificates: update to version 20160104

2016-01-06 Thread Christian Schoenebeck
- update to latest version 20160104 - remove cpu dependency (PKGARCH:=all) - set myself as package maintainer Signed-off-by: Christian Schoenebeck --- package/system/ca-certificates/Makefile | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package/system/ca

[OpenWrt-Devel] [for-15.05] ca-certificates: update to version 20151214

2015-12-21 Thread Christian Schoenebeck
update to version 20151214 Signed-off-by: Christian Schoenebeck --- package/system/ca-certificates/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index 9c50fef..18af018 100644

[OpenWrt-Devel] ca-certificates: update to version 20151214

2015-12-21 Thread Christian Schoenebeck
update to version 20151214 Signed-off-by: Christian Schoenebeck --- package/system/ca-certificates/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index 9c50fef..18af018 100644

[OpenWrt-Devel] [PATCH] ca-certificates: update to version 20150426

2015-05-29 Thread Christian Schoenebeck
update to version 20150426 Signed-off-by: Christian Schoenebeck --- package/system/ca-certificates/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index 0bf3f25..9c50fef

[OpenWrt-Devel] [BB 14.07] No automatic buildbot anymore ???

2015-05-17 Thread Christian Schoenebeck
Hi, I fixed some LuCI language files about 3 weeks ago, but downloads.openwrt.org is still on 29.09.2014. Are there no updates build for BB 14.07 ? Christian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin

Re: [OpenWrt-Devel] ddns default config values broken?

2015-05-10 Thread Christian Schoenebeck
One Shot in verbose mode is for diagnostic on console only. To configure "One Shot" if starting via init.d script i.e. using cron you should set "force_interval" to "0". This will retry (retry_count) until one successful update. If looking into sources do it on Github or the source tree because d

Re: [OpenWrt-Devel] ddns default config values broken?

2015-05-09 Thread Christian Schoenebeck
Hi Henning, the pull request is posted on github https://github.com/openwrt/packages/pull/1241 Please have a look on the comments. What do you think about a minimum or increasing sleep time before next retry ? Christian ___ openwrt-devel mailing list o

Re: [OpenWrt-Devel] ddns default config values broken?

2015-05-07 Thread Christian Schoenebeck
Hi Henning, thanks for you suggestions. I had to prepare a patch the next days anyway, so I will implement it. Christian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Dirty Diamond

2015-04-07 Thread Christian Schoenebeck
+1 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] samba36: add smb.conf.template to conffiles

2015-04-02 Thread Christian Schoenebeck
User might have modified/extended template direct or by LuCI application. So do not overwrite on update/upgrade. Signed-off-by: Christian Schoenebeck --- package/network/services/samba36/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/network/services

Re: [OpenWrt-Devel] Translating LuCI? (https://luci.subsignal.org/pootle/ down)

2015-04-02 Thread Christian Schoenebeck
Hi Janne, from my knowledge pottle is down since LuCI moved to GitHub. inside luci/modules/[package] and luci/applications/[application] on source tree you should find a "po" directory where translations are stored. Inside there is a templates/[file].pot This is the catalog (master) the transl

Re: [OpenWrt-Devel] Dynamically generate custom files before building?

2015-03-23 Thread Christian Schoenebeck
For me a shell script is doing the job. Calling parameter is the target. I use a separate configuration directory beside building directory. I copy the correct files for the target into the files directory and the correct .config into building directory and then call make. All inside the script.

[OpenWrt-Devel] BB14.07 - no auto build/update from source to download server

2015-03-20 Thread Christian Schoenebeck
Today I checked my BB 14.07 installation to update ca-certificates. On the download server is still version 20140325 Inside build-tree it's version 20141019 Is there no auto build/update of the download server ? ___ openwrt-devel mailing list openwrt-deve

Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #19186: DDNS: NO valid IP found

2015-03-16 Thread Christian Schoenebeck
Hi, inside the log your box cannot resolve your own dns name. hosts can not resolve your [hostname].selfhost.me. (line 34 & 48 inside attached log) please also check nslookup [hostname].selfhost.me and hosts from console. Looks like a dns problem inside you box. ___

[OpenWrt-Devel] [PATCH] package-defaults.mk: set DISABLE_NLS only if not CONFIG_BUILD_NLS

2015-02-20 Thread Christian Schoenebeck
set DISABLE_NLS only if CONFIG_BUILD_NLS NOT set. like DISABLE_IPV6 which depends on CONFIG_IPV6 Signed-off-by: Christian Schoenebeck --- include/package-defaults.mk | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/package-defaults.mk b/include/package

[OpenWrt-Devel] [PATCH] BusyBox: Netcat 1.10 compatibility require server option

2015-02-07 Thread Christian Schoenebeck
Netcat 1.10 compatibility require server options 1.10 compatibility without server option produce error "NO OPT l!" and completely not function Signed-off-by: Christian Schoenebeck --- package/utils/busybox/Makefile| 6 +++--- package/utils/busybox/config/

[OpenWrt-Devel] cURL: implement new functionality with cleanup and fixes

2015-01-31 Thread Christian Schoenebeck
s restructure for easier reading changes to Config.in extended for new functionality implement dependencies restructure and grouping for easier reading build tested on XUbuntu 14.10 x86 for x86 (generic) and ar71xx (WNDR3800) Signed-off-by: Christian Schoenebeck --- package/network/

[OpenWrt-Devel] [for 14.07] ca-certificates: update to 20141019

2015-01-24 Thread Christian Schoenebeck
update to version 20141019 and create symbolic link for certificate hashes during installation Signed-off-by: Christian Schoenebeck --- package/system/ca-certificates/Makefile | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/package/system/ca-certificates

[OpenWrt-Devel] cURL: Update to version 7.40.0

2015-01-23 Thread Christian Schoenebeck
* Update to version 7.40.0 * remove non existing config options around enable/disable HTTPS protocoll * remove --with-ca-path if ssl support disabled * set proxy support as default like all versions before CC did Signed-off-by: Christian Schoenebeck --- package/network/utils/curl/Config.in

[OpenWrt-Devel] libcurl: questing about configure/build options

2015-01-21 Thread Christian Schoenebeck
Two questions about curl/libcurl package and its build configuration: 1.) There is a new config option available since 17.01.2015 to configure https setting --enable-https / --disable-https(secure http) Inside the original curl configure script I cannot find this option (all others are t

[OpenWrt-Devel] [PATCH] package-ipkg.mk: allow to install CC packages on older versions

2015-01-21 Thread Christian Schoenebeck
. Signed-off-by: Christian Schoenebeck --- include/package-ipkg.mk | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 77eaeb8..584ab95 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk

Re: [OpenWrt-Devel] ddns-scripts 2.0.1-1 breaks freedns.afraid.org?

2015-01-16 Thread Christian Schoenebeck
Implemented in 2.1.0-5 including your other suggested changes. Christian Am 15.01.2015 um 06:07 schrieb Catalin Patulea: > I've opened a pull request for this (and other misc fixes): > https://github.com/openwrt/packages/pull/779 > > On Tue, Jan 13, 2015 at 9:14 AM, Chri

Re: [OpenWrt-Devel] ddns-scripts "sleep 10" before updating?

2015-01-16 Thread Christian Schoenebeck
Am 16.01.2015 um 17:50 schrieb Catalin Patulea: > On Fri, Jan 16, 2015 at 4:36 AM, Christian Schoenebeck > wrote: >> Did you really ever run into problems because of 10 seconds delay after an >> outage of thousands of seconds ? > No, but I don't want to wait until I ha

Re: [OpenWrt-Devel] ddns-scripts "sleep 10" before updating?

2015-01-16 Thread Christian Schoenebeck
Am 16.01.2015 um 03:07 schrieb Catalin Patulea: > On Thu, Jan 15, 2015 at 3:28 PM, Christian Schoenebeck > wrote: >> I did a lot of testing with a user using satellite Internet connection. >> He quickly gets his IP from the modem but he needs to use a global dns >&

Re: [OpenWrt-Devel] ddns-scripts "sleep 10" before updating?

2015-01-15 Thread Christian Schoenebeck
Am 15.01.2015 um 06:17 schrieb Catalin Patulea: > On Tue, Jan 13, 2015 at 8:56 AM, Christian Schoenebeck > wrote: >> from my point of view 10 seconds to wait before sending an update to the >> ddns provider is not a big deal because it takes up to 5 minutes until >> &quo

Re: [OpenWrt-Devel] ddns-scripts 2.0.1-1 breaks freedns.afraid.org?

2015-01-13 Thread Christian Schoenebeck
I put it on the TODO list. Thanks for feedback Christian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] ddns-scripts "sleep 10" before updating?

2015-01-13 Thread Christian Schoenebeck
Hi Catalin, there might be a change somewhere in the past inside netifd. When I started creating the scripts I tested with the old scripts and had seen that when the scripts try to detect local IP from the "wan" that it fails because no data available. from my point of view 10 seconds to wait b

Re: [OpenWrt-Devel] [Luci2] Problems since 2015-01-05-e28f8f6

2015-01-07 Thread Christian Schoenebeck
Hi, that's it. Thanks Christian Am 07.01.2015 um 22:29 schrieb Jo-Philipp Wich: > Hi, > > my bad - I forgot to push the updated views as well. Please try again. > > ~ Jow > ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.o

Re: [OpenWrt-Devel] [Luci2] Problems since 2015-01-05-e28f8f6

2015-01-07 Thread Christian Schoenebeck
2 TypeError: L.NetworkModel is undefined luci2.j... > eval (Zeile 414, Spalte 8) http://192.168.1.1/luci2/luci2.js line 240 > eval line 579 > eval Hope this help. Christian Am 07.01.2015 um 22:01 schrieb Jo-Philipp Wich: > Hi. > >> login window now without "wrong user ..." and no aler

Re: [OpenWrt-Devel] [Luci2] Problems since 2015-01-05-e28f8f6

2015-01-07 Thread Christian Schoenebeck
Hi, login window now without "wrong user ..." and no alert boxes but still hanging at "Loading data..." I removed old package first and reinstalled the newly compiled 2015-01-07-09dc12a. Christian Am 07.01.2015 um 21:19 schrieb Jo-Philipp Wich: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1

[OpenWrt-Devel] [Luci2] Problems since 2015-01-05-e28f8f6

2015-01-07 Thread Christian Schoenebeck
Hi, I recompiled and installed Luci2 on OpenWrt x86 inside VirtualBox. I already used the previous version of LuCI2. Here my findings for the new Version using FireFox 34 installed on Xubuntu 14.10: - Login screen starts with: "Wrong username or password given!" - After login I got the following

Re: [OpenWrt-Devel] dnsmasq packages

2014-12-16 Thread Christian Schoenebeck
Hi, I would prefer to make it configurable like libcurl, busybox and others so select the option you need during compile. Base inside OpenWrt should be without any options, because dnsmasq is only used as IPv4 DHCP. Have you ever check the funny thing happen, if you select more than 1 (*) insi

Re: [OpenWrt-Devel] [procd] How to redirect STDOUT/STDERR of a started service ?

2014-12-15 Thread Christian Schoenebeck
Am 14.12.2014 um 19:42 schrieb John Crispin: > > > On 14/12/2014 19:27, Christian Schoenebeck wrote: >> Hi, I provided privoxy 3.0.22 package with scripts using procd to >> run the service. When privoxy runs in foreground it never writes to >> logfile. So it's re

[OpenWrt-Devel] [procd] How to redirect STDOUT/STDERR of a started service ?

2014-12-14 Thread Christian Schoenebeck
Hi, I provided privoxy 3.0.22 package with scripts using procd to run the service. When privoxy runs in foreground it never writes to logfile. So it's required to redirect stdout and/or stderr of this started service to a file. I asked the developers of privoxy how to fix this. I got a tip to cre

[OpenWrt-Devel] [oldpackages] privoxy: move to github

2014-12-07 Thread Christian Schoenebeck
privoxy: moved to github Signed-off-by: Christian Schoenebeck --- net/privoxy/Makefile | 64 net/privoxy/files/privoxy.config | 27 - net/privoxy/files/privoxy.init | 16 -- 3 files changed, 107 deletions(-) diff

[OpenWrt-Devel] [PATCH][base-files] functions.sh: default_postinst() - create user:group first (resend)

2014-11-30 Thread Christian Schoenebeck
create user:group before running postinst-pkg Signed-off-by: Christian Schoenebeck --- package/base-files/Makefile | 2 +- package/base-files/files/lib/functions.sh | 6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package/base-files/Makefile b/package

Re: [OpenWrt-Devel] [base-files] functions.sh: default_postinst() - create user:group first

2014-11-27 Thread Christian Schoenebeck
tantly know > why this patch is correct :) could you resubmit with a proper > description. a one liner is enough. > > John > > On 26/11/2014 19:38, Christian Schoenebeck wrote: >> 1.) create user:group 2.) run postinst-pkg now you can change owner >> and permissio

[OpenWrt-Devel] [base-files] functions.sh: default_postinst() - create user:group first

2014-11-26 Thread Christian Schoenebeck
1.) create user:group 2.) run postinst-pkg now you can change owner and permission of installed files and directories in postinst-pkg (Makefile/postinst) otherwise you can't 3.) clear luci cache 4.) enable/start service Signed-off-by: Christian Schoenebeck --- package/base-

Re: [OpenWrt-Devel] [BROKEN][package-ipkg.mk] postinst, prerm, conffiles from original makefile killed

2014-10-24 Thread Christian Schoenebeck
Mea culpa! I mixed something up Christian Am 24.10.2014 um 13:42 schrieb Jo-Philipp Wich: > Hi. > >> postinst and prerm are copied shell scripts >> and executed on the box and not by make >> thats the reason for #!/bin/sh required on the first line >> so "$$" not needed. right ? > > Nope, not r

Re: [OpenWrt-Devel] [BROKEN][package-ipkg.mk] postinst, prerm, conffiles from original makefile killed

2014-10-24 Thread Christian Schoenebeck
Hi Jow, postinst and prerm are copied shell scripts and executed on the box and not by make thats the reason for #!/bin/sh required on the first line so "$$" not needed. right ? Thanks Christian Am 24.10.2014 um 11:32 schrieb Jo-Philipp Wich: > Hi Christian, > > should be fixed with 43017 - tha

[OpenWrt-Devel] [BROKEN][package-ipkg.mk] postinst, prerm, conffiles from original makefile killed

2014-10-24 Thread Christian Schoenebeck
Original content of Makefile postinst and prerm and conffiles is not moved to final package. Content of postinst-pkg : "ostinst" Content of prerm-pkg: "rerm" Content of conffiles: "onffiles" in the log you find: echo "onffiles" > conffiles; echo "ostinst-pkg" > postinst-pkg; echo "rerm-p

[OpenWrt-Devel] [PATCH] [ca-certificates] Update to Version 20141019

2014-10-23 Thread Christian Schoenebeck
Update to Version 20141019 Signed-off-by: Christian Schoenebeck --- package/system/ca-certificates/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index 08a853f..0caf027 100644

Re: [OpenWrt-Devel] Default dhcp (client) hostname is unset - Luci implies $(hostname)

2014-10-08 Thread Christian Schoenebeck
Am 08.10.2014 um 21:07 schrieb Justin Vallon: > On 10/8/14 4:47 AM, Christian Schoenebeck wrote: >> Inside >> [buildroot]/feeds/luci/modules/base/luasrc/model/cbi/admin_network/proto_dhcp.lua >> you find the definition hostname.placeholder = luci.sys.hostname(). >> It&#

Re: [OpenWrt-Devel] Default dhcp (client) hostname is unset - Luci implies $(hostname)

2014-10-08 Thread Christian Schoenebeck
Am 08.10.2014 um 07:07 schrieb Justin Vallon: > On 10/7/14 8:46 PM, Aaron Z wrote: >> On Tue, Oct 7, 2014 at 7:02 PM, Justin Vallon wrote: >>> So either: >>> >>> 1) The dhcp hostname option should be blank to indicate no default value >>> (maintain current behavior) >>> 2) When udhcpc is invoked,

Re: [OpenWrt-Devel] [luci] [DISCUSSION] How to support LuCI applications not in OpenWrt packages repository

2014-10-07 Thread Christian Schoenebeck
Am 07.10.2014 um 20:16 schrieb Nikos Mavrogiannopoulos: > On Tue, 2014-10-07 at 19:24 +0200, Jo-Philipp Wich wrote: >> Hi. >> >> I think about abandoning the LuCI Trac entirely and only accept patches >> sent to the mailinglist, I lack time and resources to keep it running >> and spam-free. >> >> S

Re: [OpenWrt-Devel] [luci] [DISCUSSION] How to support LuCI applications not in OpenWrt packages repository

2014-10-07 Thread Christian Schoenebeck
Am 07.10.2014 um 20:16 schrieb Nikos Mavrogiannopoulos: > On Tue, 2014-10-07 at 19:24 +0200, Jo-Philipp Wich wrote: >> Hi. >> >> I think about abandoning the LuCI Trac entirely and only accept patches >> sent to the mailinglist, I lack time and resources to keep it running >> and spam-free. >> >> S

Re: [OpenWrt-Devel] [luci] [DISCUSSION] How to support LuCI applications not in OpenWrt packages repository

2014-10-07 Thread Christian Schoenebeck
Am 07.10.2014 um 11:49 schrieb Jo-Philipp Wich: > Hi. > > In principle I have no objections but we need to figure out a way on how > to deal with translation files. If stuff is split out of the LuCI repo > you have to take of that yourself. > > ~ Jow >

[OpenWrt-Devel] [RESEND] Re: Please could somebody implement this short term [OpenWrt] #18018: luci-app-ddns is missing the event interface option

2014-10-04 Thread Christian Schoenebeck
Am 03.10.2014 um 14:53 schrieb Jo-Philipp Wich: > Hi, > > thanks for the patch. however the description still looks grammatically > wrong: "On which interface up should start the ddns script process." > > Maybe it can be better written as "Trigger DDNS update when this > interface is started" >

Re: [OpenWrt-Devel] Please could somebody implement this short term [OpenWrt] #18018: luci-app-ddns is missing the event interface option

2014-10-03 Thread Christian Schoenebeck
Am 03.10.2014 um 14:53 schrieb Jo-Philipp Wich: > Hi, > > thanks for the patch. however the description still looks grammatically > wrong: "On which interface up should start the ddns script process." > > Maybe it can be better written as "Trigger DDNS update when this > interface is started" >

Re: [OpenWrt-Devel] Please could somebody implement this short term [OpenWrt] #18018: luci-app-ddns is missing the event interface option

2014-10-03 Thread Christian Schoenebeck
ng the event interface, a user using LuCi WebUI has no chance to use Dynamic DNS without hack the config from console, because the ddns-scripts behind it will not work. Signed-off-by: Christian Schoenebeck --- Index:

[OpenWrt-Devel] Please could somebody implement this short term [OpenWrt] #18018: luci-app-ddns is missing the event interface option

2014-10-03 Thread Christian Schoenebeck
Am 03.10.2014 um 09:31 schrieb OpenWrt: > #18018: luci-app-ddns is missing the event interface option > -+--- > Reporter: techstep@… | Owner: developers > Type: defect | Status: new > Priority: normal | Mile

[OpenWrt-Devel] [DISCUSSION] How to support LuCI applications not in OpenWrt packages repository

2014-10-03 Thread Christian Schoenebeck
Hi, we got a new ticket inside OpenWrt Ticket #18018 with problems inside LuCI app. This is normally not an OpenWrt ticket it's a LuCI ticket, but the user don't know. If the user try to post the ticket at LuCI trac it takes weeks before the ticket is reported by LuciTrac to the mailing lists.

Re: [OpenWrt-Devel] ddns-scripts: add service two-dns.de

2014-09-29 Thread Christian Schoenebeck
Am 29.09.2014 um 13:04 schrieb Martin Röcker: > Hi, > > Im using the free dynamic DNS service from twodns.de. Maybe it might be > interesting for other OpenWrt users as well so I send you this tiny > patch. > > Martin > Pull request #374 created Christian

[OpenWrt-Devel] [PATCH] [package]base-files: default_postinst() force clear luci-indexcache

2014-09-25 Thread Christian Schoenebeck
Inside every LuCI package you need to clear luci-indexcache and sometimes when installing non LuCI pacakges it's also needed to clear it. Easier put it into default_postinst(). Signed-off-by: Christian Schoenebeck --- package/base-files/files/lib/functions.sh | 1 + 1 file changed, 1 inse

Re: [OpenWrt-Devel] [PATCH 3/4] Run c_hash on the certificates

2014-09-25 Thread Christian Schoenebeck
Am 25.09.2014 um 12:24 schrieb Cristian Morales Vega: > On 24 September 2014 21:40, Christian Schoenebeck > wrote: >> curl and wget works fine with this as long as they have hashes to look at. > > I tried and if I don't build curl with --with-ca-path this command > (&q

Re: [OpenWrt-Devel] [PATCH 3/4] Run c_hash on the certificates

2014-09-24 Thread Christian Schoenebeck
stian Date: Sun, 20 Jul 2014 10:48:50 +0200 Subject: [PATCH] [package] ca-certificates: create symbolic link for certificate hashes Implementing "add-cert.sh" functionality described at http://wiki.openwrt.org/doc/howto/wget-ssl-certs into Makefile otherwise you need to create symbolic lin

Re: [OpenWrt-Devel] [patch] [package] ca-certificates: create symbolic link for certificate hashes

2014-09-18 Thread Christian Schoenebeck
Am 20.07.2014 09:06, schrieb Felix Fietkau: > On 2014-07-19 12:16, Christian Schoenebeck wrote: >> From: Christian Schoenebeck >> Date: Sat, 19 Jul 2014 11:14:01 +0200 >> Subject: ca-certificates: create symbolic link for certificate hashes >> >> Implementing &quo

[OpenWrt-Devel] for-14.07 [packages] xinetd: ident-bind.patch copy from trunk ??

2014-09-16 Thread Christian Schoenebeck
Hi Jonathan, could you please copy xinetd: 004-ident-bind.patch also to 14.07 ? Christian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [packages] ddns-scripts: New Version ready for contribution incl. new LuCI Application

2014-09-13 Thread Christian Schoenebeck
Hi, I prepared a new Version of ddns-scripts incl. the LuCI Application. NEW in scripts: - IPv6 support - force communication to IPv4 or IPv6 only - DNS server support - using BIND host if installed - DNS requests via TCP - Proxy server support - log file support - support to run once NEW in LuC

[OpenWrt-Devel] [Issue] busybox: template nc: "NO OPT l!"

2014-08-26 Thread Christian Schoenebeck
I compiled busybox 1.22.1 from current trunk with various (custom) settings for netcat template and find out following results: without any options/extension -> works fine only "server options (-l)" -> works fine only "extensions (-eiw and -f FILE)"-> works fine only "1

[OpenWrt-Devel] [oldpackages] hd-idle: enable_debug block boot process

2014-07-28 Thread Christian Schoenebeck
From: Christian Schoenebeck Date: Mon, 28 Jul 2014 12:10:31 +0200 Subject: [PATCH] [oldpackages] hd-idle: enable_debug block boot process enable_debug will set parameter "-d"Debug mode. This will prevent hd-idle from becoming a daemon and print debugging info to stdout/stderr. (see

[OpenWrt-Devel] ddns-scripts: currently no MAINTAINER defined

2014-07-24 Thread Christian Schoenebeck
Hi, I would offer to do the job, but I down know what I need to do. What are the requirements? - technically (hardware/software equipment) - knowledge (I don't call myself a programmer) - permissions to which development environments I modified ddns-scripts and luci-app-dd

[OpenWrt-Devel] [PATCH][packages] lighttpd: errorlog failed if running as non root user

2014-07-22 Thread Christian Schoenebeck
From: Christian Schoenebeck Date: Tue, 22 Jul 2014 19:55:43 +0200 Subject: [PATCH][packages] lighttpd: errorlog failed if running as non root user (log.c.118) opening errorlog '/var/log/lighttpd/server.log' failed: Permission denied if running as non root user (what's should be

Re: [OpenWrt-Devel] luci-app-minidlna disables minidlna?

2014-07-21 Thread Christian Schoenebeck
Am 21.07.2014 11:18, schrieb Bruno Randolf: > Hi Garbor, > > In luci-app-mindlna we find the following in > /etc/uci-defaults/luci-minidlna: > > 3 /etc/init.d/minidlna enabled && { > 4 /etc/init.d/minidlna stop > 5 /etc/init.d/minidlna disable > 6 } > > Which disables Min

Re: [OpenWrt-Devel] [patch] [package] ca-certificates: create symbolic link for certificate hashes

2014-07-20 Thread Christian Schoenebeck
Am 20.07.2014 09:06, schrieb Felix Fietkau: > On 2014-07-19 12:16, Christian Schoenebeck wrote: >> From: Christian Schoenebeck >> Date: Sat, 19 Jul 2014 11:14:01 +0200 >> Subject: ca-certificates: create symbolic link for certificate hashes >> >> Implementing &quo

[OpenWrt-Devel] [PATCH][packages] tinyproxy: no SysLog and no logging as non root user

2014-07-19 Thread Christian Schoenebeck
From: Christian Schoenebeck Date: Sat, 19 Jul 2014 21:31:04 +0200 Subject: [PATCH][packages] tinyproxy: no SysLog and no logging as non root user 1.) No SysLog possible because keyword misspelled In tinyproxy.conf and tinyproxy.config the parameter is correct spelled with small "l&qu

[OpenWrt-Devel] [patch] [package] ca-certificates: create symbolic link for certificate hashes

2014-07-19 Thread Christian Schoenebeck
From: Christian Schoenebeck Date: Sat, 19 Jul 2014 11:14:01 +0200 Subject: ca-certificates: create symbolic link for certificate hashes Implementing "add-cert.sh" functionality discribed at http://wiki.openwrt.org/doc/howto/wget-ssl-certs into Makefile otherwise you need to creat