Re: Proposal: move byobu (and run-one) to universe

2022-06-15 Thread Dave Jones

On Tue, May 10, 2022 at 11:30:34AM -0700, Brian Murray wrote:
[snip]

I don't think byobu is widely installed by default and subsequently
having it moved to universe would not make much difference i.e. users
would still need to install it.


It's widely installed because it's seeded on the server; only desktop 
users have to install it.


Is it widely used? I can only speak from personal experience, but I 
point every newbie I can at it, and it's one of the first things I run 
on any freshly flashed server SD card (yes, I have a custom tmux setup I 
prefer for regular use, but for "ephemeral" testing cards I "just byobu 
it").


I also install it on desktop cards ... but I concede that may not be 
normal behaviour :)


--
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


landscape-common pkg - too much precision in System load

2022-06-15 Thread Martouf
$ diff -C 3 /usr/lib/python3/dist-packages/landscape/sysinfo/load.py.orig
/usr/lib/python3/dist-packages/landscape/sysinfo/load.py
*** /usr/lib/python3/dist-packages/landscape/sysinfo/load.py.orig
2019-11-29 14:21:45.0 +
--- /usr/lib/python3/dist-packages/landscape/sysinfo/load.py 2022-06-13
15:39:34.709224957 +
***
*** 9,13 
  self._sysinfo = sysinfo

  def run(self):
! self._sysinfo.add_header("System load", str(os.getloadavg()[0]))
  return succeed(None)
--- 9,13 
  self._sysinfo = sysinfo

  def run(self):
! self._sysinfo.add_header("System load",
"{:.2f}".format(os.getloadavg()[0]))
  return succeed(None)
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: systemd-oomd issues on desktop

2022-06-15 Thread Dave Jones

On Tue, Jun 14, 2022 at 06:23:46PM +0200, Julian Andres Klode wrote:

On Tue, Jun 14, 2022 at 03:47:58PM +0100, Dave Jones wrote:

On Fri, Jun 10, 2022 at 08:16:15PM +0200, Sebastien Bacher wrote:
> Le 09/06/2022 à 21:19, Dan Streetman a écrit :
> > Personally, I think this is the correct option. 1GB is not a good
> > default swap size.
>
> Did we ever consider doing the same than fedora is doing there?
>
> https://fedoraproject.org/wiki/Changes/SwapOnZRAM

One minor data point here: yes, at least on the Pi images where zswap is
activated by default.


You actually mean no.


I meant "yes, we considered using ZRAM (at least on the Pi images), or 
more broadly we considered using some form of memory compression, 
eventually settling on zswap as the solution for the Pi desktop images".


--
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel