This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-28
Channels
- # aatree (3)
- # alda (8)
- # avi (21)
- # beginners (37)
- # boot (193)
- # cbus (1)
- # cider (29)
- # cljs-dev (8)
- # cljsjs (3)
- # cljsrn (20)
- # clojure (76)
- # clojure-dev (13)
- # clojure-miami (20)
- # clojure-portugal (2)
- # clojure-russia (220)
- # clojure-sg (2)
- # clojurebridge (5)
- # clojurescript (94)
- # community-development (14)
- # conf-proposals (110)
- # core-async (12)
- # cursive (12)
- # datascript (6)
- # datomic (14)
- # dirac (72)
- # emacs (49)
- # hoplon (86)
- # jobs (33)
- # jobs-discuss (1)
- # ldnclj (6)
- # lein-figwheel (1)
- # off-topic (56)
- # om (139)
- # onyx (29)
- # pedestal (17)
- # proton (23)
- # re-frame (45)
- # reagent (35)
- # ring-swagger (4)
- # test-check (1)
- # testing (8)
- # yada (11)
Hi guys
I've got next error: Missing file for cnc: /dev/shm/aeron-deploy/cnc What should be in the file?
It should be created by the Aeron media driver
If you're using an external media driver in prod, you may not have started it yet
hah, it was started by root
so name is aeron-root
fixing, thanks
Ah no wonder
lucasbradstreet: hm, weird
[email protected]:~$ ps aux| grep aeron_media
deploy 30446 31.9 6.9 2928296 142108 ? Sl 09:44 0:12 java -cp highstorm.jar cognician.highstorm.aeron_media_driver
deploy 30532 0.0 0.0 11712 668 pts/1 S+ 09:44 0:00 grep --color=auto aeron_media
[email protected]:~$ ls -al /dev/shm/
total 0
drwxrwxrwt 2 root root 40 Jan 28 09:44 .
drwxr-xr-x 18 root root 680 Jan 28 09:32 ..
Don't see the directory aeron-deploy, but on another instance it's working good
Could you advice?
I'm running both services by the same way
But one working and another nope 😞
09:44:15.898 [main] INFO c.highstorm.aeron-media-driver - Launched the Media Driver. Blocking forever...
log fileHm. first time I've started the driver manually, and after that it works
But I'm using same command in my upstart script and it doesn't work
lucasbradstreet: please let me know once you will be free, Wanna to investigate this
Hi Lucas
I've fixed the issue, but still don't understand why I can't run it first time with upstart
Sent my upstart config to PM
While I don't start it manually (copy the line with "su - bla bla" and paste to termianl) it doesn't work
I've tried create the dir /dev/shm/aeron-deploy manually, but once I've start the driver it was deleted
At the moment it's not urgent and not critical, but when we start external aeron for prod it will be very important
Odd. Sorry, I’m not much help, I’m not seasoned in upstart
But it is almost definitely to do with the uid that the processes are started under
Okay I need a brake, all day fighting with the cluster
Will try later, I suspect it's permission issue