Re: How to set font size of xterm

2020-04-16 Thread Clay Daniels
On Thu, 16 Apr 2020, Fekete Zolt?n wrote: Date: Thu, 16 Apr 2020 07:20:56 +0200 From: Fekete Zolt?n To: Clay Daniels Cc: netbsd-users Subject: Re: How to set font size of xterm 2020-04-16 06:32 id?pontban Clay Daniels ezt ?rta: I kind of like the simplicity of xterm, and it comes with the

Re: How to set font size of xterm

2020-04-16 Thread Clay Daniels
On Thu, 16 Apr 2020, Robert Elz wrote: Date: Thu, 16 Apr 2020 12:45:37 +0700 From: Robert Elz To: Clay Daniels Cc: netbsd-users Subject: Re: How to set font size of xterm Date:Thu, 16 Apr 2020 04:32:38 + (UTC) From:Clay Daniels Message-ID: | I kind of like

Re: How to set font size of xterm

2020-04-16 Thread Jan Icetrov
-fs size This option sets the pointsize for fonts selected from the FreeType library if support for that library was compiled into xterm. This corresponds to the faceSize resource. Best regards: J. -- Original Message -- From: "Clay Daniels" To: "netbsd-users" Sent: 2020. 04. 16.

Re: How to set font size of xterm

2020-04-16 Thread Martin Husemann
On Thu, Apr 16, 2020 at 06:11:34AM +, Clay Daniels wrote: > FeZ, I'm going to play with xfontsel. It's actually quite complex.. > > What I am discovering is that the easiest one is to add the -fn 9x15 to my > .xinitrc callout for each xterm. If you are on a HiDPI display, you may also

Re: Hard Real-Time?

2020-04-16 Thread Brad Spencer
Manuel Bouyer writes: [snip] > It should be doable in an interrupt handler running at high IPL - these days > the global interrupt enable flag is turned off for very short time > (a few instructions) on NetBSD. Maybe even IPL_VM would be acceptable. > But your GPIO needs to be able to generate

Re: Hard Real-Time?

2020-04-16 Thread Jaromír Doleček
Le jeu. 16 avr. 2020 à 18:33, Brad Spencer a écrit : > Interrupts with gpio and RPI won't be a problem. You can test some > behavior in a simple manor with gpioirq(4) and gpiopps(4) uses them. > The thing I have found that is a little annoying is that interrupts > appear to be delivered only to

Re: Virtualbox add-ons for netbsd?

2020-04-16 Thread Chavdar Ivanov
On Thu, 16 Apr 2020 at 16:53, Никита Степанов wrote: > > Virtualbox add-ons for netbsd? Search mail archives for port-amd64 and netbsd-users mailing lists; plenty of discussion and instructions. Pretty simple to build from source. Here is an example:

Re: Will windows 10 load after installing netbsd?

2020-04-16 Thread Chavdar Ivanov
On Thu, 16 Apr 2020 at 16:52, Nikita Stepanov wrote: > > Will windows 10 load after installing netbsd? Generally yes, as long as you don't overwrite the partitions used by Windows 10. My laptop uses EFI, the system disk holds only Windows 10, there is a second GPT-formatted disk with some 15

Re: linux binary convert

2020-04-16 Thread Fekete Zoltán
2020-04-16 16:44 időpontban Martin Husemann ezt írta: On Thu, Apr 16, 2020 at 04:37:23PM +0200, Fekete Zoltán wrote: Hi There, I have a 3rd party, closed-source binary .so file. I can use it on NetBSD with the COMPAT_LINUX option and some other linux

Re: SMTP servers receiving from gmail

2020-04-16 Thread reed
On Thu, 16 Apr 2020, ignat...@cs.uni-bonn.de wrote: > However, SPF seems > to work to pacify Google and isn't very difficult to setup. For many years, I periodically send emails using NetBSD.org address. I didn't think about SPF. I never get any bounces for this. Now I see the SPF rule in the

Re: Patch to update Exim to 4.93.0.4

2020-04-16 Thread Mike Pumford
On 16/04/2020 12:32, Thomas Klausner wrote: On Thu, Apr 16, 2020 at 12:17:02PM +0100, Mike Pumford wrote: Looks like I need to pull more fixes from the 4.93+fixes branch upstream. How do I ensure that the patches get applied in a particular order as from the research I've done thats

linux binary convert

2020-04-16 Thread Fekete Zoltán
Hi There, I have a 3rd party, closed-source binary .so file. I can use it on NetBSD with the COMPAT_LINUX option and some other linux libraries along. So, I guess there is no linux-specific system call inside (Am I wrong?). However I would like to link it to my own native NetBSD binary. Do

Re: Patch to update Exim to 4.93.0.4

2020-04-16 Thread Greg Troxel
[exim doesn't really have releases] In pkgsrc proper we have a very strong bias to releases, as wiz@ notes. However, in pkgsrc-wip, almost anything even semi-reasonable is ok. So you are entirely welcome to get wip access if you don't have it already, and make an exim package there, to do it

Re: linux binary convert

2020-04-16 Thread Martin Husemann
On Thu, Apr 16, 2020 at 04:37:23PM +0200, Fekete Zoltán wrote: > Hi There, > > I have a 3rd party, closed-source binary .so file. > I can use it on NetBSD with the COMPAT_LINUX option and some other linux > libraries along. > So, I guess there is no linux-specific system call inside (Am I

Re: How to set font size of xterm

2020-04-16 Thread Johnny Billquist
On 2020-04-16 23:49, Martin Neitzel wrote: My problem is the small font size, but I can't seem to figure out how to set the xterm font size. On top of the excellent advice already given: Ctrl-RightClick pops up the menue with different sizes from "unreadable" to "HUGE". By default,

Re: DNSSEC vs netbsd-8/sparc?

2020-04-16 Thread reed
On Thu, 16 Apr 2020, John D. Baker wrote: > Curiously, with "dnssec-validation auto;" commented out (but with > "dnssec-enable yes;" un-commented) the server resolves external domains, > but appears to not actually use DNSSEC? > > Conversely, with "dnssec-enable yes;" commented out but with >

Controlling pkg_rolling-replace

2020-04-16 Thread Bob Bernstein
I want to run RR on my system but prevent it from rebuilding; 1. www/ikiwiki and 2. Any perl package on which it depends. (There are many.) I know '-X ikiwiki' will see to #1 above, but I am at sea as to how to enforce #2. If need be I could settle for a broader #2, that is "Any package on

Re: linux binary convert

2020-04-16 Thread Kamil Rytarowski
On 16.04.2020 19:20, Fekete Zoltán wrote: > > Thanks for the answer. You might give me advice how run the built binary > (linux) in a debugger. The linux gdb doesn't work as it can't see the > process, NetBSD debugger doesn't know the format. > > Development on linux is solution , it'sobvious,

DNSSEC vs netbsd-8/sparc?

2020-04-16 Thread John D. Baker
After the recent discussion about DNSSEC suddenly not working due to some issue with ISC keys vs signed root servers, etc., I went looking at my own name servers to see why I never noticed a problem with them. My primary name server normally runs NetBSD/sparc-7.2_STABLE (long overdue for disk

Re: How to set font size of xterm

2020-04-16 Thread Thomas Dickey
On Thu, Apr 16, 2020 at 11:56:43PM +0200, Johnny Billquist wrote: > On 2020-04-16 23:49, Martin Neitzel wrote: > > > My problem is the small font size, but I can't > > > seem to figure out how to set the xterm font size. > > > > On top of the excellent advice already given: > > > >

Re: DNSSEC vs netbsd-8/sparc?

2020-04-16 Thread John D. Baker
Curiously, with "dnssec-validation auto;" commented out (but with "dnssec-enable yes;" un-commented) the server resolves external domains, but appears to not actually use DNSSEC? Conversely, with "dnssec-enable yes;" commented out but with "dnssec-validation auto;" un-commented, the server fails

Re: How to set font size of xterm

2020-04-16 Thread Johnny Billquist
On 2020-04-16 06:32, Clay Daniels wrote: I kind of like the simplicity of xterm, and it comes with the basic twm window manager I use. My problem is the small font size, but I can't seem to figure out how to set the xterm font size.  Any clues? CTRL+right click in the window. Johnny --

Re: How to set font size of xterm

2020-04-16 Thread Mike Pumford
On 16/04/2020 06:20, Fekete Zoltán wrote: The first approach I recommend is to start program xfontsel. There select a font you like, and copy its description. Then try it out like this: $ xterm -font *-fixed-*-*-*-18-* xterm also works with the true type fonts provided both in the core X

Re: Hard Real-Time?

2020-04-16 Thread Manuel Bouyer
On Wed, Apr 15, 2020 at 01:14:02PM -0700, Michael Cheponis wrote: > Is there already a way to do "hard real time" on NetBSD? > > To me, "hard real time" means from an external pin going 'high' to the 1st > instruction of my driver executing is on the order of (up to) 10 usec. > > Many eons ago,

Re: SMTP servers receiving from gmail

2020-04-16 Thread Mike Pumford
On 16/04/2020 08:14, ignat...@cs.uni-bonn.de wrote: It might help to have a PTR record for the smtp clients' outgoing address; last time I had that problem with Google it had gone lost when switching nameserver machines and the backup wasn't up-to-date. However, SPF seems to work to pacify

Re: How to set font size of xterm

2020-04-16 Thread Fekete Zoltán
2020-04-16 06:32 időpontban Clay Daniels ezt írta: I kind of like the simplicity of xterm, and it comes with the basic twm window manager I use. My problem is the small font size, but I can't seem to figure out how to set the xterm font size. Any clues? Clay Hi Clay, The first approach I

Re: SMTP servers receiving from gmail

2020-04-16 Thread ignatios
On Wed, Apr 15, 2020 at 10:55:25PM +0200, Rhialto wrote: [Google "Mail"] > They demand DKIM or similar configurations, which I refuse to use, > because its a lot of work to configure, and it often doesn't even work > with mail forwarding. It might help to have a PTR record for the smtp clients'

Re: Finding parameters of existing ext2fs partition

2020-04-16 Thread Thomas Mueller
On Thu, Apr 16, 2020 at 12:21:56AM +, Thomas Mueller wrote: > Linux root filesystem would initially be on FFS/UFS 1 or 2. Reason > for -O 0 would be to make the Linux partition from NetBSD and write the > partition from NetBSD. This would not be necessary from FreeBSD. Martin Husemann

Slowness of X-windows

2020-04-16 Thread Todd Gruhn
I updated to NetBSD-9.1_stable. Xwindows came up without arguing. I did not have to do 'boot c' then disable nouveau. X is still slow. I noticed errors in the upgrade. When I checked the Xorg*log file I noticed Card0 and a couple devices are missing. Here is the Xorg.0.log file (attached).