#Cant download wget using the terminal on debian. The base browser doesnt even open. (UTM, m1 mba)

1 messages · Page 1 of 1 (latest)

tawdry elk
#

It always spits out errors and yeah

solar folio
#

Try pinging repo. Maybe it's down
ping deb.debian.org

tawdry elk
solar folio
#

Can you ping other domains like google?
ping google.com

tawdry elk
#

in another dc they said its an internet problem..

tawdry elk
#

so

#

assuming they were right, how can I fix that?

tawdry elk
#

I'm very new to linux and especially debian. I guess its searching for a wifi or?

solar folio
tawdry elk
#

nothing

solar folio
#

Oh

#

Add to resolv.conf this
nameserver 8.8.8.8

tawdry elk
#

alr

solar folio
#

And then reload using
sudo systemctl restart systemd-resolved.service

tawdry elk
#

so wait

#

I exit the file

tawdry elk
solar folio
tawdry elk
tawdry elk
#

after putting the code in, there is no "save" option

solar folio
tawdry elk
#

it says wrote 1 line

#

I assume that means it saved it

#

yess, it did

tawdry elk
#

though it still doesnt spit out any code

#

and still says temporary failure in name resolution

solar folio
#

Hm

#

Do you have wifi drivers?

tawdry elk
#

idk

lunar bloom
#

lspci -nnk

tawdry elk
#

will try later

tawdry elk
# lunar bloom `lspci -nnk`

Host bridge [0600]: Red Hat, Inc. QEMU PCIe Host bridge [1b36:0008]
Subsystem: Red Hat, Inc. QEMU PCIe Host bridge [1af4:1100]
00:01.0 Ethernet controller [0200]: Red Hat, Inc. Virtio network device [1af4:1000]
Subsystem: Red Hat, Inc. Virtio network device [1af4:0001]
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci
00:02.0 Display controller [0380]: Red Hat, Inc. Virtio GPU [1af4:1050] (rev 01)
Subsystem: Red Hat, Inc. Virtio GPU [1af4:1100]
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci
00:03.0 Audio device [0403]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller [8086:2668] (rev 01)
Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:04.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03)
Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:05.0 USB controller [0c03]: Red Hat, Inc. QEMU XHCI Host Controller [1b36:000d] (rev 01)
Subsystem: Red Hat, Inc. QEMU XHCI Host Controller [1af4:1100]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:06.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio block device [1af4:1001]
Subsystem: Red Hat, Inc. Virtio block device [1af4:0002]
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci
00:07.0 Communication controller [0780]: Red Hat, Inc. Virtio console [1af4:1003]
Subsystem: Red Hat, Inc. Virtio console [1af4:0003]
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci
00:08.0 Unclassified device [00ff]: Red Hat, Inc. Virtio RNG [1af4:1005]
Subsystem: Red Hat, Inc. Virtio RNG [1af4:0004]
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci

lunar bloom
tawdry elk
# lunar bloom ``` 00:01.0 Ethernet controller [0200]: Red Hat, Inc. Virtio network device [1af...

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 12:5e:9d:e1:6b:4d brd ff:ff:ff:ff:ff:ff
inet 10.148.44.97/22 brd 10.148.47.255 scope global dynamic noprefixroute enp0s1
valid_lft 571sec preferred_lft 571sec
inet6 fe80::105e:9dff:fee1:6b4d/64 scope link noprefixroute
valid_lft forever preferred_lft forever

lunar bloom
tawdry elk
#

Will try later. Sorry for skipping a day between the answers, I'm rather busy this week.

tawdry elk
#

root@debian:~# ping 10.148.47.255
ping: Do you want to ping broadcast? Then -b. If not, check your local firewall rules
root@debian:~# -b
bash: -b: command not found

tawdry elk
#

PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

lunar bloom
#

Do ip route show and one of them, most definitely starting with 10.148.x.y or at least 10.x.y.z should be your gateway address. You have routing issues if you can't reach a google public DNS server.

tawdry elk
#

and how do I fix that?

#

I couldnt reach google or anyt like that

lunar bloom
#

Refer to your VM documentation. All guest machines within a VM should have networking set by default, with it pointing to VM host software's "router". The router acts as a NAT in which it masquerades packets as they traverse through the network, and onto their destination.

lunar bloom
solar folio
lunar bloom
# solar folio I thought that he had problems with a real machine, I already thought about Wi-F...

To be fair, they did hint that it might be WiFi,

I'm very new to linux and especially debian. I guess its searching for a wifi or?
#1074964802868351007 message

That, and you weren't completely wrong. I mean, to err is human, and some of your troubleshooting suggestions weren't that far off either. I would always request for actual hardware information, in case there's any potential misunderstandings.