Asking the obvious question, but can we remove this dependency on the ubuntu user?
Thanks Des Hartman From: Matt Williams <[email protected]<mailto:[email protected]>> Date: Thursday, 6 June 2013 6:22 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [Clearwater] VMWare install - Ellis error on monit Des, Thanks for pointing out that we don't have instructions on how to create the ubuntu user - I've added them. (When I updated the docs before, I just added a prerequisite that the ubuntu user was required, but you're right it's a good idea to say how to add them.) Matt From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Des Hartman Sent: 05 June 2013 22:30 To: [email protected]<mailto:[email protected]> Subject: Re: [Clearwater] VMWare install - Ellis error on monit Matt One thing you mentioned in another post as well is the "ubuntu" user needs to be created and you were going to update the install docos. Docos not yet updated and I had to create this user manually before it installed correctly. "sudo adduser ubuntu" Once I have the install complete and a call working, I'll post the process for others to use on VMWare. Bit stuck with DNS on a single machine at the moment. Thanks Des Hartman From: Matt Williams <[email protected]<mailto:[email protected]>> Date: Wednesday, 5 June 2013 9:27 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [Clearwater] VMWare install - Ellis error on monit Des, I'm glad you got to the bottom of this. You're right that that was the issue. I recently updated the docs to set a default mmonit username and password, but I suspect you might have installed your system before this change went in. Cheers, Matt From:[email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Des Hartman Sent: 05 June 2013 06:48 To: [email protected]<mailto:[email protected]> Subject: Re: [Clearwater] VMWare install - Ellis error on monit Made progress in solving this. Seems monit does not like empty usernam and password in the config file. Updated the config file and now the install works: "# Deployment definitions <snip>mmonit_hostname=localhost mmonit_username=username mmonit_password=password # Local IP configuration <snip>" "cat /etc/monit/conf.d/mmonit.monit set eventqueue basedir /var/monit/ slots 1000 set mmonit http://username:password@localhost/collector set httpd port 2812 and use address 172.16.6.170 allow 0.0.0.0/0 allow admin:monit" On to the next step….. Thanks Des Hartman From: Des Hartman <[email protected]<mailto:[email protected]>> Date: Wednesday, 5 June 2013 3:24 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [Clearwater] VMWare install - Ellis error on monit Hi, I am trying to install clearwater on an Ubuntu VM on VMWare Fusion. This is a single server install to illustrate the concept. All the preliminary steps are ok, but on doing the Ellis install I hit an error. Few things I had to do to make this work: 1. Had to add OpenSSH as part of the install 2. Had to create a ubuntu user "sudo adduser ubuntu" 3. I am stuck on this step: "sudo DEBIAN_FRONTEND=noninteractive apt-get install ellis --yes" I hit an error (See attached log line 184) - "* Starting daemon monitor monit [80G /etc/monit/conf.d/mmonit.monit:2: Error: syntax error ':'" Checking the file I have the following: "set eventqueue basedir /var/monit/ slots 1000 set mmonit http://:@localhost/collector set httpd port 2812 and use address 172.16.6.170 allow 0.0.0.0/0 allow admin:monit" Line 2 look suspect to me and I thought it may be due to my single server config and using localhost everywhere. Here is my config: "# Deployment definitions home_domain=localhost sprout_hostname=localhost hs_hostname=localhost:8888 xdms_hostname=localhost:7888 mmonit_hostname=localhost mmonit_username= mmonit_password= # Local IP configuration local_ip=172.16.6.170 public_ip=172.16.6.170 public_hostname=CW1 # Email server configuration smtp_smarthost= smtp_username= smtp_password= [email protected]<mailto:[email protected]> # Keys signup_key=abc123 turn_workaround=abc123 ellis_api_key=abc123 ellis_cookie_key=abc123" Any help would be great Thanks Des Hartman
_______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
