Re: Preparing commit description for "ramips: disable default build for HooToo HT-TM02"

2020-12-07 Thread Szabolcs Hubai
On 12/8/20 12:08 AM, Szabolcs Hubai wrote: > Hi, > > > I planned to refresh the support of a rt305x SunValley Filehub device: > HooToo HT-TM02. > > I wanted to follow Adrian's and Russel's work for HooToo HT-TM05 and > RAVPower RP-WD03 in mt7620 [0]. > > > I toought disabling the image

Re: ramips: Strange boot failures on TP-Link RE200v1

2020-12-07 Thread Alberto Bursi
On 08/12/20 00:12, Andreas Böhler wrote: Hey, I added TP-Link RE200v1 device support a few months ago. Currently, the snapshot builds are broken - they started to break about 4 weeks ago. The system does not even boot, the last output on serial is "Starting kernel ..." from U-Boot. The

Re: [RFC] remove x86 qemu images

2020-12-07 Thread Alberto Bursi
On 06/12/20 10:06, Paul Spooren wrote: Hi, openwrt.git includes an old version of QEMU (0.14 vs 5.1.0 in packages.git) only to convert x86 images to vdi and vmdk. Is there anyone actively using the vanilla x86 QEMU images from the upstream servers or can can we remove that "feature"?

ramips: Strange boot failures on TP-Link RE200v1

2020-12-07 Thread Andreas Böhler
Hey, I added TP-Link RE200v1 device support a few months ago. Currently, the snapshot builds are broken - they started to break about 4 weeks ago. The system does not even boot, the last output on serial is "Starting kernel ..." from U-Boot. The initramfs image works fine. The interesting thing

Preparing commit description for "ramips: disable default build for HooToo HT-TM02"

2020-12-07 Thread Szabolcs Hubai
Hi, I planned to refresh the support of a rt305x SunValley Filehub device: HooToo HT-TM02. I wanted to follow Adrian's and Russel's work for HooToo HT-TM05 and RAVPower RP-WD03 in mt7620 [0]. I toought disabling the image generation would be easy, as binwalk showed an oversized kernel: "image

Re: [PATCH 1/2] hostapd: run as user 'network'

2020-12-07 Thread Daniel Golle
On Mon, Dec 07, 2020 at 08:57:05PM +0100, Hauke Mehrtens wrote: > On 12/7/20 7:14 PM, Daniel Golle wrote: > > Granting capabilities CAP_NET_ADMIN and CAP_NET_RAW allows running > > hostapd and wpa_supplicant without root priviledges. > > Add ubus acl allowing the necessary ubus interactions for

Re: [OpenWrt-Devel] linux5.4: build-dependency to rsync

2020-12-07 Thread Sven Roederer
Am Freitag, 2. Oktober 2020, 21:34:30 CET schrieb Sven Roederer: > Am Sonntag, 19. April 2020, 11:32:03 CEST schrieb Bjørn Mork: > > Sven Roederer writes: > > > I was just building a master-branch for x86-generic and got following > > > error: > > > > > > make[5]: Entering directory

Re: [RFC] remove x86 qemu images

2020-12-07 Thread Philip Prindeville
> On Dec 7, 2020, at 1:28 AM, Florian Eckert wrote: > > Hi, > >> openwrt.git includes an old version of QEMU (0.14 vs 5.1.0 in >> packages.git) only to convert x86 images to vdi and vmdk. Is there >> anyone actively using the vanilla x86 QEMU images from the upstream >> servers or can can we

Re: [PATCH 1/2] hostapd: run as user 'network'

2020-12-07 Thread Hauke Mehrtens
On 12/7/20 7:14 PM, Daniel Golle wrote: Granting capabilities CAP_NET_ADMIN and CAP_NET_RAW allows running hostapd and wpa_supplicant without root priviledges. Add ubus acl allowing the necessary ubus interactions for the 'network' user running hostapd/wpa_supplicant. To still allow netifd to

proc_stripped by default?

2020-12-07 Thread Nick
Do we really have to "CONFIG_PROC_STRIPPED=y" by default? I wrote an prometheus-node-exporter and right now a collectd plugin, to get ipv6 interface statistics. For that I use "/proc/net/snmp6" and "/proc/net/dev_snmp6/...". The above flag disables those two statistics. I'm very interested in

[PATCH 1/2] hostapd: run as user 'network'

2020-12-07 Thread Daniel Golle
Granting capabilities CAP_NET_ADMIN and CAP_NET_RAW allows running hostapd and wpa_supplicant without root priviledges. Add ubus acl allowing the necessary ubus interactions for the 'network' user running hostapd/wpa_supplicant. To still allow netifd to acquire the PID of wpa_supplicant and

[PATCH 2/2] mac80211: also make use of wpa_supplicant's getpid ubus method

2020-12-07 Thread Daniel Golle
Use the new 'getpid' method of hostapd instead of querying procd for the PID of hostapd. Signed-off-by: Daniel Golle --- package/kernel/mac80211/Makefile | 2 +- package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 2 +- 2 files changed, 2 insertions(+),

Re: odhcp6c RENEW timeout issue leads to OOM/OOPS [Was: Re: QEMU x86/64 ubus issues ... ]

2020-12-07 Thread Petr Štetiar
Petr Štetiar [2020-12-02 21:25:12]: Hi, > > Can you check if commit > > https://git.openwrt.org/?p=project/odhcp6c.git;a=commit;h=a7b2221f687264c020b7a18a4e690d79f312a667 > > fixes the issue in your setup ? > > yes, it seems so as it's currently almost 24h up without any issues. I was testing

Re: [RFC] remove x86 qemu images

2020-12-07 Thread Florian Eckert
Hi, openwrt.git includes an old version of QEMU (0.14 vs 5.1.0 in packages.git) only to convert x86 images to vdi and vmdk. Is there anyone actively using the vanilla x86 QEMU images from the upstream servers or can can we remove that "feature"? I am building my own openwrt. So I do not use