ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
95 stars 30 forks source link

auth.log full of messages related to em0, and icon status #12

Closed jjess closed 6 years ago

jjess commented 6 years ago

I have networkmgr running in 10.4. There are two problems:

1) networkmgr seems to work well, it's able to configure the wlan0 interface to the desired ssid but icon status remains as "not connected" (with the two arrows up and down instead of the wifi symbol)

2) auth.log is filled all time with messages like:

ct 15 08:59:46 bsd420s doas: jjess ran command ifconfig -l as root from /usr/home/jjess Oct 15 08:59:46 bsd420s doas: jjess ran command ifconfig em0 as root from /usr/home/jjess

My em0 is not configured and down. auth.log is rotating every few minutes due to so many messages.

Any idea?

Thanks

Jes

I-L-U-X-A commented 6 years ago

+1 Got the same issue but on 11.1-RELEASE, icon status remains as "not connected" always (two gray arrows), while I got only one active network interface — wlan0, em0 is disabled via bios and do not exist on my system at all. (https://i.imgur.com/PDb8Jt3.png)

Here is what networkmgr says when I start it via command line % networkmgr

      Your wifi network card is already configured.

      ifconfig: interface em0 does not exist

      ifconfig: interface em0 does not exist

      ifconfig: interface em0 does not exist

      ifconfig: interface em0 does not exist...
I-L-U-X-A commented 6 years ago

Fixed after update to 2.5 version.

ericbsd commented 6 years ago

Yeah, there was a bug that I made in the 2.4

On Mon, Nov 13, 2017 at 4:48 PM, I-L-U-X-A notifications@github.com wrote:

Fixed after update to 2.5.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GhostBSD/networkmgr/issues/12#issuecomment-344052869, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDY-Lkk9pRTNMzlyDJsglD7_JwQ3NkOks5s2KsRgaJpZM4P5p-R .

--

*Eric Turgeon*GhostBSD project leader www.ghostbsd.org

Cité de la grâce Member www.citedelagrace.com

ericbsd commented 6 years ago

Try master latest change https://github.com/GhostBSD/networkmgr/commit/203f09a66c2e77f3b22d49b92efef5456e34cbec fixed a lot of problems. Make sure to follow https://github.com/GhostBSD/networkmgr/blob/master/README.md.