Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 652
    • Issues 652
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 196
    • Merge Requests 196
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #653

Closed
Open
Opened May 20, 2011 by iilluzion _@iilluzion
  • Report abuse
  • New issue
Report abuse New issue

open-iscsid init script fails to stop due to incorrect module unloading

The code line “do_modules ‘Removing iSCSI modules’ ‘iscsi_tcp scsi_transport_iscsi libiscsi’ ‘-r’” tries to unload unneeded iscsi related modules but receives non zero return code, so /etc/init.d/iscsid scripts fails to stop correctly. Actually modules have been unloaded but with non-zero return code. The workaround of this problem is just to disable ’do_modules “Removing iSCSI modules’…” command in init script.

(from redmine: issue id 653, created on 2011-05-20, closed on 2011-05-27)

  • Changesets:
    • Revision 214deaf9 on 2011-05-23T13:22:27Z:
main/open-iscsi: do not unload kernel modules when stopping service

ref #653
  • Revision c9cc396f on 2011-05-24T13:34:16Z:
main/open-iscsi: do not unload kernel modules when stopping service

fixes #653
(cherry picked from commit 214deaf94fc840b4fda95e348767fae96ecb9091)
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 2.2.1
Milestone
Alpine 2.2.1 (Past due)
Assign milestone
Time tracking
None
Due date
None
3
Labels
Aports Normal type:bug
Assign labels
  • View project labels
Reference: alpine/aports#653