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.

TheSquigglyline

Members
  • Joined

  • Last visited

  1. I'm talking about my data + parity drives. My Cache Drives are not being upgraded... yet
  2. Long story short i'm replacing all the hard drives in my server. Currently I have 4x 1tb 2.5" SAS drives for a pool of 3.7tb. In transit right now is 5x 6tb 3.5 SAS drives. So here is the big question. What is the best way to transfer all my data. My first thought is that because a single dirve is bigger than the entire old pool i should mount one drive not in the pool and copy all the data over to it. Then create a new pool out of the 4 remain 6tb drives. Then transfer the data from the drive not in the pool to the new pool and then format and add the last drive to the new pool once transfer is done. To me, this method sounds the best. Fastest, least number of IOps, and less plugging and unplugging. I wouldn't clear the old 4x 1tb 2.5" SAS drives so that if I did have a corruption when transferring all the data on to & off of the new 6tb drive I would have a backup. Does this method sound sane? Would it be smarter to just replace one drive at a time and rebuild the array? Am I forgetting something? One concern I can think of right away is that after moving all that data to the new pool that in the process of moving it. Some "links" are broken for my dockers/VM that make them not find their data and would require a lot of work to fix. Is this a reasonable concern?
  3. How would i go about retrieving that log?
  4. So i currently am running Unraid on a Dell R620 (2x E5-2670 Xeon, 96GB RAM) and now that I have had my server up for a few years i'm am running into storage issues. The Big problem is that the R620 only takes 8 2.5in Drives. Buying a system that takes 2.5in drives was a mistake. It is expensive as all hell to buy storage. Regardless i only have 1 slot left and drives over 1tb are not financially viable in 2.5 form factor. So i need a new solution. I would like to build an JBOD Drive enclosure. Currently all my drives are running on a flashed Dell Perc H710. I own a Dell Perc H810 that is currently not installed in the Server. I'm not really looking for step by step instructions or anything too detailed. I'm more looking to be pointed in the right directions. Is it possible for me to add drives to my existing array that are physically external to my R620, say in a JBOD enclosure while still experiencing the same r/w speeds as the internal drives? Can this be done with my Dell perc h810 or do i need some other hardware? How do i get unraid to recognize these drives as connected to the server so i can add them to the array? Any advice or links to resources or help would be greatly appreciated.
  5. I am receiving lots of the following errors in my syslog and FixComonProblems told me i am having Machine Check Events. Oct 8 21:30:41 Tower kernel: EDAC sbridge MC1: HANDLING MCE MEMORY ERROR Oct 8 21:30:41 Tower kernel: EDAC sbridge MC1: CPU 1: Machine Check Event: 0 Bank 8: 8c00004d000800c0 Oct 8 21:30:41 Tower kernel: EDAC sbridge MC1: TSC 220fe0ec17a126 Oct 8 21:30:41 Tower kernel: EDAC sbridge MC1: ADDR 1757c55000 Oct 8 21:30:41 Tower kernel: EDAC sbridge MC1: MISC 908400200021a8c Oct 8 21:30:41 Tower kernel: EDAC sbridge MC1: PROCESSOR 0:206d7 TIME 1633746641 SOCKET 1 APIC 20 Oct 8 21:30:41 Tower kernel: EDAC MC1: 1 CE memory scrubbing error on CPU_SrcID#1_Ha#0_Chan#0_DIMM#0 (channel:0 slot:0 page:0x1757c55 offset:0x0 grain:32 syndrome:0x0 - area:DRAM err_code:0008:00c0 socket:1 ha:0 channel_mask:3 rank:1) Does this error mean i have a bad stick of RAM in CPU 0 Slot 0?
  6. Greetings, I have two custom docker networks. One is the normal br0 network and the other is one setup for reverse proxy called proxynet. Proxynet is setup following SpaceInvaderOne's videos about reverse proxy. So I have my home assistant docker running on the reverse proxy so that I can access my dashboard from out of my home network. But i have my Ubiquiti Unifi docker on by Br0 network because i want it to have its own IP, I don't want it exposed to the web, and so that it can operate correctly by finding my APs. So I went to integrate home assistant and the ubiquiti controller but i can't because the Home assistant docker cannot communicate with the ubiquiti controller docker. Can someone give me some help understanding the problem in greater detail and some possible solutions. Networking is not my strong suite and but i'm leaning. Thanks in advance!
  7. I as using steam credentials. I just did a fresh install of the docker/steam-cmd/ark-se. here is my log ---Checking if UID: 99 matches user--- usermod: no changes ---Checking if GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Starting...--- ---Update SteamCMD--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...Warning: failed to init SDL thread priority manager: SDL not found OK. Connecting anonymously to Steam Public...Loaded client id: 7190745870286915205 Listening for IPv4 broadcast on: 27036 Logged in OK Waiting for user info...OK ---Update Server--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...Warning: failed to init SDL thread priority manager: SDL not found OK. Connecting anonymously to Steam Public...Loaded client id: 7190745870286915205 Listening for IPv4 broadcast on: 27036 Logged in OK Waiting for user info...OK Success! App '376030' already up to date. ---Prepare Server--- ---Server ready--- ---Start Server--- [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 346110 I am changing the ark game server settings to match my desired server. Things like xp multipliers and tame timers. Things i should be able to change. https://ark.gamepedia.com/Server_Configuration Things changed in the config: network type is br:0, console shell is bash, steamcmd and ark files file location changed to ark share stored on cache. That is all I have changed. Didn't enter in anything else that is blank.
  8. ---Checking if UID: 99 matches user--- ---Checking if GID: 100 matches user--- ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Starting...--- ---Update SteamCMD--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...Warning: failed to init SDL thread priority manager: SDL not found OK. Logging in user 'XXXXXXXXXXXX' to Steam Public ... Generated client id: XXXXXXXXX Listening for IPv4 broadcast on: 27036 Listening for connections on: 0.0.0.0:27036 Received broadcast message from client XXXXXXXXXXXXX (DESKTOP-IAK4KNQ): xx.x.x.xx:27036 Logged in OK Waiting for user info...OK ---Update Server--- ---Validating installation--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam API...Warning: failed to init SDL thread priority manager: SDL not found OK. Logging in user 'XXXXXXXXXXXXXXXXXXXX' to Steam Public ... Loaded client id: XXXXXXXXXXXXXXXXXXX Listening for IPv4 broadcast on: 27036 Listening for connections on: 0.0.0.0:27036 Logged in OK Waiting for user info...OK Update state (0x0) : Timed out waiting for update to start, bailing. Error! App '376030' state is 0x204 after update job. ---Prepare Server--- ---Server ready--- ---Start Server--- [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Been fighting getting and ark server up and running for hours now. When i fresh install it shows up in steam servers but as soon as i change O:\ark-se\ShooterGame\Config\defaultgame.ini of defaultgameusersettings.ini it stops showing up and never works again. Here is the latest log
  9. How do I view the log files so i know what the docker is doing?

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.