Re: [PATCH 0/3] ixp4xx: Restore support for the Netgear WG302 v1

2024-12-23 Thread Paul D
On 2024-12-23 00:32, Linus Walleij wrote: > This device was supported earlier with board files. > > I managed to get it back to working, by booting the > kernel over TFTP and just storing the root filesystem > in the small flash. > > Running LuCI on it is not recommended, as it has only > 32MB of

Re: Iptables/fw3 marks

2024-12-02 Thread Paul D
As far as I know, nothing is tracked. It seems until now the path is just beaten into the grass, but if we want something more 'concrete' but not inflexible, packages would do well to maintain a list of FWmarks in the wiki. Anything more than a file in the repo would be too inflexible (changes t

Re: OpenWrt 24.10 plans (rebase on top of main and tag?)

2024-11-27 Thread Paul D
On 2024-11-27 00:41, Hauke Mehrtens wrote: > Hi, > > We just had a meeting and talked about the OpenWrt 24.10 release. > > We plan to use opkg in the OpenWrt 24.10 release. We will deactivate the > USE_APK switch to prevent users from using apk. > Also second the 24.11 motion. One thing whi

Re: ULA prefix lifetime

2024-11-20 Thread Paul D
I proposed a 'fix' or, at least, a new feature to specify prefix lifetimes about a half-year ago which @Ansuel just reviewed a few days ago. See [RFC PATCH 08/14] router: clamp prefix valid_lt to interface valid_lifetime which... ideally should go in a separate patch (but this version depended

Re: Differentiating port-forwarding in iptables rules

2024-11-19 Thread Paul D
on't see why not. > >> On Nov 10, 2024, at 2:53 PM, Paul D wrote: >> >> Shooting from the hip a bit here, but how about a fwmark? >> >> >> # set mark for remapped traffic >> iptables -t mangle -A PREROUTING -p tcp --dport 23 -m conntrack --ct

Re: Feature Request: [odhcpd] Add Authentication option (RFC 3118/8415)

2024-11-11 Thread Paul D
Your biggest hurdle is probably this part: https://www.rfc-editor.org/rfc/rfc3118#section-5.4 It would help for you to understand what actually happens today for this part. BTW: all implementations of SIP are proprietary ;) but it's not impossible to figure it out. On 2024-11-11 13:31, Kev

Re: Differentiating port-forwarding in iptables rules

2024-11-10 Thread Paul D
Shooting from the hip a bit here, but how about a fwmark? # set mark for remapped traffic iptables -t mangle -A PREROUTING -p tcp --dport 23 -m conntrack --ctstate DNAT -j MARK --set-mark # apply tarpit if not remapped iptables -A INPUT -p tcp --dport 23 -m mark ! --mark -j TARPIT On 2024-

Re: [PATCH] ramips: add support for Keenetic KN-3211

2024-11-07 Thread Paul D
see in-line is the device sysupgradeable? On 2024-11-07 20:59, lotig...@lotigara.ru wrote: > From: Ivan Davydov > > Keenetic KN-3211 is a 2.4 Ghz band 11n (Wi-Fi 4) Wi-Fi repeater, based on > MT7628AN. > > Specification: > - System-On-Chip: MT7628AN > - CPU/Speed: 575 MHz > - Flash-Chip: Wi

Re: netifd vxlan bug

2024-10-25 Thread Paul D
Disregard. Defaults were getting nuked somewhere along the way... :/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

netifd vxlan bug

2024-10-25 Thread Paul D
Setting the learning flag to 1 for a vxlan does nothing more than the kernel default already does. Did anyone ever test VXLAN learning usage? See learning flag: # ip -6 link add vxlan100 type vxlan id 100 dstport 4789 local 2001:db8:1::1 learning # ip -d a === 9: vxlan100: mtu 1500 qdisc noo

Re: [PATCH] hostapd: allow PPSK to be enabled for sae, psk-sae

2024-10-25 Thread Paul D
Admittedly the file has changed location but the patch still applies. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH] hostapd: allow PPSK to be enabled for sae, psk-sae

2024-10-25 Thread Paul D
Could we get some movement on this? It looks like a trivial addition to enable PPSK for SAE. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [RFC PATCH 0/1] Patch for netifd to handle ip-rule ipproto

2024-10-17 Thread Paul D
See also https://github.com/openwrt/netifd/pull/36 On 2024-10-17 17:20, Paul Donald wrote: > Patch for netifd to handle ip-rule ipproto > > Paul Donald (1): > iprule: add ipproto property > > iprule.c | 10 ++ > iprule.h | 4 > system-linux.c | 3 +++ > 3 files chan

Re: [PATCH] ubox validate: port range check fix

2024-10-17 Thread Paul D
ping On 2024-09-20 18:23, Paul Donald wrote: > The luci GUI allows a single port in a port range field. This additional > check validates a single port if a range was not found. > > Signed-off-by: Paul Donald > --- > validate/validate.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions

x86 image trailing garbage

2024-09-30 Thread Paul D
https://downloads.openwrt.org/releases/23.05.5/targets/x86/64/openwrt-23.05.5-x86-64-generic-ext4-combined-efi.img.gz With how the images are compiled, there appears to be a faulty step that adds trailing garbage (some fake certificate). Hex View 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E

ubox: fix port range checks

2024-09-14 Thread Paul D
Please can someone with commit permissions fix this https://github.com/openwrt/luci/issues/7242 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: realtek target needs help

2024-08-12 Thread Paul D
On 2024-08-12 12:21, Bas Mevissen wrote: > All things being equal, is it worth a try with a different GCC version? Where GCC 13.3.4 boots, and 13.3.0... doesn't? > > I acquired an HP 1920-24G and gave this branch a spin. Unfortunately, it does > not boot with this branch. Booting 23.05.4 an

Re: OpenWrt One - celebrating 20 years of OpenWrt

2024-07-29 Thread Paul D
Hi, could one of the early ONE owners/users post numbers for the ONE regarding WireGuard performance? https://forum.openwrt.org/t/a-wireguard-comparison-db/187586/1 It's an important use-case and a factor affecting the decision for next hardware purchase (for me, anyway). _

Re: USB controller enumeration on APU3 is random since the update to kernel 6.6

2024-07-18 Thread Paul D
On 2024-07-18 18:31, Henrique de Moraes Holschuh via openwrt-devel wrote: > > OpenWRT has its hotplug via procd, which is different, but it should still be > usable for that kind of *required* functionality.  What the wiki describes > for "usbmisc" hotplug does *not* look good, hopefully the wik

Re: USB controller enumeration on APU3 is random since the update to kernel 6.6

2024-07-18 Thread Paul D
I can see this affecting USB network devices. In my experience of working with p910nd, I used sysfs also. Deterministic probing order is important if the order of discovered USB printers is to remain the same (so that port 9100 always talks to your HP at /dev/usb/lp0, port 9101 always talks

legal question for VRX518

2024-07-02 Thread Paul D
https://forum.openwrt.org/t/vrx518-firmware-license-change-can-it-be-included-now/202141 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [RFC PATCH 00/14] odhcpd config value clamping

2024-06-30 Thread Paul D
Any comments? On 2024-05-10 00:30, Paul Donald wrote: > Clamp values read from config to RFC mandated sane values instead of just > complaining. We also now implement valid_lifetime for ULA prefixes. > This is useful if you need to sunset or remove one from circulation. > ( Interestingly, if you

Re: [RFC PATCH 0/1] odhcpd uses also interafce dns_search

2024-06-30 Thread Paul D
Any comments? On 2024-04-10 03:16, Paul Donald wrote: > From: Paul Donald > > Applies to master d8118f6e76e5519881f9a37137c3a06b3cb60fd2 > > Naïve implementation. Works well. > > Might have drawbacks: it parses interfaces, so if they happen to have the > same parameter names, ??? > > The i

Re: [PATCH] ipq40xx: add PCIe magic hack to improve VRX518 compatibility

2024-06-17 Thread Paul D
On 2024-05-07 20:48, Christian Marangi (Ansuel) wrote: > Il giorno mar 7 mag 2024 alle ore 18:53 Enrico Mioso > ha scritto: >> >> Hello all!! >> >> is there any chance we can merge any form of this patch? >> The device it is related seems pretty popular and one of the rare devices >> supporting V

Re: [RFC PATCH] hostapd: Add support for APuP

2024-05-12 Thread Paul D
inline On 2024-05-10 19:48, g...@eigenlab.org wrote: > From: Gioacchino Mazzurco > > Add support for hostapd Access Point Micro Peering > > Signed-off-by: Gioacchino Mazzurco > --- > .../wifi-scripts/files/lib/netifd/hostapd.sh | 16 +- > package/network/services/hostapd/Makefile | 2

Re: [PATCH v3 0/9] odhcpd patchset

2024-05-06 Thread Paul D
Any further comments or reviews for this to go in? On 2024-04-09 05:04, Paul Donald wrote: > From: Paul Donald > > applies to odhcpd master HEAD d8118f6e76e5519881f9a37137c3a06b3cb60fd2 > > Before: > == > ICMPv6 Option (Prefix information : fd51:1c2a:8909::/64) > Type: Prefix information (

Re: [PATCH v2 0/4] Base support for Inteno XG6846

2024-04-25 Thread Paul D
On 2024-04-25 22:12, Linus Walleij wrote: > These patches have been cooking for some time, let's > get them moving. > > The idea is to merge this base so we have base support > for the target and then try to work out remaining issues > such as the LED handling. > > To: > > Signed-off-by: Linus

netifd compile errors

2024-04-23 Thread Paul D
commit 33ec3d52cea628df91eb0eb1701e16172c1e - HEAD Problems. the first error was the absence of /home/user/openwrt/staging_dir/target-mips_24kc_musl/usr/include/libubox/udebug.h Had to manually download udebug.h from the libubox repo...? Next error - (c)make cannot seem to find libnl-ti

Re: here we are again: real name 'discussion'

2024-04-18 Thread Paul D
On 2024-04-16 16:41, Etienne Champetier wrote: > Le mar. 16 avr. 2024 à 10:34, Paul D a écrit : >> >> On 2024-03-27 23:56, Etienne Champetier wrote: >>> >>> As this is a legal issue, should we get SFC opinion first ? >>> >>> Etienne >>>

Re: here we are again: real name 'discussion'

2024-04-16 Thread Paul D
On 2024-03-27 23:56, Etienne Champetier wrote: > > As this is a legal issue, should we get SFC opinion first ? > > Etienne  > Is this happening? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listin

Re: [PATCH] ath79: add support for Dell SonicPoint ACe APL26-0AE

2024-04-15 Thread Paul D
>> 6. Adjust "ipaddr" (access point) and "serverip" (TFTP server) addresses Might be an idea to explicitly document these IPs so that dedicated users can already set their gear to those IPs and just smash enter ___ openwrt-devel mailing list openwrt-d

Re: OpenWrt One / project update

2024-04-11 Thread Paul D
On 2024-04-11 10:52, Bjørn Mork wrote: > Ivan Ivanov writes: > >>> SOC: MediaTek MT7981B , Wi-Fi: MediaTek MT7976C >> >> Are these Mediateks capable of working without any binary blobs, at >> least in theory? > > A simple question back to you: Could you please list the wifi chips you > know of w

Re: Scripting question how to filter list of files based on globs

2024-04-10 Thread Paul D
> It's not beautiful, but it works: > > xargs -a blacklist.txt -I {} sh -c 'find package \( -name "$1" -prune \) -o > -type f -print' sh {} > > I take that back - no it doesn't :/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http

Re: Scripting question how to filter list of files based on globs

2024-04-10 Thread Paul D
On 2024-04-10 16:45, Philip Prindeville wrote: > > >> On Apr 9, 2024, at 6:03 PM, Paul D wrote: >> >> On 2024-04-09 23:30, Philip Prindeville via openwrt-devel wrote: >>> I'm trying to modify a script generates a list of filenames one per >>> line

Re: here we are again: real name 'discussion'

2024-04-09 Thread Paul D
On 2024-03-27 23:56, Etienne Champetier wrote: > > > (On my phone, Gmail mobile only sends html emails, sorry for that) > > As this is a legal issue, should we get SFC opinion first ? > > Etienne  > When can we know the result of such an opinion? ___

Re: Scripting question how to filter list of files based on globs

2024-04-09 Thread Paul D
On 2024-04-09 23:30, Philip Prindeville via openwrt-devel wrote: > I'm trying to modify a script generates a list of filenames one per > line, but should be filtered against a blacklist of file globs. > > Something like: > > % find dir -print | grep -v -f blacklist I got this. When I run it o

Re: [PATCH v2 6/9] router: Apply updated values from RFC8319 (updates RFC4861) to RA/ND

2024-04-08 Thread Paul D
On 2024-04-06 12:05, Jonas Gorski wrote: > Hi, You're right on all counts. I separated out the value clamping and config values to another patch-set. Thanks for your sharp eyes. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://

Re: [PATCH 0/9] odhcpd patchset

2024-04-05 Thread Paul D
On 2024-04-05 03:34, Daniel Golle wrote: > On Fri, Apr 05, 2024 at 02:53:03AM +0200, Paul Donald wrote: >> From: Paul Donald >> >> refactor and fix limit prefix preferred_lt to valid_lt in accordance with >> RFC4861 > > All changes look good and I generally agree. Thank you! > Good. Thank you.

Re: [PATCH] realtek/rtl839x: Edgecore ECS4100-12PH support

2024-04-04 Thread Paul D
On 2024-04-04 17:02, Stijn Tintel wrote: > On 4/04/2024 18:00, Paul D wrote: >> On 2024-04-04 16:28, st...@linux-ipv6.be wrote: >> >>> -netgear,gs110tpp-v1) >>> -    ucidef_set_poe 130 "$(filter_port_list "$lan_list" "lan9 lan10")&quo

Re: [PATCH] realtek/rtl839x: Edgecore ECS4100-12PH support

2024-04-04 Thread Paul D
On 2024-04-04 16:28, st...@linux-ipv6.be wrote: > -netgear,gs110tpp-v1) > - ucidef_set_poe 130 "$(filter_port_list "$lan_list" "lan9 lan10")" > - ;; If adding a device, surely these remove lines should not be there? ___ openwrt-devel mailing

Re: OpenWrt One / project update

2024-04-04 Thread Paul D
On 2024-04-04 12:00, John Crispin wrote: > Hi, > > > http://mirror2.openwrt.org/OpenWrtOne_top.png Looks nice. Is that silkscreened PD1 - 5V or PD - 15V? I guess it's not critical since PD auto-negotiates, but avoiding ambiguity is good. Were the chip numbers modified in the photos after? extr

Re: [PATCH 4/7] lldpd: note about capabilities

2024-04-03 Thread Paul D
On 2024-04-03 01:15, Jo-Philipp Wich wrote: > Hi, > > What's the purpose of this isolated comment? Either we're shipping version >= > v1.0.15 so this code is guaranteed to work or we don't, in which case the > code should not be there. We're not putting such comments next to all other > option

Re: [PATCH 1/7] lldpd: fixed interface(s) parsing

2024-04-03 Thread Paul D
Thanks for the insight, Jo. Inline: On 2024-04-03 01:12, Jo-Philipp Wich wrote: > Hi, > >> For interface type parameters, the man page documents patterns: >> ``` >> *,!eth*,!!eth1 >> >> uses all interfaces, except interfaces starting with "eth", >> but including "eth1". >> ``` > > at some point,

Re: [PATCH] base-files: reduce IPv6 ULA prefix generation to a single call

2024-04-02 Thread Paul D
On 2024-04-02 23:00, Elliott Mitchell wrote: > Second, appears the ${parameter:offset:length} may not be POSIX. I > dislike this, but do not object since OpenWRT's shell is built with this > functionality enabled. UUOC! Ha. Yes, there are a few non POSIXy things in openwrt ash. A number of othe

Re: here we are again: real name 'discussion'

2024-03-31 Thread Paul D
(On my phone, Gmail mobile only sends html emails, sorry for that) As this is a legal issue, should we get SFC opinion first ? Since you deem it a legal issue, yes, get their opinion. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.or

uci bug

2024-03-29 Thread Paul D
When running uci from the command line, it parses files in /etc/config If other 'config' type files exist in this path, uci emits: uci: Entry not found to stderr for each non-uci type encountered. This can be confusing. Additionally, for every line printed to stderr in this process, it iterat

Re: [PATCH] scripts: gen_image_generic: allow FAT fs on kernel partition for non-GPT targets

2024-03-29 Thread Paul D
Recommend avoiding -a and -o params. Use instead e.g. [ -n "$GUID" ] || [ "$KERNELPARTTYPE" = "6" ] || [ "$KERNELPARTTYPE" = "c" ] https://www.shellcheck.net/wiki/SC2166 On 2024-03-28 18:00, Tomasz Maciej Nowak wrote: From: Tomasz Maciej Nowak Some old or proprietary bootloader recognize

Re: here we are again: real name 'discussion'

2024-03-27 Thread Paul D
lets make a vote So... what's necessary for a vote to start? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: here we are again: real name 'discussion'

2024-03-27 Thread Paul D
Christian and I have read on IRC people that got offended by my profile pic People will take offence at *anything*. Thus, 'take' and not 'give'. It's a *them* problem, not a *you* problem. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.

Re: here we are again: real name 'discussion'

2024-03-27 Thread Paul D
My 2 cent on the problem of permitting nick is that if we accept that, some funny guy might use nickname like "ExtraHardCockSucker" and we wouldn't have anything to say about it and have to accept it if the contribution is correct. Using Real name prevents that (on 99% of the case) Examples of th

Re: here we are again: real name 'discussion'

2024-03-27 Thread Paul D
a) It's a policy change and not a code change. Policy changes require a vote Then take a(nother) vote. https://lists.openwrt.org/pipermail/openwrt-devel/2024-January/042063.html b) Just because the kernel changed their interpretation of DCO requirements doesn't mean this automatically applie

here we are again: real name 'discussion'

2024-03-26 Thread Paul D
We have quorum/consensus on this issue. Is it too much to ask that everyone now follow it, or at least have this token 'vote'? Triggered by the yggdrasil additions of recent. https://github.com/openwrt/packages/pull/23072 Paul S amended the policy (in packages[1] and openwrt[2] repos) with

Re: Linux kernel 6.1 or 6.6 for OpenWrt 24.x release?

2024-03-20 Thread Paul D
Judging by the recent PRs bumping platforms to 6.6, it seems 6.6 is the goal. https://github.com/openwrt/openwrt/pulls On 2024-03-19 04:27, abnoeh wrote: May I ask what was the result of this vote was? 2024-02-03 오후 9:06에 Hauke Mehrtens 이(가) 쓴 글: Hi, I track the status of the Linux kernel

procd fix

2024-03-18 Thread Paul D
Maybe needs Rafał Miłecki approval? === diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index 8ee25f4f08b47..9d936bb7e9778 100644 --- a/package/system/procd/files/procd.sh +++ b/package/system/procd/files/procd.sh @@ -601,7 +601,7 @@ procd_add_mdns_

live test system

2024-03-17 Thread Paul D
Maybe others have raised this idea. I won't address potential security issues at the abstract phase (firewalling necessary), but... How about a node which spins up a live openwrt system with the latest luci master with the various PRs that come in? So contributors can see the effect of chan

Re: Purpose of openwrt-devel?

2024-03-13 Thread Paul D
Elliott, You raise some important points, and also mention some *solutions* which is commendable. 1) all work is done voluntarily 2) time is limited 3) understanding is lacking 4) courage is lacking Or... success has many fathers, but failure is an orphan. Speaking from personal experience

Re: rpcd / acl.d problem

2024-03-03 Thread Paul D
On 2024-03-02 19:50, Jo-Philipp Wich wrote: Hi. You need a double backslash to escape the backslash itself. "/usr/bin/find -L /dev -maxdepth 3 -type c -name lp\\[0-9\\]": ["exec"] ~ Jo No go. Still 403. Pretty sure I've tried all workable permutations in the js and JSON of escaping. Rest

Re: Vote: New member proposal linusw (Linus Walleij)

2024-03-02 Thread Paul D
No voting rights, but +1 for his contributions and help esp on XG6846 and bcm/marvell stuff. On 2024-03-02 16:01, Christian Marangi (Ansuel) wrote: From: Petr Štetiar Hi, Linus is renowned in the FOSS community primarily for his exceptional contributions to the Linux kernel, where he mainta

rpcd / acl.d problem

2024-03-02 Thread Paul D
Can this be fixed or is lib micro box the limitation? See jows commit for the current apex of permission strings: https://git.openwrt.org/?p=project/rpcd.git;a=commitdiff;h=aaa08366e6384d9933a405d1218b03c1b167f9e5 In https://github.com/openwrt/luci/pull/6907 I encountered a permissions probl

Re: ubus running key status

2024-03-01 Thread Paul D
lter -q -e "@['unetd'].instances[*].running" returns simply: true This is working when script execution takes some time. For some scripts that take very less time (for e.g, a single instruction such as "uci set .."), we are not able to detect the transition of &

lldpd: FAO stintel and all committers to openwrt repo

2024-02-27 Thread Paul D
The last PR that you merged included some fatal copy/paste errors. At least the first PR below fixes them https://github.com/openwrt/openwrt/pull/14583 https://github.com/openwrt/openwrt/pull/14584 I have some other fixes pending but those depend on these PRs. /P _

Re: [PATCH firmware-utils] ptgen: fix limitation for active partition in GPT

2024-02-26 Thread Paul D
On 2024-02-23 15:49, Thomas Richard wrote: In GPT there is no reason to limit the active partition number to 4. This limitation is only for MBR, as it corresponds to the maximum number of primary partitions. Signed-off-by: Thomas Richard Agreed. _

Re: OpenWrt One - celebrating 20 years of OpenWrt

2024-02-26 Thread Paul D
On 2024-02-26 19:39, John Crispin wrote: Hi Rafał, Is there any update / schedule you could share? I have been meaning to send an update for a few days. Thanks for reminding me. I'm really looking forward to this device. yeah, me too ;) Lots of stuff has been happening. There was a short

Re: [PATCH 1/3] base-files: sysupgrade: add tar.sh with helpers for building archives

2024-02-26 Thread Paul D
What tar standard are you aiming to adhere to? On 2024-02-26 15:14, Rafał Miłecki wrote: From: Jo-Philipp Wich This allows building uncompressed tar archives from shell scripts (and compressing them later if needed) Signed-off-by: Rafał Miłecki --- package/base-files/files/lib/upgrade/ta

Re: ubus running key status

2024-02-23 Thread Paul D
On 2024-02-23 13:43, Ravi Paluri (QUIC) wrote: Can you let us know, is there a way to get a notification when the "running" key value moves to "false" from "true"? OR is there any ubus API to which we can register a callback, which will then be invoked when the execution is complete? Not cert

Re: procd, possible hotplug issue?

2024-02-20 Thread Paul D
On 2024-02-17 22:55, e9hack wrote: Hi, I face a problem with hotplug calls. To execute hotplug calls, procd checks given environment variables. If a variable is empty, it is simply not set by procd. If such a variable is already set by the shell, the called hotplug script gets a wrong value. Thi

Re: [PATCH] base-files: sysupgrade: include uci-defaults script disabling services

2024-02-15 Thread Paul D
On 2024-02-15 15:42, Rafał Miłecki wrote: On 14.02.2024 21:50, Paul D wrote: Would services not do better to be tracked within uci and its config files in /etc/config? Well, it's a part of a mess we have in our init/config code. It was only last week that Jo was discussing it with Ansue

Re: some github runner failers

2024-02-15 Thread Paul D
I recommend avoiding Docker (hub) entirely if possible. GHCR has been great in my experience. Integrates nicely with GH actions. On 2024-02-15 13:37, Paul Spooren wrote: On Feb 15, 2024, at 00:12, Paul D wrote: https://github.com/openwrt/packages/actions/runs/7908507874/job/21587828762

some github runner failers

2024-02-14 Thread Paul D
https://github.com/openwrt/packages/actions/runs/7908507874/job/21587828762?pr=23415 for various platforms errors: #4 [internal] load metadata for docker.io/openwrt/rootfs:i386_pentium-mmx-openwrt-23.05 #4 ERROR: no match for platform in manifest sha256:7a53f3d962d2ecbd00ee1f5b12794be788ca93

Re: [PATCH] base-files: sysupgrade: include uci-defaults script disabling services

2024-02-14 Thread Paul D
(Not directly commenting on this change set) Would services not do better to be tracked within uci and its config files in /etc/config? Or do changes to those files there risk triggering other procd actions to the services they dictate? On 2024-02-14 16:05, Rafał Miłecki wrote: From: Raf

Re: procd error messages

2024-02-14 Thread Paul D
On 2024-02-13 00:23, Hartmut Birr wrote: Hi, I let /etc/init.d/network log some more things by changing: --- network.rom 2024-02-12 20:46:51.0 +0100 +++ network 2024-02-12 23:18:07.0 +0100 @@ -16,8 +16,10 @@ start_service() {     init_switch     procd_open_instanc

procd.sh: mdns addition

2024-02-11 Thread Paul D
FAO Rafał A great to have mdns addition within procd.sh: https://github.com/openwrt/openwrt/pull/10715 A necessary bug fix: https://github.com/openwrt/openwrt/pull/14597 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.o

luci-base: ui.js: avoid polling in a tight loop on confirm/rollback

2024-02-03 Thread Paul D
https://github.com/openwrt/luci/pull/6347 approved? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: Linux kernel 6.1 or 6.6 for OpenWrt 24.x release?

2024-02-03 Thread Paul D
On 2024-02-03 13:06, Hauke Mehrtens wrote: Hi, I track the status of the Linux kernel 6.1 migration in this github issue: https://github.com/openwrt/openwrt/issues/14546 There are still many targets on kernel 5.15 without testing support for kernel 6.1 in OpenWrt master. I assume that we nee

odhcpd github repo

2024-01-31 Thread Paul D
Who reviews what goes on in this repo? https://github.com/openwrt/odhcpd It needs some reviewer love. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [VOTE] New member proposal: Robimarko (Robert Marko)

2024-01-31 Thread Paul D
+1 On 2024-01-30 19:15, Christian Marangi (Ansuel) wrote: Robert is active in OpenWrt since 2017 and with some recent stats, he has more than 310 commits merged in OpenWrt. He also have uncounted Reviewed-by tag on various PR and merged commits and generally helps in everything related to IPQ

Re: [PATCH] modules: Add kernel module for MV88E6xxx DSA switch

2024-01-31 Thread Paul D
Is this what we tested on 6846? Or this is what you've been cooking? :) I'm almost certain it's the latter. On 2024-01-30 23:33, Linus Walleij wrote: This adds a kernel module package for the Marvell MV88E6XXX DSA switch and a separate module package for the DSA tagger since it can in theory

Re: [PATCH] mtdsplit_uimage: Split also after offsetted uImage

2024-01-25 Thread Paul D
The simple past tense of offset is... offset :) Suggested: Split also after offset uImage BTW: was this what I tested in your factory and sysimages for the XG6846? If so can you roll a fresh one with this patch? Then I can give you a more recent Tested-By: On 2024-01-23 23:17, Linus Walle

p910nd

2024-01-25 Thread Paul D
Trying to add the almost mandatory +kmod-usb-printer to p910nd package Since just about every known configuration still mandates that the user install kmod-usb-printer. https://github.com/openwrt/packages/pull/23094 Is there a smarter way to add this depends? I don't yet understand how i

Re: [PATCH] package: add new poe-common package

2024-01-25 Thread Paul D
So, the power budget is a global option. Do we ever envisage that parts of this budget can be concretely assigned to specific ports or more abstract ? e.g. config port option name 'lan8' option id '1' option enable '1'

Re: OpenWrt One - celebrating 20 years of OpenWrt

2024-01-15 Thread Paul D
A kickstarter is a good way to forecast demand. You've captured the imagination of the geek community. Not aware of peripheral issues or complexities in doing a kickstarter, though I agree with forecasting demand. "Geeks" are good at commenting on stuff, and intellectualizing a new board

OpenSSH dropping DSA

2024-01-11 Thread Paul D
https://lists.mindrot.org/pipermail/openssh-unix-announce/2024-January/000156.html OpenSSH dropping DSA 2024/06 disabled 2025/01 code removal ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/

odhcpd PRs

2024-01-09 Thread Paul D
Please take a look at the PRs here: https://github.com/openwrt/odhcpd/pulls They need some attention :) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: PKG_MAINTAINER_HANDLE

2024-01-09 Thread Paul D
On 2024-01-08 16:03, Paul Spooren wrote: Hi Paul, PKG_MAINTAINER:=Joe Bloggs PKG_MAINTAINER_HANDLE:=github: @joe; https://forum.openwrt.org/u/joe/ Plan B co-opt existing PKG_MAINTAINER field, but perhaps it's possible? e.g: PKG_MAINTAINER:=Joe Bloggs , github: @Joe I think for that you c

Re: OpenWrt One - celebrating 20 years of OpenWrt

2024-01-09 Thread Paul D
6GHz seems a starting point nowadays, although I get by with 5GHz. If the BPi can be extended with add-on cards for exactly this area, that's a great starting point also. Ideally sub $100 for any product. * Packages with cases+PSU are a must for broader acceptance, and to prevent fatigue

PKG_MAINTAINER_HANDLE

2024-01-08 Thread Paul D
Plan A Proposal for e.g. PKG_MAINTAINER_HANDLE which uniquely identifies the user's github @ handle (or forum?) to ease identifying and tagging the user (for review purposes) on github, given the general trend to discuss changes in these locations. Such variable to go into Makefiles: PKG_MA

dnsmasq PRs which need some reviewer love

2024-01-05 Thread Paul D
Could I get some reviews please? https://github.com/openwrt/openwrt/pull/14269 https://github.com/openwrt/openwrt/pull/14179 There are some other PRs for dnsmasq which are interesting (around ~20), but they seem to need some more work. ___ openwrt

Re: openvpn issue

2023-12-19 Thread Paul D
Anything useful here which could go in a PR or two on github? I've added multihome to luci: a5ed5976f4cf70a36863e69da8c055f855545f87 The --local param seems to be in there already. On 2023-12-18 17:30, e9hack wrote: Am 18.12.2023 um 16:22 schrieb Paul D: How does pppoe-wan get i

Re: openvpn issue

2023-12-18 Thread Paul D
How does pppoe-wan get its IP? You may not be able to do much about that, but you can hint which IPv6 an interface gets using the assignment length, hint and prefix settings. I don't use openvpn, but perhaps it has something like this? I guess it would try to pick a source IP with the 'low

Re: openvpn issue

2023-12-18 Thread Paul D
How does pppoe-wan get its IP? You may not be able to do much about that, but you can hint which IPv6 an interface gets using the assignment length, hint and prefix settings. I don't use openvpn, but perhaps it has something like this? I guess it would try to pick a source IP with the 'lowes

Re: Migrating ISC to Kea DHCP blocked on related PR's

2023-12-11 Thread Paul D
On 2023-12-09 23:47, Philip Prindeville wrote: Hi all, I'm working on a drop-in for Kea that will parse existing ISC-DHCP configurations in UCI and crank out the derivative JSON config files for Kea, but I have a couple of PR's that are necessary to making this happen that have been pending f

LogoFAIL

2023-12-06 Thread Paul D
Worth mentioning this new UEFI bootloader vuln which was unembargo'd today. https://binarly.io/posts/The_Far_Reaching_Consequences_of_LogoFAIL/ Might affect a few devices out there, upon which OpenWRT runs. ___ openwrt-devel mailing list openwrt-dev

Re: Best practices for shell libraries (specifically error-checking)

2023-11-20 Thread Paul D
On 2023-11-18 20:42, Philip Prindeville wrote: Hi all, I'm trying to figure out what best practices are for shell libraries, as I'm working on changes to a pretty significant library which I envision being leveraged in a lot of places. My questions are these: * should a good library do error

packages repos: libpcre

2023-10-28 Thread Paul D
Hi, maybe some housekeeping process is nececssary, but I got this immediately after I did the usually recommended checkout procedures, and have been even after a git pull, every time I run make. Do these packages need bumping to another libpcre version? === WARNING: Makefile 'package/fee

reporting kernel bugs

2023-10-20 Thread Paul D
What is the proven way forward here? I've found some delicious kernel panics while running 6.1 on broadcom H/W. But IIRC, kernel isn't interested in bugs unless you've tested on the latest versions which are not readily available to owrt. ___ openw

Re: [PATCH master,23.05] ramips: fix ZyXEL NR7101 bricking typo

2023-10-15 Thread Paul D
While I second the urgency of this, I venture the question of how one might otherwise catch these things, but for sharp eyes. There is an attention deficit with respect to the volume of patches and PRs that come in. On 2023-10-15 19:41, Bjørn Mork wrote: A typo snuck in with the addition of

Re: Packaging ZFS

2023-08-06 Thread Paul D
Pretty sure not. I'm receptive to ZFS and have used it in a few projects. Openwrt tends to focus on (devices with) smaller flash drives. Other FS better suited to such env. No ZFS is in available software packages today, in any case. On 2023-08-06 00:53, Philip Prindeville wrote: > Has anyone

Re: Towards a unified /etc/config/dhcp

2023-07-26 Thread Paul D
Given that they both cover similar ground, I think this is a good idea. I am a user of both, on various platforms/OSes, although on owrt, I use dnsmasq almost exclusively for its broader functionality which also covers DHCP. On 2023-07-27 00:26, Philip Prindeville wrote: I'm the maintain

Re: [PATCH] ubox: logread add option to filter priority (log level)

2023-07-24 Thread Paul D
For those executing this at the command line, how does one 'repeat'? -v 1 -v 2, or -v1 -v2 or -v123 or -v 1,2,3? I had to think for a bit since it wasn't immediately obvious. Perhaps a hint string with "(repeatable eg -v 1 -v 2)"? On 2023-07-22 14:40, Legale Legale wrote: From 071cfc2853dd

Re: [PATCH] vlynq: fix typos in Kconfig

2023-07-22 Thread Paul D
On 2023-07-22 07:43, Randy Dunlap wrote: Fix grammar and punctuation in the vlynq Kconfig file. Fixes: 55e331cf7ebe ("drivers: add support for the TI VLYNQ bus") Signed-off-by: Randy Dunlap Cc: Florian Fainelli Cc: openwrt-devel@lists.openwrt.org Cc: Andrew Morton --- drivers/vlynq/Kconfig

  1   2   >