Jump to content

lanefu

Members
  • Posts

    1339
  • Joined

  • Last visited

Posts posted by lanefu

  1. 57 minutes ago, TDCroPower said:

    Does anyone know a solution how I can install unifi or explain to the installation that I have installed mongodb?

    Or is there another better solution to solve the problem?

     

    the OS mongo packages are usually super outdated, not surprised they don't work.

     

    Consider this container.  the linuxserver.io project builds multiarch containers for arm32, arm64, and x86.

    https://hub.docker.com/r/linuxserver/unifi-controller

  2. 6 hours ago, UniformBuffer said:

    Impossible to use all the memory:

    I have noticed that the system does not use ram over 1GB, but instead start to allocate to the swap memory.

    I have tried to reduce the swappiness to 0,but it does not help. It is like there is an "hard limit" that does not allow the system to allocate more than 1GB of ram.

    I don't know if it can be helpful, but after some research i have noticed that on the /proc/meminfo, at the voice CmaTotal, the value is setted on 917504 kB.

    If i'm not wrong cma is a separate allocation system that reserve some of the system memory. On the armbianEnv.txt, the cma is setted on 512M; it is strange that the value is not the same. I have also tried to set a lower value, but nothing happen.

     

    yeah that's super interesting.. according to your armbianmonitor -u the OS definitely sees 2 gig.   What happens if your turn swap off

     

    total used free shared buff/cache available 
    
    Mem: 1,9Gi 755Mi 953Mi 23Mi 254Mi 1,1Gi Swap: 981Mi 452Mi 528Mi

     

  3. 52 minutes ago, FantasyCookie17 said:

    Which distro-provided hostapd? Afaict it just uses the one from the default Debian repositories.

     

    Okay were providing our own updated stable build with armbian.   If you're using the standard debian one.  It's probably an issue with the upstream wireless driver

  4. 1 minute ago, anuj9122 said:

    I have one more question. i have two domains projectok.com and jobstuffs.com. i can access both domain from internet. I also want to use both domains in intranet.

    Please tell me how to do this?

     

    Use dnsmasq.  No more non-armbian questions please.   This isn't a generic linux support forum.

  5. 16 minutes ago, UniformBuffer said:
    Armbianmonitor:

    Hi,

    first of all, thanks for all the good work on supporting all these single board computer. There no exist other disto that can do it. Indeed, this is the only general purpouse linux distro that officially support Le Potato.

    I would like to ask some help to solve these problems that i have encountered using my board.

    I have searched on the forum and i have not found any post on these problems.

    Sorry to be vague in the title, but all these bug appeared after the kernel update, so they may be caused by the same problem.

    I use a Libre Computer Le Potato inside a Sunfounder Raspad kit. The system is an Armbian Stable with apt linked to Debian Sid repository, so i receive stable updates from Armbian and unstable updates from Debian.

    I know that Sid is experimental and a lot of thing could not work, but i don't think these problem are related to this, but instead to something wrong in the kernel since these problems appeared after the kernel update, in November 2019, if i remember well.

    I will try to describe the problems accuratly as much as i can. If some more data is needed, i can provide all the informations

     

    Sorry you're having trouble. we switched from a special kernel branch to mainline... Honestly you'll probably want to roll back to the older kernel for all the DRM stuff at this point.

     

    Try this image and see if its any better.. The audio has hte same issue on this image tho.

     

    https://armbian.lane-fu.com/Armbian_20.02.0_Lepotato_buster_current_5.4.20_desktop.img

  6. Honestly that means you have something Heavily logging...  either in debug mode, or you have an issue.. That's the issue you should solve.

     

    if you want it to log that much you can disable the log2ram service.. but that will add wear to your disk

     

    systemctl stop armbian-ramlog.service

    systemctl disable armbian-ramlog.service

  7. 13 minutes ago, guidol said:

    but git switched to v20.02 only with the -b option (64bit Bionic armbian-build-system):
    git checkout -b v20.02

    without -b it gave me an error

    (but should be working on newer git versions:  https://stackify.com/git-checkout-remote-branch/ )

     

    hmm... -b may have created a local branch named v20.02 instead of what you wanting.. 

     

    did you do a get fetch?

     

    may need to do git check out origin/v20.02

  8. 1 hour ago, count-doku said:

    armbian tells us that v20.02 has been released. 

    Where was the release date 28.02. defined? First post in this thread still says "Release Date: 2020-02-??  (will update thread)".

     

    Is it always going to be ~1month after feature freeze? Probably

     

    Surprise!    About a month is what we're shooting for.  Sorry for the poor communication.  We're still learning how to manage this process.  Ideally we will start a bit earlier and release closer to the beginning of the month 

     

    1 hour ago, count-doku said:

    How does work continue now? Does somebody port fixes from 20.02 to master? 

    I assume we will continue development on master so it would make sense, to get all fixes from 20.02 over to it.

     

    Master will continue on as a rolling release.  You'll see that its version is already v20.05-trunk on master.

     

    Relevant fixes applied to v20.02 going forward should be cherry-picked to master.   Although so far we've actually been cherry-picking fixes from master to v20.02.  

     

    Going forward we'll update v20.02 for major bugs and stability issues until v20.05 is released.

     

    rc0 and rc1 branches will be deleted.  Rc1 ended up being a rolling branch this time.  Not sure how we'll handle this next time.  A lot will be on how manage publishing test images.


  9. I don't think so. I didn't catch on the IRC - have you tried to boot without our patches ... and perhaps also with older config? We need some better reference point. Sadly I can't help much with debug this week - crippled workstation and out of office for few days.

    I tried removing all patches and that didnt change the behavior.

    Ill take a look at kernel config again, but it seemed like it hasnt changed since we switched to mainline
  10. 4 minutes ago, Igor said:

    The problem will be updating. We have to fix this kernel (hack DTB for Lepotato) somehow.

     

    Hmmm I wish i understood how the armbian debian packaging worked a little better.      Is there a short answer for why its a problem? :) 

    Can we not lock kernels to a release?

     

  11. 6 minutes ago, lanefu said:

    Le Potato Update:


    I built and tested images through several commits, and patch adjustments.

     

    Le Potato has been broken since our switch to mainline kernel from this merge https://github.com/armbian/build/pull/1748

     

    I was able to build a working image from here https://github.com/armbian/build/commit/cc7ab6a6b1d91977bd9e154245307e85f7f76519

     


    Since the scope is only le potato, my thoughts are to update v20.02 branch (lepotato and v20.02 only) to use the older kernel config just for le potato.   Then we can focus on fixing correctly for v20.05.

     

    I'll start working on a PR for that in a bit.  If we find another solution thats fine.

  12. 2 minutes ago, guidol said:

    is this useable as a temporary compile-switch to v20.02-rc1 (so that afterwards I can compile also a a non-rc 19.11.x armbian)?

    Or Iam then completly nailed to v20.02?

     

    git checkout master

    git pull

    sudo ./compile.sh

     

    will take you back to the master branch that you normally use.... FYI master is a rolling release..which may have looked like 19.11.x but its actually newer.. In fact we've updated the version in master release to reflect it as v20.05-trunk

     

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines