HELP - CPU pinning not saving my selection


Recommended Posts

Sorry to dig up an old thread - but in case this helps anyone else - I was also having this issue. When I try to save from the settings > CPU Pinning page, after clicking apply, getting sent to Settings, and clicking CPU Pinning again, I'd return and all of my settings were reset to whatever they were previously.


However I checked in the individual docker with advanced view enabled, and sure enough, the isolated CPU pinning was being applied.

Link to comment
  • 4 months later...
  • 3 months later...

I haven’t made any manual pinnings in syslinux AFAIK, I can edit the pins manually through the advanced docker view. But it’s really tedious, I have over 30 containers I’m trying to manage. The CPU pinning page won’t save my selection, I’ve tried a number of things.

 

I’m going to look more into the syslinux file but this seems like a bug. What’s the best way to report it, or is this fixable?

Link to comment
<?xml version="1.0"?>
<Container version="2">
  <Name>bazarr</Name>
  <Repository>lscr.io/linuxserver/bazarr</Repository>
  <Registry>https://github.com/orgs/linuxserver/packages/container/package/bazarr</Registry>
  <Network>internal</Network>
  <MyIP/>
  <Shell>bash</Shell>
  <Privileged>false</Privileged>
  <Support>https://github.com/linuxserver/docker-bazarr/issues/new/choose</Support>
  <Project>https://www.bazarr.media/</Project>
  <Overview>Bazarr(https://www.bazarr.media/) is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.</Overview>
  <Category>Downloaders: Network:Other MediaApp:Video Tools:Utilities</Category>
  <WebUI>http://[IP]:[PORT:6767]</WebUI>
  <TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/master/unraid/bazarr.xml</TemplateURL>
  <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr-logo.png</Icon>
  <ExtraParams/>
  <PostArgs/>
  <CPUset>22,23</CPUset>
  <DateInstalled>1651280372</DateInstalled>
  <DonateText/>
  <DonateLink/>
  <Description>Bazarr(https://www.bazarr.media/) is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.</Description>
  <Networking>
    <Mode>internal</Mode>
    <Publish>
      <Port>
        <HostPort>6767</HostPort>
        <ContainerPort>6767</ContainerPort>
        <Protocol>tcp</Protocol>
      </Port>
    </Publish>
  </Networking>
  <Data>
    <Volume>
      <HostDir>/mnt/user/data/movies/</HostDir>
      <ContainerDir>/movies</ContainerDir>
      <Mode>rw</Mode>
    </Volume>
    <Volume>
      <HostDir>/mnt/user/data/tv/</HostDir>
      <ContainerDir>/tv</ContainerDir>
      <Mode>rw</Mode>
    </Volume>
    <Volume>
      <HostDir>/mnt/user/appdata/bazarr</HostDir>
      <ContainerDir>/config</ContainerDir>
      <Mode>rw</Mode>
    </Volume>
  </Data>
  <Environment>
    <Variable>
      <Value>99</Value>
      <Name>PUID</Name>
      <Mode>{3}</Mode>
    </Variable>
    <Variable>
      <Value>100</Value>
      <Name>PGID</Name>
      <Mode>{3}</Mode>
    </Variable>
    <Variable>
      <Value>022</Value>
      <Name>UMASK</Name>
      <Mode>{3}</Mode>
    </Variable>
  </Environment>
  <Labels/>
  <Config Name="WebUI" Target="6767" Default="6767" Mode="tcp" Description="Allows HTTP access to the internal webserver." Type="Port" Display="always" Required="true" Mask="false">6767</Config>
  <Config Name="Path: /movies" Target="/movies" Default="" Mode="rw" Description="Location of your movies" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/data/movies/</Config>
  <Config Name="Path: /tv" Target="/tv" Default="" Mode="rw" Description="Location of your TV Shows" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/data/tv/</Config>
  <Config Name="Appdata" Target="/config" Default="/mnt/user/appdata/bazarr" Mode="rw" Description="Bazarr data" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/user/appdata/bazarr</Config>
  <Config Name="PUID" Target="PUID" Default="99" Mode="{3}" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
  <Config Name="PGID" Target="PGID" Default="100" Mode="{3}" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
  <Config Name="UMASK" Target="UMASK" Default="022" Mode="{3}" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false">022</Config>
</Container>

 

I tried several things with this one. I set it through the advanced view, but it wouldn't show as selected in the CPU pinning view. I then deselected it from the advanced view and tried to set it again in the CPU pinning view so I could see it with everything else. Nothing worked, I tried several different steps, but this is my current config for this one. 

 

Attaching a screenshot to show in the CPU Pinning view, nothing is selected.

 

I read elsewhere this has to do with having containers that do not have associated xmls. But there's nothing I can do about that, I need some of these containers etc. But this just seems like a bug. It's ok if those containers without xml don't have CPU Pinning and other features, but I need them to run. 

 

Screen Shot 2022-04-30 at 10.57.17 AM.png

Edited by gvkhna
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.