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.

modprobe -rw on Slackware 13.1

Featured Replies

Hello,

 

I've just updates my Slackware 13.0 / unRAID 4.5 installation to Slackware 13.1 / unRAID 4.5.6 and now have some problems with modprobe on 13.1.

Unloading of modules does not work with using modprobe -rw which should be fixed using 5.0-beta2. By now I don't want to use 5.0-beta2 so I'm searching for a workaround for Version 4.5.6

When I try to use modprobe shipped with unRAID 4.5.6 unraid will unload the mod_md module but other modules like my eth0 driver will not load.

 

Newer versions of the module-init-tools from version 3.10 onward no longer provide for the modprobe '-w' or '--wait' options, but still offer it on rmmod. This includes Slackware 13.1 and 13.2 (Current). You can not replace just the modprobe executable with the one from unRAID.

 

The easiest way to work-around the issue is to edit emHttp with a binary editor, changing "modprobe -rw md-mod 2>&1 | logger" string to "rmmod    -w md-mod 2>&1 | logger" -- this replaces the 8 characters of modprobe with "rmmod    " (rmmod AND 4 SPACES).

 

Limetech was willing to adjust this for unRAID 5.0 beta 2.

  • Author

Works great, thank you!

 

I've changed modprobe -rw to rmmod -w

  • 1 month later...

Just to clarify, BRiT's instructions are extremely helpful, but ever so slightly incorrect/unclear.

 

You should replace "modprobe -rw" with "rmmod  -w " (that's "rmmod<space><space><space><space>-w<space>", such that there are now two spaces between "-w" and "md-mod" and four spaces total between "rmmod" and "-w"). 

 

Editing the binary in 'vim' worked fine for me.

 

Just for reference, this post consolidates all the additional steps compared to the wiki that I had to take when installing unRAID 4.6 onto a full Slackware 13.1 distribution.

Woops, must not have had my cola for the day. I've since corrected the slight issue in my previous post.

Archived

This topic is now archived and is closed to further replies.

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.