What is minissdp

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Opperpanter
Posts: 18
Joined: Sun Jul 03, 2011 6:30 pm

What is minissdp

Post by Opperpanter »

Hello,

I am running Debian squeeze and just upgrade my Transmission to the one from expiremental (2.32).

I noticed that a new deamon is installed, minissdpd. Something with UPnP.

Since I don't want anything todo with UPnP, I'd like to get rid of it.

Can I just uninstall minissdp(d)? Or at least stop/kill it?

I couldn't find any UPnP config in the settings.json, but would I need to disable something in transmission as well?

Thanks!
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: What is minissdp

Post by gunzip »

Opperpanter wrote:Can I just uninstall minissdp(d)? Or at least stop/kill it?
yes in settings.json you can disable UPnP (automatic port forwarding) :

Code: Select all

"port-forwarding-enabled": false,
i don't use it either. i run debian also but when compiling from source i don't see the minissdp(d) thing.
Opperpanter
Posts: 18
Joined: Sun Jul 03, 2011 6:30 pm

Re: What is minissdp

Post by Opperpanter »

gunzip wrote: yes in settings.json you can disable UPnP (automatic port forwarding) :

Code: Select all

"port-forwarding-enabled": false,
I already had that one disabled, I remember something like that. Maybe I disabled it earlier.

I uninstalled the minissdp package, and transmission is still running fine.

Thanks.
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: What is minissdp

Post by gunzip »

that's interesting, minissdp must be something new the debian maintainers cooked up.
Post Reply