Re: adding firmware during installation

2021-11-16 Thread Luca Ferrari
On Tue, Nov 16, 2021 at 3:03 PM Noth wrote: > > Run the installer as usual, then once that has finished: > > umount /mnt2 (this is where the install sets are) > > remove installer usb drive and insert usb drive with the firmware > > mount /dev/sd1a (or sd1i if using vfat) /mnt2 > > cp

How to restore vendor-specified MAC address

2021-11-16 Thread Radek
Hello, I changed MAC address: $ cat /etc/hostname.re0 -inet dhcp lladdr 00:0d:b9:35:39:2e $ sh /etc/netstart re0 My NIC got new_MAC. Now, I want to restore the vendor's MAC: $ cat /etc/hostname.re0 -inet dhcp $ sh /etc/netstart re0 NIC still has the new_MAC. $ reboot NIC still has the new_MAC.

syslogd stops sending output to remote collector

2021-11-16 Thread jason
Under the circumstances below, syslogd stops sending data to a remote, central logging server: * If the destination cannot be resolved via DNS etc on start up * If the central logging server becomes unavailable * There is a network interruption between the syslogd host and the central

Re: U-blox MPCI-L210 LTE modem: cdce(4) unable to get the MAC address of the device

2021-11-16 Thread na...@poczta.fm
> > > On Sun, Nov 14, 2021 at 10:40:28PM +0100, na...@poczta.fm wrote: >> Hi misc@, >> >> While testing the U-blox MPCI-L210 LTE modem on OpenBSD -current >> (the modem is attached as a cdce(4) device, the router mode is enabled; >> other modes are also available), I noticed that the

Re: Using Connection:keep-alive with relayd

2021-11-16 Thread Joel Carnat
Hi, Unfortunately, I already tried using those header settings during my testing. And those don't solve my problem. What 'match header set "Keep-Alive" value "$TIMEOUT"' does is force relayd(8) to send a Keep-Alive header to httpd(8). But httpd(8) is already replying with a "Connection:

Re: adding firmware during installation

2021-11-16 Thread Mihai Popescu
You didn't say what you used for boot, but I guess it is minirootXX.img. Use installXX.img or installXX.iso - I don't remember what is the difference between them or what is the purpose for each one, I didn't used them in years. Those images contain the sets and you can proceed with full disk

Re: Kind of OT - camera/ software to run a long term timelapse camera

2021-11-16 Thread Steve Williams
Hi, Thanks everyone for the feedback! It's actually quite unbelievable, but I have this working in less than an hour.  I found a USB camera that I already had that is supported by uvideo(4). fswebcam is talking to it nicely and capturing a still every 15 seconds.  ffmpeg is stitching the

Re: adding firmware during installation

2021-11-16 Thread Noth
Run the installer as usual, then once that has finished: umount /mnt2 (this is where the install sets are) remove installer usb drive and insert usb drive with the firmware mount /dev/sd1a (or sd1i if using vfat) /mnt2 cp /mnt2/iwn-firmware-version.tgz /mnt/root chroot /mnt pkg_add

Re: adding firmware during installation

2021-11-16 Thread Kapfhammer, Stefan
Hi, if you need a comfortable installation you would need to integrate them into the installation blob. AFAIK this is tricky. -Stefan > -Ursprüngliche Nachricht- > Von: Luca Ferrari > Gesendet: Dienstag, 16. November 2021 14:46 > An: Kapfhammer, Stefan > Cc: misc@openbsd.org >

Re: adding firmware during installation

2021-11-16 Thread Kapfhammer, Stefan
Hi, yes, you need to do stuff manually, because you are going an unusual way. -Stefan > -Ursprüngliche Nachricht- > Von: Luca Ferrari > Gesendet: Dienstag, 16. November 2021 13:18 > An: Kapfhammer, Stefan > Cc: misc@openbsd.org > Betreff: Re: adding firmware during installation > >

Re: adding firmware during installation

2021-11-16 Thread Luca Ferrari
On Tue, Nov 16, 2021 at 2:30 PM Kapfhammer, Stefan wrote: > yes, you need to do stuff manually, because you are going an unusual way. the fact is, as far as I understand, that before installing etc.tgz the system will not have /etc/firmware writable, and at that time I can simply reboot and

Re: adding firmware during installation

2021-11-16 Thread Kapfhammer, Stefan
Hi, extract the files of the firmware package before and place them in [mountpoint-during-installation]/etc/firmware. -Stefan > -Ursprüngliche Nachricht- > Von: owner-m...@openbsd.org Im Auftrag > von Luca Ferrari > Gesendet: Dienstag, 16. November 2021 12:34 > An: misc@openbsd.org >

Re: adding firmware during installation

2021-11-16 Thread Luca Ferrari
On Tue, Nov 16, 2021 at 12:44 PM Kapfhammer, Stefan wrote: > extract the files of the firmware package before and place them > in [mountpoint-during-installation]/etc/firmware. Sorry, but this is not clear to me: what do you mean with mountpoint? Because I'm installing from rd0a, that is not

Re: adding firmware during installation

2021-11-16 Thread Luca Ferrari
On Tue, Nov 16, 2021 at 12:49 PM Jan Stary wrote: > But you already have the iwn firmware, > so you must have some other connection ... I don't have ethernet connection, or it would be easier! I have downloaded the firmware from another computer, and placed into a second USB stick that I mount

Re: adding firmware during installation

2021-11-16 Thread Jan Stary
If iwn is your _only_ connection, you need to have the iwn firmware. Can you install with ethernet plugged it? That will download the firmware for you. But you already have the iwn firmware, so you must have some other connection ... On Nov 16 12:34:16, fluca1...@gmail.com wrote: > Hi all, >

Re: 9front boots very slowly on 7.0's vmm

2021-11-16 Thread makefile
On 2021/11/15 20:25, Mike Larkin wrote: > On Mon, Nov 15, 2021 at 05:39:23AM -0800, makef...@riseup.net wrote: >> Hello misc@! >> I hope this is correct place to report this issue >> >> Description: >> Plan9front (all versions?) boots much slower on 7.0's vmm, they >> work correctly on

adding firmware during installation

2021-11-16 Thread Luca Ferrari
Hi all, I'm installing OpenBSD 7.0 on a Lenovo Thinkpad T410, and I need the firmware iwn-firmware-5.11p1.tgz for the wireless card. Therefore, I opened a shell from the installer, mounted the USB stick I placed the downloaded firmware on, and now I'm stuck: I cannot install it because pkg_add is