{{Header}}
{{#seo:
|description=Known Issues in {{project_name_long}}
|image=Question-mark-738813-640.png
}}
[[File:Question-mark-738813-640.png|200px|thumb]]
{{intro|
Known Issues in {{project_name_short}}
}}
= All Platforms =
== "apt source package" will show "dpkg-source: warning: failed to verify signature" ==
This is not a security issue, but only a warning. Read the entire thread [https://lists.debian.org/debian-derivatives/2013/08/msg00000.html here] for more information.
This warning message can be removed with the following workaround below.
{{Box|text=
'''1.''' Modify /etc/dpkg/origins/default
.
{{CodeSelect|code=
sudo unlink /etc/dpkg/origins/default
}}
{{CodeSelect|code=
sudo ln -s /etc/dpkg/origins/debian /etc/dpkg/origins/default
}}
'''2.''' Download the source package.
{{CodeSelect|code=
apt source package
}}
'''3.''' Undo afterwards to prevent unexpected issues.
{{CodeSelect|code=
sudo unlink /etc/dpkg/origins/default
}}
{{CodeSelect|code=
sudo ln -s /etc/dpkg/origins/whonix /etc/dpkg/origins/default
}}
}}
== Proxychains Tor Browser Issue ==
Using Tor Browser in conjunction with proxychains for the connection scheme: User
→ Tor
→ Proxy
→ Internet
does not currently work. For more information, see [[Tunnels/Connecting_to_Tor_before_a_proxy|here]].
= VirtualBox =
See also [[VirtualBox/Troubleshooting]]
== ATA Freeze ==
If you see the following error and freezing.
433.348893] mptscsih: ioc0: attempting target reset! (sc=ffff81021b950940) 433.348896] sd 0:0:0:0: [sda] CDB: ATA command pass through(16): 85 08 0e 00 d5 00 01 00 09 00 4f 00 c2 00 b0 00 433.605026] mptscsih: ioc0: target reset: SUCCESS (sc=ffff81021b950940It is a [https://web.archive.org/web/20210122015240/https://github.com/Whonix/Whonix/issues/274 known] issue and hardware-specific - VirtualBox upstream bug report: https://www.virtualbox.org/ticket/10031
Start menu
→ System Settings
→ Removable Media
helps.
The following workaround can be used.
{{CodeSelect|code=
sudo mkdir /mnt/cdrom
}}
{{CodeSelect|code=
sudo mount -o ro /dev/cdrom /mnt/cdrom/
}}
Using the ro flag will mount the CD / DVD in read-only mode. If a CD / DVD is not being mounted, then drop the "-o ro" parameter.
Forum discussion:VLC
→ Tools
→ Preferences
→ Video
→ Output
→ X11
→ Save
= Footnotes =
{{reflist|close=1}}
{{Footer}}
[[Category:Documentation]]