Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HELP - CPU pinning not saving my selection

Featured Replies

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.

  • 4 months later...

I have the same issue guys. Any suggestions?

Remove any pinnings you may have manually made via editing the syslinux file, and the individual docker containers and then try again.

  • 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?

You'd have to post an applicable xml file where it's set in the template, but you're not able to save it through CPU pinning in Settings.

<?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

  • 3 years later...

This is an old post, but for anyone else stumbling on this and having the same issue, for me it was my custom docker container that had no option to set cpu pinning (container > edit > cpu pinning in advanced view). After removing the container I could pin from the settings page again.

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.