StephanStS

Results 52 comments of StephanStS

### 1. > * Based on 2. vs 4., the `virtio_console` is not loaded until `qemu-guest-agent` is installed, right? > > * Could you verify it is loaded in 2....

### 1. Tested this in 2.: ``` root@DietPi_2:~# ls -l /sys/class/virtio-ports/vport1p1/name /dev/virtio-ports/org.qemu.guest_agent.0 lrwxrwxrwx 1 root root 11 Nov 26 15:44 /dev/virtio-ports/org.qemu.guest_agent.0 -> ../vport1p1 -r--r--r-- 1 root root 4096 Nov 26...

### Test A > 1. On a fresh DietPi Proxmox VM with QEMU GA option disabled, run `modprobe virtio_console` to make the VM react to Proxmox shutdown/reboot commands with a...

> So you mean `qemu-guest-agent` does neither help nor is it needed to make GUI reboot/shutdown work, despite the option enabled in Proxmox, but the only required thing is logind...

@MichaIng: Did some text modifications in regard of your dietpi-software first-run changes.

> Was this a new installation of Hotspot? At least on my experience `isc-dhcp-server` require a reboot to get function. Yes it was a new installation.

@MichaIng: My next examinations gave the following which could help to localize the problem. I did these steps 1. Installation of WiFi-Hotspot on a fresh dietpi system 2. isc-dhcp-server.service is...

Yes, for sure: ``` root@blocker:~# journalctl -u isc-dhcp-server.service Jul 28 21:31:21 blocker systemd[1]: Starting isc-dhcp-server.service - LSB: DHCP server... Jul 28 21:31:21 blocker isc-dhcp-server[541]: Launching IPv4 server only. Jul 28...

For me, the config files seemed to be o.k.: ``` root@blocker:~# cat /etc/dhcp/dhcpd.conf authoritative; #default-lease-time 43200; #max-lease-time 86400; subnet 192.168.42.0 netmask 255.255.255.0 { range 192.168.42.10 192.168.42.250; option broadcast-address 192.168.42.255; option...

One more thing: The WiFi adapter is an USB one. Maybe its initialization causes a timing issue. I will do the same test with a NanoPi NEO Plus 2 and...