Re: Packages buildbot is erratic, both master and 23.05 packages fail often

2023-06-03 Thread Petr Štetiar
Thibaut [2023-06-03 14:23:14]: Hi, > I wouldn’t pay too much attention to this build failure until the space > problems are resolved. the timeout issues are happening on the dual CPU servers, they've more disk space, so IMO it's something else in the play. > Running out of space can wreck

Re: Packages buildbot is erratic, both master and 23.05 packages fail often

2023-06-03 Thread Petr Štetiar
Thibaut [2023-06-03 14:18:07]: Hi, > Then again, it may also be a side effect of running out of space (possibly a > looped symlink?) Filesystem Size Used Avail Use% Mounted on /dev/mapper/lvm-builder 295G 168G 112G 61% /builder looks fine. Cheers, Petr

Re: [PATCH 4/4] gemini: Bump to kernel v6.1

2023-06-03 Thread Daniel Golle
On Sat, Jun 03, 2023 at 11:44:04AM +0300, Arınç ÜNAL wrote: > On 2.06.2023 10:18, Linus Walleij wrote: > > On Thu, Jun 1, 2023 at 11:20 PM Christian Lamparter > > wrote: > > > > > I looked into "how to get the old and new usb-fotg210" into one > > > "define KernelPackage/usb-fotg210". Thing is,

Re: [PATCH 4/4] gemini: Bump to kernel v6.1

2023-06-03 Thread Linus Walleij
On Sat, Jun 3, 2023 at 10:44 AM Arınç ÜNAL wrote: > I prefer to stay away from backporting features to older Linux versions. > The reasons being: > > - OpenWrt will eventually use a kernel version by default which will > have the feature. It doesn't satisfy me to do all that work just for > some

Re: Packages buildbot is erratic, both master and 23.05 packages fail often

2023-06-03 Thread Thibaut
> Le 3 juin 2023 à 10:27, Hannu Nyman a écrit : > > Petr Štetiar kirjoitti 2.6.2023 klo 22.07: >> So having following in buildbot log: >> >> 2023-06-01 23:53:12+ [-] command timed out: 3600 seconds without output >> running [b'make', b'-j7', b'IGNORE_ERRORS=n m y', b'BUILD_LOG=1', >>

Re: Packages buildbot is erratic, both master and 23.05 packages fail often

2023-06-03 Thread Thibaut
Hi, > Le 2 juin 2023 à 21:07, Petr Štetiar a écrit : > > Thibaut [2023-06-02 11:09:48]: > > Hi, > >> the build is actually hung. dmesg might have more info. > > So having following in buildbot log: > > 2023-06-01 23:53:12+ [-] command timed out: 3600 seconds without output > running

Re: [PATCH 4/4] gemini: Bump to kernel v6.1

2023-06-03 Thread Arınç ÜNAL
On 2.06.2023 10:18, Linus Walleij wrote: On Thu, Jun 1, 2023 at 11:20 PM Christian Lamparter wrote: I looked into "how to get the old and new usb-fotg210" into one "define KernelPackage/usb-fotg210". Thing is, you put backported fotg's 6.2 infrastructure into your gemini's patches:

Re: Packages buildbot is erratic, both master and 23.05 packages fail often

2023-06-03 Thread Hannu Nyman
Petr Štetiar kirjoitti 2.6.2023 klo 22.07: So having following in buildbot log: 2023-06-01 23:53:12+ [-] command timed out: 3600 seconds without output running [b'make', b'-j7', b'IGNORE_ERRORS=n m y', b'BUILD_LOG=1', b'CONFIG_AUTOREMOVE=y', b'CONFIG_SIGNED_PACKAGES='], attempting to

Re: Wifi at the Luci web interface

2023-06-03 Thread e9hack
It looks like the issue is triggered by the long execution time of hostapd_config_add() executed via ubus. This function is called for both interfaces (5G and 2.4G). The first call for 5G is finished within 1 second. The second call for 2.4G is finished after ~100 seconds. The ubus call itself