unable to install Syncthing

biggzie

Cadet
Joined
Apr 11, 2022
Messages
8
Any one found a solution to install Syncthing in a jail with 12.3-RELEASE-p5

I am running TrueNAS-12.0-U8.1
I haven't tried it on 12.3 but the above method should work and does on 12.2, only problem is runs syncthing 1.18 instead of the latest 1.19.2. TrueNAS Core 13 is supposed to be in stable release in early May 2022, I feel that the jails which never got a ton of love will only continue to get less. If you want the latest and greatest you'll probably need to consider making the jump to TrueNAS Scale and install TrueCharts catalog and run some docker!
 

pogodaddy

Cadet
Joined
Apr 10, 2022
Messages
8
Any one found a solution to install Syncthing in a jail with 12.3-RELEASE-p5

I am running TrueNAS-12.0-U8.1
What issue are you having, what step are you getting stuck at? I’m running 12.0-U8 but I pretty much ran through everything with jail 12.3 except ssh into the jail. I didn’t have any issues to that point. I just didn’t want to mess with my ssh for my actual jail unless that is where your issue is.
 

Nordlicht-13

Explorer
Joined
Apr 2, 2022
Messages
69
Just tried the Plugin-Installation and now it works again.
 

CatHerder

Dabbler
Joined
Aug 19, 2017
Messages
10
I have a similar issue / response when trying to install the Nextcloud plugin.
"Error: NextCloud had a failure Exception: RuntimeError Message: pkg error: - nginx : Refusing to fetch artifact and run post_install.sh! Partial plugin destroyed".
I recently upgraded to TrueNAS-13.0-RELEASE.
 

Tim1962

Patron
Joined
Feb 26, 2015
Messages
281
A bit late in the day, but to be clear you wrote

pkg install synching

rather than

pkg install syncthing

Typo in post or typo in action?
 

Tim1962

Patron
Joined
Feb 26, 2015
Messages
281
I've just done the following in TN13 and got to the GUI. :smile:


Create (v13) Jail. Select DHCP

  • In shell
  • pkg update
  • pkg upgrade
  • pkg install syncthing
  • Restart Jail
  • In shell
  • syncthing --gui-address=0.0.0.0:8384
  • Stop Jail
  • Add mount points
  • Go to gui and configure
  • Set gui login details etc
 

Bikerchris

Patron
Joined
Mar 22, 2020
Messages
210
A bit late in the day, but to be clear you wrote

pkg install synching

rather than

pkg install syncthing

Typo in post or typo in action?
I'm sure this was a forum typo and not input.
 

Bikerchris

Patron
Joined
Mar 22, 2020
Messages
210
I've just done the following in TN13 and got to the GUI. :smile:


Create (v13) Jail. Select DHCP

  • In shell
  • pkg update
  • pkg upgrade
  • pkg install syncthing
  • Restart Jail
  • In shell
  • syncthing --gui-address=0.0.0.0:8384
  • Stop Jail
  • Add mount points
  • Go to gui and configure
  • Set gui login details etc
Good on you! :smile:
 
Top