Getting the same email almost every time I open macOS Terminal












0















Almost every time I open Terminal on macOS I find new mail sent somewhat (10 identical emails, or sometimes more). I believe something I did or installed caused this, but I couldn't figure out what is it?



Does anybody know how to stop this?



From me@Me-MacBook.local  Tue Feb 12 23:03:01 2019
X-Original-To: me
Delivered-To: me@Me-MacBook.local
From: me@Me-MacBook.local (Cron Daemon)
To: me@Me-MacBook.local
Subject: Cron <me@Me-MacBook> /Users/me/Library/triliterally.oy/triliterally.oy cr
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=me>
X-Cron-Env: <USER=me>
X-Cron-Env: <HOME=/Users/me>
Date: Tue, 12 Feb 2019 23:03:00 +0200 (EET)

/bin/sh: /Users/me/Library/triliterally.oy/triliterally.oy: No such file or directory









share|improve this question





























    0















    Almost every time I open Terminal on macOS I find new mail sent somewhat (10 identical emails, or sometimes more). I believe something I did or installed caused this, but I couldn't figure out what is it?



    Does anybody know how to stop this?



    From me@Me-MacBook.local  Tue Feb 12 23:03:01 2019
    X-Original-To: me
    Delivered-To: me@Me-MacBook.local
    From: me@Me-MacBook.local (Cron Daemon)
    To: me@Me-MacBook.local
    Subject: Cron <me@Me-MacBook> /Users/me/Library/triliterally.oy/triliterally.oy cr
    X-Cron-Env: <SHELL=/bin/sh>
    X-Cron-Env: <PATH=/usr/bin:/bin>
    X-Cron-Env: <LOGNAME=me>
    X-Cron-Env: <USER=me>
    X-Cron-Env: <HOME=/Users/me>
    Date: Tue, 12 Feb 2019 23:03:00 +0200 (EET)

    /bin/sh: /Users/me/Library/triliterally.oy/triliterally.oy: No such file or directory









    share|improve this question



























      0












      0








      0








      Almost every time I open Terminal on macOS I find new mail sent somewhat (10 identical emails, or sometimes more). I believe something I did or installed caused this, but I couldn't figure out what is it?



      Does anybody know how to stop this?



      From me@Me-MacBook.local  Tue Feb 12 23:03:01 2019
      X-Original-To: me
      Delivered-To: me@Me-MacBook.local
      From: me@Me-MacBook.local (Cron Daemon)
      To: me@Me-MacBook.local
      Subject: Cron <me@Me-MacBook> /Users/me/Library/triliterally.oy/triliterally.oy cr
      X-Cron-Env: <SHELL=/bin/sh>
      X-Cron-Env: <PATH=/usr/bin:/bin>
      X-Cron-Env: <LOGNAME=me>
      X-Cron-Env: <USER=me>
      X-Cron-Env: <HOME=/Users/me>
      Date: Tue, 12 Feb 2019 23:03:00 +0200 (EET)

      /bin/sh: /Users/me/Library/triliterally.oy/triliterally.oy: No such file or directory









      share|improve this question
















      Almost every time I open Terminal on macOS I find new mail sent somewhat (10 identical emails, or sometimes more). I believe something I did or installed caused this, but I couldn't figure out what is it?



      Does anybody know how to stop this?



      From me@Me-MacBook.local  Tue Feb 12 23:03:01 2019
      X-Original-To: me
      Delivered-To: me@Me-MacBook.local
      From: me@Me-MacBook.local (Cron Daemon)
      To: me@Me-MacBook.local
      Subject: Cron <me@Me-MacBook> /Users/me/Library/triliterally.oy/triliterally.oy cr
      X-Cron-Env: <SHELL=/bin/sh>
      X-Cron-Env: <PATH=/usr/bin:/bin>
      X-Cron-Env: <LOGNAME=me>
      X-Cron-Env: <USER=me>
      X-Cron-Env: <HOME=/Users/me>
      Date: Tue, 12 Feb 2019 23:03:00 +0200 (EET)

      /bin/sh: /Users/me/Library/triliterally.oy/triliterally.oy: No such file or directory






      macos bash email unix






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 13 at 20:58







      Shakespear

















      asked Feb 13 at 20:34









      ShakespearShakespear

      1034




      1034






















          1 Answer
          1






          active

          oldest

          votes


















          4














          It would seem like these are cron generated error notifications. Have you added something to your crontab perhaps? Or some application named along the lines of triliterally that may have added a cron entry?



          Check your crontab with crontab -l. If you see that there is an entry that seems to line up... and you don't know what it is, use crontab -e to edit your crontab and just commment out that line with a leading "#". Save it and then see if the email stops.



          If it does not... and it does actually happen every time you open a terminal... check to see what you have in your .bash_profile or .bashrc files looking to see if there are relevant entries there.






          share|improve this answer


























          • Yes, i got the following entry in crontab: 3 * * * * /Users/me/Library/triliterally.oy/triliterally.oy cr. I commented it, but is it safe to delete the entry?

            – Shakespear
            Feb 13 at 21:07













          • Probably safe to remove as the cron entry failed as it could not find the file... but I would be curious to find out what it is. If the directory does not exist at all (under Library) then it may be something that you had installed and then uninstalled that did not clean up after itself.

            – RandomMac
            Feb 13 at 21:11











          • In case you are not familiar with cron/crontab - basically this is a scheduled task. It is trying to run that task at the described time interval. So if you comment it out and/or delete, you are just removing the task, not anything else. Now IF this was performing a necessary task, you would no longer have that automated.

            – RandomMac
            Feb 13 at 21:14











          • OK, I see. the directory doesn't exist..anyway will make a snapshot just-in-case and delete...many thanks.

            – Shakespear
            Feb 13 at 21:16











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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%2fsuperuser.com%2fquestions%2f1405424%2fgetting-the-same-email-almost-every-time-i-open-macos-terminal%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









          4














          It would seem like these are cron generated error notifications. Have you added something to your crontab perhaps? Or some application named along the lines of triliterally that may have added a cron entry?



          Check your crontab with crontab -l. If you see that there is an entry that seems to line up... and you don't know what it is, use crontab -e to edit your crontab and just commment out that line with a leading "#". Save it and then see if the email stops.



          If it does not... and it does actually happen every time you open a terminal... check to see what you have in your .bash_profile or .bashrc files looking to see if there are relevant entries there.






          share|improve this answer


























          • Yes, i got the following entry in crontab: 3 * * * * /Users/me/Library/triliterally.oy/triliterally.oy cr. I commented it, but is it safe to delete the entry?

            – Shakespear
            Feb 13 at 21:07













          • Probably safe to remove as the cron entry failed as it could not find the file... but I would be curious to find out what it is. If the directory does not exist at all (under Library) then it may be something that you had installed and then uninstalled that did not clean up after itself.

            – RandomMac
            Feb 13 at 21:11











          • In case you are not familiar with cron/crontab - basically this is a scheduled task. It is trying to run that task at the described time interval. So if you comment it out and/or delete, you are just removing the task, not anything else. Now IF this was performing a necessary task, you would no longer have that automated.

            – RandomMac
            Feb 13 at 21:14











          • OK, I see. the directory doesn't exist..anyway will make a snapshot just-in-case and delete...many thanks.

            – Shakespear
            Feb 13 at 21:16
















          4














          It would seem like these are cron generated error notifications. Have you added something to your crontab perhaps? Or some application named along the lines of triliterally that may have added a cron entry?



          Check your crontab with crontab -l. If you see that there is an entry that seems to line up... and you don't know what it is, use crontab -e to edit your crontab and just commment out that line with a leading "#". Save it and then see if the email stops.



          If it does not... and it does actually happen every time you open a terminal... check to see what you have in your .bash_profile or .bashrc files looking to see if there are relevant entries there.






          share|improve this answer


























          • Yes, i got the following entry in crontab: 3 * * * * /Users/me/Library/triliterally.oy/triliterally.oy cr. I commented it, but is it safe to delete the entry?

            – Shakespear
            Feb 13 at 21:07













          • Probably safe to remove as the cron entry failed as it could not find the file... but I would be curious to find out what it is. If the directory does not exist at all (under Library) then it may be something that you had installed and then uninstalled that did not clean up after itself.

            – RandomMac
            Feb 13 at 21:11











          • In case you are not familiar with cron/crontab - basically this is a scheduled task. It is trying to run that task at the described time interval. So if you comment it out and/or delete, you are just removing the task, not anything else. Now IF this was performing a necessary task, you would no longer have that automated.

            – RandomMac
            Feb 13 at 21:14











          • OK, I see. the directory doesn't exist..anyway will make a snapshot just-in-case and delete...many thanks.

            – Shakespear
            Feb 13 at 21:16














          4












          4








          4







          It would seem like these are cron generated error notifications. Have you added something to your crontab perhaps? Or some application named along the lines of triliterally that may have added a cron entry?



          Check your crontab with crontab -l. If you see that there is an entry that seems to line up... and you don't know what it is, use crontab -e to edit your crontab and just commment out that line with a leading "#". Save it and then see if the email stops.



          If it does not... and it does actually happen every time you open a terminal... check to see what you have in your .bash_profile or .bashrc files looking to see if there are relevant entries there.






          share|improve this answer















          It would seem like these are cron generated error notifications. Have you added something to your crontab perhaps? Or some application named along the lines of triliterally that may have added a cron entry?



          Check your crontab with crontab -l. If you see that there is an entry that seems to line up... and you don't know what it is, use crontab -e to edit your crontab and just commment out that line with a leading "#". Save it and then see if the email stops.



          If it does not... and it does actually happen every time you open a terminal... check to see what you have in your .bash_profile or .bashrc files looking to see if there are relevant entries there.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Feb 14 at 0:13









          BlueDrink9

          336111




          336111










          answered Feb 13 at 20:54









          RandomMacRandomMac

          561




          561













          • Yes, i got the following entry in crontab: 3 * * * * /Users/me/Library/triliterally.oy/triliterally.oy cr. I commented it, but is it safe to delete the entry?

            – Shakespear
            Feb 13 at 21:07













          • Probably safe to remove as the cron entry failed as it could not find the file... but I would be curious to find out what it is. If the directory does not exist at all (under Library) then it may be something that you had installed and then uninstalled that did not clean up after itself.

            – RandomMac
            Feb 13 at 21:11











          • In case you are not familiar with cron/crontab - basically this is a scheduled task. It is trying to run that task at the described time interval. So if you comment it out and/or delete, you are just removing the task, not anything else. Now IF this was performing a necessary task, you would no longer have that automated.

            – RandomMac
            Feb 13 at 21:14











          • OK, I see. the directory doesn't exist..anyway will make a snapshot just-in-case and delete...many thanks.

            – Shakespear
            Feb 13 at 21:16



















          • Yes, i got the following entry in crontab: 3 * * * * /Users/me/Library/triliterally.oy/triliterally.oy cr. I commented it, but is it safe to delete the entry?

            – Shakespear
            Feb 13 at 21:07













          • Probably safe to remove as the cron entry failed as it could not find the file... but I would be curious to find out what it is. If the directory does not exist at all (under Library) then it may be something that you had installed and then uninstalled that did not clean up after itself.

            – RandomMac
            Feb 13 at 21:11











          • In case you are not familiar with cron/crontab - basically this is a scheduled task. It is trying to run that task at the described time interval. So if you comment it out and/or delete, you are just removing the task, not anything else. Now IF this was performing a necessary task, you would no longer have that automated.

            – RandomMac
            Feb 13 at 21:14











          • OK, I see. the directory doesn't exist..anyway will make a snapshot just-in-case and delete...many thanks.

            – Shakespear
            Feb 13 at 21:16

















          Yes, i got the following entry in crontab: 3 * * * * /Users/me/Library/triliterally.oy/triliterally.oy cr. I commented it, but is it safe to delete the entry?

          – Shakespear
          Feb 13 at 21:07







          Yes, i got the following entry in crontab: 3 * * * * /Users/me/Library/triliterally.oy/triliterally.oy cr. I commented it, but is it safe to delete the entry?

          – Shakespear
          Feb 13 at 21:07















          Probably safe to remove as the cron entry failed as it could not find the file... but I would be curious to find out what it is. If the directory does not exist at all (under Library) then it may be something that you had installed and then uninstalled that did not clean up after itself.

          – RandomMac
          Feb 13 at 21:11





          Probably safe to remove as the cron entry failed as it could not find the file... but I would be curious to find out what it is. If the directory does not exist at all (under Library) then it may be something that you had installed and then uninstalled that did not clean up after itself.

          – RandomMac
          Feb 13 at 21:11













          In case you are not familiar with cron/crontab - basically this is a scheduled task. It is trying to run that task at the described time interval. So if you comment it out and/or delete, you are just removing the task, not anything else. Now IF this was performing a necessary task, you would no longer have that automated.

          – RandomMac
          Feb 13 at 21:14





          In case you are not familiar with cron/crontab - basically this is a scheduled task. It is trying to run that task at the described time interval. So if you comment it out and/or delete, you are just removing the task, not anything else. Now IF this was performing a necessary task, you would no longer have that automated.

          – RandomMac
          Feb 13 at 21:14













          OK, I see. the directory doesn't exist..anyway will make a snapshot just-in-case and delete...many thanks.

          – Shakespear
          Feb 13 at 21:16





          OK, I see. the directory doesn't exist..anyway will make a snapshot just-in-case and delete...many thanks.

          – Shakespear
          Feb 13 at 21:16


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1405424%2fgetting-the-same-email-almost-every-time-i-open-macos-terminal%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

          Mouse cursor on multiple screens with different PPI

          Agildo Ribeiro

          Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”