Giter Club home page Giter Club logo

Comments (4)

Kasztan404 avatar Kasztan404 commented on May 28, 2024 1

 1. Download:

 wget https://github.com/inbucket/inbucket/releases/download/v3.1.0-beta1/inbucket_3.1.0-beta1_linux_amd64.deb

 

 2. Install:

 dpkg -i inbucket_3.1.0-beta1_linux_amd64.deb

 

 3. add to systemctl:

 systemctl enable inbucket

 

 4. start:

 systemctl start inbucket

 

 4. check for any problems:

 systemctl status inbucket

 

 in my case (invalid exec path):

● inbucket.service - Inbucket Disposable Email Service

   Loaded: loaded (/lib/systemd/system/inbucket.service; enabled; vendor preset: enabled)

   Active: failed (Result: exit-code) since Fri 2023-05-26 08:45:16 CEST; 7s ago

  Process: 567 ExecStartPre=/bin/mkdir -p /var/local/inbucket (code=exited, status=0/SUCCESS)

  Process: 568 ExecStartPre=/bin/chown daemon:daemon /var/local/inbucket (code=exited, status=0/SUCCESS)

  Process: 569 ExecStart=/usr/local/bin/inbucket (code=exited, status=203/EXEC)

 Main PID: 569 (code=exited, status=203/EXEC)

 

 > so I had to correct it (In my opinion it is bug):

 pico /lib/systemd/system/inbucket.service

 

 edit this:

 /usr/local/bin/inbucket

 

 to that:

 /usr/bin/inbucket

save file

 

  1. reload systemctl:

systemctl daemon-reload

systemctl start inbucket

6.check again:

systemctl status inbucket

now ok:

inbucket.service - Inbucket Disposable Email Service

   Loaded: loaded (/lib/systemd/system/inbucket.service; enabled; vendor preset: enabled)

   Active: active (running) since Fri 2023-05-26 08:47:16 CEST; 4s ago

  Process: 602 ExecStartPre=/bin/mkdir -p /var/local/inbucket (code=exited, status=0/SUCCESS)

  Process: 603 ExecStartPre=/bin/chown daemon:daemon /var/local/inbucket (code=exited, status=0/SUCCESS)

 Main PID: 604 (inbucket)

    Tasks: 9 (limit: 4698)

   Memory: 9.2M

   CGroup: /system.slice/inbucket.service

           └─604 /usr/bin/inbucket

from inbucket.

jhillyerd avatar jhillyerd commented on May 28, 2024 1

Tested after PR above. inbucket deb installs and starts on Ubuntu server. inbucket rpm installs and starts on Fedora server. I'll keep this open until the next beta release.

from inbucket.

Kasztan404 avatar Kasztan404 commented on May 28, 2024

I've built from source and it's look good also on debian. Waiting for release .deb package ;) good work!

from inbucket.

jhillyerd avatar jhillyerd commented on May 28, 2024

fix available in https://github.com/inbucket/inbucket/releases/tag/v3.1.0-beta2

from inbucket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.