¿Alguien sabe cómo instalar davfs2 en un servidor vps gratuito (vps.me)?

¿Alguien sabe cómo instalar davfs2 en un servidor vps gratuito (vps.me)?

Nuestras normas de seguridad me obligan a guardar registros fuera del servidor vps. Necesito instalar davfs2. El siguiente procedimiento funciona en mi computadora portátil pero no en un servidor Ubuntu 13.04 de vps.me

:~# apt-get install davfs2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  davfs2
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 145 kB of archives.
After this operation, 492 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ raring/universe davfs2 amd64 1.4.6-1ubuntu3 [145 kB]
Fetched 145 kB in 0s (208 kB/s)
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 1.)
debconf: falling back to frontend: Readline
Preconfiguring packages ...
Selecting previously unselected package davfs2.
(Reading database ... 37451 files and directories currently installed.)
Unpacking davfs2 (from .../davfs2_1.4.6-1ubuntu3_amd64.deb) ...
Processing triggers for man-db ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up davfs2 (1.4.6-1ubuntu3) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline

:~# mkdir -p /mnt/WebDAV
:~# mount -t davfs https://<my-dav-server> /mnt/WebDAV
Please enter the username to authenticate with server
https://<my-dav-server> or hit enter for none.
  Username: <my-username>
Please enter the password to authenticate user <my-username>@<my-dav-server> with server
https://<my-dav-server> or hit enter for none.
  Password:  
p11-kit: couldn't open config file: /root/.pkcs11/pkcs11.conf: Permission denied
/sbin/mount.davfs: can't open fuse device
/sbin/mount.davfs: trying coda kernel file system
/sbin/mount.davfs: no free coda device to mount
root@dxspider:~# libkmod: ERROR ../libkmod/libkmod.c:505 kmod_lookup_alias_from_builtin_file: could not open builtin file '/lib/modules/2.6.32-042stab083.2/modules.builtin.bin'
FATAL: Module fuse not found.
libkmod: ERROR ../libkmod/libkmod.c:505 kmod_lookup_alias_from_builtin_file: could not open builtin file '/lib/modules/2.6.32-042stab083.2/modules.builtin.bin'
FATAL: Module coda not found.

Supongo

Respuesta1

Para un usuario, no. davfs2 es un sistema de archivos en modo de usuario y, por lo tanto, su montaje requiere privilegios de root.

Pero si tiene privilegios de root, pero no tiene los conocimientos necesarios, le sugiero que le pida a alguien el trabajo.

El verdadero significado del mensaje de soporte es el siguiente: "No hacemos nada por usted, porque sabemos que después de eso recibirá más y más preguntas y probablemente nunca pagará por ello. Pero tampoco convertiremos a usted en un ex cliente odioso, por lo que no le escribiremos nada sin sentido. Puede probar esta instalación de davfs2 bajo su responsabilidad, si lo desea, pero a partir de este momento no será nuestro problema. Vea claramente que es absolutamente incapaz de hacer esto por sí mismo; tal vez después de 2 o 3 años de experiencia en sysadm sea mejor para usted. Hasta entonces, no podemos enseñarle; primero, no somos maestros, segundo. porque probablemente nunca pagarás por ello."

información relacionada