Re: mutt and gmail on NetBSD

2023-12-14 Thread Mayuresh
On Thu, Dec 14, 2023 at 06:44:13PM +0200, Ivan "Rambius" Ivanov wrote: > error is "No authenticators available". In the past, installing cy2-gssapi had worked for me with mutt, for above error. Later on I switched to neomutt for some reason, which did not have this issue. -- Mayuresh

Re: vim hangs (slows) intermittently in mlterm on some UTF8 files

2023-12-14 Thread Mayuresh
rminal. -- Mayuresh

Re: vim hangs (slows) intermittently in mlterm on some UTF8 files

2023-12-14 Thread Mayuresh
mlterm, with a specific font. -- Mayuresh

vim hangs (slows) intermittently in mlterm on some UTF8 files

2023-12-14 Thread Mayuresh
on Void Linux, to rule out any build differences causing this. But the problem does occur on this mlterm build as well. I find this intriguing and thought of sharing and seeking help. Would appreciate help. -- Mayuresh

Re: Is use of 'binary' mode necessary to open files on NetBSD?

2023-12-03 Thread Mayuresh
On Sat, Dec 02, 2023 at 07:52:25PM +, David Brownlee wrote: > Could something in the c++ library be assuming UTF-8 for non binary files? Spot on. I find LANG=en_US.UTF-8 in my environment (which I was not conscious about.) -- Mayuresh

Is use of 'binary' mode necessary to open files on NetBSD?

2023-12-01 Thread Mayuresh
ove option solves the problem. On NetBSD, the fopen man page clearly says 'b' is ignored. So wonder if gcc layer introduces the need to use it in above usage pattern. A bit surprised by this behavior. Comments please. -- Mayuresh

netbsd flag raising image - any high resolution version available?

2023-11-21 Thread Mayuresh Kathe
hello, is there a high resolution version of the image (at link below) available? http://netbsd.org/images/NetBSD-old.jpg thanks. -mayuresh

"Loss of acceleration on rotation" PR in pre-release tasks, any possibility of making it to 10?

2023-10-26 Thread Mayuresh
/ It is described as "Many of these are waiting for feedback." However 57143 is not waiting for feedback. It is "Open". Is there any chance of it making it to 10? -- Mayuresh

blacklistd: best way to unblock if your ip gets blocked

2023-07-04 Thread Mayuresh
their own security risks. Any advice? -- Mayuresh

Re: NetBSD emulation : application stack trace

2023-04-08 Thread Mayuresh
On Sat, Apr 08, 2023 at 11:01:02AM +0530, Mayuresh wrote: > > I suspect that it is trying to use futexes that are not correctly emulated > > in NetBSD. > > Absolutely! It's futex. Just curious - has futex been emulated better in later kernel versions? (On this setup I am on 9.2.) -- Mayuresh

Re: NetBSD emulation : application stack trace

2023-04-08 Thread Mayuresh
On Sat, Apr 08, 2023 at 11:01:02AM +0530, Mayuresh wrote: > Absolutely! It's futex. I'll see if I can configure it to disable MT with > a hope that then futex won't come into picture. In case someone is familiar with vivado: I do not know if this is the way to disable MT, but I

Re: NetBSD emulation : application stack trace

2023-04-07 Thread Mayuresh
he Vivado installer written in Java locks up in futex calls. I bypassed this by doing installation on Linux using Qemu and copying it over to NetBSD. -- Mayuresh

Re: NetBSD emulation : application stack trace

2023-04-07 Thread Mayuresh
On Sat, Apr 08, 2023 at 10:00:49AM +0900, Rin Okuyama wrote: > SUSE binaries provided by pkgsrc are REALLY old. It's SuSE 15.5 I suppose, not that old. Which binaries are you referring to? -- Mayuresh

Re: NetBSD emulation : application stack trace

2023-04-07 Thread Mayuresh
d Void Linux on a qemu disk and null mounted that disk under /emul/linux. But things weren't working. I turned back to SuSE then. Are there specific steps involved with say /dev/, /proc (and what else?). -- Mayuresh

NetBSD emulation : application stack trace

2023-04-07 Thread Mayuresh
e shows it's only libc.6 and libpthread.0 that are from the SuSE emulation. Rest is within the product's own libraries. - Could it be an unimplemented Linux system call? In that case would NetBSD kernel give some indication? - Could it be an emulation bug? -- Mayuresh

Re: "Could not load a transcoding service" error

2023-04-04 Thread Mayuresh
On Tue, Apr 04, 2023 at 07:34:16PM +0530, Mayuresh wrote: > On Tue, Apr 04, 2023 at 11:09:46AM +, RVP wrote: > > glibc-locale-base-2.31-150300.41.1.x86_64.rpm I have added wip/suse15_glibc-locale-base However, would it be more appropriate to add it to any of the existing

Re: "Could not load a transcoding service" error

2023-04-04 Thread Mayuresh
On Tue, Apr 04, 2023 at 11:09:46AM +, RVP wrote: > glibc-locale-base-2.31-150300.41.1.x86_64.rpm > > That should be enough to fix your issue pronto. Yes! Thank you very much for the hint! -- Mayuresh

Re: "Could not load a transcoding service" error

2023-04-04 Thread Mayuresh
e same thing!) -- Mayuresh [1] https://docs.xilinx.com/r/en-US/ug973-vivado-release-notes-install-license/Supported-Operating-Systems

Re: SuSE emulation doesn't find terminfo [Was: "Could not load..."]

2023-04-03 Thread Mayuresh
On Tue, Apr 04, 2023 at 10:40:16AM +0530, Mayuresh wrote: > On Mon, Apr 03, 2023 at 01:37:45PM +0530, Mayuresh wrote: > > # This is the error in question. The vivado shell exits on this > > > > Could not load a transcoding service > > > > > > From

SuSE emulation doesn't find terminfo [Was: "Could not load..."]

2023-04-03 Thread Mayuresh
On Mon, Apr 03, 2023 at 01:37:45PM +0530, Mayuresh wrote: > # This is the error in question. The vivado shell exits on this > > Could not load a transcoding service > > > From web searches, the error appears related to locales. suse15_locales is > installed,

"Could not load a transcoding service" error

2023-04-03 Thread Mayuresh
s on this Could not load a transcoding service >From web searches, the error appears related to locales. suse15_locales is installed, though I do not know if that gets used. I am currently not using chrooting. It would require installing many more dependencies on suse. Would appreciate suggestions and help. -- Mayuresh

Re: Linux emulation: Compiling with binary distributed libraries

2023-04-01 Thread Mayuresh
D_LIBRARY_PATH, but that doesn't seem to help. Do I need to be mounting this somewhere under /emul/linux? (I think I have tried even that, but that led to the same error.) Basically, given I have a raw disk image of Void Linux mounted on NetBSD, what is a good way to run things from its /usr/bin on NetBSD? -- Mayuresh

Linux emulation: Compiling with binary distributed libraries

2023-04-01 Thread Mayuresh
for this scenario (C sources and .so files that come with Vivado, meant for Linux)? (It doesn't work. I'll post errors if this is supposed to work.) Alternatively, shall I be using even gcc's Linux version through Linux emulation? If yes, how? -- Mayuresh

Re: Linux emulation: locale::facet::_S_create_c_locale name not valid

2023-03-30 Thread Mayuresh
On Thu, Mar 30, 2023 at 10:54:58AM +0530, Mayuresh wrote: > On both Linux and NetBSD LANG=en_US.UTF-8 is same. Tried change it to C, > tried setting LC_ALL etc but these did not have any effect. It turns out, whatever env vars I was experimenting with were being overwritten by the pro

Linux emulation: locale::facet::_S_create_c_locale name not valid

2023-03-29 Thread Mayuresh
UTF-8 is same. Tried change it to C, tried setting LC_ALL etc but these did not have any effect. So, any hints or guesses about what locale related errors to expect when running a Linux binary through emulation will be of great help. Thanks in advance. -- Mayuresh

Re: Invisible mouse pointer

2023-03-27 Thread Mayuresh
ant to try HWCursor off. But that woekd and gave me the mouse pointer though it's a bit sluggish. A man page bug, should it be logged? -- Mayuresh

Re: Invisible mouse pointer

2023-03-26 Thread Mayuresh
ahw" [ 111.508] (II) LoadModule: "fb" [ 111.508] (II) LoadModule: "shadowfb" [ 111.511] (II) LoadModule: "ramdac" [ 115.029] (II) LoadModule: "kbd" [ 115.049] (II) LoadModule: "ws" $ grep UnloadModule Xorg.0.log $ -- Mayuresh

Re: Invisible mouse pointer

2023-03-25 Thread Mayuresh
On Fri, Mar 24, 2023 at 09:33:22PM +, RVP wrote: > Try toggling the "HWCursor" option. See: No luck with that! -- Mayuresh

Invisible mouse pointer

2023-03-24 Thread Mayuresh
lthough it is visible if I use "-vga std"). The presence of mouse can be felt in applications that display some hovering effects. Is there any way to diagnose / fix this? -- Mayuresh

Re: Running NetBSD as qemu guest on laptop, camouflaging as host

2023-03-23 Thread Mayuresh
On Thu, Mar 23, 2023 at 08:59:21PM +0530, Mayuresh wrote: > The same idea worked for me by choosing the highest resolution at boot > time, which gives me a high resolution X11. My window manager (ratpoison) > allows me to pad pixels on the sides. So I get exactly the size I need by

Re: Running NetBSD as qemu guest on laptop, camouflaging as host

2023-03-23 Thread Mayuresh
On Thu, Mar 23, 2023 at 11:31:00AM +0530, Mayuresh wrote: > I am using qemu with "-vga vmware". Retracted that. With this the mouse wasn't visible. Now not giving any vga option, which means it's '-vga std' > Yes, the vesa mode setting at boot time works for me. > >

Re: Running NetBSD as qemu guest on laptop, camouflaging as host

2023-03-23 Thread Mayuresh
x11, which also works. But I just can't rotate the screen to make it vertical. -- Mayuresh

Re: Running NetBSD as qemu guest on laptop, camouflaging as host

2023-03-22 Thread Mayuresh
On Thu, Mar 23, 2023 at 10:35:08AM +0530, Mayuresh wrote: > 1. On Linux host's X11 the screen is already rotated. Now use xrandr > newmode, addmode to add a vertical mode with X and Y values of available > modes just swapped. So far ok. But xrandr refuses to switch to this mode.

Re: Running NetBSD as qemu guest on laptop, camouflaging as host

2023-03-22 Thread Mayuresh
On Wed, Mar 22, 2023 at 10:06:14PM +0530, Mayuresh wrote: > Thanks. xrandr and some pulseaudio settings on host helped me solve both > the problems. I wish to use a vertical HDMI monitor with a qemu guest running NetBSD. I tried to set the resolution in 2 ways: 1. On Linux host's X11 the

Re: Running NetBSD as qemu guest on laptop, camouflaging as host

2023-03-22 Thread Mayuresh
ent for a while and see how well it works. -- Mayuresh

Re: Running NetBSD as qemu guest on laptop, camouflaging as host

2023-03-22 Thread Mayuresh
> run NetBSD as a guest OS, without must loss of performance, to work around *much

Running NetBSD as qemu guest on laptop, camouflaging as host

2023-03-22 Thread Mayuresh
that of the host. Takes some manual adjustments to make it fit the screen. - haven't been able to pass audio device to qemu as yet - firefox SEGVs on the guest, may be a sign of display related issues etc. Any help or advice in this regard will be really useful. -- Mayuresh

Emulated Linux app thinks it's a 32-bit system

2023-03-21 Thread Mayuresh
. But this will take long, particularly as I am doing this on a VM with no nested virtualization support. -- Mayuresh

Re: Which ARM SBC would work well with NetBSD?

2023-03-10 Thread Mayuresh
ing at 80% charge level and switch it on again when it drops to 40%? -- Mayuresh

Re: Which ARM SBC would work well with NetBSD?

2023-03-09 Thread Mayuresh
lly to connect / disconnect the charger (like a mobile phone). -- Mayuresh

Re: Which ARM SBC would work well with NetBSD?

2023-03-06 Thread Mayuresh
On Mon, Mar 06, 2023 at 12:45:02PM -0500, Aaron B. wrote: > I'm not any video output; console is via serial port. Thanks. Any idea if HDMI works? -- Mayuresh

Re: Which ARM SBC would work well with NetBSD?

2023-03-06 Thread Mayuresh
es. I am considering Rock64 instead of RockPro64. Are there any reports on 1. its stability and 2. NetBSD compatibility? -- Mayuresh

Which ARM SBC would work well with NetBSD?

2023-03-04 Thread Mayuresh
do share. -- Mayuresh

Re: firefox resource hog

2023-01-08 Thread Mayuresh
ethod, as it is quicker than spending time analyzing the posts. I have close to 150 of these scripts, so have to try and minimize the dev effort. -- Mayuresh

Re: firefox resource hog

2023-01-08 Thread Mayuresh
y from keyboard. 3b. Non-headless when e.g. you want to automate only logging in to a portal and do further things manually While I use all of them, 3b is which I require the most. For 3a and 3b firefox works the best for me. -- Mayuresh

Re: firefox resource hog

2023-01-07 Thread Mayuresh
On Sun, Jan 08, 2023 at 08:17:58AM +0530, Mayuresh wrote: > Direct rendering of X11 does not work either. PS: *for me* that is.

Re: firefox resource hog

2023-01-07 Thread Mayuresh
netsurf, arcticfox, dillo etc. but I need a browser that lets me script my repetitive tasks. -- Mayuresh

Re: firefox resource hog

2023-01-07 Thread Mayuresh
On Sat, Jan 07, 2023 at 09:56:44AM -0800, pe...@easthope.ca wrote: > drm = digital rights management? Ah! Incidentally both drms hurt on NetBSD. Digital rights management still seems absent. Direct rendering of X11 does not work either. I meant this one in this thread. -- Mayuresh

firefox resource hog

2023-01-06 Thread Mayuresh
ns and top snapshot when nothing is opened in the browser as yet - just a single and blank tab. And are there ways to trim its memory and CPU footprint, at compilation time or using config or CLI options? -- Mayuresh

Re: Black rectangle on vnc screen

2023-01-02 Thread Mayuresh
On Mon, Jan 02, 2023 at 03:04:41PM +0530, Mayuresh wrote: > So far no black rectangle. One issue with tightvnc is, it doesn't resize the session to fit the client screen. tigervnc client does that automatically. I couldn't find any CLI option to do that. -- Mayuresh

Re: Black rectangle on vnc screen

2023-01-02 Thread Mayuresh
On Sun, Jan 01, 2023 at 09:35:06PM +, r0ller wrote: > So I tried tightvnc and both the server and client parts work fine Thanks for the tip. I kept vnc server running on tigervnc and used tightvnc client and so far it's working fine. So far no black rectangle. -- Mayuresh

Black rectangle on vnc screen

2023-01-01 Thread Mayuresh
. -- Mayuresh

Re: -current i915drmkms status [Was: NetBSD 9.99.108 unable to start modular X]

2022-12-12 Thread Mayuresh
On Mon, Dec 12, 2022 at 09:21:44PM +0530, Mayuresh wrote: > I see this line in dmesg on Void Linux, where X11 works and it is exactly > the same on NetBSD. So this part should be ok. > > Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4) There is a mino

Re: -current i915drmkms status [Was: NetBSD 9.99.108 unable to start modular X]

2022-12-12 Thread Mayuresh
On Mon, Dec 12, 2022 at 07:05:18PM +0530, Mayuresh wrote: > Placed the entire i915 folder at above path. I see this line in dmesg on Void Linux, where X11 works and it is exactly the same on NetBSD. So this part should be ok. Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v

Re: -current i915drmkms status [Was: NetBSD 9.99.108 unable to start modular X]

2022-12-12 Thread Mayuresh
ve path. Tried modesetting, intel, wsfb : none work. With wsfb there is a very thin white line at the top of the screen and if I do Ctrl-d in that X exits, so looks like a terminal is coming up in that thin line. -- Mayuresh

-current i915drmkms status [Was: NetBSD 9.99.108 unable to start modular X]

2022-12-12 Thread Mayuresh
:0x8075ce30) Is there a workaround or is some development still in progress so that I can wait for NetBSD 10 on this. -- Mayuresh

NetBSD 9.99.108 unable to start modular X

2022-12-11 Thread Mayuresh
sometimes makes it blank while sometimes it switches the mode properly. Adding 'gop 1' explicitly to boot.cfg doesn't guarantee it will stick to that mode. Please advise. -- Mayuresh [ 1.035802] i915drmkms0 at pci0 dev 2 function 0: Intel UHD Graphics 605 (rev. 0x06) [ 6.934608] [drm

Re: NetBSD 9.2 amd64 laptop: no hdmi output, no touchpad

2022-12-09 Thread Mayuresh
On Sat, Dec 10, 2022 at 11:19:09AM +0530, Mayuresh wrote: > On Sat, Dec 10, 2022 at 10:58:22AM +0530, Mayuresh wrote: > > Please advise if more details are needed. I'll share as needed. > > In case it's relevant dmesg has: > > drm at genfb0 not configured Just on a

Re: NetBSD 9.2 amd64 laptop: no hdmi output, no touchpad

2022-12-09 Thread Mayuresh
On Sat, Dec 10, 2022 at 10:58:22AM +0530, Mayuresh wrote: > Please advise if more details are needed. I'll share as needed. In case it's relevant dmesg has: drm at genfb0 not configured -- Mayuresh

NetBSD 9.2 amd64 laptop: no hdmi output, no touchpad

2022-12-09 Thread Mayuresh
size of gamma for output default Laptop specs are here[1]. Please advise if more details are needed. I'll share as needed. [1] https://www.prixbazaar.com/asus-pentium-quad-core-4-gb-1-tb-hdd-windows-10-home-x543magq1020t-laptop15.6-inch-transparent-silver-1.9-kg-price-lap1611 -- Mayuresh

Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-09 Thread Mayuresh
mentioned in my other post. -- Mayuresh

Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-09 Thread Mayuresh
of the need for a USB stick. -- Mayuresh

Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-05 Thread Mayuresh
ess it can lead to? -- Mayuresh

Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-04 Thread Mayuresh
Thanks. If I got it right from one of your replies, -current installer is not recommended to install 9.2/9.3 sets. Right? -- Mayuresh

Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-04 Thread Mayuresh
On Sat, Dec 03, 2022 at 08:37:33AM +0530, Mayuresh wrote: > I am running into several problems described on previous title of this > thread, on GPT partitioned disk and with UEFI boot. As a last resort I tried installation on to a USB stick. Things went fine till configuration stage. When s

Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-03 Thread Mayuresh
y uuid which is followed by (@dk(5)), is what this means. If yes, it just brings me back to the main menu of the installer. If you meant something else by preconfigured wedges, kindly elaborate. -- Mayuresh [1] http://mail-index.netbsd.org/netbsd-users/2022/12/02/msg029308.html

Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-02 Thread Mayuresh
On Sat, Dec 03, 2022 at 08:37:33AM +0530, Mayuresh wrote: > I'll use qemu/virtualbox on Linux to boot the installation image and > select the physical partition on which I was trying to install NetBSD as > the installation partition. > > Will this work, or are there things to wat

Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-02 Thread Mayuresh
the physical partition on which I was trying to install NetBSD as the installation partition. Will this work, or are there things to watch out if I try it this way? -- Mayuresh

Re: NetBSD 9.3 UEFI installation help

2022-12-01 Thread Mayuresh
On Thu, Dec 01, 2022 at 11:26:09PM +0530, Mayuresh wrote: Some more details of what various installation options lead to: 1. By choosing Available disks as "wd0" -> Use existing GPT partitions This leads to error /sbin/mount -tmsdos /dev/dk1 /targetrootSYSTEM mo

Re: NetBSD 9.3 UEFI installation help

2022-12-01 Thread Mayuresh
On Thu, Dec 01, 2022 at 06:50:41PM +0100, Martin Husemann wrote: > On Thu, Dec 01, 2022 at 11:13:07PM +0530, Mayuresh wrote: > > But it says > > > > error: no suitable video mode found > > Booting in blind mode > > That is a message from grub,

Re: NetBSD 9.3 UEFI installation help

2022-12-01 Thread Mayuresh
On Thu, Dec 01, 2022 at 11:00:24PM +0530, Mayuresh wrote: > Any pointers would be of great help. Something like this boots: set root=(hd0,gpt1) knetbsd /netbsd --root=dk5 boot But it says error: no suitable video mode found Booting in blind mode Please advise. -- Mayuresh

Re: NetBSD 9.3 UEFI installation help

2022-12-01 Thread Mayuresh
seems to be available for grub 1 ). Any pointers would be of great help. -- Mayuresh

Re: NetBSD 9.3 UEFI installation help

2022-12-01 Thread Mayuresh
On Wed, Nov 30, 2022 at 09:42:40PM +0530, Mayuresh wrote: > On installation image I also notice /sysinst.core. So may be the installer > did not do some things. How about using sysinst installer from current and installing sets from 9.3 distribution? Is this something workable? -- Mayuresh

Re: NetBSD 9.3 UEFI installation help

2022-11-30 Thread Mayuresh
On Wed, Nov 30, 2022 at 09:38:48PM +0530, Mayuresh wrote: > Since there are 3 OSes and the paths are not indicative I wonder which one > is which and is one of them installed by NetBSD. On NetBSD installation image I see this file with size 223912. So above files (mentioned in my last post

Re: NetBSD 9.3 UEFI installation help

2022-11-30 Thread Mayuresh
ub2 commands for NetBSD. E.g. kernel --type=netbsd etc does not work on grub2. -- Mayuresh

Re: NetBSD 9.3 UEFI installation help

2022-11-30 Thread Mayuresh
e UUID on NetBSD. When retrying installation I am selecting it using the UUID. -- Mayuresh

NetBSD 9.3 UEFI installation help

2022-11-30 Thread Mayuresh
stalling sets, I see a message "postinstall fixes failed". 3. In the config menu if I try to set root password it says passwd: pwd_mkdb exited with status 1 passwd: /etc/master.passwd: unchanged Please advise what needs to be done to get UEFI boot working. -- Mayures

Re: Support for Intel HM470 chipset, Intel Integrated UHD 605 graphics?

2022-11-30 Thread Mayuresh
ng hasn't been a problem. -- Mayuresh

Re: Can "pre installed Windows" on a laptop be used as a VM

2022-11-29 Thread Mayuresh
nt up from 36.4G to 37.1G! Not sure why. Anyway left 50G for the builtin OS and reclaimed the rest. -- Mayuresh

Re: Can "pre installed Windows" on a laptop be used as a VM

2022-11-27 Thread Mayuresh
On Mon, Nov 28, 2022 at 07:04:12AM +0530, Mayuresh wrote: > On Sun, Nov 27, 2022 at 12:56:43PM -0500, Jason Mitchell wrote: > > 1) Shrink the partition. Use dd to create an image of the partition and use > > that for the vm image. > Can you suggest a tool to shrink th

Re: Can "pre installed Windows" on a laptop be used as a VM

2022-11-27 Thread Mayuresh
On Sun, Nov 27, 2022 at 12:56:43PM -0500, Jason Mitchell wrote: > 1) Shrink the partition. Use dd to create an image of the partition and use > that for the vm image. Thanks. Can you suggest a tool to shrink the partition? -- Mayuresh

Can "pre installed Windows" on a laptop be used as a VM

2022-11-27 Thread Mayuresh
it open e.g. as a qemu guest on NetBSD (or Linux for that matter). Is there something I need to do before I wipe out the pre-installed Windows? -- Mayuresh

Support for Intel HM470 chipset, Intel Integrated UHD 605 graphics?

2022-11-27 Thread Mayuresh
I am thinking of buying a laptop with above mentioned chipset and graphics processor. Detailed spec[1]. Wonder if these are supported in NetBSD 9.3, if not are they likely to be in NetBSD 10. -- Mayuresh [1] https://www.prixbazaar.com/asus-pentium-quad-core-4-gb-1-tb-hdd-windows-10-home

Re: No dkim signature attached when using mutt

2022-10-31 Thread Mayuresh
On Mon, Oct 31, 2022 at 12:54:52PM -0400, Jan Schaumann wrote: > Mayuresh wrote: > > So, in short, if I don't own the alias domain, I can't sign dkim? > > Correct - that is the point of DKIM. I have noticed some mail servers (of a bank in a recent incidence , seems Microsoft bas

Re: No dkim signature attached when using mutt

2022-10-31 Thread Mayuresh
On Mon, Oct 31, 2022 at 09:50:40PM +0530, Mayuresh wrote: > I didn't realize I could set up those keys for alias domain as well. Now > added and dkim is getting attached. But, now just the key gets attached. It can't be validated because the alias domain is not owned by me, so can't crea

Re: No dkim signature attached when using mutt

2022-10-31 Thread Mayuresh
On Mon, Oct 31, 2022 at 11:53:51AM -0400, Jan Schaumann wrote: > That'd be an OpenDKIM configuration thing. Oh yes, thanks. I didn't realize I could set up those keys for alias domain as well. Now added and dkim is getting attached. -- Mayuresh

Re: No dkim signature attached when using mutt

2022-10-31 Thread Mayuresh
On Mon, Oct 31, 2022 at 05:53:10PM +0530, Mayuresh wrote: > However if I use mutt or neomutt the headers don't contain dkim. It seems that "set from" to my email alias which is from a different domain is the problem. If I use local domain then dkim gets inserted. Is there any way

Re: No dkim signature attached when using mutt

2022-10-31 Thread Mayuresh
sr/libexec/postfix/sendmail -oem -oi" -- Mayuresh

Re: No dkim signature attached when using mutt

2022-10-31 Thread Mayuresh
On Mon, Oct 31, 2022 at 05:53:10PM +0530, Mayuresh wrote: > If I send emails using command line 'mail' client I can see that dkim > header is getting attached. > > However if I use mutt or neomutt the headers don't contain dkim. mutt's sendmail variable defaults to the followin

Re: No dkim signature attached when using mutt

2022-10-31 Thread Mayuresh
On Mon, Oct 31, 2022 at 08:21:01PM +0530, Mayuresh wrote: > sendmail="/usr/sbin/sendmail -oem -oi" And if I try the same command on command line directly (with -t added) then dkim does get inserted. Really confusing why it doesn't happen when using mutt. -- Mayuresh

No dkim signature attached when using mutt

2022-10-31 Thread Mayuresh
? -- Mayuresh

Re: Using sysutils/podman on NetBSD

2022-10-12 Thread Mayuresh
On Wed, Oct 12, 2022 at 01:23:17PM +0530, Mayuresh wrote: > > I tried creating a machine (machine init, machine start). It seems to > > download fedora coresos 36 and start the machine but get stucks at the > > "Waiting for VM" prompt. "machine ssh" fa

Re: Using sysutils/podman on NetBSD

2022-10-12 Thread Mayuresh
On Wed, Oct 12, 2022 at 01:17:08PM +0530, Mayuresh wrote: > On NetBSD 9.2 amd64 I have installed podman from pkgsrc. > > I see the following message: > > You will need to build a kernel with options HZ=1000, or edit the > created VM to append "noapic" to t

Using sysutils/podman on NetBSD

2022-10-12 Thread Mayuresh
o download fedora coresos 36 and start the machine but get stucks at the "Waiting for VM" prompt. "machine ssh" fails to connect to it. Does this relate with above message? To append noapic to grub, do I need to loop-mount the qcow2 images of the VM and how to do that? -- Mayuresh

Re: Does any common mortals here (not programmers or sysads) use NetBSD as their daily productivity driver?

2022-10-10 Thread Mayuresh
e full keyboard and large monitor, which is simply unmatched on a mobile. -- Mayuresh

Re: Growing sshd process count

2022-10-10 Thread Mayuresh
On Sun, Oct 09, 2022 at 08:28:04AM +0200, Martin Husemann wrote: > first and obvious thing you should make sure is that sshd is configured > to not accept any kind of password based authentication Absolutely. It's like that already. Besides that, there is blacklistd. -- Mayuresh

Re: Growing sshd process count

2022-10-07 Thread Mayuresh
red in this scenario? BTW at the time of writing this, the thing has subsided. -- Mayuresh

Re: Growing sshd process count

2022-10-07 Thread Mayuresh
On Fri, Oct 07, 2022 at 07:09:51PM +0530, Mayuresh wrote: > What explains the count of these processes and what precautions shall I be > taking? A related question. In ps I see a field such as [accepted] [net] [priv]. What is their meaning / where can I find their documentation? -- Mayuresh

Growing sshd process count

2022-10-07 Thread Mayuresh
. As of writing this the count of sshd processes is 10 again, when only 2 ssh sessions are shown in `who'. What explains the count of these processes and what precautions shall I be taking? -- Mayuresh

Re: Does any common mortals here (not programmers or sysads) use NetBSD as their daily productivity driver?

2022-09-28 Thread Mayuresh
bly converted to qemu, but there is node locked licensed software. I am not sure whether it will work on qemu.) On every new release I try NetBSD out on these laptops. Looking forward to 10 now. -- Mayuresh

  1   2   3   4   5   6   7   8   9   >