Alban Browaeys
Alban Browaeys
When pomodoro extension calls pushModal it may fails. Currently, it will set _hasModal to true nevertheless. Thus popModal will no be aborted and an exception is raised when it is...
For 32 bits arch pid_max maximum value is 32768. With current debops value of 4194304 sysctl errors out. [arm 32bit: Couldn't write '4194304' to 'kernel/pid_max': Invalid argument #12604](https://github.com/systemd/systemd/issues/12604) " For...
We require the temporary directory to be deleted by the spec. This directory thus should not conflict with an existing one. Fixes #33.
I am currently on gnome shell 43.0 binded to libsoup3 gir on Debian and it works. It also works on a Debian install with gnome-shell 42.4 binded to libsoup 2.4....
### What happened? Linux debug kernel package build abort in dpkg-deb on no space left on device. It turns out that armbian mount `/armbian/.tmp/work-` as tmpfs at 99% of the...
Cope with the fix in stable 6.3.13 commit bf353116d1bf, 6.5-rc1 commte8c2af660ba0 and and 6.1.39 commit 132b7129c5fe LTS "wifi: cfg80211: fix regulatory disconnect with OCB/NAN". That is the removal of REGULATORY_IGNORE_STALE_KICKOFF...
The bridge interfaces are broken with debops [email protected] on bookworm. systemd `252.6-1` ifupdown `0.8.41` Current [email protected] from debops ifupdown: - on dhcp server: ``` systemd[1]: Started [email protected] - Bring network...
With Debian bookworm systemd 252.6-1, the bridge is stopped immediately after attempting its startup. It could be that this newer systemd removed the unexpected behavior that allowed to start the...
Only ship sysctl pid-max conf with pid-max set to 2^22 to 64bits archs. First add the is_64bits fact to debops.core.
I missed a semicolon in the oneliner. But it turns out that curly braces around a variable (parameter expansion) are also broken in a systemd service ExecStart. systemd expand environment...