Git Product home page Git Product logo

Comments (3)

githubnemo avatar githubnemo commented on June 29, 2024 1

Can you show me the error you are getting?

from compiledaemon.

hamidabdul1994 avatar hamidabdul1994 commented on June 29, 2024

2019/09/25 14:48:20 stderr: Specified file name && does not exist.
2019/09/25 14:48:20 stderr: Specified file name go does not exist.
2019/09/25 14:48:20 stderr: Specified file name run does not exist.
2019/09/25 14:48:20 stderr: fuser: Invalid option --server_address
2019/09/25 14:48:20 stderr: Usage: fuser [-fIMuvw] [-a|-s] [-4|-6] [-c|-m|-n SPACE]
2019/09/25 14:48:20 stderr: [-k [-i] [-SIGNAL]] NAME...
2019/09/25 14:48:20 stderr: fuser -l
2019/09/25 14:48:20 stderr: fuser -V
2019/09/25 14:48:20 stderr: Show which processes use the named files, sockets, or filesystems.
2019/09/25 14:48:20 stderr:
2019/09/25 14:48:20 stderr: -a,--all display unused files too
2019/09/25 14:48:20 stderr: -i,--interactive ask before killing (ignored without -k)
2019/09/25 14:48:20 stderr: -I,--inode use always inodes to compare files
2019/09/25 14:48:20 stderr: -k,--kill kill processes accessing the named file
2019/09/25 14:48:20 stderr: -l,--list-signals list available signal names
2019/09/25 14:48:20 stderr: -m,--mount show all processes using the named filesystems or
2019/09/25 14:48:20 stderr: block device
2019/09/25 14:48:20 stderr: -M,--ismountpoint fulfill request only if NAME is a mount point
2019/09/25 14:48:20 stderr: -n,--namespace SPACE search in this name space (file, udp, or tcp)
2019/09/25 14:48:20 stderr: -s,--silent silent operation
2019/09/25 14:48:20 stderr: -SIGNAL send this signal instead of SIGKILL
2019/09/25 14:48:20 stderr: -u,--user display user IDs
2019/09/25 14:48:20 stderr: -v,--verbose verbose output
2019/09/25 14:48:20 stderr: -w,--writeonly kill only processes with write access
2019/09/25 14:48:20 stderr: -V,--version display version information
2019/09/25 14:48:20 stderr: -4,--ipv4 search IPv4 sockets only
2019/09/25 14:48:20 stderr: -6,--ipv6 search IPv6 sockets only
2019/09/25 14:48:20 stderr: - reset options
2019/09/25 14:48:20 stderr:
2019/09/25 14:48:20 stderr: udp/tcp names: [local_port][,[rmt_host][,[rmt_port]]]

from compiledaemon.

githubnemo avatar githubnemo commented on June 29, 2024

The error was that CompileDaemon does not support (ba)sh command chaining. You have to run it in a shell or as a script.

For example:

CompileDaemon -command='/bin/sh -c "fuser 50052/tcp && go run main.go --server_address :50052"'

from compiledaemon.

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.