You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While helping out a recent HL8 user on this 45HomeLab forum post, we noticed that HOMELAB and PROFESSIONAL sections under alias_template in lsdev appeared to end with an erroneous comma. This section appears to be parsing JSON and that shouldn't end a list like his with a comma. None of the other sections are coded this way. This appears to causing issues in the Houston UI Disks cockpit module with error Unknown Alias Style ‘HOMELAB’ encountered. coming from lsdev
After working digging into this some more, it also appears that the there is a "rouge" package version in the repo. Looks like 3.10.0-1focal was created on accident in the 3.0.10 release. This is making apt think this is the latest version of this software. In reality, 3.0.14 is the latest. The person experiencing this problem was then on a older package without realizing it. The extra comma's may not actually be as big of an issue as not being able to install the latest version.
1MoreTechGuy
changed the title
Syntax Error in lsdev and dmap when determining alias_template
Syntax Error in lsdev and dmap when determining alias_template?
Dec 28, 2024
While helping out a recent HL8 user on this 45HomeLab forum post, we noticed that
HOMELAB
andPROFESSIONAL
sections underalias_template
inlsdev
appeared to end with an erroneous comma. This section appears to be parsing JSON and that shouldn't end a list like his with a comma. None of the other sections are coded this way. This appears to causing issues in the Houston UI Disks cockpit module with errorUnknown Alias Style ‘HOMELAB’ encountered.
coming fromlsdev
Looks like
dmap
was also update with similar code that includes the extra comma. Commits include 2cf11f8 and e251c70.The text was updated successfully, but these errors were encountered: