environmental variables

  1. D-FENS

    Solved How to set environment variables inside a "jexec" call?

    I would like to call a command inside a jail using jexec while setting environment variables for that particular call. In a shell inside the jail I would call: KEYCLOAK_ADMIN=admin KEYCLOAK_ADMIN_PASSWORD=admin ./kc.sh show-config How can I trigger this call outside of the jail? I tried...
  2. Sivan!

    jails CBSD unable to determine the first IP

    ( during reboot, boot messages show a "CBSD unable to determine the first IP address. Should this be the static private IP of my re0 interface? Thank you. ) I am having trouble dealing with a kwin crash, tried to update kde plasma, portmaster returned several errors, then updated by the pkg...
  3. spython01

    Shell Duplicity backup script not running via cronjob

    I am running FreeBSD 11.1-RELEASE-p10 and trying to schedule a cronjob to run a daily script which will use duplicity to backup my ~/Documents directory to an Azure blob. The script (~/.duplicity/.backup1.sh) reads as follows: #!/bin/bash # the true variable values are in my real script...
  4. B

    C Properly setting up C/C++ headers

    I am trying to setup my headers for mainly C development but I will also need to link in some C++ code as well. It's been a while and I totally made a mess of things; I will be using some of the clang tools I wrote a simple test program that runs into linker errors. clang++...
Back
Top