<div dir="ltr">Cool.<div><br></div><div>While we're sharing tech woes, I've been fiddling around with BAMS for the welcome desk system (forked at <a href="https://github.com/thebrentc/BAMS" target="_blank">https://github.com/thebrentc/BAMS</a>). Got it working on Ubuntu desktop, but not laptop either Ubuntu (Lubuntu with ubuntu-desktop installed) or Debian. It seems to compile, run, but not display so suspect some GUI-related issue. </div><div><br></div><div>I took the opportunity to try out docker. The Dockerfile at <a href="https://gist.github.com/thebrentc/bb9c82d36850520685fb01ef46428887" target="_blank">https://gist.github.com/thebrentc/bb9c82d36850520685fb01ef46428887</a> progresses but is bombing at the final steps*. Because "me doing things I didn't fully understand" to quote :) Anyone doing a BAMS with Docker workshop?</div><div><br></div><div>b<br></div><div><br></div><div>* Error msg: "docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"./ImportAttendees bams-lots-data.csv test-data.dat\": stat ./ImportAttendees bams-lots-data.csv test-data.dat: no such file or directory": unknown.<br></div>ERRO[0004] error waiting for container: context canceled" <div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 29 May 2019 at 18:35, Ben Green <<a href="mailto:ben@bristolwireless.net" target="_blank">ben@bristolwireless.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">OK I've fixed it now. Some had made this change:<br>
<br>
<br>
barncamp@vaneigem:~/webroot$ git diff<br>
/home/users/barncamp/webroot/app/mailers/notifier.rb<br>
diff --git a/app/mailers/notifier.rb b/app/mailers/notifier.rb<br>
index ebfea1e..46395e4 100644<br>
--- a/app/mailers/notifier.rb<br>
+++ b/app/mailers/notifier.rb<br>
@@ -1,5 +1,5 @@<br>
 class Notifier < ActionMailer::Base<br>
-  default :from => "<a href="mailto:barncamp2019@hacktionlab.org" target="_blank">barncamp2019@hacktionlab.org</a>"<br>
+  default :from => admin.email<br>
<br>
   def thank_you(attendee)<br>
     @attendee = attendee<br>
<br>
<br>
And not committed it to GIT. I reverted the change and it all works now.<br>
<br>
Cheers,<br>
Ben<br>
<br>
<br>
<br>
<br>
<br>
On 29/05/2019 18:24, Ben Green wrote:<br>
> Hi all,<br>
> <br>
> I found that <a href="http://barncamp.org.uk" rel="noreferrer" target="_blank">barncamp.org.uk</a> was hosted on a server I have access to, so<br>
> I logged in and made a change to the text on one of the pages, then I<br>
> restarted the service. It wouldn't start again.<br>
> <br>
> I've called Mike Harris, who's trying to get me in touch with Charlie.<br>
> <br>
> Really sorry I've borked the site. Hopefully we can have some<br>
> documentation on it in the long term.<br>
> <br>
> Cheers,<br>
> Ben<br>
> <br>
> ==<br>
> From Ben Green<br>
> <br>
> _______________________________________________<br>
> HacktionLab mailing list<br>
> <a href="mailto:HacktionLab@lists.aktivix.org" target="_blank">HacktionLab@lists.aktivix.org</a><br>
> <a href="https://lists.aktivix.org/mailman/listinfo/hacktionlab" rel="noreferrer" target="_blank">https://lists.aktivix.org/mailman/listinfo/hacktionlab</a><br>
> <br>
<br>
<br>
-- <br>
==<br>
>From Ben Green<br>
<br>
_______________________________________________<br>
HacktionLab mailing list<br>
<a href="mailto:HacktionLab@lists.aktivix.org" target="_blank">HacktionLab@lists.aktivix.org</a><br>
<a href="https://lists.aktivix.org/mailman/listinfo/hacktionlab" rel="noreferrer" target="_blank">https://lists.aktivix.org/mailman/listinfo/hacktionlab</a><br>
</blockquote></div>