Jump to content

c3po

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    c3po reacted to tkaiser in Banana Pi: BTRFS worth trying for SATA SSD?   
    And you always should keep in mind: 100% of all commonly used benchmarks are just wrong. Without a deeper understanding and an 'active benchmarking' approach you will always end up with misleading results and draw the wrong conclusions.
     
    A great source of information is provided by one of my personal heroes: 
    http://www.brendangregg.com/activebenchmarking.html http://slideshare.net/brendangregg/linux-performance-analysis-and-tools http://slideshare.net/brendangregg/broken-linux-performance-tools-2016
  2. Like
    c3po reacted to berturion in Dbus error when using systemctl   
    Hello,
     
    So if I sum things up, we have to follow these steps with super user rights:
     
    # Disable ramlog
    $ service ramlog disable
     
    # Install necessary packages for systemd
    $ apt-get update && apt-get install fake-hwclock systemd-sysv
     
    # Backup old working boot.cmd and boot.scr files
    $ cp /boot/boot.cmd /boot/boot.cmd.nosystemd
    $ cp /boot/boot.cmd /boot/boot.scr.nosystemd
     
    # Edit boot.cmd to insert 'init=/bin/systemd' at the first arg of bootargs
    $ nano /boot/boot.cmd
    setenv bootargs "init=/bin/systemd console=tty1 (...)"
     
    # Recompile boot script
    $ mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr
     
    # Reboot
    reboot
     
    For me that worked
     
    Maybe we could add this in the main docs http://www.armbian.com/documentation/ ?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines