Sogo-tool runnng as cron and crashing server but apt says it's not installedHow to install a desktop...

Can I solder 12/2 Romex to extend wire 5 ft?

Did Amazon pay $0 in taxes last year?

1970s scifi/horror novel where protagonist is used by a crablike creature to feed its larvae, goes mad, and is defeated by retraumatising him

How do you say “my friend is throwing a party, do you wanna come?” in german

Giving a talk in my old university, how prominently should I tell students my salary?

How to mitigate "bandwagon attacking" from players?

How do I deal with being envious of my own players?

Draw bounding region by list of points

Wardrobe above a wall with fuse boxes

How to get the first element while continue streaming?

Lock enemy's y-axis when using Vector3.MoveTowards to follow the player

Meaning of word ягоза

Correct physics behind the colors on CD (compact disc)?

Is there a limit on the maximum number of future jobs queued in an org?

Inconsistent behaviour between dict.values() and dict.keys() equality in Python 3.x and Python 2.7

How to fix my table, centering of columns

3.5% Interest Student Loan or use all of my savings on Tuition?

PTIJ: Aharon, King of Egypt

How does insurance birth control work?

Is divide-by-zero a security vulnerability?

Should we avoid writing fiction about historical events without extensive research?

How can I handle a player who pre-plans arguments about my rulings on RAW?

Every subset equal to original set?

What is the minimum amount of skill points per HD?



Sogo-tool runnng as cron and crashing server but apt says it's not installed


How to install a desktop environment onto Ubuntu Server — but without internet access or a CDROM?Ubuntu 10.10 Maverick Server — apt-get install commands failubuntu server: SSH banner telling to update packages but nothing to update64Bit ubuntu and 32Bit appsLaunching R but it can't find liblzma.so.2Can't install libpq-dev, ubuntu 10.10 and postgres 9How can I exorcise a specific Ubuntu package that crashes on a postinstall script?Updating openssl to fix heartbleed bug tries to remove redis-serverntopng update error on ubuntu 16.04 LTSUnable to locate package php7.2-gd













0















I've got a Ubuntu 16.04 LTS dev server setup and today it crashed. I found the following log entry in syslog right before the crash.




Mar 6 05:36:01 SERVERNAME CRON[7172]: (sogo) CMD (/usr/sbin/sogo-tool expire-sessions 30 >/dev/null 2>&1; /usr/sbin/sogo-ealarms-notify >/dev/null 2>&1)




But when I try to type:




sudo apt-get remove sogo-tool




I get:




E: Unable to locate package sogo-tool




When I try:




sudo apt-get remove sogo




I get:




Package 'sogo' not installed, so not removed




But when I try running:




sogo-tool




I get:




The program 'sogo-tool' is currently not installed. You can install it by typing:
sudo apt install sogo




So I started checking my crontabs, and there's nothing sogo-related in there either! I checked monthly, weekly, daily, and hourly. No sogo...



So it appears a piece of software that isn't installed has a cron that crashes the server, and the commands for uninstalling it all don't work. Any ideas?










share|improve this question























  • Found it! There was a file in /etc/cron.d called "sogo."

    – Justin Grimes
    9 mins ago
















0















I've got a Ubuntu 16.04 LTS dev server setup and today it crashed. I found the following log entry in syslog right before the crash.




Mar 6 05:36:01 SERVERNAME CRON[7172]: (sogo) CMD (/usr/sbin/sogo-tool expire-sessions 30 >/dev/null 2>&1; /usr/sbin/sogo-ealarms-notify >/dev/null 2>&1)




But when I try to type:




sudo apt-get remove sogo-tool




I get:




E: Unable to locate package sogo-tool




When I try:




sudo apt-get remove sogo




I get:




Package 'sogo' not installed, so not removed




But when I try running:




sogo-tool




I get:




The program 'sogo-tool' is currently not installed. You can install it by typing:
sudo apt install sogo




So I started checking my crontabs, and there's nothing sogo-related in there either! I checked monthly, weekly, daily, and hourly. No sogo...



So it appears a piece of software that isn't installed has a cron that crashes the server, and the commands for uninstalling it all don't work. Any ideas?










share|improve this question























  • Found it! There was a file in /etc/cron.d called "sogo."

    – Justin Grimes
    9 mins ago














0












0








0








I've got a Ubuntu 16.04 LTS dev server setup and today it crashed. I found the following log entry in syslog right before the crash.




Mar 6 05:36:01 SERVERNAME CRON[7172]: (sogo) CMD (/usr/sbin/sogo-tool expire-sessions 30 >/dev/null 2>&1; /usr/sbin/sogo-ealarms-notify >/dev/null 2>&1)




But when I try to type:




sudo apt-get remove sogo-tool




I get:




E: Unable to locate package sogo-tool




When I try:




sudo apt-get remove sogo




I get:




Package 'sogo' not installed, so not removed




But when I try running:




sogo-tool




I get:




The program 'sogo-tool' is currently not installed. You can install it by typing:
sudo apt install sogo




So I started checking my crontabs, and there's nothing sogo-related in there either! I checked monthly, weekly, daily, and hourly. No sogo...



So it appears a piece of software that isn't installed has a cron that crashes the server, and the commands for uninstalling it all don't work. Any ideas?










share|improve this question














I've got a Ubuntu 16.04 LTS dev server setup and today it crashed. I found the following log entry in syslog right before the crash.




Mar 6 05:36:01 SERVERNAME CRON[7172]: (sogo) CMD (/usr/sbin/sogo-tool expire-sessions 30 >/dev/null 2>&1; /usr/sbin/sogo-ealarms-notify >/dev/null 2>&1)




But when I try to type:




sudo apt-get remove sogo-tool




I get:




E: Unable to locate package sogo-tool




When I try:




sudo apt-get remove sogo




I get:




Package 'sogo' not installed, so not removed




But when I try running:




sogo-tool




I get:




The program 'sogo-tool' is currently not installed. You can install it by typing:
sudo apt install sogo




So I started checking my crontabs, and there's nothing sogo-related in there either! I checked monthly, weekly, daily, and hourly. No sogo...



So it appears a piece of software that isn't installed has a cron that crashes the server, and the commands for uninstalling it all don't work. Any ideas?







ubuntu postfix email-server






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 14 mins ago









Justin GrimesJustin Grimes

456




456













  • Found it! There was a file in /etc/cron.d called "sogo."

    – Justin Grimes
    9 mins ago



















  • Found it! There was a file in /etc/cron.d called "sogo."

    – Justin Grimes
    9 mins ago

















Found it! There was a file in /etc/cron.d called "sogo."

– Justin Grimes
9 mins ago





Found it! There was a file in /etc/cron.d called "sogo."

– Justin Grimes
9 mins ago










1 Answer
1






active

oldest

votes


















0














Found it! There was a file in /etc/cron.d called "sogo."





share























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "2"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f957099%2fsogo-tool-runnng-as-cron-and-crashing-server-but-apt-says-its-not-installed%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Found it! There was a file in /etc/cron.d called "sogo."





    share




























      0














      Found it! There was a file in /etc/cron.d called "sogo."





      share


























        0












        0








        0







        Found it! There was a file in /etc/cron.d called "sogo."





        share













        Found it! There was a file in /etc/cron.d called "sogo."






        share











        share


        share










        answered 8 mins ago









        Justin GrimesJustin Grimes

        456




        456






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f957099%2fsogo-tool-runnng-as-cron-and-crashing-server-but-apt-says-its-not-installed%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

            Список ссавців Італії Природоохоронні статуси | Список |...

            Українські прізвища Зміст Історичні відомості |...