diff options
Diffstat (limited to 'net/spideroak/files/pkg-message.in')
-rw-r--r-- | net/spideroak/files/pkg-message.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/spideroak/files/pkg-message.in b/net/spideroak/files/pkg-message.in new file mode 100644 index 000000000000..c86dc8be53bb --- /dev/null +++ b/net/spideroak/files/pkg-message.in @@ -0,0 +1,33 @@ +******************************************************************************** + +You have just installed the Linux client for the SpiderOak service. + +Note that SpiderOak does not follow symbolic links when doing a backup scan, +so if you want to backup, for example, your home directory, you cannot simply +create a link under /compat/linux, but you have to use nullfs(5). +If you do not do that, you can only backup files under ~/Desktop and +~/Documents. + +Example with nullfs: + + # mkdir /usr/compat/linux/home + # mount_nullfs /usr/home /usr/compat/linux/home + +You may want to add the following line to /etc/fstab + +/usr/home /usr/compat/linux/home nullfs rw 0 0 + +If SpiderOak fails to start with the following error message: + +process *****: D-Bus library appears to be incorrectly set up; failed to read +machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or +directory +See the manual page for dbus-uuidgen to correct this issue. +D-Bus not built with -rdynamic so unable to print a backtrace +Abort trap + +Try to fix that with the following command (as root): + + # %%LOCALBASE%%/bin/dbus-uuidgen --ensure=%%LINUXBASE%%/var/lib/dbus/machine-id + +******************************************************************************** |