Re: Dealing with absence of PTHREAD_MUTEX_ERRORCHECK_NP in NetBSD [ Was Re: XSB Prolog added to wip ]

2022-08-13 Thread Mayuresh
this case. BTW I just used __NetBSD__ which is readily available. I notice FREEBSD, DARWIN etc being added to confdefs. But did not do that for NetBSD. Hope I'm not missing something this way. -- Mayuresh

Dealing with absence of PTHREAD_MUTEX_ERRORCHECK_NP in NetBSD [ Was Re: XSB Prolog added to wip ]

2022-08-12 Thread Mayuresh
[Cross-posting from pkgsrc-users list with a more focused subject line.] On Sat, Aug 13, 2022 at 01:09:17AM +0530, Mayuresh wrote: > In particular, I am unsure about this patch. PTHREAD_MUTEX_ERRORCHECK_NP > isn't available on NetBSD 9.x (may be it would come in 10). I just >

newfs_msdos says vnconfiged device read-only, newfs doesn't say so

2022-08-08 Thread Mayuresh
, 1048640, 1398176, 1747712, 2097248, 2446784, 2796320, 3145856, 3495392, 3844928, I need a virtual msdos file system. Please advise. -- Mayuresh

3rd argument of pthread_setname_np [Was: SYS_gettid alternative on NetBSD]

2022-07-22 Thread Mayuresh
On Fri, Jul 22, 2022 at 12:07:36PM +0530, Mayuresh wrote: > > /usr/pkgsrc/work/wip/py-torch/work/pytorch/third_party/kineto/libkineto/src/ThreadUtil.cpp: > In function 'bool libkineto::setThreadName(const string&)': > > /usr/pkgsrc/work/wip/py-torch/work/pytorch

Re: Is NetBSD _lwp_self equivalent to SYS_gettid on Linux? [Was: SYS_gettid alternative on NetBSD]

2022-07-22 Thread Mayuresh
On Fri, Jul 22, 2022 at 12:07:36PM +0530, Mayuresh wrote: > > /usr/pkgsrc/work/wip/py-torch/work/pytorch/third_party/kineto/libkineto/src/ThreadUtil.cpp:52:32: > error: 'SYS_gettid' was not declared in this scope > _sysTid = (int32_t)syscall(SYS_gettid); > > The

Re: mlterm 3.9.2 Failed to open pty

2022-07-22 Thread Mayuresh
ignore my previous mail. That was a different problem. If I do manual build in sandbox it links with base X11 and bulkbuild with pkg X11. Not sure why that happens. -- Mayuresh

Re: mlterm 3.9.2 Failed to open pty

2022-07-22 Thread Mayuresh
binary which needs the old-style BSD-ptys. > > Try a standalone build. Looks like my build is in a mess. mlterm is crashing with reason not having to do with /dev. I think a native X11 build got triggered somehow. Will recover from this mess and confirm back to you again. -- Mayuresh

Re: mlterm 3.9.2 Failed to open pty

2022-07-22 Thread Mayuresh
rks, but is insecure. -- Mayuresh

SYS_gettid alternative on NetBSD

2022-07-22 Thread Mayuresh
ad_self(), name.c_str()); #endif } Would appreciate suggestions for patches. -- Mayuresh

Re: mlterm 3.9.2 Failed to open pty

2022-07-21 Thread Mayuresh
0: Wed May 12 13:15:55 UTC 2021 mkre...@mkrepro.netbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64 x86_64 AMD 686-class NetBSD And may be kernel size ls -l /netbsd -rwxr-xr-x 1 root wheel 24830192 May 12 2021 /netbsd* -- Mayuresh

Re: mlterm 3.9.2 Failed to open pty

2022-07-21 Thread Mayuresh
On Thu, Jul 21, 2022 at 10:36:04AM +, RVP wrote: > On Thu, 21 Jul 2022, Mayuresh wrote: > > > No. Only users. I do not su to root, I ssh. What are the best practices in > > this regard - regarding a routine user should be wheel or not? > > > > I do the o

Re: mlterm 3.9.2 Failed to open pty

2022-07-21 Thread Mayuresh
On Thu, Jul 21, 2022 at 08:26:24AM +, RVP wrote: > Are you not a member of wheel No. Only users. I do not su to root, I ssh. What are the best practices in this regard - regarding a routine user should be wheel or not? -- Mayuresh

Re: mlterm 3.9.2 Failed to open pty

2022-07-21 Thread Mayuresh
On Thu, Jul 21, 2022 at 08:03:20AM +, RVP wrote: > It's there on my recent 9.2_STABLE: > > $ ls -l /dev/ptm* > crw-rw-rw- 1 root wheel 165, 1 Sep 27 2021 /dev/ptm > crw-rw-rw- 1 root wheel 165, 0 Sep 27 2021 /dev/ptmx > $ > > ptyfs is mounted too. Same for me. -- Mayuresh

Re: mlterm 3.9.2 Failed to open pty

2022-07-21 Thread Mayuresh
gt; > Note that this creates a security issue, it would be better to patch the > > pkg. > > > > Ah, yes--I'd quite forgotten. Mayuresh, for now, please do: > > # chmod o-rwx /dev/ttyp* /dev/ptyp* > > after making the pty devices. With that mlterm still works I see-

Re: mlterm 3.9.2 Failed to open pty

2022-07-21 Thread Mayuresh
On Thu, Jul 21, 2022 at 04:48:28PM +0900, Rin Okuyama wrote: > Mayuresh, does your system have /dev/ptmx? Yes crw-rw-rw- 1 root wheel 165, 0 Jul 11 20:27 /dev/ptmx > If so, do you observe something wrong in: > $ ktrace mlterm It is trying to open starting /dev/ptyp0 through /dev/p

Re: mlterm 3.9.2 Failed to open pty

2022-07-20 Thread Mayuresh
On Tue, Jul 19, 2022 at 08:30:57PM +0530, Mayuresh wrote: > On NetBSD 9.2, and64, recent pkgsrc, modular x11, mlterm 3.9.2, I am > getting these errors. No terminal opens just these two messages in the > log. Other terminals like xterm open fine. > > Jul 19 14:35:59[5802] Fai

mlterm 3.9.2 Failed to open pty

2022-07-19 Thread Mayuresh
I should check for? mlterm was working on NetBSD 9.1 for me though I do not recollect mlterm version, as both NetBSD and mlterm got updated together. Am also checking with upstream. -- Mayuresh

Linux binary works without being under /emul/linux

2022-07-16 Thread Mayuresh
d: exited with unknown exit code (139) -- Mayuresh

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-11 Thread Mayuresh
testing? There are some difficulties in testing on Hetzner such as - As their reply suggests, there is no guarantee about which chipset your new instances will get. It's a bit random. - I doubt whether they'd allow an arbitrary image. They have provided NetBSD 9.2 released image on their platform. -- Mayuresh

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-11 Thread Mayuresh
On Sun, Jul 10, 2022 at 12:57:29PM +0530, Mayuresh wrote: > Ok no problems. I have settled for a different Intel CPU for now. Will try > to persuade Hetzner to investigate and see if the QEMU disk and network > settings could be made more portable so that my desired configuratio

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-10 Thread Mayuresh
able so that my desired configuration works. Thank you for all the inputs. -- Mayuresh

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-10 Thread Mayuresh
On Sun, Jul 10, 2022 at 12:19:29PM +0530, Mayuresh wrote: > Unfortunately among stock images there are only these: Ubuntu, Fedora, > Debian, CentOS, Rocky Linux. Even for Windows one has to pick one of these > and use Windows iso to install. One more observation. For Intel CPUs across

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-10 Thread Mayuresh
ne has to pick one of these and use Windows iso to install. I have written to their support. But not much hope as NetBSD is alien to them and for a support guy it's most easy, convenient and unfortunately obvious to get away saying what is not supported! -- Mayuresh

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-10 Thread Mayuresh
On Sun, Jul 10, 2022 at 08:47:14AM +0700, Robert Elz wrote: > Look for "not configured" first. Yes. Both network and disk are appearing not configured. PFA. -- Mayuresh

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-10 Thread Mayuresh
On Sun, Jul 10, 2022 at 08:47:14AM +0700, Robert Elz wrote: > Look for "not configured" first. Thanks. Will get those inputs. In the meantime it was easy to gather Linux dmesg and fdisk outputs which may be useful. PFA. -- Mayuresh [0.00] Linux version 5.4.0-110-generic (

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-09 Thread Mayuresh
mps on sd0b -- Mayuresh

Re: NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-09 Thread Mayuresh
On Sat, Jul 09, 2022 at 09:03:06PM +0200, Martin Husemann wrote: > Can you post the full dmesg? Now I find that even network is not getting detected. I could take screen shots of dmesg, but those will be 25 odd. If you could give me some words to grep that will help. -- Mayuresh

NetBSD 9.2 installer can't detect disk of some Hetzner VPSes

2022-07-09 Thread Mayuresh
with 40GB HDD work fine. Any idea how to go about this? -- Mayuresh

Re: bozohttpd: user.domain URL (instead of ~user)

2022-05-01 Thread Mayuresh
n I did not need .bzabsredirect Also moved the main site under /var/www/virtual/domain Hope this is workable. -- Mayuresh

bozohttpd: user.domain URL (instead of ~user)

2022-05-01 Thread Mayuresh
Is there any way in bozohttpd to redirect a URL of "user.domain" form to a user specific directory - (just like how domain/~user is). Best if it generically works for all users, but even if a per user setting is required it would work for me for now. -- Mayuresh

Re: pop3 server on NetBSD

2022-04-27 Thread Mayuresh
On Wed, Apr 27, 2022 at 02:47:46PM +0200, Martin Neitzel wrote: > teapop-0.3.8nb20 Yet another RFC1939 compliant POP3 server I notice sdf uses teapop. As they are a long term NetBSD site I presume that must be a careful choice. Can anyone confirm if it works for you? -- Mayuresh

Re: pop3 server on NetBSD

2022-04-27 Thread Mayuresh
> teapop-0.3.8nb20 Yet another RFC1939 compliant POP3 server Thanks. Curious if there are any that can integrate with blacklistd / blocklistd. -- Mayuresh

pop3 server on NetBSD

2022-04-27 Thread Mayuresh
(instead of using procmail). Which pop server will be advisable for this. (I'd prefer if it's in the base, but if not then pkgsrc is ok.) -- Mayuresh

Re: is /bin/sh the almquist shell?

2022-03-29 Thread Mayuresh Kathe
> From k...@munnari.oz.au Wed Mar 30 02:55:37 2022 > From: Robert Elz > To: Mayuresh Kathe > cc: netbsd-users@netbsd.org > Subject: Re: is /bin/sh the almquist shell? > Content-ID: <4606.164860862...@jinx.noi.kre.to> > > Date:Tue, 29 Mar 2022 23:34:08 G

Re: is /bin/sh the almquist shell?

2022-03-29 Thread Mayuresh Kathe
> From bounces-netbsd-users-owner-mayuresh=sdf@netbsd.org Tue Mar 29 > 15:44:08 2022 > From: Robert Elz > To: Mayuresh Kathe > cc: netbsd-users@netbsd.org > Subject: Re: is /bin/sh the almquist shell? > Content-ID: <23186.164856859...@jinx.noi.kre.to> > >

is /bin/sh the almquist shell?

2022-03-29 Thread Mayuresh Kathe
could i get confirmation that the /bin/sh under netbsd is indeed the "almquist shell"? thank you.

Re: pkgsrc : dependencies : determination : how?

2022-03-29 Thread Mayuresh Kathe
> From mar...@duskware.de Tue Mar 29 12:56:41 2022 > From: Martin Husemann > To: Mayuresh Kathe > Cc: netbsd-users@netbsd.org > Subject: Re: pkgsrc : dependencies : determination : how? > > On Tue, Mar 29, 2022 at 12:45:35PM +, Mayuresh Kathe wrote: > > the poi

pkgsrc : dependencies : determination : how?

2022-03-29 Thread Mayuresh Kathe
i would like to understand how pkgsrc determines the dependencies for a given package, and how does it go about handling them during installs, uninstalls, etc. i've heard about some such systems using "sat solvers". is there a similar sub-system being used by pkgsrc? thank you.

Re: NetBSD Linux emulation vis-à-vis FreeBSD's

2022-02-28 Thread Mayuresh
On Mon, Feb 28, 2022 at 08:32:21PM +0530, Mayuresh wrote: > Arguably, NetBSD's kernel emulation should work faster than qemu. But I am > not sure. Besides that, kernel emulation does not require special processor instructions and can work on a VPS Host (which in most providers' cas

Re: NetBSD Linux emulation vis-à-vis FreeBSD's

2022-02-28 Thread Mayuresh
On Mon, Feb 28, 2022 at 03:33:36PM +0100, Mario Marietto wrote: > If u want to emulate linux using nvmm,this what happens : > pkg install qemu > pkg info qemu Arguably, NetBSD's kernel emulation should work faster than qemu. But I am not sure. -- Mayuresh

NetBSD Linux emulation vis-à-vis FreeBSD's

2022-02-27 Thread Mayuresh
. But why don't we get it that seamlessly on NetBSD? Can we not have an equivalent of debootstrap and leave the Linux installations to the user, than, for example, creating *-bin packages in pkgsrc? -- Mayuresh

Re: Raspberry Pi as wireless AP, with pluggable usb modem

2022-01-03 Thread Mayuresh
. This dongle could have served as a router as well. But pi based router gives me a more self contained setup with flexible choice of internet connectivity device. And even if the device is taken away for a while (which sometimes happens) at least my intranet setup works fine. -- Mayuresh

Raspberry Pi as wireless AP, with pluggable usb modem

2022-01-02 Thread Mayuresh
depending on the device plugged. If feasible, please help with more pointers or information. -- Mayuresh

RE: my self-training regimen : good enough?

2021-11-29 Thread Mayuresh Kathe
t_1 > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable > > Then you might find this more helpful > https://www.edx.= > org/course/introduction-computer-science-harvardx-cs50x > > On Tue, 30 Nov 2021 at 9:01 am Mayuresh Kathe wrote: > > thanks jay

ifunc useful?

2021-11-29 Thread Mayuresh Kathe
would the ifunc capability be useful under netbsd? https://jasoncc.github.io/gnu_gcc_glibc/gnu-ifunc.html gnu/linux obviously has it, and freebsd have their own implementation. there's a similar but way more advanced technology provided under solaris/illumos called sunw_cap. do consider.

RE: my self-training regimen : good enough?

2021-11-29 Thread Mayuresh Kathe
ba9328f304-Part_1 > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable > > > My suggestion https://stevens.netmeister.org/631/netbsd.html > > On Tue, 30 Nov 2021 at 8:20 am Mayuresh Kathe wrote: > > i intend to follow the self-training regimen mentioned

my self-training regimen : good enough?

2021-11-29 Thread Mayuresh Kathe
i intend to follow the self-training regimen mentioned below; c primer plus (prata) c programming: a modern approach (king) c unleashed (heathfield, kirby) pointers on c (reek) foundations of computer science: c edition (aho, ullman) algorithms in c: parts 1 - 5 (sedgewick) computer systems: a

internals study : prerequisite : book?

2021-11-28 Thread Mayuresh Kathe
would the book "modern operating systems" by tanenbaum and bos, be good enough to prepare one to start study of the internals?

is c99 permitted within the kernel?

2021-11-27 Thread Mayuresh Kathe
if i remember correctly, c99 is not allowed within the userland that is closest to the kernel, i.e. those tools and utilities which are required just after the kernel boots up. given that, is c99 permitted within the kernel?

systems administration tutorial/manual?

2021-11-27 Thread Mayuresh Kathe
quite some time back, there was a discussion where-in a netbsd old-timer had mentioned that he had a draft for an introduction to netbsd and it's administration which he'd planned to release as a book. i don't remember that person's name, but do remember him to be the same person who had developed

what is systems programming?

2021-11-27 Thread Mayuresh Kathe
i have been a programmer since 1991, but have always written applications, mostly with c++. i don't have any formal training in the field of computer science, though i do have a professional diploma in network centered computing; something which would be called a community college education is the

Re: Editing PDFs

2021-10-04 Thread Mayuresh
t fi gs -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -dFirstPage=$2 -dLastPage=$3 -sOutputFile=split.pdf "$1" -- Mayuresh

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-05-11 Thread Mayuresh
to be detected as Synaptics and now it's libinput, but Synaptics used to work back then (on Linux). It was suggested that I should try PMSDEBUG to see why it's not getting detected as Synaptics. Will try that. Any other hints would be valuable. -- Mayuresh

skills to document the netbsd kernel?

2021-04-13 Thread Mayuresh Kathe
while i possess decent technical skills, i lack knowledge of ansi-c which i believe would be a must to read the source of the netbsd kernel and most of the userland. my question is; what topics should i acquire command over to understand the netbsd kernel source with the intent of documenting it?

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-12 Thread Mayuresh
ation now. Looking forward to some workaround to this, preferably without external mouse. -- Mayuresh

Re: NetBSD 9.1 VPS: Too many dhclient XMT: solicit messages

2021-04-12 Thread Mayuresh
ct how it would have started. rc.conf says: dhcpcd=YES dhcpcd_flags="-qM vioif0" I have killed it manually now. -- Mayuresh

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-12 Thread Mayuresh
sysctl option tuning). -- Mayuresh

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-11 Thread Mayuresh
ort is compiled in. So why doesn't sysctl -a show the synaptics options mentioned in man pms? Is there any alternative way to cross check whether option is compiled into the running kernel? -- Mayuresh

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-11 Thread Mayuresh
ine and not like a device line (e.g. like 'wsmouse*at pms? mux 0'). options PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads -- Mayuresh

NetBSD 9.1 VPS: Too many dhclient XMT: solicit messages

2021-04-11 Thread Mayuresh
dhclient[2032]: XMT: Solicit on vioif0, interval 110970ms. Anything to look out for? -- Mayuresh

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-11 Thread Mayuresh
On Sun, Apr 11, 2021 at 11:18:48PM +0530, Mayuresh wrote: > Or may be it has to be enabled. man pms shows this: > > options PMS_SYNAPTICS_TOUCHPAD > > May be compiling this in the kernel should be the first thing to try. I checked the GENERIC kernel configuration file

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-11 Thread Mayuresh
On Sun, Apr 11, 2021 at 11:05:53PM +0530, Mayuresh wrote: > BTW on NetBSD 9.1 Synaptics properties don't seem to be present > # sysctl -a | grep -i syna > # Or may be it has to be enabled. man pms shows this: options PMS_SYNAPTICS_TOUCHPAD May be compiling this in the kern

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-11 Thread Mayuresh
On Sun, Apr 11, 2021 at 11:05:53PM +0530, Mayuresh wrote: > Thanks. Based on the following I do not know how to decide whether it is > Synaptics. > > $ grep Touch /var/log/Xorg.0.log > [ 899.721] (II) Using input driver 'libinput' for 'FocalTechPS/2 FocalTech > Touchpad' It

Re: NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-11 Thread Mayuresh
t # sysctl -a | grep -i syna # [1] https://mail-index.netbsd.org/netbsd-users/2017/06/16/msg019731.html -- Mayuresh

Re: NetBSD 9.1 amd64, base X11: garbled display

2021-04-10 Thread Mayuresh
your help. Given the background you have, if you have any idea about the 'touchpad' issue (see a separate thread) please do share your views. The display issue was solved, thanks to Jörn's post. But touchpad proved to be a show stopper. Had to revert to Linux on that device. -- Mayuresh

Re: NetBSD 9.1 amd64, base X11: garbled display

2021-04-10 Thread Mayuresh
s going to help get any idea. -- Mayuresh

Re: NetBSD 9.1 amd64, base X11: garbled display

2021-04-10 Thread Mayuresh
stB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Kernel driver in use: i915 Kernel modules: i915 -- Mayuresh

Re: NetBSD 9.1 amd64, base X11: garbled display

2021-04-10 Thread Mayuresh
y issue. But as shared on a separate thread, I am unable to use NetBSD on the laptop due to sensitive touchpad issue.] -- Mayuresh [ 898.854] X.Org X Server 1.20.9 X Protocol Version 11, Revision 0 [ 898.864] Build Operating System: Linux 4.15.0-130-generic x86_64 Ubuntu [ 898.867] Current O

NetBSD 9.1 amd64 base X11: hypersensitive touchpad

2021-04-10 Thread Mayuresh
/netbsd-users/2018/05/07/msg020740.html [2] https://mail-index.netbsd.org/netbsd-users/2017/06/12/msg019686.html -- Mayuresh

Re: NetBSD 9.1 amd64, base X11: garbled display

2021-04-10 Thread Mayuresh
On Fri, Apr 09, 2021 at 11:25:47PM +0200, Jörn Clausen wrote: > Someone on this list suggested this change to me (also using i915drmkms0) > + Option "AccelMethod" "uxa" Excellent find! It solved my problem. Thank you very much for sharing and to one who found it. -- Mayuresh

NetBSD 9.1 amd64, base X11: garbled display

2021-04-09 Thread Mayuresh
ot;. Tried changing it to "vesa", but that doesn't start. dmesg shows it as i915drmkms0. Would prefer base x11 to work. Let me know if any more information would help. -- Mayuresh

[OT] firefox marionette on android

2021-04-06 Thread Mayuresh
enabling it i.e. on port 2828 where it's supposed to listen the connection is refused, if I test with telnet. Web searches on this topic almost lead nowhere indicating probably there aren't takers for marionette on android. -- Mayuresh

Re: Installing NetBSD 9.1 on USB stick, not booting

2021-04-06 Thread Mayuresh
e. I think NetBSD, to a larger extent than others, used to be agnostic to a specific hardware it is installed on, which IMHO was a great feature. (It's not a this vs that argument, it's more about the extent. Lesser you infer from the target machine the better, I think.) Opinions on this may vary. -- Mayuresh

Re: Installing NetBSD 9.1 on USB stick, not booting

2021-04-05 Thread Mayuresh
booting had BIOS option of 'Legacy' and 'UEFI'. Choosing the latter helped boot. BTW isn't it good for the installer to not assume anything about the target machine? It makes the installation more resilient to hardware changes. -- Mayuresh

Re: Installing NetBSD 9.1 on USB stick, not booting

2021-04-05 Thread Mayuresh
EFI (FAT-12/16/32) /dev/sdb2 *262272 30031871 29769600 14.2G a9 NetBSD So is it only the following command that I require now? (It will be sd1 in my case.) # installboot -v -o timeout=1 /dev/rsd0a /usr/mdec/bootxx_ffsv1 -- Mayuresh

Re: Installing NetBSD 9.1 on USB stick, not booting

2021-04-05 Thread Mayuresh
go past this I'll change sd1 to sd0 in fstab. -- Mayuresh

Installing NetBSD 9.1 on USB stick, not booting

2021-04-05 Thread Mayuresh
don't need it to work with the hdd of the host or grub etc. Just need plain simple bootable usb stick that would boot into NetBSD. -- Mayuresh

Re: blocklistd: How to keep my dynamic IP from getting blocked

2021-04-03 Thread Mayuresh
On Sat, Apr 03, 2021 at 03:18:22PM +0200, Martin Neitzel wrote: > Firewalls (and many other security-related configs) in general > require you to state everything in terms of fixed addresses and > not (DNS-dependent) hostnames, for good reasons: Thanks. It's clearer to me now. It's a reasonable

Re: blocklistd: How to keep my dynamic IP from getting blocked

2021-04-03 Thread Mayuresh
On Sat, Apr 03, 2021 at 06:02:03PM +0530, Mayuresh wrote: > BTW does blacklistd.conf accept hostname instead of IP, which I can > manipulate in /etc/hosts? PS: I mean, I tried that way but it didn't work (hostname with /etc/hosts entry didn't work, IP did). Wondering whether it's su

Re: blocklistd: How to keep my dynamic IP from getting blocked

2021-04-03 Thread Mayuresh
On Sat, Apr 03, 2021 at 09:24:40AM +0200, Martin Husemann wrote: > It is just a matter of what seems clearer / simpler to you. BTW does blacklistd.conf accept hostname instead of IP, which I can manipulate in /etc/hosts? -- Mayuresh

Re: blocklistd: How to keep my dynamic IP from getting blocked

2021-04-03 Thread Mayuresh
ike reloading either of them on IP change seem to be the same amount of work in either case. -- Mayuresh

Re: blocklistd: How to keep my dynamic IP from getting blocked

2021-04-03 Thread Mayuresh
ply overrides [local]? -- Mayuresh

Re: blocklistd: How to keep my dynamic IP from getting blocked

2021-04-01 Thread Mayuresh
, I need npf to not entertain request from blocklistd to block a whitelisted ip stored in a file. Can someone suggest how to do this? -- Mayuresh

Re: blocklistd: How to keep my dynamic IP from getting blocked

2021-03-31 Thread Mayuresh
thing so that it will have higher precedence than blocklistd? -- Mayuresh

Re: blocklistd: How to keep my dynamic IP from getting blocked

2021-03-31 Thread Mayuresh
ar > what is allowed and what is not by looking at a single place. Thanks. Here the IP to whitelist is dynamic. I can arrange to put it in a file, but it may change and the file will be modified accordingly. What's a good way out to handle this? -- Mayuresh

blocklistd: How to keep my dynamic IP from getting blocked

2021-03-30 Thread Mayuresh
that IP has changed) keep dumping my external IP address into a file on the VPS, over ssh. Is there any way to instruct blocklistd to ignore (not block) an IP stored in a particular file (when such IP can keep changing). Alternatively does it need to be done at npf's level? -- Mayuresh

project primarily for experienced users?

2021-03-28 Thread Mayuresh Kathe
would netbsd be categorized as a project that is primarily meant for people who are experienced at the unix way? i haven't experienced any hostility out here (unlike at openbsd), but the typical default install does feel scary.

Re: postfix for 2 domains on 1 vps 1 ip

2021-01-05 Thread Mayuresh
il domain. And because of such check would such setup work (work in the sense of acceptance by mail servers at large and if possible reducing the chances of them marking it spam). -- Mayuresh

Re: On upgrade: NetBSD ?.? (UNKNOWN)

2021-01-05 Thread Mayuresh
On Tue, Jan 05, 2021 at 10:18:00AM +0100, Herbert J. Skuhra wrote: > Try: /etc/rc.d/motd start Perfect. Thanks.

On upgrade: NetBSD ?.? (UNKNOWN)

2021-01-05 Thread Mayuresh
After upgrading sets and running etcupdate from 8.0 to 9.1, on sshing I get the following version string instead of the usual one. May be in etcupdate I made some bad choice. But where to look for to quickly fix this? NetBSD ?.? (UNKNOWN) -- Mayuresh

Re: postfix for 2 domains on 1 vps 1 ip

2021-01-04 Thread Mayuresh
ck will succeed. In the context of D2 similarly it will succeed. It won't get paranoid about IP1 having 2 domains. Then it sounds good. -- Mayuresh

Re: postfix for 2 domains on 1 vps 1 ip

2021-01-02 Thread Mayuresh
oud provider - one is ipv4 and one ipv6. I have a NetBSD 9.1 host on which I'll setup NetBSD 9.1 qemu guest and would like the guest to get the ipv6 public ip. Is this feasible? Any tips (both NetBSD and qemu side)? -- Mayuresh

Re: postfix for 2 domains on 1 vps 1 ip

2021-01-01 Thread Mayuresh
end system generated mail, and if it comes to that can I use gmail smtp with from field set to my own domain (I guess they still allow) so that I need not implement all these measures? -- Mayuresh

Re: postfix for 2 domains on 1 vps 1 ip

2021-01-01 Thread Mayuresh
red? -- Mayuresh

Re: postfix for 2 domains on 1 vps 1 ip

2021-01-01 Thread Mayuresh
ostfix configuration? -- Mayuresh

Re: postfix for 2 domains on 1 vps 1 ip

2021-01-01 Thread Mayuresh
On Fri, Jan 01, 2021 at 07:15:45PM +0530, Mayuresh wrote: > I am faced with a requirement to merge the mail servers running on 2 VPSes > into 1, with a single ip address on NetBSD 9.1 amd64. What happens with reverse DNS when one uses same ip for multiple domains and would it lead to som

Re: postfix for 2 domains on 1 vps 1 ip

2021-01-01 Thread Mayuresh
On Fri, Jan 01, 2021 at 09:59:09AM -0500, Zach Hopkins wrote: > However, you can use an SNI map in postfix >3.4.0 -- see: 9.1 is on 3.1.4. Is it advisable to use one from pkgsrc? I am not likely to prefer current for this system. -- Mayuresh

postfix for 2 domains on 1 vps 1 ip

2021-01-01 Thread Mayuresh
. Alternatively if getting 2 ip addresses is considered as an option would it ease anything? [Similar question would arise for http, but as of now one domain uses http and the other uses https, so that should be manageable.] -- Mayuresh

Re: Any package to populate image from raw data?

2020-12-31 Thread Mayuresh
On Fri, Jan 01, 2021 at 12:34:36AM +0530, Mayuresh wrote: > On Thu, Dec 31, 2020 at 06:17:13PM -, Michael van Elst wrote: > > 16bit/pixel is rare. Maybe pi-fits can do what you need, it's made > > for astronomy pictures. > > May be medical imaging (X rays in this case)

Re: cron jobs not running after upgrade from 8.0/1 to 9.1

2020-12-31 Thread Mayuresh
up, rather than during installation. -- Mayuresh

<    1   2   3   4   5   6   7   8   9   >