Keywords: Linux, Installation, Kubuntu 12.10, Kubuntu 13.10, Kubuntu 14.04, Kubuntu 16.04
sudo mount -t vboxsf foo bar
mount: unknown filesystem type 'vboxsf'
I need Guest Addition CD Image install. VirtualBox. Choose it
with Device menu. Kubuntu's Device Notifier tells the CD is
in, then open with File Manager once to mount the CD in
Kubuntu. Then you will see it at
/media/$USERNAME/VBOXADDITIONS_5.0.30_112061 (for example,
depends on the VirtuakBox version). Then, run the script.
% sudo ./VBoxLinuxAdditions.run
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x2afa1a0a30c0 (LWP 1913))]
...
dpkg: error processing gcc-doc (--remove):
Package is in a very bad inconsistent state - you should
re-install it before attempting a removal.
Errors were encountered while processing:
gcc-doc
E: Sub-process /usr/bin/dpkg returned an error code (1)
All the following attempt didn't work:
# sudo dpkg --remove --force-remove-reinstreq gcc-doc
# sudo dpkg --configure -a
# sudo apt-get clean
# sudo apt-get autoclean
The following method worked for me, but this is risky since it
uses neither apt-get nor dpkg. Please aware the risk.
# find /var/lib/dpkg/info/ -name *gcc-doc* -print | xargs rm
# sudo apt-get update; sudo apt-get upgrade;
# sudo apt-get install gcc-doc
(require 'skk-autoloads)
(global-set-key "\C-x\C-j" 'skk-mode)
(global-set-key "\C-xj" 'skk-auto-fill-mode)
in .skk,
(setq skk-large-jisyo "/usr/share/skk/SKK-JISYO.L")
device failed to activate
IP configuration is unavailable
if the /etc/network/interfaces file is like,
auto lo eth0
iface lo inet loopback
iface eth0 inet dynamic
Then, this is not static IP. In that case, the following
procedure helped me out.
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address (static IP address of your machine)
netmask (your netmask, like 255.255.255.0)
gateway (gateway address taken by netstat -nr)
nameserver 192.168.1.1
nameserver 127.0.0.1
search localdomain
# sudo service networking status
# sudo service networking restart
# sudo ifconfig