UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Memory Cgroup

    Scheduled Pinned Locked Moved Unsolved Google Pixel 2/2 XL
    1 Posts 1 Posters 411 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      dropchew
      last edited by

      Not sure if this was asked previously.

      After successfully flashing UB on pixel 2 XL, ssh in

      1. Notice there's no memory cgroup?
        Reason for this ask as I am trying a poc to create chroot via debootstrap and in chroot , running arm64 k3s binary directly (systemd will not work) and it throwing error that it can't find memory cgroup.
      root@ubuntu-phablet:/sys/fs/cgroup# cat /proc/mounts | grep cgroup
      none /sys/fs/cgroup tmpfs rw,relatime,size=4k,mode=755 0 0
      cgroup /sys/fs/cgroup/cpuset cgroup rw,relatime,cpuset,clone_children 0 0
      cgroup /sys/fs/cgroup/cpu cgroup rw,relatime,cpu,release_agent=/run/cgmanager/agents/cgm-release-agent.cpu 0 0
      cgroup /sys/fs/cgroup/cpuacct cgroup rw,relatime,cpuacct,release_agent=/run/cgmanager/agents/cgm-release-agent.cpuacct 0 0
      cgroup /sys/fs/cgroup/blkio cgroup rw,relatime,blkio,release_agent=/run/cgmanager/agents/cgm-release-agent.blkio 0 0
      cgroup /sys/fs/cgroup/devices cgroup rw,relatime,devices,release_agent=/run/cgmanager/agents/cgm-release-agent.devices 0 0
      cgroup /sys/fs/cgroup/freezer cgroup rw,relatime,freezer,release_agent=/run/cgmanager/agents/cgm-release-agent.freezer 0 0
      cgroup /sys/fs/cgroup/net_cls cgroup rw,relatime,net_cls,release_agent=/run/cgmanager/agents/cgm-release-agent.net_cls 0 0
      cgroup /sys/fs/cgroup/perf_event cgroup rw,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event 0 0
      cgroup /sys/fs/cgroup/debug cgroup rw,relatime,debug,release_agent=/run/cgmanager/agents/cgm-release-agent.debug 0 0
      name=systemd /sys/fs/cgroup/systemd cgroup rw,relatime,release_agent=/run/cgmanager/agents/cgm-release-agent.systemd,name=systemd 0 0
      root@ubuntu-phablet:/sys/fs/cgroup# cat /proc/cgroups
      #subsys_name    hierarchy       num_cgroups     enabled
      cpuset  1       21      1
      cpu     2       9       1
      cpuacct 4       9       1
      blkio   3       9       1
      devices 6       9       1
      freezer 7       14      1
      net_cls 8       9       1
      perf_event      9       9       1
      debug   5       9       1
      
      1. trying cifs mount and throwing the below error. We can't do a smb mount in ubuntu touch?
      mount error: cifs filesystem not supported by the system
      mount error(19): No such device
      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs
      
      1 Reply Last reply Reply Quote 0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • First post
        Last post