Re: strange issues with building ArcticFox - full rebuilds everytime

2024-05-29 Thread RVP
On Tue, 28 May 2024, Riccardo Mottola wrote: My first guess is that configure is re-run unneeded, leading thus to a major recompile. Any ideas? You could make the 2nd & 3rd lines of configure this and confirm: echo >&2 dying... exit 1 -RVP

Re: NetBSD 10.0 installation cd boot hangs

2024-05-28 Thread RVP
On Thu, 23 May 2024, e...@tilde.team wrote: [ 301.7983080] waiting for devices: atabus1 atabus2 atabus3 viaide0 channel 1: reset failed for drive 0 In your BIOS, can switch the drive controller to `AHCI' instead of whatever it is now (probably IDE)? -RVP

Re: ffmpeg6 drawtext option question

2024-05-28 Thread RVP
t works? -RVP

Re: Bluetooth wheel mouse and X11

2024-05-23 Thread RVP
(down) move: -1 (down) move: -1 (left) move: -1 (down) move: -1 (down) move: 1 (up) move: -1 (left) move: -1 (left) move: -1 (left) move: -1 (left) move: -1 (left) move: -1 (left) move: -1 (left) ``` -RVP

Re: Bluetooth wheel mouse and X11

2024-05-23 Thread RVP
think. -RVP --- START mousetest.c --- /** * 64-bit systems: hexdump -e '24/1 "%02x " "\n"' /dev/wsmouseN * 32-bit systems: hexdump -e '20/1 "%02x " "\n"' /dev/wsmouseN */ #include #include #include #include #include #include int main(int argc, char*

Re: NetBSD 10 and framebuffer consoles setup vs 9.3 (font, multiple...)

2024-05-22 Thread RVP
esolution (presented by DRMKMS, I think--genfb doesn't seem to have this issue) and the console ends up with less than 80x25 cells: https://mail-index.netbsd.org/netbsd-users/2024/05/10/msg031151.html On Thu, 11 Apr 2024, Staffan Thomén wrote: RVP wrote: and the system will now use the larger

Re: GENERIC_KASLR Boot Page Fault in 10.0

2024-05-22 Thread RVP
mping to kernel" stage with a page fault. The GENERIC kernel works fine. I can reproduce this on real HW too. The 9.4 KASLR kernel works with the /prekern from 10.99.10; the 10.99.10 KASLR kernel fails to boot. Looks like a regression. Please file a PR for this. -RVP

Re: Bluetooth wheel mouse and X11

2024-05-21 Thread RVP
2. Have you tried these same mice on an amd64 system? 3. Can you post the output of: wsmuxctl -f 0 -l then that of wsconsctl -am -f /dev/wsmouseN on the bluetooth mouse? -RVP

Re: Bluetooth wheel mouse and X11

2024-05-20 Thread RVP
s both motion and down-scroll buttons. Can you also show the output of: xinput list and, xinput list-props -RVP

Re: Bluetooth wheel mouse and X11

2024-05-20 Thread RVP
"EmulateWheel"' and/or `Option "EmulateWheelButton"' is set if the input driver is "mouse"? 3. Run xev -event mouse > /tmp/xev.log, then a) first move the mouse only, then b) use the scroll-wheel only? Post the xev.log file, too. -RVP

Re: sysint crash

2024-05-10 Thread RVP
. I get 24 rows and 64 columns! Too low it seems. Do I need a different monitor? In some cases, the kernel picks the wrong font size. Try a smaller one: https://mail-index.netbsd.org/netbsd-users/2024/04/11/msg030909.html -RVP

Re: Use a wallpaper

2024-04-17 Thread RVP
On Wed, 17 Apr 2024, Todd Gruhn wrote: How do I put a graphic or wallpaper on there when I start X11? /usr/X11R7/bin/xsetwallpaper Also: https://mail-index.netbsd.org/tech-x11/2021/12/12/msg002259.html -RVP

Re: NetBSD 10 and framebuffer consoles setup vs 9.3 (font, multiple...)

2024-04-10 Thread RVP
getty Pc" wsvt25  on secure notice vt100 vs wsvt25? Is this mis-behaviour seen always or only if you sudo? https://mail-index.netbsd.org/pkgsrc-users/2024/03/23/msg039239.html I see this only when using a recent sudo, and only on constty. -RVP

Re: Listing X11 grabs with XF86LogGrabInfo

2024-03-26 Thread RVP
why it's still needed on NetBSD and why both XStringToKeysym("XF86LogGrabInfo") and XStringToKeysym("XF86_LogGrabInfo") don't return the same keysym when they should--according to the comments. They are equivalent on Linux and FreeBSD. -RVP

Re: Listing X11 grabs with XF86LogGrabInfo

2024-03-25 Thread RVP
can't find that file in the tarballs in: https://www.x.org/releases/individual/lib/, but, I didn't search very hard--you should ask on the tech-x11 ML. -RVP

Re: Xorg garbage mouse pointer in window edges and corners (NetBSD 10.0_RC3)

2024-02-01 Thread RVP
nt like this will do: ``` $ cat /etc/X11/xorg.conf.d/modesetting.conf Section "Device" Identifier "Card0" Driver "modesetting" Option "SWcursor" "on" EndSection $ ``` -RVP

Re: Xorg garbage mouse pointer in window edges and corners (NetBSD 10.0_RC3)

2024-02-01 Thread RVP
-driver, you can try: Option "SWcursor" "on" -RVP

Re: Reverse of promoting to root: downgrade root to unprivileged

2024-01-30 Thread RVP
user, you can use mount_umap(8). But, this 1-to-1 remapping won't work for pkgsrc, I think, where the installed files can have arbitrary users. 2. Extend secmodel_extensions(9) slightly so that you can do something like: ``` # rvp & xyz are to

Re: Reverse of promoting to root: downgrade root to unprivileged

2024-01-29 Thread RVP
between various EUIDs and the saved-SUID? That's pretty standard stuff, but, I don't know if it's been encapsulated in any kind of utility. -RVP

Re: xterm -fa weirdness (9.3 and 10.0 RC_1)

2024-01-05 Thread RVP
think: xterm*faceName: Lucida Console Semi-Condensed xterm*faceSize: 9 Use an instance-name, but, make it very general. Then `-fa something' will override the above because it supplies the component which will win over the *. HTH, -RVP

Re: xterm -fa weirdness (9.3 and 10.0 RC_1)

2024-01-05 Thread RVP
1905 + +++ .Xresources 2024-01-05 07:51:36.842215151 + @@ -1,4 +1,4 @@ -xterm.vt100.faceName: Lucida Console Semi-Condensed -xterm.vt100.faceSize: 9 +XTerm.vt100.faceName: Lucida Console Semi-Condensed +XTerm.vt100.faceSize: 9 XTerm.vt100.renderFont: false UXTerm.vt100.renderFont:true ``` That should work. -RVP

Re: Hangs when trying to read a NTFS disk with 3g (No buffer space?)

2023-12-27 Thread RVP
Make sure the PERFUSE_BUFSIZE is lowered for NTFS: env PERFUSE_BUFSIZE=135168 ntfs-3g /dev/dk1 /mnt ``` -RVP

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

2023-12-27 Thread RVP
. Since this is on Linux, you could try strace(1) or ltrace(1): strace -rT -o /tmp/mlterm.log mlterm ... Then, look at the 1st and last fields for anomalies (disregarding things like read(), select(), poll()--which usually take some time to complete). -RVP

Re: rc.local nightmare

2023-10-30 Thread RVP
same place as the standard output. Well, here the output of _all_ the scripts is a pipe, so nohup doesn't redirect the output of your command into a nohup.out file and here too it gets a SIGPIPE. HTH, -RVP

Re: NetBSD 9.3 amd64 Intel Nuc 8i7BEH xorg problem

2023-10-07 Thread RVP
s?: http://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-10/latest/ Thank so much. sorry, this one: http://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-10/202310051300Z/amd64/ Use the URL with `latest' in it. -RVP

Re: NetBSD 9.3 amd64 Intel Nuc 8i7BEH xorg problem

2023-10-07 Thread RVP
/laptops/ (section: Graphics) Try the latest 10-BETA. -RVP

Re: vdpau setup

2023-09-25 Thread RVP
/VideoAcceleration.html -RVP

Re: Console video resolution

2023-09-25 Thread RVP
' (for legacy boot) will work (on x86, at least). Once the DRMKMS driver takes over, it will choose the highest resolution supported by your HW. Here, you could try changing the resolution using the DRM api: xsrc/external/mit/libdrm/dist/tests/modetest/ looks like a promising subject to gut... -RVP

Re: vdpau setup

2023-09-25 Thread RVP
HW-decoding on and off using Ctrl-H. -RVP

Re: Meaning of size of /dev/pts/ files

2023-09-25 Thread RVP
-l output. Do a `stat -x /dev/pts/...' and you should see a size of 0 for all of these. -RVP

Re: [IPv6] Something I don't understand

2023-09-09 Thread RVP
ch doesn't. Also try out a bunch of IPv6 addresses in the range assigned to you, even if they're not assigned to any of your machines. You should see all of them on the gateway machine. -RVP

Re: [IPv6] Something I don't understand

2023-09-08 Thread RVP
hus, icmp packets received from lan side are sent to public interface, but there is no answer. Maybe it's an ISP issue? Can you ping your machines from the outside using, say, an SDF.org account? Check if packets arrive on wm2 on legendre when you do this. -RVP

Re: segfault in libterminfo with ncurses with nethack

2023-09-04 Thread RVP
This value represents the type of curses we wish to use on the # system. Setting this to "curses" means that the system curses # implementation is fine. # # Possible: curses, ncurses, ncursesw, pdcurses # Default: (depends) ``` So, if you use mk/curses.buildlink3.mk, one should set CURSES_DEFAULT=ncursesw to compile with ncursesw. -RVP

Re: /dev/tty01 will not open on Beaglebone Black

2023-09-03 Thread RVP
On Sun, 3 Sep 2023, Brook Milligan wrote: Is there a reason not to commit this? If the ARM gurus are OK with it, then please do. -RVP

Re: segfault in libterminfo with ncurses with nethack

2023-09-03 Thread RVP
and pdcurses implement both the termcap (tget*) and the terminfo (tiget*) functions. If the only reason it is there is because the NetBSD curses requires it, surely the curses buildlink file should be adding it, when it is needed (and not otherwise). Yes! -RVP

Re: /dev/tty01 will not open on Beaglebone Black

2023-09-02 Thread RVP
{ /* sudo agetty 115200 ttyS4 */ status = "okay"; pinctrl-names = "default"; pinctrl-0 = <_uart4_pins>; }; ``` No idea which is right (not an ARM-guy!). The folks on port-arm@ would know. HTH, -RVP

Re: segfault in libterminfo with ncurses with nethack

2023-09-01 Thread RVP
raised by packages. This is more a pkgsrc issue than a curses issue; and a PR was indeed filed... -RVP

Re: segfault in libterminfo with ncurses with nethack

2023-09-01 Thread RVP
nk3.mk" .endif .include "../../mk/bsd.pkg.mk" or whatever equivalent the in mk/termcap.buildlink3.mk since I see that PDcurses also has terminfo functions built-in. -RVP

Re: segfault in libterminfo with ncurses with nethack

2023-09-01 Thread RVP
this thread): https://mail-index.NetBSD.org/current-users/2023/04/16/msg043785.html This _really_ ought to be fixed once and for all. -RVP

Re: segfault in libterminfo with ncurses with nethack

2023-08-31 Thread RVP
also pull this out as a libtinfo{,w}.*) I think what's happening here is some functions are being pulled from the system libterminfo and others from the ncurses impl. resulting in a half-initialized mish-mash in ncurses's data-structures. -RVP

Re: /dev/tty01 will not open on Beaglebone Black

2023-08-31 Thread RVP
s asserted. Does Ctrl-C (or kill -9) end the program? -RVP

Re: How to build /usr/bin/grep?

2023-08-17 Thread RVP
a few myself. -RVP

Re: Regression in 10.x installer

2023-08-15 Thread RVP
tion, right? Not needed. You can just use a different directory on the System EFI partition. But, I like to create an EFI partition for each of the different OSes that are on the disk. -RVP

Re: Regression in 10.x installer

2023-08-14 Thread RVP
", "/usr", etc.) 8. Choose "Partition sizes OK" when done. Do the rest of the install as usual. After the install is finished, move the sysinst-written \EFI\Boot\BOOT*.EFI files from the System EFI partition to a) the NetBSD EFI partition, or b) a different dir. on the System EFI partn. Then tell your BIOS where the NetBSD *.EFI files are to get a boot menu. HTH, -RVP

Re: top(1) behavior

2023-08-13 Thread RVP
-average, the process-display is more like a snapshot. Try reducing the sleep time to, say, .1s or run a few `openssl speed' tests to see this. -RVP

Re: cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-31 Thread RVP
as important but I'm also confused by why disabling ECHO on the parent stdin also disables it for the pseudo-terminal. It shouldn't--unless you've unset that bit on the master then copied those settings over onto the child pty FD. -RVP

Re: Cannot Install From NetBSD-9.3-amd64-install.img -- Friday Afternoon Followup

2023-07-15 Thread RVP
: mount -t ptyfs ptyfs /dev/pts -RVP

Re: Found /bought new mouse

2023-07-15 Thread RVP
On Fri, 14 Jul 2023, Todd Gruhn wrote: Does not have BlueTooth. Do I need this? OR use the BlueTooth already in computer??? (Another mouse) Connect that Bluetooth-to-USB dongle to your computer and your mouse should appear as a USB mouse. -RVP

Re: Cannot Install From NetBSD-9.3-amd64-install.img

2023-07-14 Thread RVP
() This looks like flaky hardware. Disabling the nouveau DRMKMS driver like the previous user suggested should work here. At the bootloader prompt, you can also do: userconf disable nouveau* boot -RVP

Re: Fun with sound; and computers

2023-06-26 Thread RVP
On Mon, 26 Jun 2023, Todd Gruhn wrote: Is there a way connect sound and F-key? Each time I press on F-key , computer makes a sound. In X, xbindkeys: https://pkgsrc.se/x11/xbindkeys -RVP

Re: ctwm focus on new window?

2023-06-06 Thread RVP
On Sun, 4 Jun 2023, adr wrote: has someone hacked ctwm to give focus to newly created windows, like AutoFocusToTransients but for all windows? I've some other patches for ctwm. Does "ClickToFocus" or "SloppyFocus" work for you? -RVP

Re: touch screen support

2023-05-29 Thread RVP
the *right* way to do it, but, I didn't have the time to wade through the USB specs. & NetBSD kernel docs. for the correct solution. :) HTH, -RVP PS. Happy to run commands/test patches/etc. if someone more knowledgeable is willing to do a proper job of this.

Re: How to use the 'ls' -M flag?

2023-05-27 Thread RVP
Eg.: export LANG=en_GB.UTF-8 export LC_CTYPE=$LANG export LC_ALL="" -RVP

Re: Firefox (pkgsrc binary): no sound

2023-04-16 Thread RVP
is using or trying to use? One method is to use fstat(1) when the video is being played (or even when paused). One of the firefox processes should have /dev/audio opened: ``` $ for pid in $(pgrep -x /usr/pkg/lib/firefox/firefox) ; do fstat -p $pid; done | fgrep audio rvp firefox 6654

Re: Assembly example (nasm) for amd64 in NetBSD

2023-04-14 Thread RVP
On Fri, 14 Apr 2023, Rocky Hotas wrote: On apr 14 1:46, RVP wrote: +section .note.netbsd.ident + + dd 7; ELF_NOTE_NETBSD_NAMESZ + dd 4; ELF_NOTE_NETBSD_DESCSZ + dd 1; ELF_NOTE_TYPE_NETBSD_TAG + db 'NetBSD',0

Re: Assembly example (nasm) for amd64 in NetBSD

2023-04-13 Thread RVP
+ + dd 7; ELF_NOTE_NETBSD_NAMESZ + dd 4; ELF_NOTE_NETBSD_DESCSZ + dd 1; ELF_NOTE_TYPE_NETBSD_TAG + db 'NetBSD',0,'$' ; NetBSD string + dq 90300; NetBSD version 9.3.0 $ ``` -RVP

Re: "Could not load a transcoding service" error

2023-04-04 Thread RVP
it as it is in the SuSE Linux distribution, but, combining `suse15_base' and `suse15_glibc-locale-base' also makes sense as they're both base glibc packages. The folks on tech-pkg@ would know better :) -RVP

Re: "Could not load a transcoding service" error

2023-04-04 Thread RVP
/usr/lib64 /emul/linux/usr/share directories from the `suse_locale-13.1nb4.tgz' package? Or, if that doesn't work (glibc is version 2.18 in the suse_base-13 package, and 2.31 in the suse_base-15 one), try copying those dirs. from a system running glibc-2.31. -RVP PS. You could also see if your

Re: Invisible mouse pointer

2023-03-27 Thread RVP
On Mon, 27 Mar 2023, Mayuresh wrote: It's vmware, I suppose: Man-pages sometimes don't reflect what drivers actually do. Can you check if the vmware driver is doing HW or SW cursor (you will want a SW cursor): $ fgrep -i cursor /var/log/Xorg.0.log -RVP

Re: Invisible mouse pointer

2023-03-26 Thread RVP
On Sun, 26 Mar 2023, Mayuresh wrote: On Fri, Mar 24, 2023 at 09:33:22PM +, RVP wrote: Try toggling the "HWCursor" option. See: No luck with that! Not all X display drivers will have that option. The `vmware' driver does, where it defaults to `off'. Which driver is Xorg using

Re: Invisible mouse pointer

2023-03-24 Thread RVP
ot; option. Using native xorg. [...] However with "-vga vmware", the mouse pointer is not visible (although it is visible if I use "-vga std"). [...] Is there any way to diagnose / fix this? Try toggling the "HWCursor" option. See: https://man.netbsd.org/amd64/vmware.4 -RVP

Re: NetBSD 9.3 amd64 won't turn off display backlight

2023-01-23 Thread RVP
On Mon, 23 Jan 2023, Valery Ushakov wrote: Does screenblank(8) work? You can force the screen off imeediately with screenblank -b and unblank with screenblank -u If you have DRMKMS enabled, then this actually works! The program is completely new to me, so thanks Uwe! -RVP

Re: NetBSD 9.3 amd64 won't turn off display backlight

2023-01-23 Thread RVP
have? -RVP

Re: sending/receiving UTF-8 characters from terminal to program

2023-01-21 Thread RVP
"medium" will give the same effect :-) Great! That's something I didn't know. Thanks, Tom. Cheers, -RVP

Re: sending/receiving UTF-8 characters from terminal to program

2023-01-20 Thread RVP
that [...] That's correct. But as r0ller had a UTF-8 locale set, I didn't mention that. However, it is better to be precise, so thank you! -RVP

Re: sending/receiving UTF-8 characters from terminal to program

2023-01-20 Thread RVP
for the `' in `néz'. -RVP

Re: sending/receiving UTF-8 characters from terminal to program

2023-01-19 Thread RVP
-# locale is en_GB.UTF-8 ie. UTF-8 6e c3 a9 7a |n..z| 0004 $ printf néz | iconv -f UTF-8 -t ISO-8859-1 | hexdump -C 6e e9 7a |n.z| 0003 $ ``` -RVP

Re: sending/receiving UTF-8 characters from terminal to program

2023-01-19 Thread RVP
with UTF-8 input (or my converted UTF-8 input to match the text encoding in magyar.fst) c) text in magyar.fst was in UTF-8/Unicode (or, if another encoding, then flookup did the conversion before doing the text lookup.) b) and c) are educated guesses. -RVP

Re: sending/receiving UTF-8 characters from terminal to program

2023-01-19 Thread RVP
[stem]+CON néz +swConsonant+néz[stem]+CON+Nom néz néz[stem]+Verb+IndefSg3 $ echo néz | /tmp/F/bin/flookup alice-master/hi_android/foma/magyar.fst néz+? $ ``` -RVP

Re: NetBSD 9.3 amd64 won't turn off display backlight

2023-01-17 Thread RVP
it in the `/etc/powerd/scripts/lid_switch' script. -RVP

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

2022-12-12 Thread RVP
"AccelMethod" "none"' in the config. fragment I sent you. Then see if modesetting(4) comes up. For the intel(4) driver, try `Option "AccelMethod" "UXA"', or even `"none"' as a last resort. The intelfb(4) manpage lists other options which you can turn off or disable with the SNA or UXA accel-methods. -RVP

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

2022-12-12 Thread RVP
/firmware/i915drmkms/i915/something.bin $ cat /etc/X11/xorg.conf.d/modesetting.conf # Depends on kernel DRM # Section "Device" Identifier "Card0" Driver "modesetting" # Option "SWcursor" "on" # Option "ShadowFB" "off" # Option "AccelMethod" "none" EndSection $ -RVP

Re: NetBSD 9.3 UEFI installation help

2022-12-01 Thread RVP
' { gfxmode 1366x768 insmod part_gpt insmod efi_gop insmod gfxterm set gfxpayload=keep insmod ufs2 set root=(hd0,gpt10) knetbsd /netbsd boot } $ sudo update-grub --- You may have load a different module for VESA, and change the resolution. -RVP

Re: help with cron/rsync error message

2022-11-20 Thread RVP
a separate machine first to get the feel of it, and then the process won't feel as scary. -RVP

Re: help with cron/rsync error message

2022-11-16 Thread RVP
of section '.comment': [ 0] GCC: (NetBSD nb2 20150115) 4.8.4 sysinst should've removed all these older versions when it upgraded the system, but as none of the symlinks point to it, having it around it shouldn't cause any problems. -RVP

Re: can not download IMAP messages with isync/mbsync

2022-11-15 Thread RVP
On Mon, 14 Nov 2022, RVP wrote: On Mon, 14 Nov 2022, Mouse wrote: My guess is that the buffer you're testing with is near the top of the address space, within ~1GB of address 0x, and what you're seeing is due to wraparound. Thanks for that analysis--address-wrapping was my first

Re: help with cron/rsync error message

2022-11-15 Thread RVP
``` -RVP

Re: can not download IMAP messages with isync/mbsync

2022-11-14 Thread RVP
, or b) by NetBSD-ARM just using the C version like the other ports. Thx, -RVP

Re: can not download IMAP messages with isync/mbsync

2022-11-13 Thread RVP
On Mon, 7 Nov 2022, RVP wrote: I've not been able to reproduce this at all even with 3 servers (2 providers and 1 local [dovecot +COMPRESS]) on 9.3_STABLE/amd64. OK. Once I had QEMU + NetBSD-ARMv7 running, it turned out to be an easy issue to diagnose. Turn out, on ARM, strnlen(3) is written

Re: apache parked processes using CPU

2022-11-13 Thread RVP
it here) is too short, then the threads will just repeatedly re-enter the kernel with another syscall. Attach GDB to one of the httpd processes and check what the timespec/timeval values are. -RVP

Re: can not download IMAP messages with isync/mbsync

2022-11-07 Thread RVP
) oom(); return ret; @@ -388,6 +393,11 @@ { char *ret; + if (sz == 0) { /* XXX: ape glibc behaviour */ + if (mem) + free(mem); + return NULL; + } if (!(ret = realloc( mem, sz )) && sz) oom(); return ret; ---END--- -RVP

Re: can not download IMAP messages with isync/mbsync

2022-11-05 Thread RVP
? Or is anyone from you using mbsync/isync on netbsd? Try compiling with `-fsanitize=address -g -O0' -RVP

Re: Mystical issue with NetBSD and opening Russian Bank site chelinvest.ru

2022-11-02 Thread RVP
FreeBSD successfully opens it with default settings. Maybe the site doesn't like your User-Agent string (some sites are confused by anything other than Windows, MacOS or Linux in them). Fake a different one using a User-Agent Switcher extension from https://addons.mozilla.org/ -RVP

Re: wsconsctl

2022-10-25 Thread RVP
apply it to the correct keyboard too... -RVP

Re: Feed facility/priority to logger(1) via stdin - desirable extension or bad idea?

2022-10-23 Thread RVP
print msg | PROCS[proc] } { s = $0 if (match(s, "<[[:digit:]]+>")) { prio = getprio(s, RSTART, RLENGTH) s = substr(s, RSTART + RLENGTH) } else prio = DEFPRIO logit(prio, s) } END { for (proc in PROCS) close(PROCS[proc]) } ``` Input is of the form: <134>message line... as described in the Linux logger(1) man-page (if I've got it right). -RVP

Re: unable to set time very far in the future

2022-10-16 Thread RVP
is 1970 + 8000 - 1940 leap days. Not an easily remembered date either :)... -RVP [1]: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/kern/kern_time.c.diff?r1=1.205=1.206_with_tag=MAIN [2]: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/kern/kern_time.c.diff?r1=1.97=1.98_with_tag=MAIN

Re: unable to set time very far in the future

2022-10-15 Thread RVP
* unreasonable system behaviour. 193 */ 194 if (ts->tv_sec < 0 || ts->tv_sec > (1LL << 36)) 195 return EINVAL; And, `date 414708200732.17' == (1<<36) + 1 secs. -RVP

Re: Build original Csh on Linux and FreeBSD.

2022-09-06 Thread RVP
nd that fails on NetBSD nowadays (see checks in kern/tty.c). Anyway, since NetBSD csh is compiled with -DEDIT, try `set filec edit'. Then, you can use libedit for standard Emacs-style of line-editing, and tab for filename completion. -RVP

Re: Link error

2022-09-06 Thread RVP
iour looks like `-fno-common'. To compile against a static readline library outside pkgsrc, add the `-fcommon' flag to CFLAGS, or better yet, configure readline like: $ CPPFLAGS=-DNEED_EXTERN_PC ./configure [...] -RVP

Re: Problem with Firefox browser on NetBSD

2022-09-05 Thread RVP
On Mon, 5 Sep 2022, Dmitrii Postolov wrote: Hi! RVP, thanks! Do you recommend that I send bugreport message to NetBSD or Mozilla? This looks like a NetBSD issue to me (Category "pkg"). -RVP

Re: Build original Csh on Linux and FreeBSD.

2022-09-04 Thread RVP
Here are the errors I get: http://bwass.org/bucket/err_csh.txt A _very_ quick hack to compile NetBSD csh on FreeBSD is attached. Linux would be slightly more complicated (you would need libbsd, libedit, ...). It should get your started. There are issues with cmdline editing--try completing

Re: Problem with Firefox browser on NetBSD

2022-09-04 Thread RVP
On Sun, 4 Sep 2022, RVP wrote: You should file a PR for this. Non-English locales are a problem for FF's _own_ UI elements [...] Actually, it looks like only non-English _European_ locales (UTF-8) messes-up FF's UI. Setting LANG to ja_JP.UTF-8, ko_KR.UTF-8 and zh_CN.UTF-8 seems to be fine

Re: Problem with Firefox browser on NetBSD

2022-09-04 Thread RVP
tes don't know about NetBSD specs and try to display mobile version of site. Yeah, some sites have a problem with FreeBSD too. I use a User-Agent Switcher extension for this. -RVP

Re: [SUCCESS partial] Disabling framebuffer at boot time

2022-08-22 Thread RVP
``` If someone thinks there can be interest in how I set dual booting, chainloading NetBSD from GRUB2, and configuring the boot procedure, I can write a mini-page about it. Why not: It's not everyday that one sees examples of troubleshooting-by- rebooting. Cheers, -RVP

Re: Disabling framebuffer at boot time

2022-08-19 Thread RVP
On Fri, 19 Aug 2022, tlaro...@polynum.com wrote: Le Thu, Aug 18, 2022 at 07:52:14PM +, RVP a écrit : 1. Can you post the dmesg from Linux? You will find it at: http://downloads.kergis.com/misc/rpt.dmesg ``` [0.744901] Loading compiled-in X.509 certificates [0.772934] Loaded

Re: Disabling framebuffer at boot time

2022-08-19 Thread RVP
writes out the dmesg to /var/tmp/ b) replaces self with /sbin/init and c) reboots. Then, you can mount the FFS partition in Debian and check the log file. -RVP PS. Can one dump the kernel message buffer to a raw disk partition? Does NetBSD have such a facility? (I know that the Android Linux kernel can do this.)

Re: Disabling framebuffer at boot time

2022-08-18 Thread RVP
he support staff connect a monitor to the machine and take a movie/picture of the screen? -RVP

Re: Disabling framebuffer at boot time

2022-08-18 Thread RVP
: userconf=disable nouveau* Radeon: userconf=disable radeon* -RVP

Re: Bug in NetBSD grep ?

2022-08-17 Thread RVP
be noticed. -RVP

Re: Bug in NetBSD grep ?

2022-08-16 Thread RVP
On Tue, 16 Aug 2022, RVP wrote: On Tue, 16 Aug 2022, Marc Baudoin wrote: The following command-line: echo 00:00: | grep -E '^([0]{2}[:-]){2}$' doesn't print anything on NetBSD (9.3) but it prints 00:00: back (as it should, unless I made a mistake in my regular expression): - on NetBSD

  1   2   3   >