[Eisfair] diverse Fehler nach reboot in eisgraph / fcron

Marcus Röckrath marcus.roeckrath at gmx.de
Mo Mai 6 16:34:38 CEST 2024


Hallo Stephan,

Stephan Manske wrote:

>>> ERROR: /var/eisgraph/db/sdd3.rrd: expected 2 data source readings (got
>>> 1) from N
>>> ERROR: /var/eisgraph/db/sdd4.rrd: expected 2 data source readings (got
>>> 1) from N
>> 
>> Was sagt
>> 
>> df -k | grep /dev/sdd3 | awk '{ print \$3\":\"\$4 }'
>> df -k | grep /dev/sdd4 | awk '{ print \$3\":\"\$4 }'
> 
> root at eis (/root)# df -k | grep /dev/sdd3 | awk '{ print \$3\":\"\$4 }'
> awk: cmd. line:1: { print \$3\":\"\$4 }
> awk: cmd. line:1:         ^ backslash not last character on line
> root at eis (/root)# df -k | grep /dev/sdd4 | awk '{ print \$3\":\"\$4 }'
> awk: cmd. line:1: { print \$3\":\"\$4 }
> awk: cmd. line:1:         ^ backslash not last character on line

Copy 'n Paste Fehler:

df -k | grep /dev/sdd3 | awk '{ print $3":"$4 }'
df -k | grep /dev/sdd4 | awk '{ print $3":"$4 }'

Die Backslashes waren zuviel.

-- 
Gruß Marcus
[eisfair-Team]


Mehr Informationen über die Mailingliste Eisfair