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.

Manually Installing / Uninstalling Addons?

Featured Replies

I have Googled, read Wiki's, and searched this forum trying to find an answer for this, but I was not successful.  I apologize if this was already asked and dealt with.  However, I am new to unRaid, and I want to start installing addons on my server.  I've tried doing this via unMenu pkgmanager, but it won't install.  I get an error stating the file is corrupted or doesn't match.  I can download the package though, and I can see it under the packages folder in the flash drive.

 

I've connected a monitor and keyboard to my unRaid server.  I want to know what are the commands to manually install any of the addons if I've got any of the package .tgz files in the flash drive package folder.  Also, what are the commands if any to uninstall the addon.

 

Thank you for your help.

If the tgz file is in the packages directory unmenu should verify the file and allow configuration and installation.

  • Author

If the tgz file is in the packages directory unmenu should verify the file and allow configuration and installation.

 

Nope, it doesn't.  That's why I am here asking how can I do it manually from either telnet or directly from my server.  I logged into web gui unmenue, and went to pkg manager.  I wanted to download / install bwm-ng-0.6-i486-2bj.tgz, and it is not on the list.  However, I went in to my server flash drive, packages folder, and it is in there.

Is unMenu up to date? Check the User Scripts tab.

  • Author

Is unMenu up to date? Check the User Scripts tab.

 

I went to user scripts, clicked on check for unmenu updates, and I got:

 

Unable to connect to googlecode.com from your server.

You must have a DNS Nameserver and Gateway defined in your unRAID setup before you can continue..

For most people, these are both set to the IP address of your router.

Post the values of the items under Settings->Network Settings.

  • Author

Post the values of the items under Settings->Network Settings.

 

NIC info (from ethtool)

Settings for eth0:

Supported ports: [ TP MII ]

Supported link modes:  10baseT/Half 10baseT/Full

                        100baseT/Half 100baseT/Full

                        1000baseT/Half 1000baseT/Full

Supports auto-negotiation: Yes

Advertised link modes:  10baseT/Half 10baseT/Full

                        100baseT/Half 100baseT/Full

                        1000baseT/Half 1000baseT/Full

Advertised auto-negotiation: Yes

Speed: 1000Mb/s

Duplex: Full

Port: MII

PHYAD: 0

Transceiver: internal

Auto-negotiation: on

Supports Wake-on: pumbg

Wake-on: g

Current message level: 0x00000033 (51)

Link detected: yes

 

NIC driver info (from ethtool -i)

driver: r8169

version: 2.3LK-NAPI

firmware-version:

bus-info: 0000:02:00.0

 

Ethernet config info (from ifconfig)

eth0      Link encap:Ethernet  HWaddr 00:e0:4d:c6:d2:e0 

          inet addr:172.16.0.3  Bcast:172.16.0.255  Mask:255.255.255.0

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:1946 errors:0 dropped:0 overruns:0 frame:0

          TX packets:2053 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:214961 (209.9 KiB)  TX bytes:1399101 (1.3 MiB)

          Interrupt:26 Base address:0x4000

 

From my W7 PC:

IPv4: 172.16.0.2

Sub: 255.255.255.0

Gateway: 172.16.0.1

 

Post the Network Settings values found in the unRAID web GUI under the Settings tab.

 

unRAID web GUI-->Settings tab-->Network Settings.

 

Cut and paste or post a screen shot.

  • Author

Post the Network Settings values found in the unRAID web GUI under the Settings tab.

 

unRAID web GUI-->Settings tab-->Network Settings.

 

Cut and paste or post a screen shot.

 

MAC address: 00:E0:4D:C6:D2:E0

Obtain IP Address Automatically: No

IP Address: 172.16.0.3

Netmask: 255.255.255.0

Gateway: 172.16.0.1

Obtain DNS Server Address Automatically: No

DNS Server 1:

DNS Server 2:

DNS Server 3:

Set Obtain DNS Server Address Automatically to Yes

 

Is there a reason that Obtain IP Address Automatically is not set to Yes?

Set Obtain DNS Server Address Automatically to Yes

 

Is there a reason that Obtain IP Address Automatically is not set to Yes?

 

EDIT: I just realized that you can't Obtain DNS Server Address Automatically if Obtain IP Address Automatically is set to not.

 

You can enter 8.8.8.8 and 8.8.4.4 as DNS servers.

 

Why not set all of this to automatic?

  • Author

Set Obtain DNS Server Address Automatically to Yes

 

Is there a reason that Obtain IP Address Automatically is not set to Yes?

 

I've got the 172.16.0.3 address reserved for the server.  So, I didn't think that it is necessary to have the "Obtain IP Address Automatically set to Yes.  Also, I can't change the DNS option to Yes, it won't let me.

 

I looked into the config/network file, and it is set up to this:

 

# Generated network settings

USE_DHCP=no

IPADDR=172.16.0.3

NETMASK=255.255.255.0

GATEWAY=172.16.0.1

MTU=

 

If I remember correctly there was another line for DNS, which is missing, but I can't remember what it was.

  • Author

Set Obtain DNS Server Address Automatically to Yes

 

Is there a reason that Obtain IP Address Automatically is not set to Yes?

 

EDIT: I just realized that you can't Obtain DNS Server Address Automatically if Obtain IP Address Automatically is set to not.

 

You can enter 8.8.8.8 and 8.8.4.4 as DNS servers.

 

Why not set all of this to automatic?

 

I just changed them to auto for both, and rebooted the server.  See what happens.

  • Author

By making those changes, I was able to update unmenu, and thereafter I was able to install bwm.  ;D  Thanks.  It seems there is a a light at the end of the tunnel lol.  I re-started my server, and now it says finding 10979 errors...I was running a parity check before, and I stopped it to reboot the server.

 

I am going to run the parity check with fix error, and see if that fixes the errors.  Thanks for your help.  One issues down, two more to go.

  • Author

By making those changes, I was able to update unmenu, and thereafter I was able to install bwm.  ;D  Thanks.  It seems there is a a light at the end of the tunnel lol.  I re-started my server, and now it says finding 10979 errors...I was running a parity check before, and I stopped it to reboot the server.

 

I am going to run the parity check with fix error, and see if that fixes the errors.  Thanks for your help.  One issues down, two more to go.

 

I'm just going to run parity check w/o fixing errors.  It's probably better to try to find out what type of errors they are prior to try to fixing them.

Most routers allow a a permanent DHCP reservations. Make the reservation in the router and leave the settings on the server set to automatic. Connect to the routers web GUI and look for Static Leases or statically assigned IP address. This is easier than getting all of the settings on the server correct.

 

If a static reservation on the server is required then configure the settings using the unRAID GUI. There is no reason to edit the config/network file.

 

Enter these values in the Network Settings:

 

Obtain IP Address Automatically: No

IP Address: 172.16.0.3

Netmask: 255.255.255.0

Gateway: 172.16.0.1

Obtain DNS Server Address Automatically: No

DNS Server 1: 172.16.0.1

DNS Server 2:

 

If the Gateway is not a DNS proxy then use these settings:

DNS Server 1: 8.8.8.8

DNS Server 2: 8.8.4.4

 

Glad it's working. I suggest the you connect to your router and make the reservation for the server static. This is only a single configuration item in the router versus 5 configuration items on the server.

 

Start a new thread to discuss the parity errors.

  • Author

Glad it's working. I suggest the you connect to your router and make the reservation for the server static. This is only a single configuration item in the router versus 5 configuration items on the server.

 

Start a new thread to discuss the parity errors.

 

Thank you dgaschk,

 

I will leave it to auto right now.  My router had 5 assigned IP addresses for my devices.  If and only if, I start getting issues again, I will try to do the setting you've given me in the other post.  I am ripping a new movie right now, and I will test the transfer speed.

 

I used to get 30 to 45 MP/s before, and now I'm lucky to get 21 MB/s.  Hopefully the new settings will fix this issue.

The speed issue is likely caused by whatever is causing parity problems. Post a current syslog. Since your transferring data to the problem may be revealed in the syslog. Systems generally sustain rates below 30 without a cache drive.

  • Author

The speed issue is likely caused by whatever is causing parity problems. Post a current syslog. Since your transferring data to the problem may be revealed in the syslog. Systems generally sustain rates below 30 without a cache drive.

 

I'll post one after the parity is done.  The movie that I am ripping is not complete yet either.

Post the Network Settings values found in the unRAID web GUI under the Settings tab.

 

unRAID web GUI-->Settings tab-->Network Settings.

 

Cut and paste or post a screen shot.

 

MAC address: 00:E0:4D:C6:D2:E0

Obtain IP Address Automatically: No

IP Address: 172.16.0.3

Netmask: 255.255.255.0

Gateway: 172.16.0.1

Obtain DNS Server Address Automatically: No

DNS Server 1:

DNS Server 2:

DNS Server 3:

Your issue was that you had no DNS server defined.

 

Most people find it can be set to the IP address of their router.  (172.16.0.1 in your case)

It can also be set directly to a nameserver (8.8.8.8 as already suggested in the prior post)

 

 

  • Author

Post the Network Settings values found in the unRAID web GUI under the Settings tab.

 

unRAID web GUI-->Settings tab-->Network Settings.

 

Cut and paste or post a screen shot.

 

MAC address: 00:E0:4D:C6:D2:E0

Obtain IP Address Automatically: No

IP Address: 172.16.0.3

Netmask: 255.255.255.0

Gateway: 172.16.0.1

Obtain DNS Server Address Automatically: No

DNS Server 1:

DNS Server 2:

DNS Server 3:

Your issue was that you had no DNS server defined.

 

Most people find it can be set to the IP address of their router.  (172.16.0.1 in your case)

It can also be set directly to a nameserver (8.8.8.8 as already suggested in the prior post)

 

Thanks Joe L.

 

I've changed the settings to auto under unmenu network.  Also my config/network file is unde DCHP: Yes, rather than having No, and IP manual.  I am letting my router assign the IP's to my devices, so my unraid server will stay at 172.16.0.3.

 

I am able to install the addons.  So, far I've installed bwn only.  I am waiting for the parity check to be complete.  I am concern with the Tower kernel: NTFS driver 2.1.29 [Flags: R/O MODULE] error.  I've opened another thread for that issue.

 

I only got today off.  So, I am hoping I can finish fixing whatever issues I've got the server....plus my wife decided to paint the living room....and guess who is doing it lol.

  • Author

I was trying to install the power down script and this is what I get?

 

powerdown-1.02-noarch-unRAID.tgz installation:

Verifying package powerdown-1.02-noarch-unRAID.tgz.

 

gzip: stdin: unexpected end of file

Installing package powerdown-1.02-noarch-unRAID.tgz:

PACKAGE DESCRIPTION:

WARNING:  Package has not been created with 'makepkg'

Package powerdown-1.02-noarch-unRAID.tgz installed.

 

kernel.poweroff_cmd = /sbin/powerdown

powerdown-1.02-noarch-unRAID.tgz apparently did not install properly, /etc/rc.d/rc.unRAID does not exist.

Download and Install Extra Software Packages

 

Clean Powerdown Package downloaded, but not yet installed

Description: Primary purpose is to provide graceful shutdown of the environment when called from scripts or via command line. Sets ctrl-alt-del to do powerdown instead of reboot

 

The lime-technology stock version of powerdown will be renamed as unraid_powerdown if it exists.

Package URL: http://unraid-powercontrol.googlecode.com/files/powerdown-1.02-noarch-unRAID.tgz

Package File: powerdown-1.02-noarch-unRAID.tgz

md5 Checksum: 10eff6bbb4a2f1428b4c57dbc292a2a5 (NOT matched - download may be corrupted or download URL no longer valid.)

 

Memory Usage: Light (10K to 500K)

Dependencies: none

  • Author

I don't know how or why, but I got the Clean Power down script installed.  This is what I did.

 

I found a wiki for the power down script with a download script.  I downloaded it, and replaced the one from the boot/packages with it.

 

I telent to my server the following: installpkg /boot/packages/powerdown-1.02-noarch-unRAID.tgz and got

 

install: missing destination file operand after '/boot/packages/powerdown-1.02-noarch-unRAID.tgz and got "Try "install --help" for more information.

 

I then proceeded to go to unmenu package, press download, and it stated that it matched the md5 checksum, and I was able to install it.

 

Weird!

 

  • Author

Here's my system log after running parity check 10979 error :(.  I've opened another post for this issue.

syslog-2012-04-13.txt

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.