OneFiveRhema

Members
  • Posts

    9
  • Joined

  • Last visited

OneFiveRhema's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Hello, I am receiving "Invalid Credentials" on the default user name and PW on a fresh install. I tried changing the default e-mail variable on another attempt and that didn't seem to work either. Any ideas? Edit: I'm not sure how I got to that state, but no matter what I tried I was unable to get logged in as the superuser. I finally uninstalled the docker and deleted the appdata starting over from scratch. I was able to login using [email protected]/MyPassword.
  2. That totally worked! I thought I had tried every possible option during install, but I guess I forgot that one. Thanks again for your help!
  3. If I remove the ISO VNC takes me to a Shell. I still don't seem to have network or the ability to SSH into the server. Ifconfig reveals no IP address set, even though it said DHCP was working during autocofig on setup. I've changed focus at this point and am using the SQL Docker container. It drives me nuts that I can't get this server working, but I've spent a lot of hours troubleshooting it and I don't have more to waste. Thanks again for your help.
  4. Thank you for the suggestion, I really appreciate you taking the time to help. Looking at my XML it appears that the boot order is already set correctly. Here is my VM XML: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>UbuntuSQLserver</name> <uuid>4c58769a-024b-f57a-02c4-9f644a7717fa</uuid> <description>sql server</description> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='6'/> <vcpupin vcpu='1' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/4c58769a-024b-f57a-02c4-9f644a7717fa_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/UbuntuSQLserver/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/ubuntu-16.04.6-server-amd64.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <interface type='bridge'> <mac address='52:54:00:f0:22:21'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </memballoon> </devices> </domain>
  5. Hello, I have been following the instructions in this video: https://www.youtube.com/watch?v=QGa3uA7-QOQ to install Ubuntu server as a VM. I have followed everything exactly. I know the video is a few years old, but the process seems like it is the same. The installation process goes all the way through and seems to be fine, but when I reboot the VM after finishing it takes me to the same boot from ISO screen to start the install process over again. It's like the server never actually starts. What am I missing here? TIA
  6. I switched over to delugevpn and was able to get that working correctly. I appreciate the help.
  7. That's discouraging, I was hoping I was missing something obvious. I set them to that because I was logged in as root and I checked the ID and it was 0 for both. It was a desperate attempt to get it working.
  8. Did you ever find a solution? I'm having a similar problem. My log doesn't seem to have a specific error so I'm a little lost. Using OpenVPN provider: PROXPN Supplied config US Seattle.ovpn could not be found. Using default OpenVPN gateway for provider proxpn Setting OPENVPN credentials... adding route to local network 192.168.1.0/24 via 172.17.0.1 dev eth0 Thu Mar 14 04:35:51 2019 us=492872 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 Thu Mar 14 04:35:51 2019 us=492939 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 Thu Mar 14 04:35:51 2019 us=492948 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 Thu Mar 14 04:35:51 2019 us=493143 Current Parameter Settings: Thu Mar 14 04:35:51 2019 us=493159 config = '/etc/openvpn/proxpn/default.ovpn' Thu Mar 14 04:35:51 2019 us=493169 mode = 0 Thu Mar 14 04:35:51 2019 us=493177 persist_config = DISABLED Thu Mar 14 04:35:51 2019 us=493184 persist_mode = 1 Thu Mar 14 04:35:51 2019 us=493190 NOTE: --mute triggered... Thu Mar 14 04:35:51 2019 us=493213 326 variation(s) on previous 5 message(s) suppressed by --mute Thu Mar 14 04:35:51 2019 us=493221 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019 Thu Mar 14 04:35:51 2019 us=493235 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08 Thu Mar 14 04:35:51 2019 us=493759 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info. Thu Mar 14 04:35:51 2019 us=493769 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Thu Mar 14 04:35:51 2019 us=494322 LZO compression initializing Thu Mar 14 04:35:51 2019 us=494393 Control Channel MTU parms [ L:1622 D:1212 EF:38 EB:0 ET:0 EL:3 ] Thu Mar 14 04:35:51 2019 us=494436 Data Channel MTU parms [ L:1622 D:1450 EF:122 EB:406 ET:0 EL:3 ] Thu Mar 14 04:35:51 2019 us=494464 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 512,key-method 2,tls-client' Thu Mar 14 04:35:51 2019 us=494471 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize512,key-method 2,tls-server' Thu Mar 14 04:35:51 2019 us=494481 TCP/UDP: Preserving recently used remote address: [AF_INET]50.7.88.172:443 Thu Mar 14 04:35:51 2019 us=494509 Socket Buffers: R=[212992->212992] S=[212992->212992] Thu Mar 14 04:35:51 2019 us=494518 UDP link local: (not bound) Thu Mar 14 04:35:51 2019 us=494525 UDP link remote: [AF_INET]50.7.88.172:443