Bug#796603: closed by Anton Zinoviev <zinov...@debian.org> (Bug#796603: fixed in console-setup 1.138)

2016-04-24 Thread Anton Zinoviev
that you put the files *.service in the package console-setup-freebsd and (as far as I can tell) this doesn't seem an oversight but rather done by intention. Why? I think that the non-Linux ports of Debian do not use systemd or am I missing something? Anton Zinoviev

Bug#796603: Questions about console-setup.service (Re: Bug#796603: closed by Anton Zinoviev <zinov...@debian.org> (Bug#796603: fixed in console-setup 1.138))

2016-05-18 Thread Anton Zinoviev
/etc is not something we want in single user mode. Anton Zinoviev

Bug#796603: Questions about console-setup.service (Re: Bug#796603: closed by Anton Zinoviev <zinov...@debian.org> (Bug#796603: fixed in console-setup 1.138))

2016-05-11 Thread Anton Zinoviev
arget What about the following additional instruction: RequiresMountsFor=/usr > Before=system-getty.slice Nothing really serious is going to happen if this script is executed after getty. Wouldn't it be better to remove this instruction? Anton Zinoviev

Bug#796603: Questions about console-setup.service (Re: Bug#796603: closed by Anton Zinoviev <zinov...@debian.org> (Bug#796603: fixed in console-setup 1.138))

2016-05-18 Thread Anton Zinoviev
DefaultDependencies=no After=console-screen.service kbd.service local-fs.target RequiresMountsFor=/usr ConditionPathExists=/bin/setupcon [Service] Type=oneshot ExecStart=/lib/console-setup/console-setup.sh RemainAfterExit=yes Anton Zinoviev

Re: Bug#796603: Questions about console-setup.service (Re: Bug#796603: closed by Anton Zinoviev <zinov...@debian.org> (Bug#796603: fixed in console-setup 1.138))

2016-05-18 Thread Anton Zinoviev
On Wed, May 18, 2016 at 12:12:29PM +, Holger Levsen wrote: > > it fails to build now, quoting from > https://jenkins.debian.net/job/d-i_build_console-setup/211/console: Thanks. Hopefuly, now it is fixed. Anton Zinoviev

Bug#822946: Don't set console setting over logout/login

2016-05-03 Thread Anton Zinoviev
", KERNEL=="vcs[1-9]|vcs[1-9][0-9]", TEST=="/run/console-setup/font-loaded", RUN+="/etc/console-setup/cached_setup_terminal.sh %k" In theory this should reconfigure a tty each time it is allocated. Anton Zinoviev

Bug#822946: Don't set console setting over logout/login

2016-05-02 Thread Anton Zinoviev
s file contain a line like this one: 1:2345:respawn:/sbin/getty 38400 tty1 Anton Zinoviev

Bug#822946: Don't set console setting over logout/login

2016-05-04 Thread Anton Zinoviev
TEST=="/run/console-setup/font-loaded", > > RUN+="/etc/console-setup/cached_setup_terminal.sh %k" > > > > In theory this should reconfigure a tty each time it is allocated. > > I will give that a try. Will give you feedback. At least with systemd this works. I wonder what makes mingetty different. Anton Zinoviev

Bug#819288: /tmp is used before /tmp being mounted

2016-04-14 Thread Anton Zinoviev
ot all necessary files were present in /etc/console-setup. Normally setupcon does not run ckbcomp and in the recent versions of console-setup (>=1.138) the keyboard-setup.sh init script does not run setupcon. Anton Zinoviev

Bug#833053: Syntax error in the script that setupcon outputs

2016-08-03 Thread Anton Zinoviev
ore empty braces problems, it would be safer to protect against bugs caused by future changes. > How about just adding : to each brace, as in the following patch. I like this solution. Anton Zinoviev

Re: console-setup upload?

2017-02-08 Thread Anton Zinoviev
.138~ -- "$@" -dpkg-maintscript-helper rm_conffile /etc/init.d/console-setup 1.138~ -- "$@" #DEBHELPER# In this way the change becomes obvious --- only the order of execution of the commands is changed. Rationale: according to update-rc.d(8) "The script must have been deleted already. If the script is still present then update-rc.d aborts with an error message." This, indeed, means that update-rc.d has to be run before dpkg-maintscript-helper rm_conffile. Anton Zinoviev

Re: console-setup upload?

2017-02-09 Thread Anton Zinoviev
On Thu, Feb 09, 2017 at 10:46:01AM +0100, Christian PERRIER wrote: > > assuming from your word that the patch is OK...:-) I hate when people rely on my word too much... :-) Anton Zinoviev

Bug#817232: Stil present in 1.158

2017-01-20 Thread Anton Zinoviev
p; do > if [ -x /etc/init.d/$file ]; then > dpkg-maintscript-helper rm_conffile /etc/init.d/$file 1.138~ -- "$@" > update-rc.d $file remove >/dev/null > fi > done Thanks. Anton Zinoviev

Bug#838310: keyboard-configuration: user configuration lost + error message from setupcon

2016-09-23 Thread Anton Zinoviev
his script here? http://bugs.debian.org/420914 Anton Zinoviev

Bug#838310: keyboard-configuration: user configuration lost + error message from setupcon

2016-09-21 Thread Anton Zinoviev
were upgraded after console-setup and before the Linux kernel and nvidia? > This error message is just a consequence of this bug. Yes. The error message was added in version 1.138 after I became aware that other packages modify the configuration file of console-setup. Anton Zinoviev

Bug#838310: keyboard-configuration: user configuration lost + error message from setupcon

2016-09-22 Thread Anton Zinoviev
oment I don't have updated Debian machine so I can not debug. Conceivably, the fix will be trivial. I don't know if the following will fix the bug and if this is the right thing to do, but it seems simple to change the first line #!/usr/bin/perl of Keyboard/kbdcompiler and Keyboard/kbdn

Re: Bug#842324: console-setup: During apt-get dist-upgrade stage, console-setup did not finish cleanly under ja_JP.UTF-8 locale.

2016-11-05 Thread Anton Zinoviev
mmited a change that will make console-setup use untranslated keyboard names in case of failed iconv. This should fix the bug in console-setup. Of course, when we have more data or something reproducible we can submit a bug against libc-bin. Anton Zinoviev

Bug#844579: console-setup: CyrAsia font missing Kazakh letter

2016-11-22 Thread Anton Zinoviev
a-Terminus16.log (the first font is for BSD, the second for Linux)? Can you try building the package using clean sources, without any changes, and see if this helps. Anton Zinoviev

Bug#844579: console-setup: CyrAsia font missing Kazakh letter

2016-11-21 Thread Anton Zinoviev
/bdf. This particular warning means that no suitable source font includes this glyph, so it has been impossible to support it in the generated console font. Anton Zinoviev

Bug#844579: console-setup: CyrAsia font missing Kazakh letter

2016-11-21 Thread Anton Zinoviev
defined in most (all?) source fonts. I don't get such a message when I build the package. What does the following command output: grep '2116: no glyph defined' Fonts/*.log Anton Zinoviev

Bug#818065: console-setup is not read correctly at boottime and must be started manually

2017-01-04 Thread Anton Zinoviev
and the keyboard is configured by /lib/systemd/system/keyboard-setup.service. > As it is a live-image, every boot is "first boot" as Anton said could > give issue. How big is is this image? Will it be possible to send it to me so I can test? Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-22 Thread Anton Zinoviev
On Wed, Mar 22, 2017 at 03:19:57PM +0100, Karsten Hilbert wrote: > On Wed, Mar 22, 2017 at 03:02:28PM +0200, Anton Zinoviev wrote: > > > > 2. the bug still exists and each time the system boots, it recreates > > these three files. In this case we have

Bug#857132: console-setup: additional info needed ?

2017-03-24 Thread Anton Zinoviev
yet. And it would be impossible to see an empty console without getty running on it. Ofcourse, this doesn't explain why the configuration doesn't work -- because something overwrites it or because the configuration is performed too early, while the system is not prepared for it yet. Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-23 Thread Anton Zinoviev
t create problems. On the other hand, if udev always runs cached_setup_font again, do both copies run in parallel (this shoudn't be a problem for cached_setup_font but it is good to know if such possibility exists)? Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-26 Thread Anton Zinoviev
nt: no matter whether it runs in parallel or not -- the console is never configured properly? Or sometimes it is? Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-26 Thread Anton Zinoviev
hink for early logs /run/initramfs/ can be used. Also /usr/bin/logger might be able to help. Anton Zinoviev

Bug#859059: keyboard-configuration: many mac keymap in keyboard-configuration are faulty

2017-03-30 Thread Anton Zinoviev
s in the keyboard-configuration setup reduced to > what's really available (it took me quite a long time to understand > why I couldn't get the accents though everything looked fine). Yes, this is an unfortunate bug which is reported from time to time. Unfortunately, it can not be fixed because of https://bugs.freedesktop.org/show_bug.cgi?id=33670 Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-22 Thread Anton Zinoviev
sole-setup.service` you can use the command `setupcon`. Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-23 Thread Anton Zinoviev
ything will be ok. However if both work simultaneously things can go wrong. So, if this scenario is possible, a natural question is what can be done in order to make sure the scripts of console-setup do not execute in parallel with systemd while configuring the console. Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-23 Thread Anton Zinoviev
rule ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", RUN+="/etc/console-setup/cached_setup_font.sh" however the font of the current console is read _before_ the script cached_setup_font.sh has had a chance to configure the font? Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-23 Thread Anton Zinoviev
On Thu, Mar 23, 2017 at 03:30:36PM +0100, Michael Biebl wrote: > > > > ...suppose udev creates a new console. Then it has to be initialized > > with some font, hasn't it? > > udev does not create any consoles. That's a misconception. Well, whoever does it... :) Anton Zinoviev

Bug#859059: keyboard-configuration: many mac keymap in keyboard-configuration are faulty

2017-03-31 Thread Anton Zinoviev
py the altgr part of the pc keyboard to the macintosh one. Anton Zinoviev

Bug#818065: live-config / console-setup issue

2017-03-16 Thread Anton Zinoviev
ched files to be more recent than /etc/default/keyboard? Anton Zinoviev

Bug#818065: live-config / console-setup issue

2017-03-17 Thread Anton Zinoviev
On Fri, Mar 17, 2017 at 08:17:42AM +0100, Jörn Heissler wrote: > > It appears to me that "Set console font and keymap" is done before > live-config regenerates the files. I think this explains the bug. Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-22 Thread Anton Zinoviev
-setup/cached_setup_terminal.sh cat /etc/default/console-setup cat /etc/default/keyboard Anton Zinoviev

Bug#857132: console-setup: additional info needed ?

2017-03-22 Thread Anton Zinoviev
t.sh. > > cat /etc/default/console-setup > > cat /etc/default/keyboard These look ok as well... Anton Zinoviev

Bug#859458: console-setup: Setup font on initrd

2017-04-04 Thread Anton Zinoviev
-setup does not try to do this. Which is unfortunate because earlier versions of console-setup included font configuration in initrd. Anton Zinoviev

Bug#857132: console-setup (again) stopped to apply font at startup

2017-03-08 Thread Anton Zinoviev
On Wed, Mar 08, 2017 at 12:02:45PM +0100, Karsten Hilbert wrote: > > console-setup just stopped to apply font settings during startup. Does this system has some read-only file systems? Anton Zinoviev

Bug#859458: [to...@wolfpuppy.org.uk: Bug#620041:]

2017-04-06 Thread Anton Zinoviev
- Forwarded message from Torne Wuff - Date: Thu, 6 Apr 2017 21:21:39 -0400 From: Torne Wuff To: 620...@bugs.debian.org Subject: Bug#620041: Being able to set the font during initramfs would be immensely useful on my HiDPI laptop, since the default console font renders the LUKS decryption

Bug#860582: Nokia N900 keyboard support in console

2017-04-19 Thread Anton Zinoviev
X developers. Fortunately, this is not necessary because the type files define only a few types and it is not difficult to hardcode the proper behaviour in ckbcomp. Anton Zinoviev

Bug#869513: console-setup changes remain only till next reboot

2017-07-25 Thread Anton Zinoviev
On Sun, Jul 23, 2017 at 10:50:56PM +0200, Harry Haller wrote: > > The changes of the console after "dpkg-reconfigure console-setup" are > as expected, Does the console configure properly (even if only temporarily) if you run "setupcon" instead of "dpkg-

Bug#869513: console-setup changes remain only till next reboot

2017-07-25 Thread Anton Zinoviev
and not setupcon /etc/console-setup/cached_Lat15-TerminusBold24x12.psf.gz Anton Zinoviev

Bug#869513: console-setup changes remain only till next reboot

2017-07-26 Thread Anton Zinoviev
ithout-systemd.org. Anton Zinoviev

Bug#861454: console-setup: Have to use setupcon at every boot

2017-04-29 Thread Anton Zinoviev
TFACE="TerminusBold" > FONTSIZE="11x22" > > in /etc/default/console-setup. What about /etc/console-setup/cached_setup_font.sh? Something unusual about the kernel? Read-only file systems? With or without systemd? Anton Zinoviev

Bug#861454: console-setup: Have to use setupcon at every booty

2017-04-29 Thread Anton Zinoviev
described earlier - a minimal installation without > the standard utilities or a DE. > > Yes, it has systemd. However, I note that the one unstable machine I > have with sysvinit does not exhibit this issue. Then it seems this is a duplicate of the misterious bug #857132. Anton Zinoviev

Bug#846256: failure on boot

2017-06-23 Thread Anton Zinoviev
e other scripts are short and simple and do not require temporary files. On the other hand, it seems likely to me that this bug is a duplicate of #819288. Anton Zinoviev

Bug#863630: console-setup.service doesn't affect tty consoles

2017-05-29 Thread Anton Zinoviev
of 857132 and 861454. Unfortunately nobody has been able to find the cause of this bug. Anton Zinoviev

Bug#883566: console-setup-linux: Add a font which is 9 pixel wide

2017-12-05 Thread Anton Zinoviev
A is another nice font which is developed as x9 font but is packaged as x8. Also all x8 VGA fonts and the non-bold Terminus font are designed to look ok if they are used as x9 fonts. Anton Zinoviev

Bug#899979: keyboard-configuration: the caron dead-key of the czech keyboard on the console does not work as expected

2018-05-26 Thread Anton Zinoviev
z-lat2-prog.kmap.gz loadkeys cz-us-qwertz.kmap.gz loadkeys sunt5-cz-us.kmap.gz loadkeys sunt5-us-cz.kmap.gz Anton Zinoviev

Bug#899979: keyboard-configuration: the caron dead-key of the czech keyboard on the console does not work as expected

2018-05-27 Thread Anton Zinoviev
MAP=/etc/console-setup/cz.kmap Remove this line from /etc/default/keyboard when you receive a message that the bug has been fixed. Anton Zinoviev

Bug#899979: keyboard-configuration: the caron dead-key of the czech keyboard on the console does not work as expected

2018-05-31 Thread Anton Zinoviev
On Thu, May 31, 2018 at 11:12:43PM +0300, Anton Zinoviev wrote: > > only important bugs are fixed I realised the word 'important' was very inapropriate in this context. What is unimportant for one user can be very important for another. So by 'important' bugs I meant things

Bug#899979: keyboard-configuration: the caron dead-key of the czech keyboard on the console does not work as expected

2018-05-31 Thread Anton Zinoviev
think this could be fixed right in the Stretch. When I have time I will upload a fixed package to Unstable. I am not sure, but I think only important bugs are fixed in the stable releases of Debian. Unless there is some change in the policies of Debian of which I am not aware (which is not impossible, to be honest...). Anton Zinoviev

Bug#899979: keyboard-configuration: the caron dead-key of the czech keyboard on the console does not work as expected

2018-06-01 Thread Anton Zinoviev
sting > rule. And what should the future console-setup do with compose+^+S when the encoding is UTF-8? How is this problem solved in X? Anton Zinoviev

Bug#899979: keyboard-configuration: the caron dead-key of the czech keyboard on the console does not work as expected

2018-06-01 Thread Anton Zinoviev
On Fri, Jun 01, 2018 at 04:28:23PM +0200, Samuel Thibault wrote: > > Maybe we should just go and define all X11 deadkeys in Linux (there > are like 55 of them, that will fit), to be done with the issue. Either this, or console-setup can have a hardcoded list of "Latin2"

Bug#818065: console-setup is not read correctly at boottime and must be started manually

2017-10-23 Thread Anton Zinoviev
its work. This solution works only because requiring /tmp to be mounted means some other dependency will be satisfied as well. But who knows what this other dependency is... Anton Zinoviev

Re: Bug#833116: fgetty: Incorrect keystroke interpretation

2018-12-21 Thread Anton Zinoviev
On Thu, Dec 20, 2018 at 06:02:47PM +, Dmitry Bogatov wrote: > > Anton, could you please clarify, how locale is set up by this function > call if process inhereted no locale-related variables. I don't know. Anton Zinoviev

Re: Bug#833116: fgetty: Incorrect keystroke interpretation

2018-12-05 Thread Anton Zinoviev
so make sure there are no files ~/.inutrc and the variable INPUTRC is unset. Anton Zinoviev

Bug#932258: console-setup-freebsd: missing dependency

2019-07-17 Thread Anton Zinoviev
ending on Linux-specific packages. Why is it a problem to have an arch:all package which is installable only on some architectures (due to missing dependencies)? Anton Zinoviev

Re: console-setup upload?

2020-09-21 Thread Anton Zinoviev
On Sun, Sep 20, 2020 at 10:18:07PM +0200, Holger Wansing wrote: > > any objections against me uploading console-setup with this pending > changings? Go ahead. Usually I am pushing in the archive only changes that I consider ok for upload. Anton Zinoviev

Bug#965029: console-setup: fonts missing numerous unicode->font mappings for box-drawing characters

2020-07-15 Thread Anton Zinoviev
On Tue, Jul 14, 2020 at 12:54:59PM -0400, Nick Black wrote: > > I'm happy to make these patches and send them upstream, but Anton Zinoviev > requested that I file a bug here. In this way the requiest is documented. More difficult to forget about it... > I consider the following

Bug#965029: console-setup: fonts missing numerous unicode->font mappings for box-drawing characters

2020-07-21 Thread Anton Zinoviev
On Mon, Jul 20, 2020 at 09:03:33PM -0400, Nick Black wrote: > > Tested all three using the same methodology as outlined earlier. > > Looks perfect =]. Thanks. Anton Zinoviev

Bug#965029: console-setup: fonts missing numerous unicode->font mappings for box-drawing characters

2020-07-20 Thread Anton Zinoviev
X -> U+002D HYPHEN-MINUS or, if you prefer, > U+004F LATIN CAPITAL LETTER O What about these? . for U+2610 BALLOT BOX v for U+2611 BALLOT BOX WITH CHECK x for U+2612 BALLOT BOX WITH X Anton Zinoviev

Bug#965029: console-setup: fonts missing numerous unicode->font mappings for box-drawing characters

2020-07-20 Thread Anton Zinoviev
ched updated versions of Arabic-Fixed16.psf, Arabic-VGA16.psf and Lat15-Terminus16.psf. Hopefully, this time the fonts are ok. > Will this work be going upstream? I'm not clear on whether > you're the upstream maintainer, or just Debian's. In this case Debian = upstream. Anton Zinoviev A

Re: [Attn Zinoviev] I'd like to adopt partman-btrfs

2021-01-22 Thread Anton Zinoviev
Does anyone have any objections to me adopting it? Anton? I believe partman-btrfs is maintained by the whole d-i team and my name there is for historical reasons. So, go ahead. Anton Zinoviev

<    3   4   5   6   7   8