Hello i just installed dietpi on odroidxu4 and after that installed sentora panel all is working fine i even rebooted the server and the panel is working fine my site is working what i don’t understand why when i try to do any apt-get or to install a software from yours ones i get no connection , i don’t use wifi and my reference bug report code is
Your reference code: 202d1590-dfa6-4f8e-a95c-9d53da7606e8-0
i did changed the source list with this ones before to install sentora it was a requirement for the packs used
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
This is the result of ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:1e:06:32:3b:12
inet addr:192.168.0.16 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21e:6ff:fe32:3b12/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:103645 errors:0 dropped:0 overruns:0 frame:0
TX packets:51212 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8387377 (7.9 MiB) TX bytes:77740936 (74.1 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1480 errors:0 dropped:0 overruns:0 frame:0
TX packets:1480 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:201082 (196.3 KiB) TX bytes:201082 (196.3 KiB)
The result of cat /etc/network/interfaces
auto lo
iface lo inet loopback
# Ethernet
allow-hotplug eth1
iface eth1 inet static
address 192.168.0.16
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8 8.8.4.4
# Wifi
#allow-hotplug wlan0
iface wlan0 inet dhcp
address 192.168.0.100
netmask 255.255.255.0
gateway 192.168.0.1
wireless-essid Not_Set
wireless-key Not_Set
wireless-mode Managed
wireless-power off
wpa-ssid Not_Set
wpa-psk Not_Set
#dns-nameservers 8.8.8.8 8.8.4.4
The result of this code but i see i have eth1 instead of eth0
ifconfig -a
ifdown eth1
killall -w dhclient
ifup eth1
ifconfig -a
root@DietPi:~# ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:1e:06:32:3b:12
inet addr:192.168.0.16 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21e:6ff:fe32:3b12/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:85 errors:0 dropped:0 overruns:0 frame:0
TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12751 (12.4 KiB) TX bytes:11841 (11.5 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:300 (300.0 B) TX bytes:300 (300.0 B)
root@DietPi:~# ifdown eth1
root@DietPi:~# killall -w dhclient
dhclient: no process found
root@DietPi:~# ifup eth1
root@DietPi:~# ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:1e:06:32:3b:12
inet addr:192.168.0.16 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21e:6ff:fe32:3b12/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:130 errors:0 dropped:0 overruns:0 frame:0
TX packets:125 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15689 (15.3 KiB) TX bytes:16239 (15.8 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3049 (2.9 KiB) TX bytes:3049 (2.9 KiB)
Sorry for my english i’m not a native speaker