Problemas Wireguard con los cambios de ip

¿Algo falla o no sabes como funciona? Pide ayuda aquí!
Responder
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Lo dicho. Tengo problemas de acceso desde el cliente al servidor y viceversa debido a que el servidor wireguard no actualiza la IP del cliente. Estoy utilizando en ambas maquinas reresolve-dns.sh sin resultado aparente. ¿Que estoy haciendo mal?... :destroyer
Cuando el cliente cambia su IP publica continuo teniendo acceso a el por ssh a través del túnel vpn, pro se bloquea la conexión y no existe trafico fluido.
El cliente sale a la red mediante un módem usb que cambia asiduamente su IP publica.
Un saludo. :lengua
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

chve escribió: 22 Oct 2021, 11:01 el servidor wireguard no actualiza la IP del cliente
Esa parte no la entiendo, ¿Lo puedes explicar técnicamente?
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Hago un wg show en servidor y muestra

Código: Seleccionar todo

peer: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  endpoint: 10.241.150.72:51201
  allowed ips: 10.0.0.2/32
  latest handshake: 1 minute, 30 seconds ago
  transfer: 2.47 MiB received, 3.65 MiB sent
  persistent keepalive: every 25 seconds
Hago un ifconfig en el cliente y me devuelve una IP publica diferente a la que muestra el endpoint del peer en el servidor. Puedo hacer ifconfig en el cliente ya que la conexión ssh funciona entre cliente servidor a pesar de las diferentes IP.

Un saludo :|
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

En tu ejemplo, ¿la ip 10.241.150.72 es pública?
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Si, esa es la publica. Si le hago un ping a la ip que devuelve ifconfig obtengo contestación. Si hago ping a la ip que muestra el endpoint del peer en el servidor no hay contestación. Los ping entre las ip de wireguard funcionan.

Un saludo :)
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

chve escribió: 22 Oct 2021, 16:17Si, esa es la publica
Por lo general, el rango IP 10.0.0.0/8 (255.0.0.0) suele usarse para redes privadas, por eso no me cuadra que eso sea la IP pública que te asigna tu proveedor.
¿Es realmente una IP pública o es que tú la denominas así?
Dado que la IP "pública" y la del túnel están en el mismo rango, yo empezaría revisando la máscara de red de la ip "pública" para ver si se solapa con la IP del túnel

chve escribió: 22 Oct 2021, 16:17Los ping entre las ip de wireguard funcionan.
Ok, eso indica que la VPN funciona correctamente.
chve escribió: 22 Oct 2021, 16:17Si le hago un ping a la ip que devuelve ifconfig obtengo contestación. Si hago ping a la ip que muestra el endpoint del peer en el servidor no hay contestación. Los ping entre las ip de wireguard funcionan.
Primero, ¿debería responder al ping? (nat, cgnat, firewall, etc)
Yo, desde mi casa, me conecto a un servidor VPN que responde a mi ping, pero si el servidor trata de hacerme ping a mi, mi router descartará esos paquetes y no responderá.

Y segundo, si tienes conexión a través de vpn, ¿por qué querrías acceder a la IP pública del cliente?
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Pues tienes toda la razón, no es ip publica. Yo pensaba que si, pues es la única ip que veo que cambie.
No tengo ni la mas remota idea de donde puede estar el problema.

wg show en servidor

Código: Seleccionar todo

interface: wg0
  public key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  private key: (hidden)
  listening port: 51822

peer: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  endpoint: 31.177.97.82:25348
  allowed ips: 10.0.0.2/32
  latest handshake: 31 seconds ago
  transfer: 7.04 MiB received, 204.19 MiB sent
  persistent keepalive: every 25 seconds

peer: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  endpoint: 192.168.0.2:46800
  allowed ips: 10.0.0.3/32
  latest handshake: 1 minute, 20 seconds ago
  transfer: 19.34 MiB received, 83.13 MiB sent
  persistent keepalive: every 25 seconds
ifconfig en cliente

Código: Seleccionar todo

eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether b8:27:eb:d5:83:a9  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 4  bytes 330 (330.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4  bytes 330 (330.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
        inet 10.162.172.112  netmask 255.255.255.255  destination 10.64.64.64
        ppp  txqueuelen 3  (Point-to-Point Protocol)
        RX packets 1029  bytes 151976 (148.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3446  bytes 931409 (909.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wg0: flags=209<UP,POINTOPOINT,RUNNING,NOARP>  mtu 1420
        inet 10.0.0.2  netmask 255.255.255.255  destination 10.0.0.2
        unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
        RX packets 1016  bytes 121852 (118.9 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0                                                                                                                                          
        TX packets 3431  bytes 834424 (814.8 KiB)                                                                                                                                            
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0                                                                                                                           
                                                                                                                                                                                             
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500                                                                                                                                  
        inet 192.168.10.1  netmask 255.255.255.0  broadcast 192.168.10.255                                                                                                                   
        inet6 fe80::1dd7:174e:ddbc:cb12  prefixlen 64  scopeid 0x20<link>                                                                                                                    
        ether b8:27:eb:80:d6:fc  txqueuelen 1000  (Ethernet)
        RX packets 11865  bytes 844998 (825.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8894  bytes 10957477 (10.4 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
wg show en cliente

Código: Seleccionar todo

interface: wg0
  public key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  private key: (hidden)
  listening port: 57694
  fwmark: 0xca6c

peer: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  endpoint: 95.60.123.161:51822
  allowed ips: 0.0.0.0/0
  latest handshake: 1 minute, 37 seconds ago
  transfer: 145.12 KiB received, 953.61 KiB sent
  persistent keepalive: every 10 seconds
Estas capturas son de ahora mismo. Tengo acceso ssh por túnel vpn unicamente y con cuelgues. El cliente tampoco puede conectar por sftp con el servidor via tunel vpn, que es el motivo primordial de la conexión.
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

chve escribió: 25 Oct 2021, 16:20El cliente tampoco puede conectar por sftp con el servidor via tunel vpn, que es el motivo primordial de la conexión.
Vamos a centrarnos en esta parte.
¿Qué es lo que hace el cliente para conectar por SFTP? ¿Y qué error le da exactamente?
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

egrueda escribió: 25 Oct 2021, 16:29
chve escribió: 25 Oct 2021, 16:20El cliente tampoco puede conectar por sftp con el servidor via tunel vpn, que es el motivo primordial de la conexión.
Vamos a centrarnos en esta parte.
¿Qué es lo que hace el cliente para conectar por SFTP? ¿Y qué error le da exactamente?
El cliente corre wview, un gestor de estación meteorológica que cada cinco minutos genera un informe con varios documentos y los envía por sftp al servidor.
En principio no genera ningún error, unicamente que no se puede realizar el envió sftp. Esto sucede constantemente. Cuando levanto el túnel vpn todo funciona... el cliente hace sus envíos sftp al servidor y puedo acceder al cliente por protocolo https para su administración con webmin pero, mas pronto o mas tarde algo sucede que bloquea ese flujo de datos y solo permite la conexión por ssh.
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

chve escribió: 25 Oct 2021, 16:46unicamente que no se puede realizar el envió sftp
Vamos a ir por partes, vamos a centrarnos únicamente en esa conexión SFTP
Necesitamos saber qué está pasando justo en ese punto, así que dejamos de lado todo lo demás.
¿Qué hay en la configuración SFTP de wview? ¿Con qué parámetros se conecta (o trata de conectar) al servidor SFTP?
¿Has probado a hacer una conexión manual usando esos mismos parámetros?
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Conecto por sftp con el mismo usuario y contraseña de la raspberry.
Este cacho de log corresponde al cuelgue de ayer:

Código: Seleccionar todo

Oct 25 10:25:45 raspberrypi weewx[506] INFO weewx.manager: Added record 2021-10-25 10:25:00 UTC (1635157500) to database 'weewx.sdb'
Oct 25 10:25:45 raspberrypi weewx[506] INFO weewx.manager: Added record 2021-10-25 10:25:00 UTC (1635157500) to daily summary in 'weewx.sdb'
Oct 25 10:25:48 raspberrypi weewx[506] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 2.69 seconds
Oct 25 10:25:50 raspberrypi weewx[506] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 2.07 seconds
Oct 25 10:25:50 raspberrypi weewx[506] INFO weewx.reportengine: Copied 1 files to /var/www/html/weewx
Oct 25 10:25:50 raspberrypi weewx[506] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Oct 25 10:25:51 raspberrypi weewx[506] INFO paramiko.transport: Authentication (password) successful!
Oct 25 10:25:51 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021-10.txt
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021.txt
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:57 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:57 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/RSS/weewx_rss.xml
Oct 25 10:25:57 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Oct 25 10:25:57 raspberrypi weewx[506] INFO user.sftp: sftpgenerator: transferred 19 files in 6.33 seconds
Oct 25 10:26:01 raspberrypi CRON[2432]: (root) CMD (/home/chve/scripts/Copiar_Archivos/CopiarArchivos.sh #Copia CAM)
Oct 25 10:30:02 raspberrypi CRON[3409]: (root) CMD (/home/chve/scripts/Reconexion_Modem/ReconectaModemBucle.sh #Bucle Reconexion Modem)
Oct 25 10:30:02 raspberrypi CRON[3406]: (CRON) info (No MTA installed, discarding output)
Oct 25 10:30:16 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:17 raspberrypi systemd[1]: getty@tty1.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Oct 25 10:30:17 raspberrypi systemd[1]: serial-getty@ttyAMA0.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Oct 25 10:30:17 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:18 raspberrypi systemd[1]: Starting Daily apt download activities...
Oct 25 10:30:18 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:19 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:20 raspberrypi systemd[1]: apt-daily.service: Succeeded.
Oct 25 10:30:20 raspberrypi systemd[1]: Started Daily apt download activities.
Oct 25 10:30:22 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:38 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:39 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:40 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:41 raspberrypi systemd[1]: Reloading.
Oct 25 10:30:45 raspberrypi weewx[506] INFO weewx.manager: Added record 2021-10-25 10:30:00 UTC (1635157800) to database 'weewx.sdb'
Oct 25 10:30:45 raspberrypi weewx[506] INFO weewx.manager: Added record 2021-10-25 10:30:00 UTC (1635157800) to daily summary in 'weewx.sdb'
Oct 25 10:30:50 raspberrypi weewx[506] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 3.16 seconds
Oct 25 10:30:52 raspberrypi weewx[506] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 2.13 seconds
Oct 25 10:30:52 raspberrypi weewx[506] INFO weewx.reportengine: Copied 1 files to /var/www/html/weewx
Oct 25 10:30:52 raspberrypi weewx[506] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Oct 25 10:30:53 raspberrypi weewx[506] INFO paramiko.transport: Authentication (password) successful!
Oct 25 10:30:53 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021-10.txt
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021.txt
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:30:58 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/RSS/weewx_rss.xml
Oct 25 10:30:58 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Oct 25 10:30:58 raspberrypi weewx[506] INFO user.sftp: sftpgenerator: transferred 19 files in 6.24 seconds
Oct 25 10:31:01 raspberrypi CRON[4189]: (root) CMD (/home/chve/scripts/Copiar_Archivos/CopiarArchivos.sh #Copia CAM)
Oct 25 10:31:59 raspberrypi systemd[1]: Reloading.
Oct 25 10:32:00 raspberrypi systemd[1]: rpi-eeprom-update.service: Succeeded.
Oct 25 10:32:00 raspberrypi systemd[1]: Stopped Check for Raspberry Pi EEPROM updates.
Oct 25 10:32:00 raspberrypi systemd[1]: Stopping Check for Raspberry Pi EEPROM updates...
Oct 25 10:32:00 raspberrypi systemd[1]: Starting Check for Raspberry Pi EEPROM updates...
Oct 25 10:32:00 raspberrypi rpi-eeprom-update[5108]: This tool only works with a Raspberry Pi 4
Oct 25 10:32:00 raspberrypi systemd[1]: Started Check for Raspberry Pi EEPROM updates.
Oct 25 10:32:52 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories...
Oct 25 10:32:52 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Oct 25 10:32:52 raspberrypi systemd[1]: Started Cleanup of Temporary Directories.
Oct 25 10:34:02 raspberrypi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 5879 (/usr/share/webm)
Oct 25 10:34:02 raspberrypi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 25 10:34:02 raspberrypi systemd[1]: Mounted Arbitrary Executable File Formats File System.
La ultima conexion correcta corresponde a las 10:35 h.
Última edición por chve el 26 Oct 2021, 07:19, editado 1 vez en total.
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Prosigue el syslog...

Código: Seleccionar todo

Oct 25 10:35:45 raspberrypi weewx[506] INFO weewx.manager: Added record 2021-10-25 10:35:00 UTC (1635158100) to database 'weewx.sdb'
Oct 25 10:35:45 raspberrypi weewx[506] INFO weewx.manager: Added record 2021-10-25 10:35:00 UTC (1635158100) to daily summary in 'weewx.sdb'
Oct 25 10:35:48 raspberrypi weewx[506] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 2.25 seconds
Oct 25 10:35:50 raspberrypi weewx[506] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 1.98 seconds
Oct 25 10:35:50 raspberrypi weewx[506] INFO weewx.reportengine: Copied 1 files to /var/www/html/weewx
Oct 25 10:35:50 raspberrypi weewx[506] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Oct 25 10:35:51 raspberrypi weewx[506] INFO paramiko.transport: Authentication (password) successful!
Oct 25 10:35:51 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021-10.txt
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021.txt
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:35:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/RSS/weewx_rss.xml
Oct 25 10:35:56 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Oct 25 10:35:56 raspberrypi weewx[506] INFO user.sftp: sftpgenerator: transferred 19 files in 6.65 seconds
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Aqui es donde algo sucede...

Código: Seleccionar todo

Oct 25 10:36:01 raspberrypi CRON[6569]: (root) CMD (/home/chve/scripts/Copiar_Archivos/CopiarArchivos.sh #Copia CAM)
Oct 25 10:38:30 raspberrypi systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
Oct 25 10:39:02 raspberrypi CRON[7846]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Oct 25 10:39:16 raspberrypi systemd[1]: Unmounting RPC Pipe File System...
Oct 25 10:39:16 raspberrypi systemd[1]: systemd-rfkill.socket: Succeeded.
Oct 25 10:39:16 raspberrypi systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped target Timers.
Oct 25 10:39:16 raspberrypi systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped target Graphical Interface.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped target Multi-User System.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping LSB: Update dynamic domain name service entries...
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping Login Service...
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping dphys-swapfile - set up, mount/unmount, and delete a swap file...
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping Load ip6tables save file...
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping LSB: weewx weather system...
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping LSB: Start Motion detection...
Oct 25 10:39:16 raspberrypi systemd[1]: apt-daily-upgrade.timer: Succeeded.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped Daily apt upgrade and clean activities.
Oct 25 10:39:16 raspberrypi systemd[1]: apt-daily.timer: Succeeded.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped Daily apt download activities.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped target Sound Card.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Oct 25 10:39:16 raspberrypi systemd[1]: man-db.timer: Succeeded.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped Daily man-db regeneration.
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping OpenBSD Secure Shell server...
Oct 25 10:39:16 raspberrypi systemd[1]: Stopping LSB: web-based administration interface for Unix systems...
Oct 25 10:39:16 raspberrypi systemd[1]: Stopped target Login Prompts.
Oct 25 10:39:41 raspberrypi systemd-modules-load[121]: Inserted module 'i2c_dev'
Oct 25 10:39:41 raspberrypi fake-hwclock[114]: lun oct 25 10:39:22 UTC 2021
Oct 25 10:39:41 raspberrypi systemd-fsck[142]: e2fsck 1.44.5 (15-Dec-2018)
Oct 25 10:39:41 raspberrypi systemd-fsck[142]: rootfs: clean, 123291/943488 files, 694623/3822976 blocks
Oct 25 10:39:41 raspberrypi systemd[1]: Started File System Check on Root Device.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 25 10:39:41 raspberrypi systemd[1]: Started udev Coldplug all Devices.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Oct 25 10:39:41 raspberrypi systemd[1]: Started Helper to synchronize boot up for ifupdown.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Set the console keyboard layout.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Remount Root and Kernel File Systems.
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Create System Users...
Oct 25 10:39:41 raspberrypi systemd[1]: Started Create System Users.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 25 10:39:41 raspberrypi systemd[1]: Started Create Static Device Nodes in /dev.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting udev Kernel Device Manager...
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target Local File Systems (Pre).
Oct 25 10:39:41 raspberrypi systemd[1]: Started udev Kernel Device Manager.
Oct 25 10:39:41 raspberrypi mtp-probe: checking bus 1, device 5: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Oct 25 10:39:41 raspberrypi mtp-probe: bus: 1, device: 5 was not an MTP device
Oct 25 10:39:41 raspberrypi mtp-probe: checking bus 1, device 4: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3"
Oct 25 10:39:41 raspberrypi mtp-probe: bus: 1, device: 4 was not an MTP device
Oct 25 10:39:41 raspberrypi mtp-probe: checking bus 1, device 3: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1"
Oct 25 10:39:41 raspberrypi mtp-probe: bus: 1, device: 3 was not an MTP device
Oct 25 10:39:41 raspberrypi systemd[1]: Found device SanDisk_3.2Gen1 1.
Oct 25 10:39:41 raspberrypi systemd-udevd[163]: Using default interface naming scheme 'v240'.
Oct 25 10:39:41 raspberrypi systemd[1]: Found device /dev/ttyAMA0.
Oct 25 10:39:41 raspberrypi systemd[1]: Found device /dev/disk/by-partuuid/0f0cf00c-01.
Oct 25 10:39:41 raspberrypi systemd-udevd[162]: Using default interface naming scheme 'v240'.
Oct 25 10:39:41 raspberrypi systemd[1]: Found device /dev/i2c-1.
Oct 25 10:39:41 raspberrypi systemd-udevd[159]: Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 1' failed with exit code 99.
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting File System Check on /dev/disk/by-partuuid/0f0cf00c-01...
Oct 25 10:39:41 raspberrypi systemd[1]: var.mount: Directory /var to mount over is not empty, mounting anyway.
Oct 25 10:39:41 raspberrypi systemd[1]: Mounting /var...
Oct 25 10:39:41 raspberrypi systemd[1]: Mounted /var.
Oct 25 10:39:41 raspberrypi systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Load/Save Random Seed...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 25 10:39:41 raspberrypi systemd-udevd[155]: Process '/usr/sbin/th-cmd --socket /var/run/thd.socket --passfd --udev' failed with exit code 1.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Load/Save Random Seed.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Flush Journal to Persistent Storage.
Oct 25 10:39:41 raspberrypi systemd-fsck[311]: fsck.fat 4.1 (2017-01-24)
Oct 25 10:39:41 raspberrypi systemd-fsck[311]: /dev/mmcblk0p1: 286 files, 98480/516190 clusters
Oct 25 10:39:41 raspberrypi systemd[1]: Started File System Check on /dev/disk/by-partuuid/0f0cf00c-01.
Oct 25 10:39:41 raspberrypi systemd[1]: Mounting /boot...
Oct 25 10:39:41 raspberrypi systemd[1]: Mounted /boot.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target Local File Systems.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting netfilter persistent configuration...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Create Volatile Files and Directories...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Set console font and keymap...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Preprocess NFS configuration...
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Set console font and keymap.
Oct 25 10:39:41 raspberrypi netfilter-persistent[330]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Oct 25 10:39:41 raspberrypi systemd[1]: nfs-config.service: Succeeded.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Preprocess NFS configuration.
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target NFS client services.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target Remote File Systems (Pre).
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target Remote File Systems.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Create Volatile Files and Directories.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Network Time Synchronization...
Oct 25 10:39:41 raspberrypi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 25 10:39:41 raspberrypi netfilter-persistent[330]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Oct 25 10:39:41 raspberrypi systemd[1]: Started netfilter persistent configuration.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target Network (Pre).
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Raise network interfaces...
Oct 25 10:39:41 raspberrypi systemd[1]: Started Network Time Synchronization.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target System Time Synchronized.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target System Initialization.
Oct 25 10:39:41 raspberrypi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Daily rotation of log files.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Daily apt download activities.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities.
Oct 25 10:39:41 raspberrypi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 25 10:39:41 raspberrypi systemd[1]: Listening on triggerhappy.socket.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target Sockets.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target Basic System.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting System Logging Service...
Oct 25 10:39:41 raspberrypi systemd[1]: Started D-Bus System Message Bus.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Login Service...
Oct 25 10:39:41 raspberrypi systemd[1]: Started Manage Sound Card State (restore and store).
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Save/Restore Sound Card State...
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in Copy user wpa_supplicant.conf being skipped.
Oct 25 10:39:41 raspberrypi alsactl[385]: alsactl 1.1.8 daemon started
Oct 25 10:39:41 raspberrypi systemd[1]: Starting LSB: Start Motion detection...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Load ip6tables save file...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting rng-tools.service...
Oct 25 10:39:41 raspberrypi systemd[1]: Starting dphys-swapfile - set up, mount/unmount, and delete a swap file...
Oct 25 10:39:41 raspberrypi rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.1901.0]
Oct 25 10:39:41 raspberrypi rsyslogd:  [origin software="rsyslogd" swVersion="8.1901.0" x-pid="375" x-info="https://www.rsyslog.com"] start
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Booting Linux on physical CPU 0x0
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Linux version 5.10.63-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1459 SMP Wed Oct 6 16:41:10 BST 2021
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] CPU: div instructions available: patching division code
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] random: fast init done
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Reserved memory: created CMA memory pool at 0x34000000, size 64 MiB
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Zone ranges:
Oct 25 10:39:41 raspberrypi kernel: [    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
Oct 25 10:39:41 raspberrypi kernel: [    0.000000]   Normal   empty
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Movable zone start for each node
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Early memory node ranges
Oct 25 10:39:41 raspberrypi kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000037ffffff]
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] On node 0 totalpages: 229376
Oct 25 10:39:41 raspberrypi kernel: [    0.000000]   DMA zone: 2016 pages used for memmap
Oct 25 10:39:41 raspberrypi kernel: [    0.000000]   DMA zone: 0 pages reserved
Oct 25 10:39:41 raspberrypi kernel: [    0.000000]   DMA zone: 229376 pages, LIFO batch:63
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 227360
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=0f0cf00c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Kernel parameter elevator= does not have any effect anymore.
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Please use sysfs to set IO scheduler for individual devices.
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] Memory: 826024K/917504K available (10240K kernel code, 1312K rwdata, 2948K rodata, 1024K init, 863K bss, 25944K reserved, 65536K cma-reserved)
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] ftrace: allocating 32054 entries in 63 pages
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] ftrace: allocated 63 pages with 6 groups
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] rcu: Hierarchical RCU implementation.
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] 	Rude variant of Tasks RCU enabled.
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] 	Tracing variant of Tasks RCU enabled.
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=1
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
Oct 25 10:39:41 raspberrypi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 25 10:39:41 raspberrypi kernel: [    0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 25 10:39:41 raspberrypi kernel: [    0.000025] Switching to timer-based delay loop, resolution 52ns
Oct 25 10:39:41 raspberrypi kernel: [    0.000311] Console: colour dummy device 80x30
Oct 25 10:39:41 raspberrypi kernel: [    0.001172] printk: console [tty1] enabled
Oct 25 10:39:41 raspberrypi kernel: [    0.001244] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 25 10:39:41 raspberrypi kernel: [    0.001303] pid_max: default: 32768 minimum: 301
Oct 25 10:39:41 raspberrypi kernel: [    0.001526] LSM: Security Framework initializing
Oct 25 10:39:41 raspberrypi kernel: [    0.001785] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    0.001834] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    0.003315] cgroup: Disabling memory control group subsystem
Oct 25 10:39:41 raspberrypi kernel: [    0.003601] CPU: Testing write buffer coherency: ok
Oct 25 10:39:41 raspberrypi kernel: [    0.004125] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Oct 25 10:39:41 raspberrypi kernel: [    0.005391] Setting up static identity map for 0x100000 - 0x10003c
Oct 25 10:39:41 raspberrypi kernel: [    0.005600] rcu: Hierarchical SRCU implementation.
Oct 25 10:39:41 raspberrypi kernel: [    0.006548] smp: Bringing up secondary CPUs ...
Oct 25 10:39:41 raspberrypi kernel: [    0.007726] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Oct 25 10:39:41 raspberrypi kernel: [    0.009010] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Oct 25 10:39:41 raspberrypi kernel: [    0.010359] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Oct 25 10:39:41 raspberrypi kernel: [    0.010517] smp: Brought up 1 node, 4 CPUs
Oct 25 10:39:41 raspberrypi kernel: [    0.010571] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 25 10:39:41 raspberrypi kernel: [    0.010602] CPU: All CPU(s) started in HYP mode.
Oct 25 10:39:41 raspberrypi kernel: [    0.010629] CPU: Virtualization extensions available.
Oct 25 10:39:41 raspberrypi kernel: [    0.011633] devtmpfs: initialized
Oct 25 10:39:41 raspberrypi kernel: [    0.029359] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Oct 25 10:39:41 raspberrypi kernel: [    0.029644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 25 10:39:41 raspberrypi kernel: [    0.029706] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    0.032975] pinctrl core: initialized pinctrl subsystem
Oct 25 10:39:41 raspberrypi kernel: [    0.034202] NET: Registered protocol family 16
Oct 25 10:39:41 raspberrypi kernel: [    0.038453] DMA: preallocated 1024 KiB pool for atomic coherent allocations
Oct 25 10:39:41 raspberrypi kernel: [    0.044183] audit: initializing netlink subsys (disabled)
Oct 25 10:39:41 raspberrypi kernel: [    0.045103] thermal_sys: Registered thermal governor 'step_wise'
Oct 25 10:39:41 raspberrypi kernel: [    0.045956] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
Oct 25 10:39:41 raspberrypi kernel: [    0.046186] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 25 10:39:41 raspberrypi kernel: [    0.046227] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 25 10:39:41 raspberrypi kernel: [    0.046541] Serial: AMBA PL011 UART driver
Oct 25 10:39:41 raspberrypi kernel: [    0.065427] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Oct 25 10:39:41 raspberrypi kernel: [    0.080149] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-09-30T19:23:18, variant start_x
Oct 25 10:39:41 raspberrypi kernel: [    0.090160] raspberrypi-firmware soc:firmware: Firmware hash is 51215b4f6e3966401ecd99652a35cf1c25069113
Oct 25 10:39:41 raspberrypi kernel: [    0.134568] Kprobes globally optimized
Oct 25 10:39:41 raspberrypi kernel: [    0.139635] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
Oct 25 10:39:41 raspberrypi kernel: [    0.141998] SCSI subsystem initialized
Oct 25 10:39:41 raspberrypi kernel: [    0.142270] usbcore: registered new interface driver usbfs
Oct 25 10:39:41 raspberrypi kernel: [    0.142356] usbcore: registered new interface driver hub
Oct 25 10:39:41 raspberrypi kernel: [    0.142461] usbcore: registered new device driver usb
Oct 25 10:39:41 raspberrypi kernel: [    0.144449] clocksource: Switched to clocksource arch_sys_counter
Oct 25 10:39:41 raspberrypi kernel: [    1.916797] VFS: Disk quotas dquot_6.6.0
Oct 25 10:39:41 raspberrypi kernel: [    1.916941] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 25 10:39:41 raspberrypi kernel: [    1.917167] FS-Cache: Loaded
Oct 25 10:39:41 raspberrypi kernel: [    1.917420] CacheFiles: Loaded
Oct 25 10:39:41 raspberrypi kernel: [    1.927459] NET: Registered protocol family 2
Oct 25 10:39:41 raspberrypi kernel: [    1.927758] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    1.929204] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    1.929305] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    1.929534] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    1.929749] TCP: Hash tables configured (established 8192 bind 8192)
Oct 25 10:39:41 raspberrypi kernel: [    1.929950] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    1.930028] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
Oct 25 10:39:41 raspberrypi kernel: [    1.930723] NET: Registered protocol family 1
Oct 25 10:39:41 raspberrypi kernel: [    1.931513] RPC: Registered named UNIX socket transport module.
Oct 25 10:39:41 raspberrypi kernel: [    1.931548] RPC: Registered udp transport module.
Oct 25 10:39:41 raspberrypi kernel: [    1.931577] RPC: Registered tcp transport module.
Oct 25 10:39:41 raspberrypi kernel: [    1.931605] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 25 10:39:41 raspberrypi kernel: [    1.933323] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Oct 25 10:39:41 raspberrypi kernel: [    1.937226] Initialise system trusted keyrings
Oct 25 10:39:41 raspberrypi kernel: [    1.937529] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Oct 25 10:39:41 raspberrypi kernel: [    1.947137] zbud: loaded
Oct 25 10:39:41 raspberrypi kernel: [    1.949235] FS-Cache: Netfs 'nfs' registered for caching
Oct 25 10:39:41 raspberrypi kernel: [    1.950143] NFS: Registering the id_resolver key type
Oct 25 10:39:41 raspberrypi kernel: [    1.950214] Key type id_resolver registered
Oct 25 10:39:41 raspberrypi kernel: [    1.950243] Key type id_legacy registered
Oct 25 10:39:41 raspberrypi kernel: [    1.950413] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Oct 25 10:39:41 raspberrypi kernel: [    1.950449] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
Oct 25 10:39:41 raspberrypi kernel: [    1.951670] Key type asymmetric registered
Oct 25 10:39:41 raspberrypi kernel: [    1.951703] Asymmetric key parser 'x509' registered
Oct 25 10:39:41 raspberrypi kernel: [    1.951775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 25 10:39:41 raspberrypi kernel: [    1.951815] io scheduler mq-deadline registered
Oct 25 10:39:41 raspberrypi kernel: [    1.951844] io scheduler kyber registered
Oct 25 10:39:41 raspberrypi kernel: [    1.957047] bcm2708_fb soc:fb: FB found 1 display(s)
Oct 25 10:39:41 raspberrypi kernel: [    1.968647] Console: switching to colour frame buffer device 82x26
Oct 25 10:39:41 raspberrypi kernel: [    1.977121] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
Oct 25 10:39:41 raspberrypi kernel: [    1.986103] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
Oct 25 10:39:41 raspberrypi kernel: [    1.990938] bcm2835-rng 3f104000.rng: hwrng registered
Oct 25 10:39:41 raspberrypi kernel: [    1.993945] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Oct 25 10:39:41 raspberrypi kernel: [    1.999962] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Oct 25 10:39:41 raspberrypi kernel: [    2.017545] brd: module loaded
Oct 25 10:39:41 raspberrypi kernel: [    2.032455] loop: module loaded
Oct 25 10:39:41 raspberrypi kernel: [    2.036987] Loading iSCSI transport class v2.0-870.
Oct 25 10:39:41 raspberrypi kernel: [    2.041258] libphy: Fixed MDIO Bus: probed
Oct 25 10:39:41 raspberrypi kernel: [    2.044133] usbcore: registered new interface driver lan78xx
Oct 25 10:39:41 raspberrypi kernel: [    2.046887] usbcore: registered new interface driver smsc95xx
Oct 25 10:39:41 raspberrypi kernel: [    2.049489] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 25 10:39:41 raspberrypi kernel: [    2.780317] Core Release: 2.80a
Oct 25 10:39:41 raspberrypi kernel: [    2.782783] Setting default values for core params
Oct 25 10:39:41 raspberrypi kernel: [    2.785313] Finished setting default values for core params
Oct 25 10:39:41 raspberrypi kernel: [    2.988246] Using Buffer DMA mode
Oct 25 10:39:41 raspberrypi kernel: [    2.990759] Periodic Transfer Interrupt Enhancement - disabled
Oct 25 10:39:41 raspberrypi kernel: [    2.993328] Multiprocessor Interrupt Enhancement - disabled
Oct 25 10:39:41 raspberrypi kernel: [    2.995884] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 25 10:39:41 raspberrypi kernel: [    2.998356] Dedicated Tx FIFOs mode
Oct 25 10:39:41 raspberrypi kernel: [    3.001277] 
Oct 25 10:39:41 raspberrypi kernel: [    3.001297] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = b4104000 dma = 0xf4104000 len=9024
Oct 25 10:39:41 raspberrypi kernel: [    3.008251] FIQ FSM acceleration enabled for :
Oct 25 10:39:41 raspberrypi kernel: [    3.008251] Non-periodic Split Transactions
Oct 25 10:39:41 raspberrypi kernel: [    3.008251] Periodic Split Transactions
Oct 25 10:39:41 raspberrypi kernel: [    3.008251] High-Speed Isochronous Endpoints
Oct 25 10:39:41 raspberrypi kernel: [    3.008251] Interrupt/Control Split Transaction hack enabled
Oct 25 10:39:41 raspberrypi kernel: [    3.019136] dwc_otg: Microframe scheduler enabled
Oct 25 10:39:41 raspberrypi kernel: [    3.019205] 
Oct 25 10:39:41 raspberrypi kernel: [    3.019215] WARN::hcd_init_fiq:457: FIQ on core 1
Oct 25 10:39:41 raspberrypi kernel: [    3.023520] 
Oct 25 10:39:41 raspberrypi kernel: [    3.023530] WARN::hcd_init_fiq:458: FIQ ASM at 807c9984 length 36
Oct 25 10:39:41 raspberrypi kernel: [    3.027957] 
Oct 25 10:39:41 raspberrypi kernel: [    3.027966] WARN::hcd_init_fiq:497: MPHI regs_base at b8810000
Oct 25 10:39:41 raspberrypi kernel: [    3.032427] dwc_otg 3f980000.usb: DWC OTG Controller
Oct 25 10:39:41 raspberrypi kernel: [    3.034765] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Oct 25 10:39:41 raspberrypi kernel: [    3.037146] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
Oct 25 10:39:41 raspberrypi kernel: [    3.039472] Init: Port Power? op_state=1
Oct 25 10:39:41 raspberrypi kernel: [    3.041705] Init: Power Port (0)
Oct 25 10:39:41 raspberrypi kernel: [    3.044242] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Oct 25 10:39:41 raspberrypi kernel: [    3.048863] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 10:39:41 raspberrypi kernel: [    3.051328] usb usb1: Product: DWC OTG Controller
Oct 25 10:39:41 raspberrypi kernel: [    3.053688] usb usb1: Manufacturer: Linux 5.10.63-v7+ dwc_otg_hcd
Oct 25 10:39:41 raspberrypi kernel: [    3.056101] usb usb1: SerialNumber: 3f980000.usb
Oct 25 10:39:41 raspberrypi kernel: [    3.059257] hub 1-0:1.0: USB hub found
Oct 25 10:39:41 raspberrypi kernel: [    3.061692] hub 1-0:1.0: 1 port detected
Oct 25 10:39:41 raspberrypi kernel: [    3.065335] dwc_otg: FIQ enabled
Oct 25 10:39:41 raspberrypi kernel: [    3.065348] dwc_otg: NAK holdoff enabled
Oct 25 10:39:41 raspberrypi kernel: [    3.065360] dwc_otg: FIQ split-transaction FSM enabled
Oct 25 10:39:41 raspberrypi kernel: [    3.065377] Module dwc_common_port init
Oct 25 10:39:41 raspberrypi kernel: [    3.065683] usbcore: registered new interface driver usb-storage
Oct 25 10:39:41 raspberrypi kernel: [    3.068391] mousedev: PS/2 mouse device common for all mice
Oct 25 10:39:41 raspberrypi kernel: [    3.072057] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Oct 25 10:39:41 raspberrypi kernel: [    3.077348] sdhci: Secure Digital Host Controller Interface driver
Oct 25 10:39:41 raspberrypi kernel: [    3.079878] sdhci: Copyright(c) Pierre Ossman
Oct 25 10:39:41 raspberrypi kernel: [    3.082956] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
Oct 25 10:39:41 raspberrypi kernel: [    3.086258] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
Oct 25 10:39:41 raspberrypi kernel: [    3.089090] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 25 10:39:41 raspberrypi kernel: [    3.093529] ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 10:39:41 raspberrypi kernel: [    3.096588] hid: raw HID events driver (C) Jiri Kosina
Oct 25 10:39:41 raspberrypi kernel: [    3.099380] usbcore: registered new interface driver usbhid
Oct 25 10:39:41 raspberrypi kernel: [    3.101982] usbhid: USB HID core driver
Y continua......
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Código: Seleccionar todo

Oct 25 10:39:41 raspberrypi kernel: [    3.109382] Initializing XFRM netlink socket
Oct 25 10:39:41 raspberrypi kernel: [    3.111986] NET: Registered protocol family 17
Oct 25 10:39:41 raspberrypi kernel: [    3.114632] Key type dns_resolver registered
Oct 25 10:39:41 raspberrypi kernel: [    3.117635] Registering SWP/SWPB emulation handler
Oct 25 10:39:41 raspberrypi kernel: [    3.120124] registered taskstats version 1
Oct 25 10:39:41 raspberrypi kernel: [    3.122458] Loading compiled-in X.509 certificates
Oct 25 10:39:41 raspberrypi kernel: [    3.125687] Key type ._fscrypt registered
Oct 25 10:39:41 raspberrypi kernel: [    3.128007] Key type .fscrypt registered
Oct 25 10:39:41 raspberrypi kernel: [    3.130322] Key type fscrypt-provisioning registered
Oct 25 10:39:41 raspberrypi kernel: [    3.144122] uart-pl011 3f201000.serial: there is not valid maps for state default
Oct 25 10:39:41 raspberrypi kernel: [    3.149014] uart-pl011 3f201000.serial: cts_event_workaround enabled
Oct 25 10:39:41 raspberrypi kernel: [    3.151514] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
Oct 25 10:39:41 raspberrypi kernel: [    4.233715] printk: console [ttyAMA0] enabled
Oct 25 10:39:41 raspberrypi kernel: [    4.241024] Indeed it is in host mode hprt0 = 00021501
Oct 25 10:39:41 raspberrypi kernel: [    4.310583] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
Oct 25 10:39:41 raspberrypi kernel: [    4.321985] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
Oct 25 10:39:41 raspberrypi kernel: [    4.330466] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
Oct 25 10:39:41 raspberrypi kernel: [    4.365476] sdhost: log_buf @ (ptrval) (f4107000)
Oct 25 10:39:41 raspberrypi kernel: [    4.409890] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Oct 25 10:39:41 raspberrypi kernel: [    4.419525] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 10:39:41 raspberrypi kernel: [    4.427450] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Oct 25 10:39:41 raspberrypi kernel: [    4.438385] of_cfs_init
Oct 25 10:39:41 raspberrypi kernel: [    4.443336] of_cfs_init: OK
Oct 25 10:39:41 raspberrypi kernel: [    4.449741] Waiting for root device PARTUUID=0f0cf00c-02...
Oct 25 10:39:41 raspberrypi kernel: [    4.456978] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 10:39:41 raspberrypi kernel: [    4.468633] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Oct 25 10:39:41 raspberrypi kernel: [    4.484497] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 25 10:39:41 raspberrypi kernel: [    4.493879] Indeed it is in host mode hprt0 = 00001101
Oct 25 10:39:41 raspberrypi kernel: [    4.614797] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 25 10:39:41 raspberrypi kernel: [    4.633603] mmc0: new high speed SDHC card at address aaaa
Oct 25 10:39:41 raspberrypi kernel: [    4.642774] mmcblk0: mmc0:aaaa SB16G 14.8 GiB
Oct 25 10:39:41 raspberrypi kernel: [    4.655339]  mmcblk0: p1 p2
Oct 25 10:39:41 raspberrypi kernel: [    4.679124] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 10:39:41 raspberrypi kernel: [    4.692038] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Oct 25 10:39:41 raspberrypi kernel: [    4.694050] mmc1: new high speed SDIO card at address 0001
Oct 25 10:39:41 raspberrypi kernel: [    4.711219] devtmpfs: mounted
Oct 25 10:39:41 raspberrypi kernel: [    4.723648] Freeing unused kernel memory: 1024K
Oct 25 10:39:41 raspberrypi kernel: [    4.734836] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
Oct 25 10:39:41 raspberrypi kernel: [    4.748126] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 10:39:41 raspberrypi kernel: [    4.758755] hub 1-1:1.0: USB hub found
Oct 25 10:39:41 raspberrypi kernel: [    4.765412] hub 1-1:1.0: 5 ports detected
Oct 25 10:39:41 raspberrypi kernel: [    4.774978] Run /sbin/init as init process
Oct 25 10:39:41 raspberrypi kernel: [    4.781717]   with arguments:
Oct 25 10:39:41 raspberrypi kernel: [    4.781728]     /sbin/init
Oct 25 10:39:41 raspberrypi kernel: [    4.781739]   with environment:
Oct 25 10:39:41 raspberrypi kernel: [    4.781750]     HOME=/
Oct 25 10:39:41 raspberrypi kernel: [    4.781761]     TERM=linux
Oct 25 10:39:41 raspberrypi kernel: [    5.084517] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 25 10:39:41 raspberrypi kernel: [    5.214894] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
Oct 25 10:39:41 raspberrypi kernel: [    5.228906] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 10:39:41 raspberrypi kernel: [    5.242144] smsc95xx v2.0.0
Oct 25 10:39:41 raspberrypi kernel: [    5.473200] libphy: smsc95xx-mdiobus: probed
Oct 25 10:39:41 raspberrypi kernel: [    5.481415] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d5:83:a9
Oct 25 10:39:41 raspberrypi kernel: [    5.557562] NET: Registered protocol family 10
Oct 25 10:39:41 raspberrypi kernel: [    5.566560] Segment Routing with IPv6
Oct 25 10:39:41 raspberrypi rngd[411]: rngd 2-unofficial-mt.14 starting up...
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in Configure Bluetooth Modems connected by UART being skipped.
Oct 25 10:39:41 raspberrypi rng-tools[394]: Starting Hardware RNG entropy gatherer daemon: rngd.
Oct 25 10:39:41 raspberrypi kernel: [    5.794551] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
Oct 25 10:39:41 raspberrypi kernel: [    5.935775] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
Oct 25 10:39:41 raspberrypi systemd[1]: Started PiJuice status service.
Oct 25 10:39:41 raspberrypi kernel: [    5.950130] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 25 10:39:41 raspberrypi kernel: [    5.960952] usb 1-1.3: Product:  SanDisk 3.2Gen1
Oct 25 10:39:41 raspberrypi kernel: [    5.968664] usb 1-1.3: Manufacturer:  USB
Oct 25 10:39:41 raspberrypi kernel: [    5.975802] usb 1-1.3: SerialNumber: 01016a07c919d4884424d42e1af4c5f764dd74221ff5797c428f1753a3715ab1667400000000000000000000e431d0f1ff932d0091558107532b6bb5
Oct 25 10:39:41 raspberrypi kernel: [    6.005301] usb-storage 1-1.3:1.0: USB Mass Storage device detected
Oct 25 10:39:41 raspberrypi kernel: [    6.027285] scsi host0: usb-storage 1-1.3:1.0
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in Turn on SSH if /boot/ssh is present being skipped.
Oct 25 10:39:41 raspberrypi kernel: [    6.042402] uart-pl011 3f201000.serial: no DMA platform data
Oct 25 10:39:41 raspberrypi kernel: [    6.134525] usb 1-1.5: new high-speed USB device number 5 using dwc_otg
Oct 25 10:39:41 raspberrypi kernel: [    6.303463] usb 1-1.5: New USB device found, idVendor=6366, idProduct=3370, bcdDevice= 1.00
Oct 25 10:39:41 raspberrypi kernel: [    6.317586] usb 1-1.5: New USB device strings: Mfr=2, Product=1, SerialNumber=3
Oct 25 10:39:41 raspberrypi kernel: [    6.327856] usb 1-1.5: Product: USB 2.0 Camera
Oct 25 10:39:41 raspberrypi kernel: [    6.335137] usb 1-1.5: Manufacturer: Sonix Technology Co., Ltd.
Oct 25 10:39:41 raspberrypi kernel: [    6.343907] usb 1-1.5: SerialNumber: SN0001
Oct 25 10:39:41 raspberrypi kernel: [    6.732908] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 10:39:41 raspberrypi kernel: [    6.759274] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 10:39:41 raspberrypi kernel: [    6.781890] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 10:39:41 raspberrypi kernel: [    7.036324] scsi 0:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
Oct 25 10:39:41 raspberrypi kernel: [    7.051550] sd 0:0:0:0: [sda] 240353280 512-byte logical blocks: (123 GB/115 GiB)
Oct 25 10:39:41 raspberrypi kernel: [    7.065166] sd 0:0:0:0: [sda] Write Protect is off
Oct 25 10:39:41 raspberrypi kernel: [    7.072586] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Oct 25 10:39:41 raspberrypi kernel: [    7.073252] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 25 10:39:41 raspberrypi kernel: [    7.122255] i2c /dev entries driver
Oct 25 10:39:41 raspberrypi kernel: [    7.167299]  sda: sda1
Oct 25 10:39:41 raspberrypi kernel: [    7.178056] sd 0:0:0:0: [sda] Attached SCSI removable disk
Oct 25 10:39:41 raspberrypi kernel: [    7.830486] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Oct 25 10:39:41 raspberrypi kernel: [    8.377742] sd 0:0:0:0: Attached scsi generic sg0 type 0
Oct 25 10:39:41 raspberrypi kernel: [    8.833176] mc: Linux media interface: v0.10
Oct 25 10:39:41 raspberrypi kernel: [    8.833486] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:39:41 raspberrypi kernel: [    8.836998] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Oct 25 10:39:41 raspberrypi kernel: [    8.837044] [vc_sm_connected_init]: start
Oct 25 10:39:41 raspberrypi kernel: [    8.848956] [vc_sm_connected_init]: installed successfully
Oct 25 10:39:41 raspberrypi kernel: [    8.884232] videodev: Linux video capture interface: v2.00
Oct 25 10:39:41 raspberrypi kernel: [    8.922363] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:39:41 raspberrypi kernel: [    8.924911] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:39:41 raspberrypi kernel: [    8.927770] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:39:41 raspberrypi kernel: [    8.949621] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:39:41 raspberrypi kernel: [    8.952873] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:39:41 raspberrypi kernel: [    8.978319] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 10:39:41 raspberrypi kernel: [    9.213934] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 25 10:39:41 raspberrypi kernel: [    9.325051] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 25 10:39:41 raspberrypi kernel: [    9.400385] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
Oct 25 10:39:41 raspberrypi kernel: [    9.431209] usbcore: registered new interface driver uas
Oct 25 10:39:41 raspberrypi kernel: [    9.432656] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
Oct 25 10:39:41 raspberrypi kernel: [    9.434044] usbcore: registered new interface driver brcmfmac
Oct 25 10:39:41 raspberrypi kernel: [    9.453050] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (6366:3370)
Oct 25 10:39:41 raspberrypi kernel: [    9.488970] input: USB 2.0 Camera: USB Camera as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/input/input0
Oct 25 10:39:41 raspberrypi kernel: [    9.489534] usbcore: registered new interface driver uvcvideo
Oct 25 10:39:41 raspberrypi kernel: [    9.489550] USB Video Class driver (1.1.1)
Oct 25 10:39:41 raspberrypi kernel: [    9.594189] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
Oct 25 10:39:41 raspberrypi kernel: [    9.594381] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
Oct 25 10:39:41 raspberrypi kernel: [    9.595662] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
Oct 25 10:39:41 raspberrypi kernel: [    9.597616] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
Oct 25 10:39:41 raspberrypi kernel: [    9.598966] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
Oct 25 10:39:41 raspberrypi kernel: [    9.599880] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
Oct 25 10:39:41 raspberrypi kernel: [    9.599914] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
Oct 25 10:39:41 raspberrypi kernel: [    9.599939] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
Oct 25 10:39:41 raspberrypi kernel: [    9.599961] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
Oct 25 10:39:41 raspberrypi kernel: [    9.599982] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
Oct 25 10:39:41 raspberrypi kernel: [    9.600199] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
Oct 25 10:39:41 raspberrypi kernel: [    9.609940] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
Oct 25 10:39:41 raspberrypi kernel: [    9.610012] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
Oct 25 10:39:41 raspberrypi kernel: [    9.620322] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
Oct 25 10:39:41 raspberrypi kernel: [    9.620377] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
Oct 25 10:39:41 raspberrypi kernel: [    9.636165] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
Oct 25 10:39:41 raspberrypi kernel: [    9.636221] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
Oct 25 10:39:41 raspberrypi kernel: [    9.677164] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
Oct 25 10:39:41 raspberrypi kernel: [    9.677317] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
Oct 25 10:39:41 raspberrypi kernel: [    9.677410] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
Oct 25 10:39:41 raspberrypi kernel: [    9.678621] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22 2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd
Oct 25 10:39:41 raspberrypi kernel: [    9.723238] usb 1-1.5: 3:1: cannot get freq at ep 0x84
Oct 25 10:39:41 raspberrypi kernel: [    9.868389] usbcore: registered new interface driver snd-usb-audio
Oct 25 10:39:41 raspberrypi kernel: [   10.426370] rtc-ds1307 1-0068: Unsupported ohm value 0 in dt
Oct 25 10:39:41 raspberrypi kernel: [   10.430265] rtc-ds1307 1-0068: 'wakeup-source' is set, request for an IRQ is disabled!
Oct 25 10:39:41 raspberrypi kernel: [   10.438338] random: crng init done
Oct 25 10:39:41 raspberrypi kernel: [   10.438364] random: 7 urandom warning(s) missed due to ratelimiting
Oct 25 10:39:41 raspberrypi kernel: [   10.439573] rtc-ds1307 1-0068: registered as rtc0
Oct 25 10:39:41 raspberrypi kernel: [   10.441370] rtc-ds1307 1-0068: setting system clock to 2021-10-25T10:39:39 UTC (1635158379)
Oct 25 10:39:41 raspberrypi kernel: [   10.507912] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Check for Raspberry Pi EEPROM updates...
Oct 25 10:39:41 raspberrypi rngd[411]: entropy feed to the kernel ready
Oct 25 10:39:41 raspberrypi systemd[1]: Started Regular background program processing daemon.
Oct 25 10:39:41 raspberrypi cron[427]: (CRON) INFO (pidfile fd = 3)
Oct 25 10:39:41 raspberrypi avahi-daemon[409]: Found user 'avahi' (UID 108) and group 'avahi' (GID 113).
Oct 25 10:39:41 raspberrypi systemd[1]: Starting WPA supplicant...
Oct 25 10:39:41 raspberrypi avahi-daemon[409]: Successfully dropped root privileges.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Oct 25 10:39:41 raspberrypi avahi-daemon[409]: avahi-daemon 0.7 starting up.
Oct 25 10:39:41 raspberrypi cron[427]: (CRON) INFO (Running @reboot jobs)
Oct 25 10:39:41 raspberrypi avahi-daemon[409]: Successfully called chroot().
Oct 25 10:39:41 raspberrypi avahi-daemon[409]: Successfully dropped remaining capabilities.
Oct 25 10:39:41 raspberrypi avahi-daemon[409]: No service file found in /etc/avahi/services.
Oct 25 10:39:41 raspberrypi systemd[1]: Starting triggerhappy global hotkey daemon...
Oct 25 10:39:41 raspberrypi avahi-daemon[409]: Network interface enumeration completed.
Oct 25 10:39:41 raspberrypi avahi-daemon[409]: Server startup complete. Host name is raspberrypi.local. Local service cookie is 1789475733.
Oct 25 10:39:41 raspberrypi systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Daily man-db regeneration.
Oct 25 10:39:41 raspberrypi systemd[1]: Reached target Timers.
Oct 25 10:39:41 raspberrypi rpi-eeprom-update[422]: This tool only works with a Raspberry Pi 4
Oct 25 10:39:41 raspberrypi systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Oct 25 10:39:41 raspberrypi thd[447]: Found socket passed from systemd
Oct 25 10:39:41 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Oct 25 10:39:41 raspberrypi systemd[1]: Started System Logging Service.
Oct 25 10:39:41 raspberrypi systemd[1]: Started triggerhappy global hotkey daemon.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Raise network interfaces.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Save/Restore Sound Card State.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Load ip6tables save file.
Oct 25 10:39:41 raspberrypi systemd[1]: Started rng-tools.service.
Oct 25 10:39:41 raspberrypi dphys-swapfile[402]: want /var/swap=10000MByte, restricting to config limit: 2048MBytes, checking existing: keeping it
Oct 25 10:39:41 raspberrypi systemd[1]: Started Check for Raspberry Pi EEPROM updates.
Oct 25 10:39:41 raspberrypi systemd[1]: pppd-dns.service: Succeeded.
Oct 25 10:39:41 raspberrypi systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Oct 25 10:39:41 raspberrypi CRON[468]: (root) CMD (/home/chve/scripts/Reconexion_Modem/ReconectaModem.sh #Reconexion Modem)
Oct 25 10:39:41 raspberrypi dhcpcd[458]: dev: loaded udev
Oct 25 10:39:41 raspberrypi dbus-daemon[377]: [system] Successfully activated service 'org.freedesktop.systemd1'
Oct 25 10:39:41 raspberrypi wpa_supplicant[430]: Successfully initialized wpa_supplicant
Oct 25 10:39:41 raspberrypi kernel: [   12.882878] 8021q: 802.1Q VLAN Support v1.8
Oct 25 10:39:41 raspberrypi kernel: [   12.894726] Adding 2097148k swap on /var/swap.  Priority:-2 extents:18 across:2424828k FS
Oct 25 10:39:41 raspberrypi systemd[1]: Started dphys-swapfile - set up, mount/unmount, and delete a swap file.
Oct 25 10:39:42 raspberrypi motion[388]: Starting motion detection daemon: motion.
Oct 25 10:39:42 raspberrypi systemd[1]: Started LSB: Start Motion detection.
Oct 25 10:39:42 raspberrypi systemd[1]: Started WPA supplicant.
Oct 25 10:39:42 raspberrypi systemd[1]: Reached target Sound Card.
Oct 25 10:39:42 raspberrypi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 25 10:39:42 raspberrypi systemd[1]: Started Login Service.
Oct 25 10:39:42 raspberrypi dhcpcd[458]: wlan0: connected to Access Point `'
Oct 25 10:39:42 raspberrypi dhcpcd[458]: eth0: waiting for carrier
Oct 25 10:39:42 raspberrypi kernel: [   13.317400] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL)
Oct 25 10:39:42 raspberrypi kernel: [   13.317962] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 25 10:39:42 raspberrypi kernel: [   13.325952] smsc95xx 1-1.1:1.0 eth0: Link is Down
Oct 25 10:39:42 raspberrypi kernel: [   13.361715] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 25 10:39:42 raspberrypi dhcpcd[458]: wlan0: waiting for carrier
Oct 25 10:39:43 raspberrypi raspi-config[438]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
Oct 25 10:39:43 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
Oct 25 10:39:43 raspberrypi weewx[498] INFO __main__: Initializing weewx version 4.5.1
Oct 25 10:39:43 raspberrypi weewx[498] INFO __main__: Using Python 3.7.3 (default, Jan 22 2021, 20:04:44) #012[GCC 8.3.0]
Oct 25 10:39:43 raspberrypi weewx[498] INFO __main__: Platform Linux-5.10.63-v7+-armv7l-with-debian-10.11
Oct 25 10:39:43 raspberrypi weewx[498] INFO __main__: Locale is 'es_ES.UTF-8'
Oct 25 10:39:43 raspberrypi weewx[498] INFO __main__: PID file is /var/run/weewx.pid
Oct 25 10:39:43 raspberrypi weewx[372]: Starting weewx weather system: weewx.
Oct 25 10:39:43 raspberrypi systemd[1]: Started LSB: weewx weather system.
Oct 25 10:39:43 raspberrypi weewx[507] INFO __main__: Using configuration file /etc/weewx/weewx.conf
Oct 25 10:39:43 raspberrypi weewx[507] INFO __main__: Debug is 0
Oct 25 10:39:43 raspberrypi weewx[507] INFO weewx.engine: Loading station type Interceptor (user.interceptor)
Oct 25 10:39:44 raspberrypi weewx[507] INFO user.interceptor: driver version is 0.53
Oct 25 10:39:44 raspberrypi weewx[507] INFO user.interceptor: device type: observer
Oct 25 10:39:44 raspberrypi weewx[507] INFO user.interceptor: mode is listen
Oct 25 10:39:44 raspberrypi weewx[507] INFO user.interceptor: listen on :8001
Oct 25 10:39:44 raspberrypi weewx[507] INFO user.interceptor: sensor map: {'pressure': 'pressure', 'barometer': 'barometer', 'outHumidity': 'humidity_out', 'inHumidity': 'humidity_in', 'outTemp': 'temperature_out', 'inTemp': 'temperature_in', 'windSpeed': 'wind_speed', 'windGust': 'wind_gust', 'windDir': 'wind_dir', 'windGustDir': 'wind_gust_dir', 'radiation': 'solar_radiation', 'dewpoint': 'dewpoint', 'windchill': 'windchill', 'rain': 'rain', 'rainRate': 'rain_rate', 'UV': 'uv', 'txBatteryStatus': 'battery', 'extraTemp1': 'temperature_1', 'extraTemp2': 'temperature_2', 'extraTemp3': 'temperature_3', 'extraHumid1': 'humidity_1', 'extraHumid2': 'humidity_2', 'soilTemp1': 'soil_temperature_1', 'soilTemp2': 'soil_temperature_2', 'soilMoist1': 'soil_moisture_1', 'soilMoist2': 'soil_moisture_2', 'soilMoist3': 'soil_moisture_3', 'soilMoist4': 'soil_moisture_4', 'leafWet1': 'leafwetness_1', 'leafWet2': 'leafwetness_2', 'pm2_5': 'pm2_5', 'extraTemp4': 'temperature_4', 'extraTemp5': 'temperature_5', 'extraTemp6': 'temperature_6', 'extraTemp7': 'temperature_7', 'extraTemp8': 'temperature_8', 'extraHumid3': 'humidity_3', 'extraHumid4': 'humidity_4', 'extraHumid5': 'humidity_5', 'extraHumid6': 'humidity_6', 'extraHumid7': 'humidity_7', 'extraHumid8': 'humidity_8', 'soilTemp3': 'soil_temperature_3', 'soilTemp4': 'soil_temperature_4'}
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.engine: StdConvert target unit is 0x1
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.engine: Archive will use data binding wx_binding
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.engine: Record generation will be attempted in 'hardware'
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.engine: Using archive interval of 300 seconds (specified in weewx configuration)
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.restx: StationRegistry: Registration not requested.
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.restx: Wunderground: Posting not enabled.
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.restx: PWSweather: Posting not enabled.
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.restx: CWOP: Posting not enabled.
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.restx: WOW: Posting not enabled.
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.restx: AWEKAS: Posting not enabled.
Oct 25 10:39:44 raspberrypi weewx[507] INFO __main__: Starting up weewx version 4.5.1
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.manager: Starting backfill of daily summaries
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.manager: Daily summaries up to date
Oct 25 10:39:44 raspberrypi weewx[507] INFO weewx.engine: Starting main packet loop.
Oct 25 10:39:44 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 10:39:44 raspberrypi motion: [7833224:motion] [NTC] [ALL] conf_load: Processing thread 0 - config file /etc/motion/motion.conf
Oct 25 10:39:44 raspberrypi motion: [7833224:motion] [NTC] [ALL] motion_startup: Motion 4.1.1 Started
Oct 25 10:39:44 raspberrypi motion[489]: [7833224:motion] [NTC] [ALL] motion_startup: Logging to file (/var/log/motion/motion.log)
Oct 25 10:39:46 raspberrypi pijuice_sys.py[418]: RTC os-support OK
Oct 25 10:39:49 raspberrypi kernel: [   20.894496] usb 1-1.2: new high-speed USB device number 6 using dwc_otg
Oct 25 10:39:50 raspberrypi kernel: [   21.036505] usb 1-1.2: New USB device found, idVendor=19d2, idProduct=1421, bcdDevice=50.15
Oct 25 10:39:50 raspberrypi kernel: [   21.036530] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 25 10:39:50 raspberrypi kernel: [   21.036546] usb 1-1.2: Product: ZTE Mobile Broadband
Oct 25 10:39:50 raspberrypi kernel: [   21.036562] usb 1-1.2: Manufacturer: ZTE,Incorporated
Oct 25 10:39:50 raspberrypi kernel: [   21.036576] usb 1-1.2: SerialNumber: 1234567890ABCDEF
Oct 25 10:39:50 raspberrypi kernel: [   21.038757] usb-storage 1-1.2:1.0: USB Mass Storage device detected
Oct 25 10:39:50 raspberrypi kernel: [   21.039670] scsi host1: usb-storage 1-1.2:1.0
Oct 25 10:39:50 raspberrypi mtp-probe: checking bus 1, device 6: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2"
Oct 25 10:39:50 raspberrypi mtp-probe: bus: 1, device: 6 was not an MTP device
Oct 25 10:39:50 raspberrypi mtp-probe: checking bus 1, device 6: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2"
Oct 25 10:39:50 raspberrypi mtp-probe: bus: 1, device: 6 was not an MTP device
Oct 25 10:39:51 raspberrypi kernel: [   22.076758] scsi 1:0:0:0: CD-ROM            ZTE      USB SCSI CD-ROM  2.31 PQ: 0 ANSI: 2
Oct 25 10:39:51 raspberrypi kernel: [   22.077563] scsi 1:0:0:0: Attached scsi generic sg1 type 5
Oct 25 10:39:51 raspberrypi kernel: [   22.078791] scsi 1:0:0:1: Direct-Access     ZTE      MMC Storage      2.31 PQ: 0 ANSI: 2
Oct 25 10:39:51 raspberrypi kernel: [   22.079475] sd 1:0:0:1: Attached scsi generic sg2 type 0
Oct 25 10:39:51 raspberrypi kernel: [   22.081650] sd 1:0:0:1: Power-on or device reset occurred
Oct 25 10:39:51 raspberrypi kernel: [   22.108533] sr 1:0:0:0: Power-on or device reset occurred
Oct 25 10:39:51 raspberrypi kernel: [   22.115838] sr 1:0:0:0: [sr0] scsi-1 drive
Oct 25 10:39:51 raspberrypi kernel: [   22.115860] cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 25 10:39:51 raspberrypi kernel: [   22.147600] sd 1:0:0:1: [sdb] Attached SCSI removable disk
Oct 25 10:39:51 raspberrypi kernel: [   22.166645] sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 25 10:39:56 raspberrypi kernel: [   27.260056] usb 1-1.2: USB disconnect, device number 6
Oct 25 10:39:56 raspberrypi kernel: [   27.794494] usb 1-1.2: new high-speed USB device number 7 using dwc_otg
Oct 25 10:39:57 raspberrypi kernel: [   27.936551] usb 1-1.2: New USB device found, idVendor=19d2, idProduct=1282, bcdDevice=50.15
Oct 25 10:39:57 raspberrypi kernel: [   27.936580] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 25 10:39:57 raspberrypi kernel: [   27.936596] usb 1-1.2: Product: ZTE Mobile Broadband
Oct 25 10:39:57 raspberrypi kernel: [   27.936611] usb 1-1.2: Manufacturer: ZTE,Incorporated
Oct 25 10:39:57 raspberrypi kernel: [   27.936625] usb 1-1.2: SerialNumber: 1234567890ABCDEF
Oct 25 10:39:57 raspberrypi kernel: [   27.944855] usb-storage 1-1.2:1.4: USB Mass Storage device detected
Oct 25 10:39:57 raspberrypi kernel: [   27.946238] scsi host1: usb-storage 1-1.2:1.4
Oct 25 10:39:57 raspberrypi mtp-probe: checking bus 1, device 7: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2"
Oct 25 10:39:57 raspberrypi mtp-probe: bus: 1, device: 7 was not an MTP device
Oct 25 10:39:57 raspberrypi kernel: [   28.026160] usbcore: registered new interface driver usbserial_generic
Oct 25 10:39:57 raspberrypi kernel: [   28.026206] usbserial: USB Serial support registered for generic
Oct 25 10:39:57 raspberrypi kernel: [   28.042670] usbcore: registered new interface driver option
Oct 25 10:39:57 raspberrypi kernel: [   28.042720] usbserial: USB Serial support registered for GSM modem (1-port)
Oct 25 10:39:57 raspberrypi kernel: [   28.043374] option 1-1.2:1.0: GSM modem (1-port) converter detected
Oct 25 10:39:57 raspberrypi kernel: [   28.043685] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB0
Oct 25 10:39:57 raspberrypi kernel: [   28.043983] option 1-1.2:1.1: GSM modem (1-port) converter detected
Oct 25 10:39:57 raspberrypi kernel: [   28.044204] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB1
Oct 25 10:39:57 raspberrypi kernel: [   28.046485] option 1-1.2:1.2: GSM modem (1-port) converter detected
Oct 25 10:39:57 raspberrypi kernel: [   28.047028] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB2
Oct 25 10:39:57 raspberrypi kernel: [   28.048000] option 1-1.2:1.3: GSM modem (1-port) converter detected
Oct 25 10:39:57 raspberrypi kernel: [   28.048460] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB3
Oct 25 10:39:57 raspberrypi mtp-probe: checking bus 1, device 7: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2"
Oct 25 10:39:57 raspberrypi mtp-probe: bus: 1, device: 7 was not an MTP device
Oct 25 10:39:58 raspberrypi kernel: [   28.956746] scsi 1:0:0:0: CD-ROM            ZTE      USB SCSI CD-ROM  2.31 PQ: 0 ANSI: 2
Oct 25 10:39:58 raspberrypi kernel: [   28.964723] sr 1:0:0:0: [sr0] scsi-1 drive
Oct 25 10:39:58 raspberrypi kernel: [   29.025375] sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 25 10:39:58 raspberrypi kernel: [   29.025892] sr 1:0:0:0: Attached scsi generic sg1 type 5
Oct 25 10:39:58 raspberrypi kernel: [   29.065792] scsi 1:0:0:1: Direct-Access     ZTE      MMC Storage      2.31 PQ: 0 ANSI: 2
Oct 25 10:39:58 raspberrypi kernel: [   29.066360] sd 1:0:0:1: Attached scsi generic sg2 type 0
Oct 25 10:39:58 raspberrypi kernel: [   29.069695] sd 1:0:0:1: Power-on or device reset occurred
Oct 25 10:39:58 raspberrypi kernel: [   29.130368] sd 1:0:0:1: [sdb] Attached SCSI removable disk
Oct 25 10:40:02 raspberrypi pppd[577]: pppd 2.4.7 started by root, uid 0
Oct 25 10:40:02 raspberrypi kernel: [   33.816780] PPP generic driver version 2.4.2
Oct 25 10:40:02 raspberrypi pppd[577]: Using interface ppp0
Oct 25 10:40:02 raspberrypi pppd[577]: Connect: ppp0 <--> /dev/ttyUSB1
Oct 25 10:40:02 raspberrypi pppd[577]: CHAP authentication succeeded
Oct 25 10:40:02 raspberrypi pppd[577]: CHAP authentication succeeded
Oct 25 10:40:02 raspberrypi kernel: [   33.871339] PPP BSD Compression module registered
Oct 25 10:40:02 raspberrypi kernel: [   33.886065] PPP Deflate Compression module registered
Oct 25 10:40:02 raspberrypi pppd[577]: Could not determine remote IP address: defaulting to 10.64.64.64
Oct 25 10:40:02 raspberrypi pppd[577]: local  IP address 10.162.172.112
Oct 25 10:40:02 raspberrypi pppd[577]: remote IP address 10.64.64.64
Oct 25 10:40:02 raspberrypi pppd[577]: primary   DNS address 37.252.183.23
Oct 25 10:40:02 raspberrypi pppd[577]: secondary DNS address 94.143.75.14
Oct 25 10:40:10 raspberrypi systemd[1]: systemd-fsckd.service: Succeeded.
Oct 25 10:40:11 raspberrypi systemd-timesyncd[345]: Synchronized to time server for the first time 80.92.66.61:123 (2.debian.pool.ntp.org).
Oct 25 10:40:11 raspberrypi dhcpcd[458]: timed out
Oct 25 10:40:11 raspberrypi dhcpcd[458]: timed out
Oct 25 10:40:11 raspberrypi dhcpcd[458]: forked to background, child pid 650
Oct 25 10:40:11 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Oct 25 10:40:11 raspberrypi systemd[1]: Reached target Network.
Oct 25 10:40:11 raspberrypi systemd[1]: Reached target Network is Online.
Oct 25 10:40:11 raspberrypi systemd[1]: Starting LSB: web-based administration interface for Unix systems...
Oct 25 10:40:11 raspberrypi systemd[1]: Starting LSB: Update dynamic domain name service entries...
Oct 25 10:40:11 raspberrypi systemd[1]: Starting Permit User Sessions...
Oct 25 10:40:11 raspberrypi systemd[1]: Starting OpenBSD Secure Shell server...
Oct 25 10:40:11 raspberrypi systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Oct 25 10:40:11 raspberrypi systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Oct 25 10:40:11 raspberrypi systemd[1]: Starting Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator...
Oct 25 10:40:11 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 25 10:40:11 raspberrypi systemd[1]: Started Permit User Sessions.
Oct 25 10:40:11 raspberrypi systemd[1]: Started /etc/rc.local Compatibility.
Oct 25 10:40:11 raspberrypi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 25 10:40:11 raspberrypi systemd[1]: Started Getty on tty1.
Oct 25 10:40:11 raspberrypi systemd[1]: Reached target Login Prompts.
Oct 25 10:40:11 raspberrypi dnsmasq[659]: dnsmasq: revisión de sintaxis OK.
Oct 25 10:40:11 raspberrypi hostapd[660]: Configuration file: /etc/hostapd/hostapd.conf
Oct 25 10:40:12 raspberrypi hostapd[660]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Oct 25 10:40:12 raspberrypi systemd[1]: Started Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator.
Oct 25 10:40:12 raspberrypi systemd[1]: Started OpenBSD Secure Shell server.
Oct 25 10:40:12 raspberrypi dhcpcd[650]: wlan0: carrier acquired
Oct 25 10:40:12 raspberrypi kernel: [   43.679396] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 25 10:40:12 raspberrypi dnsmasq[677]: iniciado, versión 2.80 tamaño de caché 150
Oct 25 10:40:12 raspberrypi dnsmasq[677]: opciones de compilación: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify dumpfile
Oct 25 10:40:12 raspberrypi dnsmasq[677]: advertencia: interfase wlan0 no existe actualmente
Oct 25 10:40:12 raspberrypi dnsmasq-dhcp[677]: DHCP, IP range 192.168.10.3 -- 192.168.10.7, tiempo de concesión1d
Oct 25 10:40:12 raspberrypi dnsmasq[677]: leyendo /run/dnsmasq/resolv.conf
Oct 25 10:40:12 raspberrypi dnsmasq[677]: usando nombre de servidor 37.252.183.23#53
Oct 25 10:40:12 raspberrypi dnsmasq[677]: usando nombre de servidor 94.143.75.14#53
Oct 25 10:40:12 raspberrypi dnsmasq[677]: direcciónes /etc/hosts - 5 leídas
Oct 25 10:40:12 raspberrypi dhcpcd[650]: DUID 00:01:00:01:27:5a:4b:69:b8:27:eb:d5:83:a9
Oct 25 10:40:12 raspberrypi dhcpcd[650]: wlan0: IAID eb:80:d6:fc
Oct 25 10:40:12 raspberrypi dhcpcd[650]: wlan0: adding address fe80::1dd7:174e:ddbc:cb12
Oct 25 10:40:12 raspberrypi dhcpcd[650]: wlan0: probing address 192.168.10.1/24
Oct 25 10:40:12 raspberrypi avahi-daemon[409]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1dd7:174e:ddbc:cb12.
Oct 25 10:40:12 raspberrypi avahi-daemon[409]: New relevant interface wlan0.IPv6 for mDNS.
Oct 25 10:40:12 raspberrypi avahi-daemon[409]: Registering new address record for fe80::1dd7:174e:ddbc:cb12 on wlan0.*.
Oct 25 10:40:12 raspberrypi dnsmasq[678]: Too few arguments.
Oct 25 10:40:12 raspberrypi systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
Oct 25 10:40:12 raspberrypi systemd[1]: Reached target Host and Network Name Lookups.
Oct 25 10:40:12 raspberrypi systemd[1]: Starting WireGuard via wg-quick(8) for wg0...
Oct 25 10:40:12 raspberrypi systemd[1]: Started LSB: Update dynamic domain name service entries.
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] ip link add wg0 type wireguard
Oct 25 10:40:12 raspberrypi kernel: [   44.051532] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
Oct 25 10:40:12 raspberrypi kernel: [   44.051547] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] wg setconf wg0 /dev/fd/63
Oct 25 10:40:12 raspberrypi hostapd: wlan0: STA 40:f5:20:3a:fe:d4 IEEE 802.11: associated
Oct 25 10:40:12 raspberrypi hostapd: wlan0: STA 40:f5:20:3a:fe:d4 RADIUS: starting accounting session 3F55947B12DCBB0F
Oct 25 10:40:12 raspberrypi hostapd: wlan0: STA 40:f5:20:3a:fe:d4 WPA: pairwise key handshake completed (RSN)
Oct 25 10:40:12 raspberrypi dnsmasq-dhcp[677]: Paquete DHCP recibido en wlan0 que no tiene dirección
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] ip -4 address add 10.0.0.2 dev wg0
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] ip link set mtu 1420 up dev wg0
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] resolvconf -a wg0 -m 0 -x
Oct 25 10:40:12 raspberrypi dnsmasq[677]: leyendo /run/dnsmasq/resolv.conf
Oct 25 10:40:12 raspberrypi dnsmasq[677]: usando nombre de servidor 1.1.1.1#53
Oct 25 10:40:12 raspberrypi wg-quick[728]: Too few arguments.
Oct 25 10:40:12 raspberrypi wg-quick[728]: Too few arguments.
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] wg set wg0 fwmark 51820
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] ip -4 rule add not fwmark 51820 table 51820
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] ip -4 rule add table main suppress_prefixlength 0
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1
Oct 25 10:40:12 raspberrypi dhcpcd[650]: wlan0: soliciting an IPv6 router
Oct 25 10:40:12 raspberrypi wg-quick[728]: [#] iptables-restore -n
Oct 25 10:40:13 raspberrypi systemd[1]: Started WireGuard via wg-quick(8) for wg0.
Oct 25 10:40:14 raspberrypi dnsmasq-dhcp[677]: Paquete DHCP recibido en wlan0 que no tiene dirección
Oct 25 10:40:16 raspberrypi hostapd: wlan0: STA 0c:60:76:1a:31:e3 IEEE 802.11: associated
Oct 25 10:40:16 raspberrypi hostapd: wlan0: STA 0c:60:76:1a:31:e3 RADIUS: starting accounting session 946DF4D83DFCAC5A
Oct 25 10:40:16 raspberrypi hostapd: wlan0: STA 0c:60:76:1a:31:e3 WPA: pairwise key handshake completed (RSN)
Oct 25 10:40:17 raspberrypi systemd[1]: Started LSB: web-based administration interface for Unix systems.
Oct 25 10:40:17 raspberrypi systemd[1]: Reached target Multi-User System.
Oct 25 10:40:17 raspberrypi systemd[1]: Reached target Graphical Interface.
Oct 25 10:40:17 raspberrypi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 25 10:40:17 raspberrypi systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Oct 25 10:40:17 raspberrypi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 25 10:40:17 raspberrypi systemd[1]: Startup finished in 5.312s (kernel) + 43.287s (userspace) = 48.599s.
Oct 25 10:40:17 raspberrypi dhcpcd[650]: wlan0: using static address 192.168.10.1/24
Oct 25 10:40:17 raspberrypi avahi-daemon[409]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.10.1.
Oct 25 10:40:17 raspberrypi avahi-daemon[409]: New relevant interface wlan0.IPv4 for mDNS.
Oct 25 10:40:17 raspberrypi avahi-daemon[409]: Registering new address record for 192.168.10.1 on wlan0.IPv4.
Oct 25 10:40:17 raspberrypi dhcpcd[650]: wlan0: adding route to 192.168.10.0/24
Oct 25 10:40:18 raspberrypi dnsmasq-dhcp[677]: DHCPDISCOVER(wlan0) 40:f5:20:3a:fe:d4 
Oct 25 10:40:18 raspberrypi dnsmasq-dhcp[677]: DHCPOFFER(wlan0) 192.168.10.7 40:f5:20:3a:fe:d4 
Oct 25 10:40:18 raspberrypi dnsmasq-dhcp[677]: DHCPREQUEST(wlan0) 192.168.10.7 40:f5:20:3a:fe:d4 
Oct 25 10:40:18 raspberrypi dnsmasq-dhcp[677]: DHCPACK(wlan0) 192.168.10.7 40:f5:20:3a:fe:d4 ESP-3AFED4
Oct 25 10:40:25 raspberrypi dhcpcd[650]: wlan0: no IPv6 Routers available
Oct 25 10:40:27 raspberrypi weewx[507] INFO user.interceptor: skipping rain measurement of 0.0: no last rain
Oct 25 10:40:32 raspberrypi weewx[507] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 4.51 seconds
Oct 25 10:40:34 raspberrypi weewx[507] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 2.14 seconds
Oct 25 10:40:34 raspberrypi weewx[507] INFO weewx.reportengine: Copied 1 files to /var/www/html/weewx
Oct 25 10:40:35 raspberrypi weewx[507] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Oct 25 10:40:36 raspberrypi hostapd: wlan0: STA ac:07:5f:2a:7f:12 IEEE 802.11: associated
Oct 25 10:40:36 raspberrypi hostapd: wlan0: STA ac:07:5f:2a:7f:12 RADIUS: starting accounting session F82E88501AC145F2
Oct 25 10:40:36 raspberrypi hostapd: wlan0: STA ac:07:5f:2a:7f:12 WPA: pairwise key handshake completed (RSN)
Oct 25 10:40:36 raspberrypi weewx[507] INFO paramiko.transport: Authentication (password) successful!
Oct 25 10:40:36 raspberrypi dnsmasq-dhcp[677]: DHCPDISCOVER(wlan0) ac:07:5f:2a:7f:12 
Oct 25 10:40:36 raspberrypi dnsmasq-dhcp[677]: DHCPOFFER(wlan0) 192.168.10.5 ac:07:5f:2a:7f:12 
Oct 25 10:40:36 raspberrypi dnsmasq-dhcp[677]: DHCPREQUEST(wlan0) 192.168.10.5 ac:07:5f:2a:7f:12 
Oct 25 10:40:36 raspberrypi dnsmasq-dhcp[677]: DHCPACK(wlan0) 192.168.10.5 ac:07:5f:2a:7f:12 HUAWEI_P20_Pro-4dd85a13c3
Oct 25 10:40:36 raspberrypi weewx[507] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Oct 25 10:41:01 raspberrypi CRON[973]: (root) CMD (/home/chve/scripts/Copiar_Archivos/CopiarArchivos.sh #Copia CAM)
Oct 25 10:41:47 raspberrypi dnsmasq-dhcp[677]: DHCPRELEASE(wlan0) 192.168.10.6 0c:60:76:1a:31:e3 
Oct 25 10:41:47 raspberrypi hostapd: wlan0: STA 0c:60:76:1a:31:e3 IEEE 802.11: disassociated
Oct 25 10:41:47 raspberrypi hostapd: wlan0: STA 0c:60:76:1a:31:e3 IEEE 802.11: disassociated
Oct 25 10:44:34 raspberrypi hostapd: wlan0: STA ac:07:5f:2a:7f:12 IEEE 802.11: disassociated
Oct 25 10:44:34 raspberrypi hostapd: wlan0: STA ac:07:5f:2a:7f:12 IEEE 802.11: disassociated
Aqui ya termino. Me lio con tanto mensaje.
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Si, ya veo que te lías ;-)
Pero no respondes a mi pregunta de qué parámetros tienes en la configuración SFTP de weewx

En tus logs veo (entre otras cosas) errores de permisos en /media/discoUSB/var/weewx_mount/:
Oct 25 10:25:51 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021-10.txt
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021.txt
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:57 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:57 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/RSS/weewx_rss.xml
Oct 25 10:25:57 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Así es como lo tengo configurado en el apartado sftp de weewx.

[[sftp]]
skin = sftp
enable = true
user = pi
password = xxxxxxxxxxx
server = 10.0.0.1
port = 22
path = /media/discoUSB/var/weewx_mount
egrueda escribió: 26 Oct 2021, 07:54 En tus logs veo (entre otras cosas) errores de permisos en /media/discoUSB/var/weewx_mount/:
Oct 25 10:25:51 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021-10.txt
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021.txt
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:56 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:57 raspberrypi weewx[506] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Oct 25 10:25:57 raspberrypi weewx[506] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/RSS/weewx_rss.xml
Oct 25 10:25:57 raspberrypi weewx[506] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Mirare los permisos de las carpetas, deberá ser eso, el resto de archivos no dan problemas.

Un saludo.
Avatar de Usuario
chve
Pi Alpha
Pi Alpha
Mensajes: 28
Registrado: 17 Ago 2021, 00:13
Agradecido: 2 veces
Agradecimiento recibido: 0

Solucionado los errores por permisos de las carpetas.

Código: Seleccionar todo

Nov  2 22:40:46 raspberrypi weewx[509] INFO weewx.manager: Added record 2021-11-02 22:40:00 UTC (1635892800) to database 'weewx.sdb'
Nov  2 22:40:46 raspberrypi weewx[509] INFO weewx.manager: Added record 2021-11-02 22:40:00 UTC (1635892800) to daily summary in 'weewx.sdb'
Nov  2 22:40:49 raspberrypi weewx[509] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 1.86 seconds
Nov  2 22:40:51 raspberrypi weewx[509] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 1.97 seconds
Nov  2 22:40:51 raspberrypi weewx[509] INFO weewx.reportengine: Copied 1 files to /var/www/html/weewx
Nov  2 22:40:51 raspberrypi weewx[509] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Nov  2 22:40:52 raspberrypi weewx[509] INFO paramiko.transport: Authentication (password) successful!
Nov  2 22:40:52 raspberrypi weewx[509] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021-11.txt
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/NOAA/NOAA-2021.txt
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Nov  2 22:40:56 raspberrypi weewx[509] ERROR user.sftp: sftp: failed to upload file /media/discoUSB/var/weewx_mount/RSS/weewx_rss.xml
Nov  2 22:40:56 raspberrypi weewx[509] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Nov  2 22:40:56 raspberrypi weewx[509] INFO user.sftp: sftpgenerator: transferred 18 files in 5.39 seconds
Nov  2 22:41:01 raspberrypi CRON[21128]: (root) CMD (/home/chve/scripts/Copiar_Archivos/CopiarArchivos.sh #Copia CAM)
Nov  2 22:41:01 raspberrypi CRON[21127]: (CRON) info (No MTA installed, discarding output)
Nov  2 22:45:01 raspberrypi CRON[21502]: (root) CMD (/home/chve/scripts/Reconexion_Modem/ReconectaModemBucle.sh #Bucle Reconexion Modem)
Nov  2 22:45:01 raspberrypi CRON[21501]: (CRON) info (No MTA installed, discarding output)
Nov  2 22:45:46 raspberrypi weewx[509] INFO weewx.manager: Added record 2021-11-02 22:45:00 UTC (1635893100) to database 'weewx.sdb'
Nov  2 22:45:46 raspberrypi weewx[509] INFO weewx.manager: Added record 2021-11-02 22:45:00 UTC (1635893100) to daily summary in 'weewx.sdb'
Nov  2 22:45:49 raspberrypi weewx[509] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 1.83 seconds
Nov  2 22:45:51 raspberrypi weewx[509] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 1.98 seconds
Nov  2 22:45:51 raspberrypi weewx[509] INFO weewx.reportengine: Copied 1 files to /var/www/html/weewx
Nov  2 22:45:51 raspberrypi weewx[509] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Nov  2 22:45:51 raspberrypi weewx[509] INFO paramiko.transport: Authentication (password) successful!
Nov  2 22:45:52 raspberrypi weewx[509] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Nov  2 22:45:56 raspberrypi weewx[509] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Nov  2 22:45:56 raspberrypi weewx[509] INFO user.sftp: sftpgenerator: transferred 21 files in 5.79 seconds
Perdón por la demora, pro es que estoy escaso de tiempo.
Sigo toquiteando cuando puedo. Voy posteando lo que haga.
¿Mejor abrir otro post?...

Un saludo ;)
Responder