Cannot uninstall Teampeak Plugin

  • Hello,


    first at all sorry for my bad english.


    i want to purge the teamspeak 3 plugin but it gaves me an error.




    Any suggestions?


    cheers

  • What version??


    get the uid number of ts3 user:
    id ts3


    Then put in uid number to kill processes:
    pkill -9 -u (uid for ts3 user)


    Then try to purge again:
    apt-get purge openmediavault-teamspeak3

  • thanks 4 your answer!


    its ts3 version 2.0


    it didn't worked. still issue the same issue.


    Code
    invoke-rc.d: initscript teamspeak3, action "stop" failed.


    first occuraition was after i updated to ts3 version 2.0

  • Fixed removal in version 2.1


    @ryecoaaron


    Please build new version 2.1 and put in repo openmediavault-teamspeak3 (branch 2) for OMV 2.x. Changelog is done already.



    *** ATTENTION: This issue does not exist in the TeamSpeak3 plugin for OMV 3.x. ***

    • Offizieller Beitrag

    2.1 in repo.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    2.2 in repo.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • OK,


    You need to edit this file: /var/lib/dpkg/info/openmediavault-teamspeak3.prerm


    Make it look like this. You are commenting out the 3 lines of the if then statement.

    Bash
    #!/bin/sh
    set -e
    # Automatically added by dh_installinit
    #if [ -x "/etc/init.d/teamspeak3" ]; then
    #	invoke-rc.d teamspeak3 stop || exit $?
    #fi
    # End automatically added section


    Then you need to edit this file: /var/lib/dpkg/info/openmediavault-teamspeak3.postrm


    Replace the contents of that file with this.


    After saving those changes above do:
    apt-get purge openmediavault-teamspeak3


    Then you are all good. :)

  • I'm having the same problem, Current status is half-installed. I can't uninstall teamspeak nor reinstall it.
    I tried killing the user & The file fixes above (although that might've been a dumb idea).

  • Latest version of both,


    "invoke-rc.d: initscript teamspeak3, action "stop" failed.
    dpkg: error processing openmediavault-teamspeak3 (--purge):
    subproces installed pre-removal script returned errorcode 1 "


    (Last line is translated)

  • If you follow instructions in my post above for ergo you will not get that stop error. You should do everything in that post and it should remove.


    Give me results of this before you do anything:
    dpkg -l | grep openm

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!