Hi All Setup Debian 10 following The Perfect Server - Debian 10 (Buster) with Apache, BIND, Dovecot, PureFTPD and ISPConfig 3.2 When I run apt-get update I get the following error Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://security.debian.org/debian-security buster/updates InRelease Hit:3 https://deb.goaccess.io buster InRelease Reading package lists... Done N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.goaccess.io buster InRelease' doesn't support architecture 'i386' why do I get N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.goaccess.io buster InRelease' doesn't support architecture 'i386' The system is now running ISPConfig 3.2.7p1 cheers Scorp
Is this system installed just now? Start with https://www.howtoforge.com/community/threads/please-read-before-posting.58408/ My guess is you have enabled i386 architecture but that repo does not have it. What show the following commands (put listing in CODE tags): Code: dpkg --print-architecture cat /var/lib/dpkg/arch
Hi taleman dpkg --print-architecture gives me i386 cat /var/lib/dpkg/arch gives me cat: /var/lib/dpkg/arch: No such file or directory I ran lscpu and get the following: Architecture: i686 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 40 bits physical, 48 bits virtual CPU(s): 16 On-line CPU(s) list: 0-15 Thread(s) per core: 2 Core(s) per socket: 4 Socket(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 44 Model name: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz Stepping: 2 CPU MHz: 1595.772 BogoMIPS: 4788.05 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 12288K Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm ida arat Cheers Scorp
You have installed 32-bit version of the Operating System. I would remove this installation and install again, this time with 64-bit version. You forgot about the CODE-tags.