Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
fuss:debian [2020/07/28 01:41] – [Recompile Debian Kernel] officefuss:debian [2021/12/30 13:19] – [Disable nftables and Continue Using Legacy iptables] office
Line 411: Line 411:
     offload-tso on     offload-tso on
 </code> </code>
 +
 +====== Disable nftables and Continue Using Legacy iptables ======
 +
 +<code bash>
 +update-alternatives --set iptables /usr/sbin/iptables-legacy
 +update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
 +update-alternatives --set arptables /usr/sbin/arptables-legacy
 +update-alternatives --set ebtables /usr/sbin/ebtables-legacy
 +</code>
 +
 +====== Fix Issues on Release Change ======
 +
 +When a repository changes its release data the following error should appear when updating packages:
 +<code>
 +This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details
 +</code>
 +
 +the solution is to run ''apt'' as:
 +<code bash>
 +apt-get update --allow-releaseinfo-change
 +</code>
 +
 +with the extra ''--allow-releaseinfo-change''.
  
  

fuss/debian.txt · Last modified: 2024/06/10 15:49 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.