FrostyPolicy

joined 1 year ago
[–] FrostyPolicy@suppo.fi 11 points 6 months ago

Just use some other search engine. No tricks needed to get non ai bs results.

[–] FrostyPolicy@suppo.fi 1 points 6 months ago

Have an idea which might solve this.

  1. Change the vm net config to NOT bind to specific host interface
  2. Change host networks so that there's only one default route (lan)
  3. Add routing to host that all traffic which goes to 192.168.102.x goes through the host wlan connection
[–] FrostyPolicy@suppo.fi 1 points 6 months ago

When the host routing table is like this:

$route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.102.1   0.0.0.0         UG    600    0        0 wlp19s0f4u1u1
default         RT-AC86U-6D60   0.0.0.0         UG    20100  0        0 enp15s0

the VM has internet connection. If the defaults are the other way around it doesn't.

[–] FrostyPolicy@suppo.fi 1 points 6 months ago* (last edited 6 months ago)

This sounds reasonable. Curiously now that I tried again with both host lan & wlan active there was no problem. I have a hunch the routing depends on which interface networkmanger starts first.

$route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.102.1   0.0.0.0         UG    600    0        0 wlp19s0f4u1u1
default         RT-AC86U-6D60   0.0.0.0         UG    20100  0        0 enp15s0
192.168.2.0     0.0.0.0         255.255.255.0   U     100    0        0 enp15s0
192.168.100.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr1
192.168.102.0   0.0.0.0         255.255.255.0   U     600    0        0 wlp19s0f4u1u1
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0_
[–] FrostyPolicy@suppo.fi 1 points 6 months ago

Removing a pattern doesn't unfortunately remove the packages it installs. Only the pattern "package" is removed.

[–] FrostyPolicy@suppo.fi 3 points 6 months ago* (last edited 6 months ago)

If you taboo a pattern it and the packages it would install will never be installed automatically. I tend to taboo those games patterns.

[–] FrostyPolicy@suppo.fi 4 points 6 months ago* (last edited 6 months ago)

They are the "patterns" others mentioned.

[–] FrostyPolicy@suppo.fi 12 points 7 months ago (3 children)

Sudo is “su do”, i.e. “run as root”

It may default to root but it doesn't mean run as root. Su means substitute user identity i.e. any other user (if you have the rights to it).

[–] FrostyPolicy@suppo.fi 7 points 7 months ago

The reason for better performance is that virt-manager (KVM actually under the hood) is a type 1 hypervisor while virtualbox is a type 2 hypervisor.

[–] FrostyPolicy@suppo.fi 7 points 7 months ago (4 children)

For a gui to qemu use Virt-manager or gnome boxes.

[–] FrostyPolicy@suppo.fi 6 points 8 months ago

It's updating your desktop so that's why it does that. The safest way is to log out of your desktop session and login via terminal (press ctrl+alt+f1 to get to one) and run zypper dup.

[–] FrostyPolicy@suppo.fi 6 points 8 months ago

Install the pam_kwallet package. Then it will automatically unlock on login.

view more: ‹ prev next ›