loop

  1. codetrotter

    Solved Perplexing behavior of shell when trying to loop over input

    I created a script using zsh. One version of the script looks like the following. It correctly loops over all three lines of input and prints what would happen, sleeping 5 seconds after each print #!/usr/bin/env zsh while IFS= read -r snap ; do fs="$( echo "$snap" | cut -d@ -f1 )" echo...
  2. F

    Solved GNOME BLACK SCREEN AFTER LOGIN

    I installed FreeBSD on vmware and all I want to do for two days is to install a properly working Gnome. My hope has tried to end because it seems like there is no solution left that I haven't searched on the internet. I have an Nvidia graphics card and I suspect that too. I followed this post to...
  3. M

    Postfix + Amavisd mail loop

    Hello all, I'm new here and I am looking for some help in troubleshooting a mail loop on my machine. I am running Postfix and Amavisd on FreeBSD 10.1 and I'm pretty sure the problem is just matter of something small and stupid that I can't seem to find. I have uploaded the contents of my...
Back
Top