Jump to content

wollik

Members
  • Posts

    40
  • Joined

  • Last visited

Community Answers

  1. wollik's post in [resolved] Install Telegraf was marked as the answer   
    Sorry I found the solution,
     
    Edit the file /etc/apt/sources.list.d/influxdb.list by adding the arch and deleting the dists so it looks like: 

    deb [arch=armhf] https://repos.influxdata.com/debian bullseye stable

    Now telegraf can be installed via apt

    Regards
    wollik
     
     
  2. wollik's post in compile.sh script failed was marked as the answer   
  3. wollik's post in [Invalid] - Can't delete a wrong ttyUSB device was marked as the answer   
    Armbianmonitor: http://ix.io/2Pyl Hi Linux Admins,
    I have a wrong device in the /dev direcrory and can't delete it.
     
    Here is what I get when I do a: ls -la /dev/ttyUSB*
    pi@armbian_test: ls -la /dev/ttyUSB*
    crw-rw---- 1 root dialout 188, 0 Feb 15 20:47 /dev/ttyUSB0
    -rw-r--r-- 1 root root         1 Feb 15 20:48 /dev/ttyUSB1
     
    You see that the device ttyUSB1 is not character device and has no major device number assigned.
    Also the device belongs not to the dialout group.
     
    The causing USB_2_Serial Stick is disconnected and the device entry is still there.
     
    Trying to remove this devis is also not working.

    pi@armbian_test: sudo rm /dev/ttyUSB1
    pi@armbian_test: ls -la /dev/ttyUSB*
    crw-rw---- 1 root dialout 188, 0 Feb 15 20:47 /dev/ttyUSB0
    -rw-r--r-- 1 root root         1 Feb 15 20:48 /dev/ttyUSB1
    pi@armbian_test:
     
    Pleas can somone help me to fix this wrong device ?
     
    Regards
    wollik
     
     
     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines