[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 Guido Falsi changed: What|Removed |Added Flags|merge-quarterly?|merge-quarterly+ Status|

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #15 from commit-h...@freebsd.org --- A commit in branch 2024Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=79674f5097cfec61c7e981ede019bb449f6e28e6 commit 79674f5097cfec61c7e981ede019bb449f6e28e6 Author:

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #14 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c88dffc0c8b6f2c82a522d8eb2dcd2b49e9a4015 commit c88dffc0c8b6f2c82a522d8eb2dcd2b49e9a4015 Author:

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 Guido Falsi changed: What|Removed |Added Status|Open|In Progress Flags|

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #12 from Dan Kotowski --- (In reply to Guido Falsi from comment #10) Testing - this solves the issue for me -- You are receiving this mail because: You are the assignee for the bug.

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #11 from Guido Falsi --- Posted upstream as https://github.com/canonical/lightdm/pull/343 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 Guido Falsi changed: What|Removed |Added See Also||https://github.com/canonica

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #10 from Guido Falsi --- Created attachment 248626 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248626&action=edit patch v1 Hi, I've attached the patch I'm using. It works fine here. Please try to test it and rep

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #9 from Guido Falsi --- (In reply to Guido Falsi from comment #8) Maybe it would be cleaner if I put the logic in its own function. I'll refactor it later, maybe. -- You are receiving this mail because: You are the assignee

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #8 from Guido Falsi --- New link, I rebased my branch: https://github.com/madpilot78/lightdm/commit/d12687c9da53a6575b4fcbba5808fc38508bd020 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #7 from Guido Falsi --- I have created a patch to the upstream code I plan to try to send as a pull request to them, you can find my commit here: https://github.com/madpilot78/lightdm/commit/3d3a18b096ede48b618561489ab49de01924

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #6 from Guido Falsi --- (In reply to Gleb Popov from comment #5) Thanks all for the explanations. Now I understand what we are talking about. The base32 things makes things a little more complicated since, AFAIK, there is no %

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #5 from Gleb Popov --- Yes, I was mistaken. Here's the relevant code as pointed out by eugen@ https://github.com/freebsd/freebsd-src/blob/d0bf8b5aaccbe082d3728279620b8f8474d9ca8a/sys/kern/subr_terminal.c#L234 Is uses radix=32 t

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #4 from Dan Kotowski --- I bumped VT_MAXWINDOWS from 12 to 120, and sure enough: $ git -C /usr/src diff diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h index 56a28c0420c7..ff80062ea4bc 100644 --- a/sys/dev/vt/vt.h +++ b/sys/dev/

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 Gleb Popov changed: What|Removed |Added CC||arr...@freebsd.org --- Comment #3 fro

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 Guido Falsi changed: What|Removed |Added Flags|maintainer-feedback?(deskto |maintainer-feedback+

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Comment #2 from Guido Falsi --- About device numbering for virtual ttys, I've found no definitive data, looking at the source code. Anyway defaults are 12 ttys for vt(4) and 16 for legacy sc(4). Both number them with sequential numbers

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 Guido Falsi changed: What|Removed |Added Status|New |Open --- Comment #1 from Guido Falsi

[Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 Bug ID: 277114 Summary: x11/lightdm: fix tty counting in patch-src_x-server.c Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New

maintainer-feedback requested: [Bug 277114] x11/lightdm: fix tty counting in patch-src_x-server.c

2024-02-17 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-desktop (Team) for maintainer-feedback: Bug 277114: x11/lightdm: fix tty counting in patch-src_x-server.c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277114 --- Description --- In patch-src_x-server.c we currently pass "ttyv%d", but we cou