Example /etc/apt/apt.conf.d/90ipv6only
Put inside the following:
Acquire::ForceIPv4 "true";
and the do apt-get update.This works on Debian Jessie/Devuan Jessie.
Acquire::ForceIPv4 "true";
and the do apt-get update.# apt-get install ncpfs
# modprobe ncpfs
# ncpmount -o tcp -S 10.1.42.24 -A 10.1.42.24 -U niki.support.gabrovo.hq -V data /mnt/Mount options and what they mean as follow:
Logging into 10.1.42.24 as NIKI.SUPPORT.GABROVO.HQ
Password:
# ls -la /mnt/
total 5
drwxr-xr-x 1 root root 512 Jan 1 1986 .
drwxr-xr-x 24 root root 4096 Mar 7 14:12 ..
dr-xr-xr-x 1 root root 512 Mar 12 13:57 MAN
# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 389G 23G 362G 6% /
udev 10M 0 10M 0% /dev
tmpfs 596M 848K 595M 1% /run
/dev/disk/by-uuid/2e00092b-1986-4e86-9887-996ff2949e05 389G 23G 362G 6% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.4G 172K 3.4G 1% /run/shm
10.1.42.24/NIKI.SUPPORT.GABROVO.HQ 137G 132G 4.9G 97% /mnt
# ncplogout -a
# apt-get install debsums
# debsums -s -a
debsums: changed file /etc/apache2/sites-available/default (from apache2.2-common package)
debsums: no md5sums for binutils
debsums: no md5sums for dhcp3-server
debsums: no md5sums for doc-debian
debsums: no md5sums for g++
debsums: no md5sums for g++-multilib
debsums: no md5sums for gcc-multilib
debsums: no md5sums for git
debsums: changed file /etc/dhcp/dhcpd.conf (from isc-dhcp-server package)
debsums: no md5sums for mawk
debsums: changed file /etc/cron.d/mrtg (from mrtg package)
debsums: no md5sums for netbase
debsums: no md5sums for php5
debsums: no md5sums for qmail
debsums: changed file /usr/bin/qmhandle (from qmhandle package)
debsums: changed file /etc/rsyslog.conf (from rsyslog package)
debsums: no md5sums for ucspi-tcp-src
debsums: changed file /etc/vim/vimrc (from vim-common package)
root@server:~# dpkg -l | grep dove
ii dovecot-common 1:1.2.15-7 secure mail server that supports mbox and maildir mailboxes
ii dovecot-imapd 1:1.2.15-7 secure IMAP server that supports mbox and maildir mailboxes
root@server:~# echo dovecot-common hold | dpkg --set-selections
root@server:~# echo dovecot-imapd hold | dpkg --set-selections
root@server:~# dpkg -l | grep dove
hi dovecot-common 1:1.2.15-7 secure mail server that supports mbox and maildir mailboxes
hi dovecot-imapd 1:1.2.15-7 secure IMAP server that supports mbox and maildir mailboxes
root@server:~# dpkg --get-selections | grep hold
dovecot-common hold
dovecot-imapd hold