Re: [arch-general] Strange and annoying causing issues

2021-12-12 Thread brettm via arch-general
| > /run/systemd/unit-root/var/tmp supports timestamps until 2038 (0x7fff) | > | > it is causing issues as far as i can make out on the USB Camera i get a pile | > of the above scroll up and the camera dies | > | > the camera is | > Bus 002 Device 002: ID 23c5:1478 Xiongmai web camera it wo

Re: [arch-general] Strange and annoying causing issues

2021-12-12 Thread Ralf Mardorf via arch-general
On Sun, 12 Dec 2021 23:41:49 +, pete via arch-general wrote: >On Sun, 12 Dec 2021 15:36:55 +0100 >Ralf Mardorf via arch-general wrote: > >> On Sun, 12 Dec 2021 14:04:44 +, Neven Sajko via arch-general >> wrote: >> >I'm pretty sure that a mount point named "tmp" should have tmpfs >>

Re: [arch-general] Strange and annoying causing issues

2021-12-12 Thread pete via arch-general
On Sun, 12 Dec 2021 15:36:55 +0100 Ralf Mardorf via arch-general wrote: > On Sun, 12 Dec 2021 14:04:44 +, Neven Sajko via arch-general wrote: > >I'm pretty sure that a mount point named "tmp" should have tmpfs > > Hi, > > not necessarily, see > https://wiki.archlinux.org/title/tmpfs#Disab

Re: [arch-general] Strange and annoying causing issues

2021-12-12 Thread Ralf Mardorf via arch-general
On Sun, 12 Dec 2021 14:04:44 +, Neven Sajko via arch-general wrote: >I'm pretty sure that a mount point named "tmp" should have tmpfs Hi, not necessarily, see https://wiki.archlinux.org/title/tmpfs#Disable_automatic_mount Regards, Ralf

Re: [arch-general] Strange and annoying causing issues

2021-12-12 Thread Neven Sajko via arch-general
On Sun, 12 Dec 2021 at 10:59, pete via arch-general wrote: > > Hi folks > > Most the time the system is spot ion thanks Arch Linux but every now and then > i get something that is causing consternation one of those times is now i am > getting this filling dmesg > > 23.113873] xfs filesystem

[arch-general] Strange and annoying causing issues

2021-12-12 Thread pete via arch-general
Hi folks Most the time the system is spot ion thanks Arch Linux but every now and then i get something that is causing consternation one of those times is now i am getting this filling dmesg 23.113873] xfs filesystem being remounted at /run/systemd/unit-root/var/tmp supports timestamps

Re: [arch-general] pacman 6 current/total not displayed on TDE - what does old konsole lack?

2021-12-12 Thread Ralph Corderoy via arch-general
Hi David, > /* Moves console cursor `lines` up */ > void console_cursor_move_up(unsigned int lines) > { > printf("\x1B[%dF", lines); > } It's a shame the code isn't using terminfo(5) so it's portable to different terminals, including older ones, and less misleading in its choice of function

Re: [arch-general] pacman 6 current/total not displayed on TDE - what does old konsole lack?

2021-12-12 Thread Andreas Bosch via arch-general
Am 12.12.21 um 07:14 schrieb David C. Rankin via arch-general: > [...] >> What is it that the new pacman is doing with the multi-line progress bar > TDE/konsole lacks? > Hello, You are missing support for two of those escape codes. Upstream Konsole has them since last year: https://git.trinit