LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-01-2010, 05:21 AM   #1
Boy2melo
LQ Newbie
 
Registered: May 2010
Posts: 4

Rep: Reputation: 0
Disable Bluetooth on Startup


Hey Everybody,

I have an Acer Travelmate with an external Bluetoothswitch. Everytime I boot Linux Bluetooth is automatically activated. I'm running Kubuntu. How can I disable my Bluetooth so that it doesn't start on Startup?

Thanks for your help.
 
Old 05-01-2010, 05:53 AM   #2
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Hello,

See the following thread and link !
http://www.linuxquestions.org/questi...tartup-656071/
and
http://ubuntu-tutorials.com/2007/11/...on-ubuntu-710/
 
Old 05-01-2010, 03:18 PM   #3
Boy2melo
LQ Newbie
 
Registered: May 2010
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for the reply. I tried both methods, but it still aktivates on startup.
 
Old 05-03-2010, 03:34 PM   #4
vikas027
Senior Member
 
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by Boy2melo View Post
Thanks for the reply. I tried both methods, but it still aktivates on startup.
Do you know which is the process of bluetooth ?

Generally,
Code:
chkconfig bluetooth off
is sufficient.

Could you please post output of
Code:
ps -aef
May be I can help you out then.
 
Old 05-25-2010, 05:32 AM   #5
Boy2melo
LQ Newbie
 
Registered: May 2010
Posts: 4

Original Poster
Rep: Reputation: 0
Sorry for the late reply. Here comes the post:

UID PID PPID C STIME TTY TIME CMD
root 1 0 0 12:24 ? 00:00:00 /sbin/init
root 2 0 0 12:24 ? 00:00:00 [kthreadd]
root 3 2 0 12:24 ? 00:00:00 [migration/0]
root 4 2 0 12:24 ? 00:00:00 [ksoftirqd/0]
root 5 2 0 12:24 ? 00:00:00 [watchdog/0]
root 6 2 0 12:24 ? 00:00:00 [migration/1]
root 7 2 0 12:24 ? 00:00:00 [ksoftirqd/1]
root 8 2 0 12:24 ? 00:00:00 [watchdog/1]
root 9 2 0 12:24 ? 00:00:00 [events/0]
root 10 2 0 12:24 ? 00:00:00 [events/1]
root 11 2 0 12:24 ? 00:00:00 [cpuset]
root 12 2 0 12:24 ? 00:00:00 [khelper]
root 13 2 0 12:24 ? 00:00:00 [netns]
root 14 2 0 12:24 ? 00:00:00 [async/mgr]
root 15 2 0 12:24 ? 00:00:00 [kintegrityd/0]
root 16 2 0 12:24 ? 00:00:00 [kintegrityd/1]
root 17 2 0 12:24 ? 00:00:00 [kblockd/0]
root 18 2 0 12:24 ? 00:00:00 [kblockd/1]
root 19 2 0 12:24 ? 00:00:00 [kacpid]
root 20 2 0 12:24 ? 00:00:00 [kacpi_notify]
root 21 2 0 12:24 ? 00:00:00 [kacpi_hotplug]
root 22 2 0 12:24 ? 00:00:00 [ata/0]
root 23 2 0 12:24 ? 00:00:00 [ata/1]
root 24 2 0 12:24 ? 00:00:00 [ata_aux]
root 25 2 0 12:24 ? 00:00:00 [ksuspend_usbd]
root 26 2 0 12:24 ? 00:00:00 [khubd]
root 27 2 0 12:24 ? 00:00:00 [kseriod]
root 28 2 0 12:24 ? 00:00:00 [kmmcd]
root 29 2 0 12:24 ? 00:00:00 [bluetooth]
root 30 2 0 12:24 ? 00:00:00 [khungtaskd]
root 31 2 0 12:24 ? 00:00:00 [pdflush]
root 32 2 0 12:24 ? 00:00:00 [pdflush]
root 33 2 0 12:24 ? 00:00:00 [kswapd0]
root 34 2 0 12:24 ? 00:00:00 [aio/0]
root 35 2 0 12:24 ? 00:00:00 [aio/1]
root 36 2 0 12:24 ? 00:00:00 [ecryptfs-kthrea]
root 37 2 0 12:24 ? 00:00:00 [crypto/0]
root 38 2 0 12:24 ? 00:00:00 [crypto/1]
root 47 2 0 12:24 ? 00:00:00 [scsi_eh_0]
root 48 2 0 12:24 ? 00:00:00 [scsi_eh_1]
root 52 2 0 12:24 ? 00:00:00 [scsi_eh_2]
root 53 2 0 12:24 ? 00:00:00 [scsi_eh_3]
root 62 2 0 12:24 ? 00:00:00 [kstriped]
root 63 2 0 12:24 ? 00:00:00 [kmpathd/0]
root 64 2 0 12:24 ? 00:00:00 [kmpathd/1]
root 65 2 0 12:24 ? 00:00:00 [kmpath_handlerd]
root 66 2 0 12:24 ? 00:00:00 [ksnapd]
root 67 2 0 12:24 ? 00:00:00 [kondemand/0]
root 68 2 0 12:24 ? 00:00:00 [kondemand/1]
root 69 2 0 12:24 ? 00:00:00 [kconservative/0]
root 70 2 0 12:24 ? 00:00:00 [kconservative/1]
root 71 2 0 12:24 ? 00:00:00 [krfcommd]
root 298 2 0 12:25 ? 00:00:00 [khpsbpkt]
root 353 2 0 12:25 ? 00:00:00 [knodemgrd_0]
root 424 2 0 12:25 ? 00:00:00 [kjournald]
root 480 1 0 12:25 ? 00:00:00 upstart-udev-bridge --daemon
root 483 1 0 12:25 ? 00:00:00 udevd --daemon
root 689 2 0 12:25 ? 00:00:00 [tifm]
root 705 2 0 12:25 ? 00:00:00 [kpsmoused]
root 777 2 0 12:25 ? 00:00:00 [hd-audio0]
root 785 2 0 12:25 ? 00:00:00 [iwlagn]
root 787 2 0 12:25 ? 00:00:00 [phy0]
root 793 2 0 12:25 ? 00:00:00 [pccardd]
root 851 1 0 12:25 ? 00:00:00 dd bs=1 if=/proc/kmsg of=/var/ru
syslog 858 1 0 12:25 ? 00:00:00 rsyslogd -c4
108 860 1 0 12:25 ? 00:00:00 dbus-daemon --system --fork
111 867 1 0 12:25 ? 00:00:00 hald --daemon=yes
root 876 1 0 12:25 ? 00:00:00 NetworkManager
avahi 877 1 0 12:25 ? 00:00:00 avahi-daemon: running [boy2-lapt
avahi 878 877 0 12:25 ? 00:00:00 avahi-daemon: chroot helper
root 879 1 0 12:25 ? 00:00:00 /usr/sbin/console-kit-daemon
root 945 1 0 12:25 ? 00:00:00 /usr/sbin/modem-manager
root 950 867 0 12:25 ? 00:00:00 hald-runner
root 998 483 0 12:25 ? 00:00:00 udevd --daemon
root 1097 1 0 12:25 tty4 00:00:00 /sbin/getty -8 38400 tty4
root 1100 1 0 12:25 tty5 00:00:00 /sbin/getty -8 38400 tty5
root 1108 1 0 12:25 tty2 00:00:00 /sbin/getty -8 38400 tty2
root 1109 1 0 12:25 tty3 00:00:00 /sbin/getty -8 38400 tty3
root 1111 1 0 12:25 tty6 00:00:00 /sbin/getty -8 38400 tty6
root 1123 1 0 12:25 ? 00:00:00 acpid -c /etc/acpi/events -s /va
root 1134 1 0 12:25 ? 00:00:00 anacron -s
daemon 1136 1 0 12:25 ? 00:00:00 atd
root 1137 1 0 12:25 ? 00:00:00 cron
root 1212 950 0 12:25 ? 00:00:00 /usr/lib/hal/hald-addon-rfkill-k
root 1215 1 0 12:25 ? 00:00:00 /sbin/wpa_supplicant -u -s
root 1227 950 0 12:25 ? 00:00:00 /usr/lib/hal/hald-addon-generic-
root 1232 950 0 12:25 ? 00:00:00 /usr/lib/hal/hald-addon-leds
root 1261 950 0 12:25 ? 00:00:00 hald-addon-input: Listening on /
root 1267 950 0 12:25 ? 00:00:00 hald-addon-storage: polling /dev
root 1273 950 0 12:25 ? 00:00:00 /usr/lib/hal/hald-addon-cpufreq
111 1274 950 0 12:25 ? 00:00:00 hald-addon-acpi: listening on ac
root 1366 1 0 12:25 ? 00:00:00 /usr/sbin/atieventsd
root 1393 1 0 12:25 ? 00:00:00 /usr/sbin/cupsd -C /etc/cups/cup
root 1586 1 0 12:25 ? 00:00:00 gdm-binary
root 1620 1 0 12:25 tty1 00:00:00 /sbin/getty -8 38400 tty1
root 1622 1586 0 12:25 ? 00:00:00 /usr/lib/gdm/gdm-simple-slave --
root 1623 1622 8 12:25 tty7 00:00:18 /usr/bin/X :0 -br -verbose -auth
root 1626 2 0 12:25 ? 00:00:00 [firegl]
gdm 1681 1 0 12:25 ? 00:00:00 /usr/bin/dbus-launch --exit-with
root 1686 1 0 12:25 ? 00:00:00 /usr/lib/devicekit-power/devkit-
root 1755 1622 0 12:25 ? 00:00:00 /usr/lib/gdm/gdm-session-worker
root 2328 483 0 12:25 ? 00:00:00 udevd --daemon
root 2332 1 0 12:25 ? 00:00:00 /usr/sbin/bluetoothd --udev
boy2 2435 1 0 12:26 ? 00:00:00 /usr/bin/gnome-keyring-daemon --
boy2 2450 1755 0 12:26 ? 00:00:00 gnome-session
boy2 2493 2450 0 12:26 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus
boy2 2496 1 0 12:26 ? 00:00:00 /usr/bin/dbus-launch --exit-with
boy2 2497 1 0 12:26 ? 00:00:00 /bin/dbus-daemon --fork --print-
boy2 2503 1 0 12:26 ? 00:00:00 /usr/bin/pulseaudio --start
boy2 2506 2503 0 12:26 ? 00:00:00 /usr/lib/pulseaudio/pulse/gconf-
boy2 2508 1 0 12:26 ? 00:00:00 /usr/lib/libgconf2-4/gconfd-2
boy2 2535 2450 0 12:26 ? 00:00:00 /usr/bin/seahorse-agent --execut
boy2 2537 1 0 12:26 ? 00:00:00 /usr/lib/gvfs/gvfsd
boy2 2543 1 0 12:26 ? 00:00:00 /usr/lib/gvfs//gvfs-fuse-daemon
boy2 2552 1 0 12:26 ? 00:00:00 /usr/lib/gnome-settings-daemon/g
boy2 2553 1 0 12:26 ? 00:00:00 seahorse-daemon
boy2 2571 1 0 12:26 ? 00:00:00 /usr/lib/notify-osd/notify-osd
boy2 2572 2450 0 12:26 ? 00:00:00 /bin/sh /usr/bin/compiz
boy2 2582 1 0 12:26 ? 00:00:00 syndaemon -i 0.5 -k
boy2 2646 2572 0 12:26 ? 00:00:01 /usr/bin/compiz.real --ignore-de
boy2 2647 2450 0 12:26 ? 00:00:01 gnome-panel
boy2 2682 2450 0 12:26 ? 00:00:00 nautilus
boy2 2684 1 0 12:26 ? 00:00:00 /usr/lib/bonobo-activation/bonob
boy2 2686 2450 1 12:26 ? 00:00:02 nm-applet --sm-disable
boy2 2692 2450 0 12:26 ? 00:00:00 python /usr/share/system-config-
boy2 2698 2450 0 12:26 ? 00:00:00 /usr/lib/policykit-1-gnome/polki
boy2 2699 2450 0 12:26 ? 00:00:00 /usr/lib/gnome-disk-utility/gdu-
root 2705 1 0 12:26 ? 00:00:00 /usr/lib/policykit-1/polkitd
boy2 2707 1 0 12:26 ? 00:00:00 /usr/lib/gnome-applets/trashappl
boy2 2708 2450 0 12:26 ? 00:00:00 update-notifier --startup-delay=
boy2 2710 2450 0 12:26 ? 00:00:00 /usr/lib/evolution/2.28/evolutio
boy2 2713 2450 0 12:26 ? 00:00:00 gnome-volume-control-applet
root 2715 1 0 12:26 ? 00:00:00 /usr/lib/devicekit-disks/devkit-
root 2716 2715 0 12:26 ? 00:00:00 devkit-disks-daemon: polling /de
boy2 2717 2450 0 12:26 ? 00:00:00 gnome-power-manager
boy2 2719 1 0 12:26 ? 00:00:00 /usr/lib/gvfs/gvfsd-trash --spaw
boy2 2720 2450 0 12:26 ? 00:00:00 bluetooth-applet
boy2 2721 1 0 12:26 ? 00:00:00 gnome-screensaver
boy2 2724 1 0 12:26 ? 00:00:00 /usr/lib/gvfs/gvfs-gdu-volume-mo
boy2 2725 2646 0 12:26 ? 00:00:00 /bin/sh -c /usr/bin/compiz-decor
boy2 2726 2725 0 12:26 ? 00:00:00 /usr/bin/gtk-window-decorator
boy2 2729 1 0 12:26 ? 00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volum
boy2 2751 1 0 12:26 ? 00:00:00 /usr/lib/indicator-applet/indica
boy2 2756 1 0 12:26 ? 00:00:00 /usr/lib/indicator-applet/indica
boy2 2778 1 0 12:26 ? 00:00:00 /usr/lib/indicator-messages/indi
boy2 2797 1 0 12:26 ? 00:00:00 /usr/lib/gvfs/gvfsd-burn --spawn
boy2 2799 1 0 12:26 ? 00:00:00 /usr/lib/indicator-session/indic
boy2 2801 1 0 12:26 ? 00:00:00 /usr/lib/indicator-session/indic
boy2 2803 1 0 12:26 ? 00:00:00 /usr/lib/indicator-session/indic
root 3807 1366 0 12:27 ? 00:00:00 sh -c /etc/ati/authatieventsd.sh
root 3808 3807 0 12:27 ? 00:00:00 /bin/sh /etc/ati/authatieventsd.
root 3825 1 0 12:27 ? 00:00:00 /usr/bin/python /usr/sbin/aptd
root 3847 876 0 12:27 ? 00:00:00 /sbin/dhclient -d -sf /usr/lib/N
boy2 3910 1 8 12:27 ? 00:00:06 /usr/lib/firefox-3.5.9/firefox
boy2 3953 1 2 12:28 ? 00:00:00 konsole
boy2 3955 3953 0 12:28 pts/0 00:00:00 /bin/bash
boy2 3975 3955 0 12:29 pts/0 00:00:00 ps -aef


"chkconfig bluetooth off" doesn't work.
 
Old 05-26-2010, 02:22 AM   #6
vikas027
Senior Member
 
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305

Rep: Reputation: 107Reputation: 107
Hi Boy2melo,

Strange, I have no idea why chkconfig bluetooth off is not working.

Could you please post output of
Code:
/sbin/chkconfig bluetooth off --level 0123456
/sbin/chkconfig --list bluetooth
who -r

BUT, I can give you a work around. Run the below command being as root user.
Code:
echo -e "\npkill bluetooth" >> /etc/rc.d/rc.local
 
Old 05-26-2010, 02:46 AM   #7
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
IIRC chkconfig is a very redhat centric tool and Ubuntu handles starting of daemons quite differently. I think there are also some significant differences between different releases of Ubuntu. What Ubuntu version (ie version number) are you running?

Evo2.
 
Old 05-27-2010, 06:34 AM   #8
Boy2melo
LQ Newbie
 
Registered: May 2010
Posts: 4

Original Poster
Rep: Reputation: 0
Here is the output:

boy2@boy2-laptop:/etc/rc.d$ /sbin/chkconfig bluetooth off --level 0123456
insserv: warning: script 'K20acpi-support' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'gdm' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'irqbalance' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'plymouth' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'hostname' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udevtrigger' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'acpid' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'atd' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'plymouth-splash' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'failsafe-x' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'anacron' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'ufw' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'module-init-tools' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udevmonitor' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udev-finish' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'hwclock-save' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'plymouth-stop' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'dbus' missing LSB tags and overrides
insserv: warning: script 'acpi-support' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'avahi-daemon' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'console-setup' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udev' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'procps' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'network-manager' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'rsyslog' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'network-interface-security' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'apport' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'dmesg' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'alsa-mixer-save' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'plymouth-log' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'hwclock' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'cron' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'network-interface' missing LSB tags and overrides
insserv: There is a loop between service rsyslog and hwclock if stopped
insserv: loop involving service hwclock at depth 4
insserv: loop involving service sysklogd at depth 3
insserv: There is a loop between service rsyslog and pulseaudio if stopped
insserv: loop involving service pulseaudio at depth 3
insserv: loop involving service rsyslog at depth 2
insserv: loop involving service udev at depth 1
insserv: There is a loop between service rsyslog and sysklogd if started
insserv: loop involving service sysklogd at depth 3
insserv: loop involving service hwclock at depth 2
insserv: loop involving service rsyslog at depth 4
insserv: There is a loop between service hwclock and sysklogd if stopped
insserv: There is a loop between service rsyslog and pulseaudio if stopped
insserv: exiting now without changing boot order!
/sbin/insserv failed, exit code 1
boy2@boy2-laptop:/etc/rc.d$ /sbin/chkconfig --list bluetooth
bluetooth 0: off 1: off 2: on 3: on 4: on 5: on 6: off
boy2@boy2-laptop:/etc/rc.d$ who -r
Runlevel 2 2010-05-27 13:13

I'm running Ubuntu 10.04.
 
Old 05-27-2010, 11:45 PM   #9
vikas027
Senior Member
 
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305

Rep: Reputation: 107Reputation: 107
Thumbs up

Quote:
Originally Posted by Boy2melo View Post
Here is the output:

Code:
boy2@boy2-laptop:/etc/rc.d$ /sbin/chkconfig bluetooth off --level 0123456
insserv: warning: script 'K20acpi-support' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'gdm' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'irqbalance' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'plymouth' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'hostname' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udevtrigger' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'acpid' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'atd' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'plymouth-splash' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'failsafe-x' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'anacron' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'ufw' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'module-init-tools' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udevmonitor' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udev-finish' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'hwclock-save' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'plymouth-stop' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'dbus' missing LSB tags and overrides
insserv: warning: script 'acpi-support' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'avahi-daemon' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'console-setup' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udev' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'procps' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'network-manager' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'rsyslog' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'network-interface-security' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'apport' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'dmesg' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'alsa-mixer-save' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'plymouth-log' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'hwclock' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'cron' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'network-interface' missing LSB tags and overrides
insserv: There is a loop between service rsyslog and hwclock if stopped
insserv:  loop involving service hwclock at depth 4
insserv:  loop involving service sysklogd at depth 3
insserv: There is a loop between service rsyslog and pulseaudio if stopped
insserv:  loop involving service pulseaudio at depth 3
insserv:  loop involving service rsyslog at depth 2
insserv:  loop involving service udev at depth 1
insserv: There is a loop between service rsyslog and sysklogd if started
insserv:  loop involving service sysklogd at depth 3
insserv:  loop involving service hwclock at depth 2
insserv:  loop involving service rsyslog at depth 4
insserv: There is a loop between service hwclock and sysklogd if stopped
insserv: There is a loop between service rsyslog and pulseaudio if stopped
insserv: exiting now without changing boot order!
/sbin/insserv failed, exit code 1

Here, lies the problem -- I believe you bluetooth package has corrupted or has some missing libraries.




Quote:
Originally Posted by Boy2melo View Post
Code:
boy2@boy2-laptop:/etc/rc.d$ /sbin/chkconfig --list bluetooth
bluetooth                 0: off  1: off  2: on   3: on   4: on   5: on   6: off
Still you have bluetooth enabled on runlevel 2,3,4 and 5.



I suggest you to run the below command as root and reboot the system
Code:
echo -e "\npkill bluetooth" >> /etc/rc.d/rc.local
After rebooting, run this command and paste the output, ideally it should not show anything.

Code:
ps -aef | grep -i bluetooth
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to disable Text-to-speechmanager on startup, and disable fsck after 20 boots Kristian2 Slackware 2 02-25-2009 10:55 AM
disable services like bluetooth on startup Elnegro8 Linux - Software 4 07-17-2008 05:11 AM
How to disable my bluetooth device? tahrenyie85 Linux - Hardware 5 01-21-2008 09:48 AM
Disable Bluetooth on Dell Latitude D600 fearofcarpet Linux - Hardware 2 10-14-2007 03:14 PM
Disable bluetooth roger600 Linux - General 2 09-28-2005 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration