daily CVS update output

2021-02-17 Thread NetBSD source update


Updating src tree:
P src/distrib/amd64/cdroms/Makefile.cdrom
P src/distrib/amd64/cdroms/bootcd-com/Makefile
P src/external/mit/xorg/bin/xterm/Makefile
P src/lib/libc/gen/directory.3
P src/lib/libc/sys/fsync.2
P src/share/man/man4/wm.4
P src/sys/arch/arm/arm/idle_machdep.c
P src/sys/arch/evbmips/loongson/dev/glx.c
P src/sys/arch/macppc/macppc/locore.S
P src/sys/arch/mips/include/profile.h
P src/sys/arch/ofppc/ofppc/locore.S
P src/sys/arch/x86/x86/tsc.c
P src/sys/dev/spkr_audio.c
P src/sys/dev/pci/files.pci
P src/sys/dev/pci/if_wm.c
P src/sys/dev/usb/usb_subr.c
P src/sys/kern/makesyscalls.sh
P src/sys/kern/systrace_args.c
P src/sys/kern/vfs_syscalls.c
P src/sys/net/if_arp.h
P src/sys/netinet/icmp_private.h
P src/sys/netinet/igmp_var.h
P src/sys/netinet/ip_private.h
P src/sys/netinet/tcp_private.h
P src/sys/netinet/udp_private.h
P src/sys/netinet6/ip6_private.h
P src/sys/sys/mbuf.h
P src/sys/sys/param.h
P src/usr.bin/mail/dotlock.c

Updating xsrc tree:
P xsrc/external/mit/xterm/include/xtermcfg.h


Killing core files:




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  40050947 Feb 18 03:03 ls-lRA.gz


Re: zpool import lossage

2021-02-17 Thread Greg Troxel

Lloyd Parkes  writes:

> You should be able to create the symlink in any directory and tell zfs
> import which directory to use.

Thanks for the great hint; it works, reduces ick, and limits scope of
ick.  In a directory searched via -d, all files are searched, not just
whole disks.

> I think that /etc/zfs is used for maintaining certain system state
> information about imported pools across reboots and so I'm not overly
> surprised to see that it is empty after you exported the pool. It
> might just optimise the boot time import of the pool.

/etc/zfs/zpool.cache has a record for each pool of where the devices
are.  It is deleted on export; that's a feature :-)

I updated the HOWTO; see "pool importing problems".

https://wiki.netbsd.org/zfs/


signature.asc
Description: PGP signature


Re: serial console

2021-02-17 Thread RVP

On Wed, 17 Feb 2021, Darrin B. Jewell wrote:


I honestly hope this isn't related to your problem, but I did make a
change to the amd64 cdrom building recently that is in this area
and may be the issue.

  https://mail-index.netbsd.org/source-changes/2021/02/06/msg126676.html


Has something changed recently in the land of serial consoles?
...
After getting access to the building(!), it seems I now need to add
consdev com0,115200 to each menu item in boot.cfg. (Putting it
on a line on its own seems insufficient - is that a bug?)



This completely slipped my mind, but, it's been an issue for some
time now. Other commands, like `gop' and `rndfile' which could be
put into their own lines in 9.x now need to go into the menu entry
lines for them to have any effect.

-RVP


Re: serial console

2021-02-17 Thread Darrin B. Jewell


I just reverted my change and will take another look at it
when I get a chance.  I know the boot-com.iso doesn't use
the serial port when booting EFI, but I think my fix was
not correct.  Sorry for the inconvenience.

Darrin

"Darrin B. Jewell"  writes:

> I honestly hope this isn't related to your problem, but I did make a
> change to the amd64 cdrom building recently that is in this area
> and may be the issue.
>
>https://mail-index.netbsd.org/source-changes/2021/02/06/msg126676.html
>
> I thought I was only affecting the boot-com.iso install cd, but this
> change should probably be examined to make sure it isn't causing your
> problem.
>
> Darrin
>
>> Has something changed recently in the land of serial consoles?
>> 
>> I am pretty sure that once I enabled serial console redirection
>> "after boot" in the "bios" of this amd64 uefi booting server, with
>> a serial port plugged in, I would have a serial console with the
>> default /boot.cfg.
>> 
>> After getting access to the building(!), it seems I now need to add
>> consdev com0,115200 to each menu item in boot.cfg. (Putting it
>> on a line on its own seems insufficient - is that a bug?)
>> 
>> 
>> Cheers,
>> 
>> Patrick
>> 
>> 


serial console

2021-02-17 Thread Darrin B. Jewell


I honestly hope this isn't related to your problem, but I did make a
change to the amd64 cdrom building recently that is in this area
and may be the issue.

   https://mail-index.netbsd.org/source-changes/2021/02/06/msg126676.html

I thought I was only affecting the boot-com.iso install cd, but this
change should probably be examined to make sure it isn't causing your
problem.

Darrin

> Has something changed recently in the land of serial consoles?
> 
> I am pretty sure that once I enabled serial console redirection
> "after boot" in the "bios" of this amd64 uefi booting server, with
> a serial port plugged in, I would have a serial console with the
> default /boot.cfg.
> 
> After getting access to the building(!), it seems I now need to add
> consdev com0,115200 to each menu item in boot.cfg. (Putting it
> on a line on its own seems insufficient - is that a bug?)
> 
> 
> Cheers,
> 
> Patrick
> 
>