Announcement

Collapse
No announcement yet.

What package contains sdpd?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What package contains sdpd?

    when I do a
    Code:
    /etc/init.d/bluetooth restart
    I get a error from the KDE Bluetooth Framework
    Failed to connect to the SDP server
    Please make sure that sdpd is running...

    I have looked for this error, and the problem is that the sdp daemon is not running.
    Problem is that I can't figure out on what package it is (it should be in bluez-utils as far as I know)
    Strange enough, I have the documentation for it in /usr/share/man/man8/sdpd.8.gz

    Here are my packages
    Code:
    root@iridium:/etc/bluetooth# aptitude search bluetooth
    i  bluetooth                               - Bluetooth stack utilities
    p  gnome-bluetooth                            - GNOME Bluetooth tools.
    i A kdebluetooth                             - KDE Bluetooth Framework
    p  kdebluetooth-irmcsync                         - IrMCSync Konnector for kitchensync
    v  libbluetooth-dev                           -
    i  libbluetooth2                             - Library to use the BlueZ Linux Bluetooth stack
    p  libbluetooth2-dev                           - Development files for using the BlueZ Linux Bluetooth library
    p  libmultisync-plugin-irmc-bluetooth                  - Adds Bluetooth support to the IrMC plugin
    v  python-bluetooth                           -
    
    root@iridium:/etc/bluetooth# aptitude search bluez
    p  bluez-btsco                              - Bluez Bluetooth SCO tool
    i  bluez-cups                              - Bluetooth printer driver for CUPS
    p  bluez-gnome                              - Bluetooth utilities for GNOME
    i  bluez-hcidump                             - Analyses Bluetooth HCI packets
    v  bluez-passkey-gnome                          -
    p  bluez-pcmcia-support                         - PCMCIA support files for BlueZ 2.0 Bluetooth tools
    i  bluez-pin                               - Bluetooth PIN helper with D-BUS support
    i  bluez-utils                              - Bluetooth tools and daemons
    p  python-bluez                             - Python wrappers around BlueZ for rapid bluetooth development
    v  python2.4-bluez                            -
    v  python2.5-bluez                            -
    All suggestions welcome
    thank you

    #2
    Re: What package contains sdpd?

    Funny, that command works fine for me, even though I too have just the man page for it...
    For external use only.

    Comment


      #3
      Re: What package contains sdpd?

      Originally posted by SheeEttin
      Funny, that command works fine for me, even though I too have just the man page for it...
      Interesting. I am probably missing something obvious.
      If you have time, could you please see if sdpd is somewhere in your path?
      Code:
      which sdpd
      Thanks

      Comment


        #4
        Re: What package contains sdpd?

        searching for sdpd on my box yields:
        Code:
        # dpkg -S '*sdpd*'
        bluez-utils: /usr/share/man/man8/sdpd.8.gz
        gnu/linux is not windoze

        Comment


          #5
          Re: What package contains sdpd?

          Already checked that, a "locate sdpd" yields only the man page as well.

          Try reinstalling the bluez-utils package ("sudo apt-get --reinstall install bluez-utils").
          For external use only.

          Comment


            #6
            Re: What package contains sdpd?

            Originally posted by SheeEttin

            Try reinstalling the bluez-utils package ("sudo apt-get --reinstall install bluez-utils").
            Tried, and get the "Failed to connect to the SDP server" when apt-get restarts the bluetooth services.

            Perhaps my problem is that I installed KMobileTools 0.43, which installed the wrong version of some dependency. I will try on a clean(er) system.

            Thanks
            Ivan

            Comment

            Working...
            X