ghulican

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by ghulican

  1. Does anyone else get drive failures after trying to start a VM and having an AMD card reset issue? Also anyone know how to prevent this?
  2. Do you know a way that we can use the ACL tags? I know this is a beta feature, but I assume it will be the same in prod? https://tailscale.com/kb/1068/acl-tags
  3. Question... not sure if this is the right place to ask this. I have 2 Ethernet ports on my server. Eth1 is 10.0.0.8 (local traffic) Eth2 is running 10.1.0.5 (internet) do you know a way I can use TailScale to work on Eth 2, but access docker containers I have on Eth1 network? I am trying to use InfluxDB to receive info from different endpoints through port 8086 on Eth1, but run Tailscale through the internet on Eth2 and allow port 8086 on Eth1. This is kinda what I am aiming for:
  4. I created the mounted file, but now I am getting some strange errors: last): -bash: syntax error near unexpected token `)' root@Tower:~# File "/usr/bin/icloudpd", line 11, in <module> -bash: syntax error near unexpected token `newline' root@Tower:~# load_entry_point('icloudpd==1.5.0', 'console_scripts', 'icloudpd')() -bash: syntax error near unexpected token `'icloudpd==1.5.0',' root@Tower:~# File "/usr/lib/python3.8/site-packages/click-6.7-py3.8.egg/click/core.py", line 722, in __call__ -bash: File: command not found root@Tower:~# return self.main(*args, **kwargs) -bash: syntax error near unexpected token `(' root@Tower:~# File "/usr/lib/python3.8/site-packages/click-6.7-py3.8.egg/click/core.py", line 697, in main -bash: File: command not found root@Tower:~# rv = self.invoke(ctx) -bash: syntax error near unexpected token `(' root@Tower:~# File "/usr/lib/python3.8/site-packages/click-6.7-py3.8.egg/click/core.py", line 895, in invoke -bash: File: command not found root@Tower:~# return ctx.invoke(self.callback, **ctx.params) -bash: syntax error near unexpected token `(' root@Tower:~# File "/usr/lib/python3.8/site-packages/click-6.7-py3.8.egg/click/core.py", line 535, in invoke -bash: File: command not found root@Tower:~# return callback(*args, **kwargs) -bash: syntax error near unexpected token `(' root@Tower:~# File "/usr/lib/python3.8/site-packages/icloudpd-1.5.0-py3.8.egg/icloudpd/base.py", line 292, in main -bash: File: command not found root@Tower:~# File "/usr/lib/python3.8/posixpath.py", line 336, in norm Any thoughts?