Jump to content

dvachon

Members
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Quebec / Canada
  1. Hello, running ARMBIAN 5.59 stable Debian GNU/Linux 9 (stretch) 4.14.65-sunxi on Banana Pi pro /var/log is always full df -h /dev/zram0 49M 48M 0 100% /var/log root@mail:/etc# zramctl NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT /dev/zram0 lz4 50M 47.5M 7.8M 8.4M 2 /var/log /dev/zram1 lz4 249.7M 4K 63B 4K 2 [SWAP] /dev/zram2 lz4 249.7M 4K 61B 4K 2 [SWAP] Since i am running on sata (ssd of 128gig) i dont need that. Cannot find how to stop the mount of /var/log on /dev/zram0. Not in fstab. Want to use the real /var/log from / (root).
  2. My latest Dark; Light version; http://danielvachon.quebec:81/DV-Armbian.zip
  3. I found that post that said that R40 have a true SATA and 2 USB hosts https://forum.armbian.com/index.php/topic/2169-allwinner-r40-some-already-available-information/?hl=ultra#entry16926
  4. I saw that on this web site; https://www.board-db.org/product/126/ « unlike boards powered by the AllWinner H3 SoC, it has native SATA support, which will have much better performance than on boards with USB-SATA converters.» About the 2 USB 2.0 port, i dont know if it is real 2 hosts.
  5. hi! real original and unique photo took by a friend with his telescope
  6. Hi! this is a draft (beta version) but i think you want more minimalist! Before i continue, Is it too much complicated?
  7. Dear badrianiulian, i understand that you are sad about thoses problems. What make me more sad is the answer of Igor. Since what Igor answered i am beginning to think that Armbian is more for tester and/or experimented users. I said that because i am a end user and from what he answered, i see no place for me here anymore. I really appreciate what Armbian teem is doing but as a end user, i cannot really help them very much. Finally as a end user, i also have a bunch of « USELESS » questions but it does not appear to be welcome.
  8. Hi! Good idea. I did the test by having a usb hub between the HD and the Opi. By disconnecting the HD from the usb hub, i have the exactly same problems. So i dont think the problem is electric. I did also a very basic test by failing the drive via the software mdadm and i had problems also. Lost of the console prompt. So probably the system crashed also that way. ============================================================= root@orangepiplus2e:/mnt/md1# mdadm /dev/md1 -f /dev/sdb1 [ 756.040025] ------------[ cut here ]------------ [ 756.050008] WARNING: at kernel/watchdog.c:255 watchdog_timer_fn+0xf8/0x2a8() [ 756.050008] ---[ end trace f63674c23ec9fbc6 ]--- =============================================================== So i dont understand why mdadm is not working out-of-the-box on Orange Pi+ 2e
  9. Hi! I am trying to setup a software raid with 2 usb hard disk on Orange Pi+ 2e. The raid is working well until i simulate a failure by unplugging the 2nd usb HD cable. The system become erratic and stop to respond command and/or crash. See below;;;; NOTE: latest Armbian image available Jessie legacy server, kernel 3.x basic image + apt-get update/upgrade then apt-get install mdadm armbian os is still on the sd card there is nothing on that raid * * * THE EXACTLY SAME TEST AND STEP WERE DONE ON A BANANA PI PRO (VANILLA SERVER, KERNEL 4.X) AND EVERYTHING IS WOKING FINE AND AS EXPECTED. * * * ----------------------------------------------------------------------------- root@orangepiplus2e:/mnt/md1# cat /proc/mdstat Personalities : [raid1] [raid0] md0 : active raid0 sda2[0] sdb2[1] 3885726720 blocks super 1.2 512k chunks md1 : active raid1 sda1[0] sdb1[2] 10477568 blocks super 1.2 [2/2] [uU] unused devices: <none> root@orangepiplus2e:/mnt/md1# [ 143.442699] usb 4-1: USB disconnect, device number 2 [ 143.458421] usb 4-1.2: USB disconnect, device number 3 root@orangepiplus2e:/mnt/md1# mkdir bb [ 167.793412] md/raid1:md1: sdb1: rescheduling sector 12583040 [ 167.820121] md/raid1:md1: redirecting sector 12583040 to other mirror: sda1 [ 180.030013] ------------[ cut here ]------------ [ 180.038924] WARNING: at kernel/watchdog.c:255 watchdog_timer_fn+0xf8/0x2a8() [ 180.040001] ---[ end trace 985143ed8ccec8b3 ]--- [ 187.850013] INFO: rcu_preempt detected stalls on CPUs/tasks: [ 187.860000] 2: (0 ticks this GP) idle=cc7/140000000000000/0 [ 187.860000] (detected by 3, t=2004 jiffies) [ 187.860000] INFO: Stall ended before state dump start [ 209.456963] systemd-journald[207]: Received SIGTERM from PID 1 (systemd). [ 209.458151] systemd[1]: Starting Journal Service... [ 247.900013] INFO: rcu_preempt detected stalls on CPUs/tasks: [ 247.910000] 2: (0 ticks this GP) idle=cc7/140000000000000/0 [ 247.910000] (detected by 3, t=8009 jiffies) [ 247.910000] INFO: Stall ended before state dump start ... -------------------------------------------------------------------------------------------- Why i have thoses problems only on Orange Pi+ 2e ????
  10. Hi! My Banana pi Pro with Armbian v5.20 does not boot since i issued a 'init 1' command. While booting, it show only that; Starting kernel ... Uncompressing Linux... done, booting the kernel. How to activate the boot debug mode. I tried many keyboard keys without success. Thank you!
  11. Hi! I have a Banana Pi Pro running last Armbian v5.20 via SD card. There is 2 usb HD 2TB connected.I create a software RAID1 /dev/md0 with the 2 usb hd dev/sda1 & dev/sdb1 mounted as /mnt/md0. Up to now all is working fine. My goal, put the root on that raid1. The script nand-sata-install does not reconize 'md' device, only 'sd' device so i did a very litte modification to the script to reconize 'md'. The script run fine and it transfert all from the SD card to the 'md' (raid) but after the reboot,,,,, nothing, the system wont start. I am not a linux expert but i think that the problem is that the raid must be start from /boot (still on SD card) before the system try to mount root? note: running nand-sata-install to put root on a none-raid partition on thoses drives is working very well but putting root on a raid partition, ex: 'md0' is not working. Can somebody help me? Daniel
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines