IRC channel logs
2015-07-12.log
back to list of logs
<paron_remote>so I'd love to access something on a port running with "guix system vm" / davexunit's "guix deploy spawn foo.scm" command <paron_remote>I don't think I see any port forwarding mechanisms, but maybe I'm missing it <paron_remote>there's this: (platform (local-vm #:ip-address "10.0.2.10")) but I'm not sure that actually means I can access things from that IP on my machine <phant0mas>mark_weaver: the problem is, that libmachuser.so.1 and libhurduser.so.1 are not included in the rpath. <phant0mas>If I try to run the binaries with LD_LIBRARY_PATH=/gnu/store/4afx91xf7vc9vwyrvnjqfznya13rp7l3-glibc-bootstrap-0/lib ./a.out they work <phant0mas>I think the problem lies in (library-files-linked ...) in gnu/packages/ld-wrapper.in, which does not take into account those two libraries <phant0mas>one question, what can the value of argument be in (lib (string-append "lib" (string-drop argument 2) ".so")) so that it returns the correct .so library name, to use it later? <amz3>paron you can boot nginx and hit the browser to see the page ? <paron_remote>I know there's some way to define that you place a file somewhere in your stystem config right? <paron_remote>for example, right now I want to place an nginx file, unsurprisingly ;p <mark_weaver>we talked about it, but I don't think it's been implemented <mark_weaver>I'm sorry, I don't have the link handy and don't have time to find it right now. gotta run... <paron_remote>mark_weaver: no worries! good luck on whatever you're running to :) <amz3>paron_remote: maybe try another server, for static file serving it is enough, no ? <paron_remote>btw I think I have port forwarding working, but not sure how to best test <paron_remote>I guess I need something that's actually running a service or exposing a port to try against :) <amz3>nginx requires a file to be a specific location, use a server that doesn't require a specific location