Bluetooth BNEP takes a long time to load on boot Debian

Leix_b

My system takes a long time to boot and looking at dmesg output I found an entry with BNEP (Ethernet Emulation) ver 1.3 that takes around 27 seconds to load.

Does anyone have a clue on how to speed it up or to disable it?

Here is what my dmesg output looks like (Bluetooth isse is on line 844)

EDIT: Output of systemd-analyze blame as GAD3R suggested:

  1m 31.246s openvas-manager.service
      8.827s networking.service
      7.455s dev-sda9.device
      5.675s accounts-daemon.service
      4.958s arpwatch.service
      4.467s redis-server.service

Looking at the output I realized that the problem was with openvas-manager which was probably delaynig the rest of processes and thus the issue was unrelated to the bluetooth service and after removing openvas-service boot time is now back to normal.

GAD3R

You can mask the service to make it imossible to start, using the following command:

systemctl mask unit

To get the exact bluetooth service , run systemd-analyze blame and replace it

Edit

The openvas-manager take 1m 31.246s, the right command will be:

systemctl mask openvas-manager.service

If you need to re-enable it you can unmask , enable and start the service.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Ubuntu takes 7 minutes to boot

분류에서Dev

How to connect to Bluetooth headset on Debian 8.1

분류에서Dev

How to get the boot time of Ubuntu?

분류에서Dev

Extremly long load time for Ember.js application

분류에서Dev

Removing time element of Long Date Format

분류에서Dev

CalendarView takes much time for displaying

분류에서Dev

unzip .gz file in Java takes long time using GZInputStream and byte buffer

분류에서Dev

rails chartkick google charts load time very long

분류에서Dev

Httpclient take a very long time

분류에서Dev

Query changing strings to ints in mongoDB takes a long time

분류에서Dev

media app takes too long to buffer

분류에서Dev

How to get Windows boot time?

분류에서Dev

How to get Windows boot time?

분류에서Dev

Dynamics Ax 2012 R2 AIF services refresh takes too long a time

분류에서Dev

c++ Socket receive takes a long time

분류에서Dev

cygwin on win7 x64 takes long time to respond

분류에서Dev

Debian won't boot - Loading initial ramdisk

분류에서Dev

How to reinstall Debian during boot-up

분류에서Dev

Run multiple cron jobs where one job takes a long time

분류에서Dev

It takes a *very* long time to eject my flashdrives

분류에서Dev

Spark: sc.WholeTextFiles takes a long time to execute

분류에서Dev

Debian : changing home directory in triple boot setup

분류에서Dev

Debian의 IOGear GBU521 Bluetooth 어댑터

분류에서Dev

Is it usual Ubuntu 14.04.2 to take a long time at "random: nonblocking pool is initialized" step during boot process?

분류에서Dev

Prime numbers calculator takes too much time (JAVA)

분류에서Dev

Grub takes 45 Secs to show boot menu

분류에서Dev

Disabling ntp.service for the boot, since it takes a long time

분류에서Dev

Kubuntu takes more than 2 minutes to boot!

분류에서Dev

Debian Gnome can't find Bluetooth headset

Related 관련 기사

뜨겁다태그

보관