Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.raspberry-pi > #9453 > unrolled thread
| Started by | Adam Funk <a24061@ducksburg.com> |
|---|---|
| First post | 2015-08-20 11:20 +0100 |
| Last post | 2015-09-09 16:24 +0100 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.sys.raspberry-pi
minissdpd, why? Adam Funk <a24061@ducksburg.com> - 2015-08-20 11:20 +0100
Re: minissdpd, why? Roger Bell_West <roger+csrp201508@nospam.firedrake.org> - 2015-08-20 11:34 +0000
Re: minissdpd, why? Adam Funk <a24061@ducksburg.com> - 2015-08-21 15:40 +0100
Re: minissdpd, why? Rob <nomail@example.com> - 2015-08-21 16:29 +0000
Re: minissdpd, why? David <wibble@btintenet.com> - 2015-08-29 18:06 +0000
Re: minissdpd, why? Adam Funk <a24061@ducksburg.com> - 2015-09-09 16:24 +0100
| From | Adam Funk <a24061@ducksburg.com> |
|---|---|
| Date | 2015-08-20 11:20 +0100 |
| Subject | minissdpd, why? |
| Message-ID | <v8mgacxel4.ln2@news.ducksburg.com> |
Hi, I've been running a Pi with Raspbian & an external USB drive as a sort of home server for about 2 months. In the past 2 or 3 days only, & in short bursts, minissdpd has started putting stuff in the syslog like 24 devices removed (good-bye!) device not found for removing : uuid:[...]:urn:[...] (repeated many times with some repetition & variation in the [...] bits) 16 new devices added There doesn't seem to be much information on the WWW about this service or what I would want to use it for. Should I just disable the daemon in '/etc/defaults/minissdpd', or remove the package? What do the messages tell me about stuff happening on my LAN? Why have they only just started appearing? Thanks. -- Avoid socks. They are the fatal give-away of a phony nonconformist. --- Elissa Jane Karg
[toc] | [next] | [standalone]
| From | Roger Bell_West <roger+csrp201508@nospam.firedrake.org> |
|---|---|
| Date | 2015-08-20 11:34 +0000 |
| Message-ID | <20150820123320.232432832549424@firedrake.org> |
| In reply to | #9453 |
On 2015-08-20, Adam Funk wrote: >There doesn't seem to be much information on the WWW about this >service or what I would want to use it for. Should I just disable the >daemon in '/etc/defaults/minissdpd', or remove the package? $ aptitude show minissdpd MiniSSDPd is a small daemon used by MiniUPnPc (a UPnP control point for IGD devices) to speed up device discoveries. MiniSSDPd keeps memory of all UPnP devices that announced themselves on the network through SSDP NOTIFY packets. MiniSSDPd also has the ability to handle all SSDP traffic received on a computer via the multicast group 239.255.255.250:1900. So are you using UPnP? If not, you might as well purge that and miniupnpc, libminiupnpc8, python-miniupnpc, etc.
[toc] | [prev] | [next] | [standalone]
| From | Adam Funk <a24061@ducksburg.com> |
|---|---|
| Date | 2015-08-21 15:40 +0100 |
| Message-ID | <lrpjacxl5v.ln2@news.ducksburg.com> |
| In reply to | #9454 |
On 2015-08-20, Roger Bell_West wrote: > On 2015-08-20, Adam Funk wrote: >>There doesn't seem to be much information on the WWW about this >>service or what I would want to use it for. Should I just disable the >>daemon in '/etc/defaults/minissdpd', or remove the package? > > $ aptitude show minissdpd > > MiniSSDPd is a small daemon used by MiniUPnPc (a UPnP control point > for IGD devices) to speed up device discoveries. MiniSSDPd keeps > memory of all UPnP devices that announced themselves on the network > through SSDP NOTIFY packets. MiniSSDPd also has the ability to handle > all SSDP traffic received on a computer via the multicast group > 239.255.255.250:1900. > > So are you using UPnP? If not, you might as well purge that and > miniupnpc, libminiupnpc8, python-miniupnpc, etc. AFAICT, I'm not using UPnP, but I'm now wondering what all these things are that it keeps discovering. -- A heretic is someone who shares ALMOST all your beliefs. Kill him. --- Ivan Stang
[toc] | [prev] | [next] | [standalone]
| From | Rob <nomail@example.com> |
|---|---|
| Date | 2015-08-21 16:29 +0000 |
| Message-ID | <slrnmtekf1.dm0.nomail@xs9.xs4all.nl> |
| In reply to | #9458 |
Adam Funk <a24061@ducksburg.com> wrote: > On 2015-08-20, Roger Bell_West wrote: > >> On 2015-08-20, Adam Funk wrote: >>>There doesn't seem to be much information on the WWW about this >>>service or what I would want to use it for. Should I just disable the >>>daemon in '/etc/defaults/minissdpd', or remove the package? >> >> $ aptitude show minissdpd >> >> MiniSSDPd is a small daemon used by MiniUPnPc (a UPnP control point >> for IGD devices) to speed up device discoveries. MiniSSDPd keeps >> memory of all UPnP devices that announced themselves on the network >> through SSDP NOTIFY packets. MiniSSDPd also has the ability to handle >> all SSDP traffic received on a computer via the multicast group >> 239.255.255.250:1900. >> >> So are you using UPnP? If not, you might as well purge that and >> miniupnpc, libminiupnpc8, python-miniupnpc, etc. > > AFAICT, I'm not using UPnP, but I'm now wondering what all these > things are that it keeps discovering. There are lots of things that you better remove when you want a deterministic system, like "ifplugd", "avahi-daemon", "minissdpd" and probably even more. Those gadget are written by the people who want to convert Linux into Windows, including the unreliability.
[toc] | [prev] | [next] | [standalone]
| From | David <wibble@btintenet.com> |
|---|---|
| Date | 2015-08-29 18:06 +0000 |
| Message-ID | <d4eal8Fsgo1U28@mid.individual.net> |
| In reply to | #9453 |
On Thu, 20 Aug 2015 11:20:47 +0100, Adam Funk wrote: > Hi, > > I've been running a Pi with Raspbian & an external USB drive as a sort > of home server for about 2 months. In the past 2 or 3 days only, & in > short bursts, minissdpd has started putting stuff in the syslog like > > 24 devices removed (good-bye!) > > device not found for removing : uuid:[...]:urn:[...] > (repeated many times with some repetition & variation in the [...] bits) > > 16 new devices added > > > There doesn't seem to be much information on the WWW about this service > or what I would want to use it for. Should I just disable the daemon in > '/etc/defaults/minissdpd', or remove the package? What do the messages > tell me about stuff happening on my LAN? Why have they only just > started appearing? > > Thanks. Is the Pi visible to the Internet? Just asking because I recently read of vulnerabilities in some routers which were being exploited via SSDP. <http://www.theregister.co.uk/2015/04/28/reflection_amps_drive_ddos_growth/ > Not the one I read, but it does mention DDoS and the SSDP protocol. Cheers Dave R -- Windows 8.1 on PCSpecialist box
[toc] | [prev] | [next] | [standalone]
| From | Adam Funk <a24061@ducksburg.com> |
|---|---|
| Date | 2015-09-09 16:24 +0100 |
| Message-ID | <7iv5ccxnad.ln2@news.ducksburg.com> |
| In reply to | #9513 |
On 2015-08-29, David wrote: > On Thu, 20 Aug 2015 11:20:47 +0100, Adam Funk wrote: > >> Hi, >> >> I've been running a Pi with Raspbian & an external USB drive as a sort >> of home server for about 2 months. In the past 2 or 3 days only, & in >> short bursts, minissdpd has started putting stuff in the syslog like >> >> 24 devices removed (good-bye!) >> >> device not found for removing : uuid:[...]:urn:[...] >> (repeated many times with some repetition & variation in the [...] bits) >> >> 16 new devices added >> >> >> There doesn't seem to be much information on the WWW about this service >> or what I would want to use it for. Should I just disable the daemon in >> '/etc/defaults/minissdpd', or remove the package? What do the messages >> tell me about stuff happening on my LAN? Why have they only just >> started appearing? >> >> Thanks. > > Is the Pi visible to the Internet? No. -- If hard data were the filtering criterion you could fit the entire contents of the Internet on a floppy disk. --- Cecil Adams
[toc] | [prev] | [standalone]
Back to top | Article view | comp.sys.raspberry-pi
csiph-web