Everything posted by georgez
-
Can I survive from 2 Disks Missing, 1 Disabled ?
Ah I misunderstood the thing, the emulation is working, I have to move mouse cursor to the cross to show it, can I go ahead and assign back disks to rebuild? Sent from my iPhone using Tapatalk
-
Can I survive from 2 Disks Missing, 1 Disabled ?
Yes I did assign all disks include the replacement ones, I tried it again, here’s the screenshot: Sent from my iPhone using Tapatalk
-
Can I survive from 2 Disks Missing, 1 Disabled ?
I followed the steps, looks like somethings wrong here, the 2 missing disks were not emulated (screenshot). I still have old config files (disk.cfg and super.dat) so I think I can scroll back to old config but I don’t know why the missing disks were not emulated. Sent from my iPhone using Tapatalk
-
Can I survive from 2 Disks Missing, 1 Disabled ?
I’m thinking of the possible way to restored the array to the state that just after the New Config. Sine it’s now an empty array, suppose I assign all disks (except the 2 missing) manually as what they were before New Config, how do I make the array know that there were 2 missing disks? Sent from my iPhone using Tapatalk
-
Can I survive from 2 Disks Missing, 1 Disabled ?
I’ve got my new disk, so I was trying to follow re-enable disk 1, however, after New Config I didn’t go on, instead I shutdown to replace the disk. When I restart, the array were empty, none of slots were assigned, can I assign all slots manually (I remember the previous assignments) and go ahead ? Or there’s any way to restore the old config and restart the re-enable procedure again? Update: I noticed the diagnostics data contains a backup of the old config, if I put the backup files to USB boot stick, will it restore to the old array config? Sent from my iPhone using Tapatalk
-
Can I survive from 2 Disks Missing, 1 Disabled ?
Thanks trurl, I’ll give it a try when my new disk (to replace the dropped one) arrives. Sent from my iPhone using Tapatalk
-
Can I survive from 2 Disks Missing, 1 Disabled ?
You’re right. For the disk 11, it’s disabled for quite some days, I didn’t know if it’s really bad or just cable issue, even if it’s still useable its data must has been out of sync because there were data written to array after it’s disabled. My only hope is that if I could re-enable disk 1, then the raid would be able to emulated disk 2 and 11. Is this even possible? Sent from my iPhone using Tapatalk
-
Can I survive from 2 Disks Missing, 1 Disabled ?
Nope, there’re 2 missing disks, and 1 disabled as shown in the attached screenshot. I didn’t try to start the array as I was scared to make it worse. Sent from my iPhone using Tapatalk
-
Can I survive from 2 Disks Missing, 1 Disabled ?
Hi, I'm having a serious problem and really need help! My array lost a disk couple of days ago (the disk was disabled), but since I have 2 parity disks, I didn't replace it immediately but kept using for some more days. Today, my new disk arrived, I was trying to replace the bad one, but a good disk dropped on the ground by accident, then when I put all disks back into array (the disabled was replaced with a new disk), I was surprised to find that 2 disks were missing (one is the old disabled disk which is expected, another is the dropped one), 1 was disabled. I was confused about the disabled one 'cos it was working fine before last shutdown. I tried to mount it manually and seemed everything's ok, SMART quick test also done without error, so I think it's just fine but it's still disabled. Now I'm in a situation that 2 disks are missing, 1 is disabled. Can some one enlighten me the correct way to handle this? Diagnostic data attached. Thank you. George. unraid-diagnostics-20210807-0025.zip
-
[support] Bungy's docker repository
Hi Bungy, It's my first time using MySQL docker, I'd like to put database in another folder instead of the default /mnt/user/appdata/mysql, however it seems like the mysql server only works with the default folder, anything else will not work. Is it a bug or just designed to be like that? Thank you. George
-
[Plugin] unbalanced
To be honest, I have no idea how to setup my Mac and router to work with IPv6, hence it never worked for me. The link 'Open Web UI' points to an IPv4 URL http://10.0.1.21:6237, but it's listening on and IPv6 port, this is weird. George
-
[Plugin] unbalanced
Hi, I've just installed unbalance plugin, but it only binds to IPv6 port 6237, is there an option to make it bind to IPv4 as well ? Thank you. George
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Ah, I didn't notice there's a serf in Nerd Tools, thought it's installed by default. Thank you!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Where can I get the missing libraries ? I added serf. I don't get it, tried searching for it with command: find /usr -name '*serf*' got: /usr/src/linux-4.4.30-unRAID/fs_reiserfs_super.patch /usr/src/linux-4.4.30-unRAID/fs_reiserfs_resize.patch /usr/local/emhttp/plugins/dynamix/scripts/reiserfs_check /usr/lib64/libsvn_ra_serf-1.so /usr/lib64/libsvn_ra_serf-1.so.0 /usr/lib64/libsvn_ra_serf-1.so.0.0.0 /usr/lib64/libsvn_ra_serf-1.la /usr/lib64/python3.5/sqlite3/test/userfunctions.py /usr/lib64/python3.5/sqlite3/test/__pycache__/userfunctions.cpython-35.pyc /usr/lib64/python3.5/sqlite3/test/__pycache__/userfunctions.cpython-35.opt-1.pyc /usr/lib64/python3.5/sqlite3/test/__pycache__/userfunctions.cpython-35.opt-2.pyc /usr/lib64/python2.7/sqlite3/test/userfunctions.pyc /usr/lib64/python2.7/sqlite3/test/userfunctions.py /usr/lib64/python2.7/sqlite3/test/userfunctions.pyo /usr/share/pkgconfig/libsvn_ra_serf.pc There seems no serf library, any suggestions ?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Hi, I was trying to setup a svn server with Nerd Tools, the svnserve and svnadmin worked great, however, when I was trying to svnsync from another server, I got this error message: Where can I get the missing libraries ?
-
Pimp Your Rig
Nice clean layout. Mine started like that LOL. Now its a rats nest. Wiring is a pain, with so many cables there's no way to do back wiring, hope I don't have to deal with cables again 'cos I've put all SDDs and HDDs into bays.
-
Pimp Your Rig
-
Passwordless SSH login
Good idea! Consider we always login to unRAID server with root, there's no need to provider multiple authorization key files.
-
Passwordless SSH login
LOL, someone's faster than me.
-
Passwordless SSH login
1. On Linux or Mac, use ssh-keygen to generate a key pair, there'll be 2 files generated, a private key file (e.g. id_rsa) and a public key file (e.g. id_rsa.pub); 2. On your unRAID server, enter folder /root/.ssh (create the folder if it doesn't exist), then edit the file /root/.ssh/authorized_keys (create the file if it doesn't exist), and copy/paste the contents of public key file (id_rsa.pub) into authorized_keys. If you have multiple Linux/Mac computers, you may put multiple public keys into authorized_keys, one in a line; 3. Change permission of authorized_keys to 600: chmod 600 /root/.ssh/authorized_keys Now you can ssh into unRAID w/o entering password. However, after reboot, you'll lose everything in /root folder, so you need to find a way to keep everything during a reboot. Here's how I made it: 1. Create a script /boot/config/ssh/setup_ssh_client.sh: #!/bin/bash SSH_DIR=/root/.ssh mkdir ${SSH_DIR} chmod 755 ${SSH_DIR} cp /boot/config/ssh/authorized_keys ${SSH_DIR}/authorized_keys chmod 600 ${SSH_DIR}/authorized_keys make it executable: chmod 755 /boot/config/ssh/setup_ssh_client.sh 2. Copy the previously created authorized_keys into /boot/config/ssh folder cp /root/.ssh/authorized_keys /boot/config/ssh/ 3. Edit /boot/config/go and add the following line at the end, so that our setup script can be called during reboot: /boot/config/ssh/setup_ssh_client.sh All done. Now your ssh settings will be setup automatically at reboot.