vin

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by vin

  1. Update: I re-installed the mariadb docker without password and then I managed to login with root account (no password) - then manually changed the password mysql -u root -p mysql> use mysql; mysql> update user set password=PASSWORD("NEWPASSWORD") where User='root'; mysql> flush privileges; mysql> quit and I managed to login again with new password (both from docker instance and remotely from my windows machine) - Then I restarted the mariadb docker and then I can see it cannot start properly and in a endless loop [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30_config: executing... [cont-init.d] 30_config: exited 0. [cont-init.d] 40-initialise-db: executing... [cont-init.d] 40-initialise-db: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. 170906 08:38:30 mysqld_safe Logging to syslog. 170906 08:38:30 mysqld_safe Starting mysqld daemon with databases from /config/databases 170906 08:38:34 mysqld_safe Logging to syslog. 170906 08:38:34 mysqld_safe Starting mysqld daemon with databases from /config/databases 170906 08:38:37 mysqld_safe Logging to syslog. 170906 08:38:37 mysqld_safe Starting mysqld daemon with databases from /config/databases 170906 08:38:40 mysqld_safe Logging to syslog. 170906 08:38:40 mysqld_safe Starting mysqld daemon with databases from /config/databases 170906 08:38:44 mysqld_safe Logging to syslog. 170906 08:38:44 mysqld_safe Starting mysqld daemon with databases from /config/databases 170906 08:38:47 mysqld_safe Logging to syslog. 170906 08:38:47 mysqld_safe Starting mysqld daemon with databases from /config/databases 170906 08:38:50 mysqld_safe Logging to syslog. Also not from the docker instance itself root@2262d249c970:/# mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
  2. Can someone help me to understand how to connect to the MariaDB instance with `root` login. When I install the docker container I specified a password in Key3: (Container Variable: MYSQL_ROOT_PASSWORD) and then after MariaDB docker container started I tried to connect from my windows machine (MySQL Workbench) but I'm just getting the access denied error "Access denied for user 'root'@'10.0.0.5' (using password: YES)" here my windows machine Ip is 10.0.0.5 Then I connected to my unraid command line and bash into docker container docker exec -i -t c2 /bin/bash and then tried mysql command line to connect mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) Can anyone tell me where is the issue? thanks a lot
  3. Thanks @jonathanm yes just realized that, and I'm creating new one, Thanks again
  4. Hi I'm new the unRAID and I have this very same issue with looping through the installation, again and again Can you tell me where I could change to seabios instead of ovmf This is the setup options I see
  5. Hi All Good news I managed to boot unRAID in non GUI mode successfully, I tried now it few times to make sure it's fine as when I was first trying it only happened once (after CMOS reset) and all subsequent (non GUI mode - defailt) boot failed as I shown in the attached image. What I did was 1. Changed the default boot mode to GUI at the time of creating USB stick, by modifying syslinux.cfg default /syslinux/menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label unRAID OS kernel /bzimage append initrd=/bzroot label unRAID OS GUI Mode menu default kernel /bzimage append initrd=/bzroot,/bzroot-gui label unRAID OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label unRAID OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode label Memtest86+ kernel /memtest 2. Reset/Clear my CMOS 3. So now it comes to the GUI mode by default - so I let it to run GUI mode for the first time and then reboot again and then select the first option (non GUI mode) manually from the menu and then it went fine - didn't stuck at /bzroot as in the previous case. I tried this few times to make sure and it worked fine. Yes, i know it is one additional extra step now to select the first option before it continues with default GUI mode, but I don't care since the plan is to keep it running once booted. So as @itimpi mentioned it could be due to some race condition. I assume now it has overcome it just because the default order is changed - i might be wrong but good news is I'm happy Thanks all. P.S. Anyone knows how to update the topic header with (SOLVED), I don't see any option to edit the title of the thread?
  6. Thanks, @Frank1940, if that is the case then, at least it is a relief, for now I also changed the default boot mode to GUI so I don't need to manually select it when the machine is starting up. I'm not going to use internal Firefox browser so I guess then no problem there. However, I don't get this one because even if we load in console mode it will still use a graphic card/chip I guess, regardless whether it loads GUI or not - am I correct? Thanks anyway, I will play with BIOS settings and update if I get it sorted out.
  7. Thanks @itimpi for the reply, I just tried 6.3.4 and it's giving me the same issue, GUI mode fine but console mode just stuck at the same step. Yeah I have 8GB DDR4 2400 attached so I guess it won't be a problem in memory wise, but it just makes me bit nervous when thinking something is not right somewhere. Who knows what else come up after getting the license and playing with VM, docker etc. I don't know what else to do as I already tried whatever possible. I even tried upgrading MOBO BIOS but it is already with the latest version. (AsROCK B250M Pro 4) Have you seen many others facing the same issue? where only the GUI mode works?
  8. I did reset my BIOS and boot again and this time it started with the first option (unRAID OS) for the first time, and then I restarted and it stuck at the same place. Can't understand why it works for the first time and even with GUI mode but not default. Does unRAID modify BIOS settings once loaded? I really wanted to try unRAID hence I built this new machine. Looks like I have to try with different NAS OS Since it can load in GUID mode I don't see the issue with MOBO or BIOS. What's the downside of running GUI mode on?
  9. Hi This is my very first time trying unRAID and I built new system with Pentium G4560 with 8GB DDR4. I also attached 2x4TB Segate Drives. I downloaded unRAID 6.3.5 version and installed on brand new Samsung 32GB pen drive. As I remember I managed to boot it only once, and after that, I had to restart the machine since I need to move it near my network router. Now I can only boot with GUI mode only. If I select first option in boot menu it stuck at loading ../bzroot. Even if I select Safe Mode (no GUI) it stuck at the same step. However, if I select a boot option with GUI mode then I can continue to the completion and can access unRAID dashboard. Initially, I thought USB files might be corrupted so I re-imaged it again and tried but the same result, then I re-imaged on another USB drive and tried to boot with option 1 but it hung at the same step as before. Can anyone help me on this? should I try lower version other than 6.3.5? Thanks a lot