Bugzilla – Full Text Bug Listing |
Summary: | yast2 security throws Internal Error | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Distribution | Reporter: | Pi Ny <piny> |
Component: | YaST2 | Assignee: | YaST Team <yast-internal> |
Status: | CONFIRMED --- | QA Contact: | Jiri Srain <jsrain> |
Severity: | Normal | ||
Priority: | P2 - High | CC: | dgonzalez, jreidinger, piny |
Version: | Leap 15.2 | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | openSUSE Leap 15.2 | ||
URL: | https://trello.com/c/nMMKt1jS | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Attachments: | created by save_y2logs |
Description
Pi Ny
2020-12-30 23:34:12 UTC
Upload also as separate comment not possibler - same error message.. Hi Pi Ny, Could you please try to upload logs again? Please, check if your problem is related to https://en.opensuse.org/openSUSE:Report_a_YaST_bug#Firefox_fails_to_attach_the_.2Ftmp.2Fy2logs-.2A.tar.gz_that_I_saved_with_save_y2logs._Why.3F Thanks! Thanks for report. Issue is that our code does not expect directory in directory https://github.com/yast/yast-yast2/blob/1629c3a520ebd8e8b93f1161f06d9e140d65b9ec/library/general/src/lib/cfa/sysctl_config.rb#L160 Created attachment 844762 [details]
created by save_y2logs
(In reply to David Diaz from comment #2) > Hi Pi Ny, > > Could you please try to upload logs again? Please, check if your problem is > related to > https://en.opensuse.org/openSUSE: > Report_a_YaST_bug#Firefox_fails_to_attach_the_.2Ftmp.2Fy2logs-.2A.tar. > gz_that_I_saved_with_save_y2logs._Why.3F > > Thanks! Thanks for pointing me to that st*** detail - fixed it and upload works... (In reply to Pi Ny from comment #1) > Upload also as separate comment not possibler - same error message.. Fixed w/ https://bugzilla.opensuse.org/show_bug.cgi?id=1180468#c4 (In reply to Josef Reidinger from comment #3) > Thanks for report. Issue is that our code does not expect directory in > directory > > https://github.com/yast/yast-yast2/blob/ > 1629c3a520ebd8e8b93f1161f06d9e140d65b9ec/library/general/src/lib/cfa/ > sysctl_config.rb#L160 I maintain my "local" stuff in a directory at /usr/local/lib/sysctl.d/src/ in order to survive upgrades etc. However, since /usr/local/lib is not available at boot time actually all relevant files are copied to /etc/sysctl.d. -> should the code ignore /usr/local/lib completely? (In reply to Pi Ny from comment #7) > (In reply to Josef Reidinger from comment #3) > > Thanks for report. Issue is that our code does not expect directory in > > directory > > > > https://github.com/yast/yast-yast2/blob/ > > 1629c3a520ebd8e8b93f1161f06d9e140d65b9ec/library/general/src/lib/cfa/ > > sysctl_config.rb#L160 > > I maintain my "local" stuff in a directory at /usr/local/lib/sysctl.d/src/ > in order to survive upgrades etc. > However, since /usr/local/lib is not available at boot time actually all > relevant files are copied to /etc/sysctl.d. > > -> should the code ignore /usr/local/lib completely? Changed the name of the sub-directory to /usr/local/lib/_sysctl.d_/ -> now yast2 security shows up w/o error! |