public inbox for pve-user@lists.proxmox.com
 help / color / mirror / Atom feed
* [PVE-User] my network card doesnt seemed to be working
@ 2022-03-02  2:10 M. Lyakhovsky
  2022-03-03 16:30 ` Kyle Schmitt
  0 siblings, 1 reply; 5+ messages in thread
From: M. Lyakhovsky @ 2022-03-02  2:10 UTC (permalink / raw)
  To: pve-user

-- 
Do have a Blessed Day


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PVE-User] my network card doesnt seemed to be working
  2022-03-02  2:10 [PVE-User] my network card doesnt seemed to be working M. Lyakhovsky
@ 2022-03-03 16:30 ` Kyle Schmitt
  2022-03-03 20:11   ` M. Lyakhovsky
  0 siblings, 1 reply; 5+ messages in thread
From: Kyle Schmitt @ 2022-03-03 16:30 UTC (permalink / raw)
  To: Proxmox VE user list

You need to give a lot more information if you want help.  Use a
pastebin service, like pastebin.com, and provide the output of ip
addr, lspci -v, and dmesg -T.   Also dmidecode might help, might not,
depends on what's really wrong.

On Tue, Mar 1, 2022 at 8:11 PM M. Lyakhovsky <markl17@gmail.com> wrote:
>
> --
> Do have a Blessed Day
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PVE-User] my network card doesnt seemed to be working
  2022-03-03 16:30 ` Kyle Schmitt
@ 2022-03-03 20:11   ` M. Lyakhovsky
  2022-03-04 20:26     ` Ed Asp
  2022-03-04 20:31     ` Ed Asp
  0 siblings, 2 replies; 5+ messages in thread
From: M. Lyakhovsky @ 2022-03-03 20:11 UTC (permalink / raw)
  To: Proxmox VE user list

here is compilation of all of the commands like cat /etc/network/interfaces
ip a and the rest the last is dmesg

On Thu, Mar 3, 2022 at 11:31 AM Kyle Schmitt <kyleaschmitt@gmail.com> wrote:

> You need to give a lot more information if you want help.  Use a
> pastebin service, like pastebin.com, and provide the output of ip
> addr, lspci -v, and dmesg -T.   Also dmidecode might help, might not,
> depends on what's really wrong.
>
> On Tue, Mar 1, 2022 at 8:11 PM M. Lyakhovsky <markl17@gmail.com> wrote:
> >
> > --
> > Do have a Blessed Day
> > _______________________________________________
> > pve-user mailing list
> > pve-user@lists.proxmox.com
> > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
> >
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
>

-- 
Do have a Blessed Day


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PVE-User] my network card doesnt seemed to be working
  2022-03-03 20:11   ` M. Lyakhovsky
@ 2022-03-04 20:26     ` Ed Asp
  2022-03-04 20:31     ` Ed Asp
  1 sibling, 0 replies; 5+ messages in thread
From: Ed Asp @ 2022-03-04 20:26 UTC (permalink / raw)
  To: Proxmox VE user list

hi, answering your questions:
running debian-10-turnkey-fileserver_16.1-1_amd64.tar.gz
on Prox mox 7.1-7

freshly created CT:
host: testFileserver
created with Network: IPV4-DHCP; IPV6-Static; DNS domain: use host settings; DNS servers: use host settings

after creation logged as root:
pastebin.com, and provide the output of ip addr=> do not know what is this
lspci -v   => -bash: lspci: command not found
dmesg -T   => dmesg: read kernel buffer failed: Operation not permitted

cat /etc/network/interfaces  =>

root@testFileserver ~# cat /etc/network/interfaces
# UNCONFIGURED INTERFACES
# remove the above line if you edit this file

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

allow-hotplug eth1
iface eth1 inet dhcp

ip a =>
root@testFileserver ~# ip a
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: eth0@if112: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether e2:e0:e4:2a:b3:29 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet 192.168.0.102/24 brd 192.168.0.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::e0e0:e4ff:fe2a:b329/64 scope link
       valid_lft forever preferred_lft forever


________________________________
From: pve-user <pve-user-bounces@lists.proxmox.com> on behalf of M. Lyakhovsky <markl17@gmail.com>
Sent: Thursday, March 3, 2022 3:11 PM
To: Proxmox VE user list <pve-user@lists.proxmox.com>
Subject: Re: [PVE-User] my network card doesnt seemed to be working

here is compilation of all of the commands like cat /etc/network/interfaces
ip a and the rest the last is dmesg

On Thu, Mar 3, 2022 at 11:31 AM Kyle Schmitt <kyleaschmitt@gmail.com> wrote:

> You need to give a lot more information if you want help.  Use a
> pastebin service, like pastebin.com, and provide the output of ip
> addr, lspci -v, and dmesg -T.   Also dmidecode might help, might not,
> depends on what's really wrong.
>
> On Tue, Mar 1, 2022 at 8:11 PM M. Lyakhovsky <markl17@gmail.com> wrote:
> >
> > --
> > Do have a Blessed Day
> > _______________________________________________
> > pve-user mailing list
> > pve-user@lists.proxmox.com
> > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
> >
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
>

--
Do have a Blessed Day
_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PVE-User] my network card doesnt seemed to be working
  2022-03-03 20:11   ` M. Lyakhovsky
  2022-03-04 20:26     ` Ed Asp
@ 2022-03-04 20:31     ` Ed Asp
  1 sibling, 0 replies; 5+ messages in thread
From: Ed Asp @ 2022-03-04 20:31 UTC (permalink / raw)
  To: Proxmox VE user list

Also few minutes after installation I noticed a "top" process using a lot of CPU:

99.9   0.0  10:03.84 jitterentropy-r

________________________________
From: pve-user <pve-user-bounces@lists.proxmox.com> on behalf of M. Lyakhovsky <markl17@gmail.com>
Sent: Thursday, March 3, 2022 3:11 PM
To: Proxmox VE user list <pve-user@lists.proxmox.com>
Subject: Re: [PVE-User] my network card doesnt seemed to be working

here is compilation of all of the commands like cat /etc/network/interfaces
ip a and the rest the last is dmesg

On Thu, Mar 3, 2022 at 11:31 AM Kyle Schmitt <kyleaschmitt@gmail.com> wrote:

> You need to give a lot more information if you want help.  Use a
> pastebin service, like pastebin.com, and provide the output of ip
> addr, lspci -v, and dmesg -T.   Also dmidecode might help, might not,
> depends on what's really wrong.
>
> On Tue, Mar 1, 2022 at 8:11 PM M. Lyakhovsky <markl17@gmail.com> wrote:
> >
> > --
> > Do have a Blessed Day
> > _______________________________________________
> > pve-user mailing list
> > pve-user@lists.proxmox.com
> > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
> >
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
>

--
Do have a Blessed Day
_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-04 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02  2:10 [PVE-User] my network card doesnt seemed to be working M. Lyakhovsky
2022-03-03 16:30 ` Kyle Schmitt
2022-03-03 20:11   ` M. Lyakhovsky
2022-03-04 20:26     ` Ed Asp
2022-03-04 20:31     ` Ed Asp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal