[patch] calendar.music: Neil Peart 1952-2020

2020-06-20 Thread Matthew J. C. Clarke
Index: usr.bin/calendar/calendars/calendar.music === RCS file: /cvs/src/usr.bin/calendar/calendars/calendar.music,v retrieving revision 1.37 diff -u -p -r1.37 calendar.music --- usr.bin/calendar/calendars/calendar.music 12 May

Re: VM with default gateway on different subnet, not working

2020-06-20 Thread Travis Cole
On Sat, Jun 20, 2020, at 13:13, Pierre Emeriaud wrote: > Try this: > > $ cat /etc/hostname.vio0 > inet 158.69.128.109 255.255.255.255 > !route add 198.27.74.254 -link -iface vio0 > > The "gateway" to 198.27.74.254 should show as its mac address. Awesome, this fixed it. -link was the thing I'd

Re: EFI boot on Dell PowerEdge R610

2020-06-20 Thread Johan Hattne
On 2020-06-17 19:27, YASUOKA Masahiko wrote: Hi, On Wed, 17 Jun 2020 00:37:48 -0700 Johan Hattne wrote: On 2020-05-29 17:01, Johan Hattne wrote: On May 28, 2020, at 20:38, YASUOKA Masahiko wrote: Hi, On Thu, 28 May 2020 09:46:23 -0700 Johan Hattne wrote: On May 28, 2020, at 06:42,

Re: VM with default gateway on different subnet, not working

2020-06-20 Thread Pierre Emeriaud
Try this: $ cat /etc/hostname.vio0 inet 158.69.128.109 255.255.255.255 !route add 198.27.74.254 -link -iface vio0 The "gateway" to 198.27.74.254 should show as its mac address.