Search found 4 matches

by jackalopes
Thu Jul 30, 2020 5:10 pm
Forum: *nix
Topic: FreeBSD Jail Install Illegal variable name
Replies: 10
Views: 3487

Re: FreeBSD Jail Install Illegal variable name

Code: Select all

root@HandBrake:~ # echo "$SHELL"
/bin/csh
by jackalopes
Sun Jul 26, 2020 11:46 pm
Forum: *nix
Topic: FreeBSD Jail Install Illegal variable name
Replies: 10
Views: 3487

Re: FreeBSD Jail Install Illegal variable name

BradleyS wrote: Sun Jul 26, 2020 5:09 am What shell are you using? If FOO="bar" yields an error instead of setting the value of the variable FOO to bar, then there's a shell/system issue at play.
I honestly have no idea what you're reffering to. I've ssh'd into my server via Putty.
by jackalopes
Fri Jul 24, 2020 7:02 pm
Forum: *nix
Topic: FreeBSD Jail Install Illegal variable name
Replies: 10
Views: 3487

Re: FreeBSD Jail Install Illegal variable name

Here is where I've run into errors: Installing dependencies on FreeBSD ************************************* root@HandBrake:~ # LASTDIR="`pwd`" LASTDIR=/root: Command not found. [HandBrake] Installing lame-3.100_2... root@HandBrake:/usr/ports/audio/lame # cd "$LASTDIR" LASTDIR: U...
by jackalopes
Wed Jul 22, 2020 7:51 pm
Forum: *nix
Topic: FreeBSD Jail Install Illegal variable name
Replies: 10
Views: 3487

FreeBSD Jail Install Illegal variable name

Description of problem or question: Walking through the documentation for Building HandBrake for BSD, I get an "Illegal variable name" when I enter the command ./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch Steps to reproduce the problem (If Applicable): I followed the following ...