The small linux problem thread

Just wiped FreeNAS and setting up Ubuntu for my fileserver. Going to try Ubuntu over Fedora this time. Supposedly better ZFS support. I think I’m going to not do encryption this time.

Anyway, does this smart data look bad? It looks bad to me. All eight disks are similar.

  1 Raw_Read_Error_Rate     0x000f   108   099   006    Pre-fail  Always       -       20192640
  3 Spin_Up_Time            0x0003   096   096   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       44
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   077   060   030    Pre-fail  Always       -       51674752
  9 Power_On_Hours          0x0032   081   081   000    Old_age   Always       -       17040
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       44
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   099   000    Old_age   Always       -       0 0 4
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   074   055   045    Old_age   Always       -       26 (Min/Max 25/33)
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       0
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       7
193 Load_Cycle_Count        0x0032   024   024   000    Old_age   Always       -       153698
194 Temperature_Celsius     0x0022   026   045   000    Old_age   Always       -       26 (0 18 0 0 0)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   198   000    Old_age   Always       -       228
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       7030h+58m+30.310s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       8411809740
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       486769893058

Any reason for this? Considering building a ZFS NAS and encryption would be a must, so just wondering if there’s issues.

FreeNAS and encryption of the storage pool was a hassle. Especially when replacing failed drives. I got one failed drive replaced, but never could get the second one done. It sucked.

In the past I did LUKS encrypted drives then did ZFS on Linux under that. This worked just fine. I don’t know if I am going to try to do the native encryption with ZoL or not. Maybe to test, not sure.

But I feel like I should figure out if my drives are borked or not. They all have similar SMART data with really high values.

1 Like

is there a easy way to back up the user settings and applications from gnome on Fedora? Is it a file I can just copy and replace?

I was thinking of reinstalling Fedora 30 on my laptop, because I installed some crappy exes with wine. I think it’s easier to nuke the laptop drive then try to delete the wine files.

Should be a hidden folder in your home directory. That is only for your user though. Will be a .gnome folder.

1 Like

Is there a way to get a list of apps installed?

I think yum list installed.

man yum will be your best bet to see if that is right. You should be able to pipe that to a file and on the new system have yum look at that file to install them on the new system.

I am relearning how to administer RHEL systems after working on Debian, Ubuntu, and Arch for so long. I have not touch RHEL or Fedora since they made the transition from Red Hat Linux to RHEL and Fedora. I thin DNF is the new way of managing installs on RPM based systems?!

can yum list detect different repositories? I am currently using DNF. Would I just copy the output of
DNF list and just have fedora install the list output?

We are on RHEL 6.9-ish at work. The have not graduated to DNF yet. I would say yes that should work, but I have not experience with it as of yet.

Yum list installed will display in the right hand column which repository the RPM was installed from. I don’t know if DNF does this or not.

1 Like

Is there any way to setup a proxy configuration manually on Xubuntu?
I’m trying to run it on a VM for testing some apps we want to try out on the hall but our network has a Squid proxy server than has no automatic configuration link or script.

If you are using gnome, you would configure that in Network Settings.

If you are using NetworkManager, then you can manually specify your proxy settings and assign it an interface.

What are you using to manage your network connectivity?

Hey Everyone,

I’m sorry if this has already been answered before - but I’m having an issue with wifi on Fedora 30. It keeps cutting out every 5-10 minutes ish and i turn the wifi adapter off in settings, turn it back on, and then I’m good to go. It looks like the wireless card is supported ( https://linux-hardware.org/index.php?id=pci:168c-0030-168c-3112 ). I’d appreciate any ideas or fixes. Thanks!

Mr Domsch posted this in another thread:

You should just be able to do a


cat /var/log/dnf.rpm.log | grep -iB 1 "<dnf install command> <package-name>"

on Fedora for DNF… At least according to this guy dnf has a application log https://forums.fedoraforum.org/showthread.php?304779-DNF-equivalent-of-var-log-yum-log

2 Likes

Has anyone experienced issues with Nvidia driver 435.21 where thwe HDMI audio is not working? I’m on Fedora 30 and using Negativo17 repo

Just like last time i have a Problem booting latest Fedora 30 on my Ryzen 3600:


Any clue what this could be or how to solve this?

Edit: First results. From bugzilla it sounds like the regular Workstation ISO doesn’t get updated. The Respins ISOs seem to get updated frequently including the patch for this. Am now downloading the Workstation ISO from here: https://dl.fedoraproject.org/pub/alt/live-respins/ Maybe this works. If not, i guess i’ll give Endeavour a go.

It likely will. There were kernel and systemd issues when the Ryzen 3000 launch happened. They’ve since been fixed, but if the primary ISO isn’t updated, you won’t get the fixes.

A bit off topic, but is there any compelling reason to update from Fedora 29 to 30? I’m already on 5.0 kernel.

Anything you install in wine should just be in your ~/.wine directory if the default wineprefix was used. You only need to delete that directory. Some shortcuts might remain in your desktop folder and in ~/.local/share/applications that you also will want to delete.

2 Likes

F29 will eol when F32 comes out.

1 Like

Try this iw dev wlan0 set power_save off
your wlan device name may be different.

1 Like