Re: how to add small console application to debian linux distribution?

2020-10-12 Thread pe pi
its ok pe pi On 12. 10. 2020 21:59, John Williams wrote: Ah my mistake, sorry for that. John On Tue., 13 Oct. 2020, 00:10 pe pi, mailto:pe...@mail.com>> wrote: hello yes, but standard screen resolution and hyperv screen resolution is not the same setting pe pi On

Re: Proposal: use /usr/bin/open as an alternative for run-mailcap and others.

2020-10-12 Thread Noah Meyerhans
On Fri, Oct 09, 2020 at 12:14:23PM +0200, Stephan Seitz wrote: > > is probably very handy. Even more handy is the fact that you don't > > really need to learn the command name of your image viewer and your pdf > > viewer and your html viewer and you .dia viewer and your .mp3 player > > and every o

Re: how to add small console application to debian linux distribution?

2020-10-12 Thread John Williams
Ah my mistake, sorry for that. John On Tue., 13 Oct. 2020, 00:10 pe pi, wrote: > hello > > yes, > > but standard screen resolution and hyperv screen resolution is not the > same setting > > pe pi > > > On 12. 10. 2020 14:21, John Williams wrote: > > Personally I would find it much simpler to do

Re: testing excuses: autopkgtest for debian-edu/2.11.2 failed

2020-10-12 Thread Holger Levsen
hi, On Mon, Oct 12, 2020 at 11:13:00PM +0800, Shengjing Zhu wrote: > Though I don't understand why the change in tftp-hpa causes the > consistent failures of debian-edu. it does not. debian-edu fails because debian-edu-config fails because https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967194

Re: testing excuses: autopkgtest for debian-edu/2.11.2 failed

2020-10-12 Thread Shengjing Zhu
On Mon, Oct 12, 2020 at 10:53 PM Romain Porte wrote: > > Hello all, > > I recently uploaded a new release of tftp-hpa [1] in order to fix > serveral IPv6-related bugs. However, after 5 days this version is > blocked from going to testing. Checking the testing excuses page [2], I > can see that the

testing excuses: autopkgtest for debian-edu/2.11.2 failed

2020-10-12 Thread Romain Porte
Hello all, I recently uploaded a new release of tftp-hpa [1] in order to fix serveral IPv6-related bugs. However, after 5 days this version is blocked from going to testing. Checking the testing excuses page [2], I can see that there is a regression concerning autopkgtest related with debian-edu.

Re: how to add small console application to debian linux distribution?

2020-10-12 Thread pe pi
hello yes, but standard screen resolution and hyperv screen resolution is not the same setting pe pi On 12. 10. 2020 14:21, John Williams wrote: Personally I would find it much simpler to do

Re: how to add small console application to debian linux distribution?

2020-10-12 Thread John Williams
Hello, Personally I would find it much simpler to do 'set gfxmode=1024x600' in grub.cfg (I run a separate grub partition with a manually maintained config). Regards, John On Mon., 12 Oct. 2020, 23:12 pe pi, wrote: > Hello, > > im not sure > > if you install one linux machine, maybe this tool

Re: how to add small console application to debian linux distribution?

2020-10-12 Thread pe pi
Hello, im not sure if you install one linux machine, maybe this tool will be unnecessary. but if you will install for example 10 linux machines it will be usefull. i think better solution will be if tools like this be a part of linux main install. pe pi On 12. 10. 2020 13:41, Gard Spreemann

Re: how to add small console application to debian linux distribution?

2020-10-12 Thread Gard Spreemann
pe pi writes: > 1) Open Terminal > > 2) Type: sudo nano /etc/default/grub > > 3) Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT, and add > video=hyperv_fb:[the resolution you want]. >So my line ends up looking like this: > GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:136

how to add small console application to debian linux distribution?

2020-10-12 Thread pe pi
Hi, I have developed small console application to configure debian screen resolution running in HyperV. I would like to add it to debian linux distribution as a absolutely free code. I don't need to be an administrator of this piece of code. Can you tell me please, what are the steps to add th