dak180

Results 32 comments of dak180

Does this work with #28?

@GR1ML0CK the relevant section is the [write_gateway_script](https://github.com/dak180/TrueNAS-Scripts/blob/master/pia-port-forward.sh#L113) function: its job is to make changes to your openvpn config to call a helper script that it writes that writes the `/tmp/piaPort/gateway.txt`...

https://github.com/dak180/oxidizer/commit/15997becc might be a good real world example of this.

See [#292](https://www.smartmontools.org/ticket/292) and more recently [#1471](https://www.smartmontools.org/ticket/1471). In the mean time I do not have any seagate drives to test with so if you (or anyone else for that matter) can...

@Inevitable were you ever able to test the modifications proposed in [#1471](https://www.smartmontools.org/ticket/1471#comment:4)?

@Inevitable Were you ever able to try `smartctl -AxHij --log="xerror,error" --log="xselftest,selftest" --log="devstat" --log="farm" --log="envrep" --log="defects" --log="zdevstat" --log="genstats" --log="ssd" --log="background" -v '7,raw24/raw32:543210' "/dev/${drive}"` to see if that got you sensible output...

@xeromist I would be interested to know how it works with the latest adjustments that were just pushed.

@FDrebin do you have SAS SSDs or any seagate drive the supports FARM logging?

@FDrebin `smartctl -AxHi --log="xerror,error" --log="xselftest,selftest" --log="devstat" --log="farm" --log="envrep" --log="defects" --log="zdevstat" --log="genstats" --log="ssd" --log="background" --quietmode=noserial "/dev/${drive}"` would tell you if you do.

The `FARM log (SCSI Log page 0x3d, sub-page 0x3) not supported` tells you that it does not support FARM output. Interesting clock rollover on the tests there too.