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:
>>>>&
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
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
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
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
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
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?
_
- 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
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
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
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
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
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
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
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
+1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
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
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
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.
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
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.
___
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
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/
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/
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
* 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
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
.
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
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
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
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
>&
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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,
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
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
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
>
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"
>
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"
>
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:
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
74 matches
Mail list logo