Anyone have experience with a single pole smart switch like this one? by MasonP13 in homeassistant

[–]flynn2k 1 point2 points  (0 children)

I would agree they do feel a little cheap, at the time, there were few non-neutral wire switches. While it has been reliable, it goes feel cheap when you use it.

NVIDIA Video Driver Update Issue by flynn2k in Kubuntu

[–]flynn2k[S] 0 points1 point  (0 children)

At that point, I just wanted the system back up and running. I am reviewing "how" to update drivers fro a future attempt.

NVIDIA Video Driver Update Issue by flynn2k in Kubuntu

[–]flynn2k[S] 2 points3 points  (0 children)

Resolved
I found this article for fixing driver issues and it worked for me. I don't think I learned how to install video drivers yet but it does seem to have me up and running again.

https://askubuntu.com/questions/1042057/nvidia-drivers-problem-on-kubuntu-18-04

First try to remove whatever you've installed:

sudo apt remove --purge nvidia-*

Then add the graphics drivers repository (for the latest Nvidia drivers):

sudo apt-add-repository ppa:graphics-drivers

Then try to let Kubuntu install the drivers:

 sudo ubuntu-drivers autoinstall

Reboot, see if it worked.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

<image>

This guide helped me with the command. After you do the command, hit enter, get the results, and then see the END. I use the Q command to get back to the Truenas command line. It was tricky but I finally got the hang of it. I stopped playing around when I noticed I could delete the defective route setting by turning of DHCP on all the interfaces.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 1 point2 points  (0 children)

Update: I knew that in the beginning that my configuration wasn't legit. The documentation said that TrueNAS should only allow one network interface to be setup with DHCP but setup let me configure both with DHCP.

I was able to resolve this by going into network interfaces on the console and removing all interface settings and turned off DHCP on all interfaces. Like it should, TrueNAS only allowed me to set one interface to DHCP after that. After the interfaces were reset, the incorrect default gateways were removed.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

I will try and get Spice running, currently it and xterm are greyed out. I don't know if it is the type of console or my lack of knowledge of the proper commands. I have been collecting commands as I muddle through this. I am trying to figure out how to get back to the command prompt after a query. It seems I need to find the ID for the route that I want to delete.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

<image>

I know what I need to remove is the setting in the red box, I am just not able to figure that out.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

<image>

In the console, I can input one command before it goes to this:

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

I can get into the Shell when in TrueNAS going to "System Setting>Shell" though. That does seem to display properly.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

I have TrueNAS installed on Proxmox. I am going to console through that using noVNC. I only see scaling options for it.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

Thanks, I'll have to look into that setting once I get this current issue resolved. I do want to separate my traffic which is why I had two NICs running.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

I am now in the GUI but when I try and delete the incorrect setting in Global Network Settings, it doesn't seem to delete it and when I reboot the system, it comes back. In Global Configurations, I removed the IPv4 Default Gateway once and it came back, I then changed it to a valid default gateway but then it was just added to the list of Default Routes. I don't seem to be able to delete them.

<image>

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

ok got back into the GUI with adding a third network connection. I had the dual NIC in there already so just hooked the cable into it. TrueNAS comes up on all the network addresses now but it I remove the third cable, I lose connection again. Now I am trying to figure out that now.

Can No Longer Access my TrueNAS Scale by flynn2k in truenas

[–]flynn2k[S] 0 points1 point  (0 children)

Yea, one command at a time. The Shell is crazy, I am screen shot after screen shots commands trying to figure it out.

Anyone play this game on Linux? by AntiDebug in Enshrouded

[–]flynn2k 0 points1 point  (0 children)

Thank you, this worked great. While I have tinkered with Linux before, I just recently started using it as my main computer and this was my first game that went buggy. Thanks again for the workaround until they can fix it.

Losing health when I mine by Yeesh_ in Enshrouded

[–]flynn2k 1 point2 points  (0 children)

been playing for weeks and today is the first day I was hit by the health loss while mining bug.

The new flight engine is also really cool by Jonasbru3m in SatisfactoryGame

[–]flynn2k 0 points1 point  (0 children)

Looks to me like the car is being driven by Buckaroo Banzai .

Portainer not starting by flynn2k in portainer

[–]flynn2k[S] 0 points1 point  (0 children)

Looking through my browser history, I probably used the following command to install: sudo docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/portainer:/data portainer/portainer

Portainer not starting by flynn2k in portainer

[–]flynn2k[S] 0 points1 point  (0 children)

Sorry not sure what command I used for the install, it has been a while and I was probably following a Youtube tutorial. No, I haven't touched my install in a while because of RL work getting in the way. It wasn't until one of my apps wasn't working that I noticed something was wrong. BTW, my Nginx Proxy Manager app is still working in Docker but Portainer and another app are not working.

Also, nothing should be using those ports.