Better handling of power outages #51

Closed
opened 2021-04-21 19:43:37 +02:00 by simon · 0 comments

I quite often experience power outages, which mostly affect fuuko. Some things that do not work that well yet:

  • unlocking when I am home (since fuuko does DHCP and DNS, it does not know how to connect)
    • current workaround: manually sshing to ipv6 address of fuuko (works, since router does router advertisement)
    • partially fixed by being able to loosen the requirement for legacy IP (machines/default.nix: unlockOverV4)
    • do not rely on internal nameserver to work for unlocking (e.g. by using $(dig @8.8.8.8 ${targetHost} A/AAAA) in the script)
  • services defined by mkProxyService in machines/fuuko/services/torrent.nix fail to start, since the socket already exists
I quite often experience power outages, which mostly affect `fuuko`. Some things that do not work that well yet: * unlocking when I am home (since fuuko does DHCP and DNS, it does not know how to connect) + current workaround: manually sshing to ipv6 address of fuuko (works, since router does router advertisement) - [X] partially fixed by being able to loosen the requirement for legacy IP (`machines/default.nix`: `unlockOverV4`) - [X] do not rely on internal nameserver to work for unlocking (e.g. by using `$(dig @8.8.8.8 ${targetHost} A/AAAA)` in the script) - [X] services defined by `mkProxyService` in `machines/fuuko/services/torrent.nix` fail to start, since the socket already exists
simon added the
affects/style
type
feature
labels 2021-04-21 19:43:37 +02:00
simon changed title from Nicer handling of power outages to Better handling of power outages 2021-04-21 19:43:44 +02:00
simon closed this issue 2021-05-26 17:21:34 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: simon/nixos-config#51
There is no content yet.