Quantcast
Channel: openSUSE Forums
Viewing all 40713 articles
Browse latest View live

LEAP 15.1 Btrfs balance

$
0
0
I had a problem with this last week the btrfs-balance ran for two days. I think I know why it was i problem. The disk space was low, so I have tidied up the disk, and this time the balance ran in five minutes and was finished. I would like to see the log so I can understand a little more about what have been done and so on. But when i run:

Code:

dagr@opensuse:~> systemctl status btrfs-balance.timer
● btrfs-balance.timer - Balance block groups on a btrfs filesystem
  Loaded: loaded (/usr/lib/systemd/system/btrfs-balance.timer; enabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/btrfs-balance.timer.d
          └─schedule.conf
  Active: active (waiting) since Sun 2020-01-12 16:04:31 CET; 16h ago
  Trigger: Mon 2020-01-20 00:00:00 CET; 6 days left
    Docs: man:btrfs-balance

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

It seems the log output is not possible to read. Is it anything to do to get those logs?

Dag R

TUMBLEWEED No automount on boot with kernel 5.4

$
0
0
Hi,
I've 2 PCs with the same hw and the same configuration (expect for tumbleweed snapshot).
On PC1 I have Tumbleweed with kernel 5.3 : automount on boot of some partitions work.
On PC2 I have Tumbleweed with kernel 5.4 : automount doesn't work.

PC1 :
Code:

output of lsblk
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
nvme0n1    259:0    0  477G  0 disk
├─nvme0n1p1 259:1    0  260M  0 part /boot/efi
├─nvme0n1p2 259:2    0  40G  0 part
├─nvme0n1p3 259:3    0  40G  0 part /
├─nvme0n1p4 259:4    0  20G  0 part [SWAP]
├─nvme0n1p5 259:5    0  300G  0 part /VM
├─nvme0n1p6 259:6    0  50G  0 part /DatiLinux
└─nvme0n1p7 259:7    0 26,7G  0 part /Scambio

output of journalctl -b | grep mount
gen 13 18:10:41 HPTIZY systemd[1]: Condition check resulted in dracut pre-mount hook being skipped.
gen 13 18:10:41 HPTIZY kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
gen 13 18:10:41 HPTIZY systemd[1]: Condition check resulted in dracut mount hook being skipped.
gen 13 17:10:48 HPTIZY kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
gen 13 17:10:48 HPTIZY kernel: EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: data=ordered
gen 13 17:10:48 HPTIZY kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: data=ordered
gen 13 17:10:48 HPTIZY kernel: EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Opts: data=ordered
gen 13 17:11:03 HPTIZY plasmashell[2013]: org.kde.plasma: invalid metadata "/usr/lib64/qt5/plugins/libkcm_device_automounter.so"

PC2:
Code:

output of lsblk
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
nvme0n1    259:0    0  477G  0 disk
├─nvme0n1p1 259:1    0  260M  0 part
├─nvme0n1p2 259:2    0  40G  0 part
├─nvme0n1p3 259:3    0  40G  0 part /
├─nvme0n1p4 259:4    0  20G  0 part [SWAP]
├─nvme0n1p5 259:5    0  300G  0 part
├─nvme0n1p6 259:6    0  50G  0 part
└─nvme0n1p7 259:7    0 26,7G  0 part

output of journalctl -b | grep mount
gen 13 18:27:53 HPELTMAX systemd[1]: Condition check resulted in dracut pre-mount hook being skipped.
gen 13 18:27:53 HPELTMAX kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
gen 13 18:27:53 HPELTMAX systemd[1]: Condition check resulted in dracut mount hook being skipped.
gen 13 18:27:59 HPELTMAX kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
gen 13 18:27:59 HPELTMAX kernel: EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: data=ordered
gen 13 18:27:59 HPELTMAX kernel: EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Opts: data=ordered
gen 13 18:27:59 HPELTMAX kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: data=ordered
gen 13 18:28:00 HPELTMAX systemd[1]: Unmounting /DatiLinux...
gen 13 18:28:00 HPELTMAX systemd[1]: Unmounting /Scambio...
gen 13 18:28:00 HPELTMAX systemd[1]: Unmounting /VM...
gen 13 18:28:00 HPELTMAX systemd[1]: Unmounting /boot/efi...
gen 13 18:28:00 HPELTMAX systemd[1]: DatiLinux.mount: Succeeded.
gen 13 18:28:00 HPELTMAX systemd[1]: Unmounted /DatiLinux.
gen 13 18:28:00 HPELTMAX systemd[1]: Scambio.mount: Succeeded.
gen 13 18:28:00 HPELTMAX systemd[1]: Unmounted /Scambio.
gen 13 18:28:00 HPELTMAX systemd[1]: boot-efi.mount: Succeeded.
gen 13 18:28:00 HPELTMAX systemd[1]: Unmounted /boot/efi.
gen 13 18:28:00 HPELTMAX systemd[1]: VM.mount: Succeeded.
gen 13 18:28:00 HPELTMAX systemd[1]: Unmounted /VM.
gen 13 18:28:15 HPELTMAX plasmashell[1981]: org.kde.plasma: invalid metadata "/usr/lib64/qt5/plugins/libkcm_device_automounter.so"

As you can see on PC2 partitions /DatiLinux, /Scambio, /VM & /boot/efi are mounted, unmounted, mounted & unmounted .....

Code:

Output on both PCs of fstab (the files are exatly the same except for UUID
UUID=e1c59715-af0e-41ef-9176-ee236cc2e9b1    swap        swap  defaults                0  0
UUID=daf40bed-d6f1-429d-8cbd-0d345f61b41a    /          ext4  defaults                0  1
UUID=70A5-3994                                                /boot/efi  vfat  defaults                0  0
UUID=36a03623-e135-404c-b8a7-a3928d95acea  /Scambio    ext4  data=ordered            0  2
UUID=522e3334-6d7a-442e-b20e-8b49da69e638  /VM        ext4  data=ordered            0  2
tmpfs                                                                /tmp        tmpfs  rw,nodev,nosuid,size=2G  0  0
UUID=f51ffdb8-67a2-4b02-87dd-27bc0d1b3bb6  /DatiLinux  ext4  data=ordered            0  2

What do you suggest to check?

LEAP 15.0 wicked dns-resolver doesn't update /etc/resolv.conf

$
0
0
System is using wicked for network configuration. All network interfaces are configured for DHCP.

Occasionally, /etc/resolv.conf is not updated but instead just contains the boilerplate version.

2020-01-06T17:21:06.951534-05:00 demo nscd: 716 monitoring file `/etc/resolv.conf` (5)
2020-01-06T17:21:40.873617-05:00 demo dns-resolver: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched...
2020-01-06T17:21:40.878649-05:00 demo dns-resolver: You can find my version in /etc/resolv.conf.netconfig

If I copy over /etc/resolv.conf.netconfig to /etc/resolv.conf then name lookups work as expected.

After a few reboots the problem reappears. It appears that the modification-check done by dns-resolver has a bug in it. I have seen this phenomenon on two machines. Once on my laptop (wireless), and several times on a wired box. The box may not have been properly shut down, but I know my laptop was.

While it is just annoying on my laptop, it is more serious on the box as it is shipped to customers and unattended. If the box "doesn't work" at the customer then they have to ship it back to us, and since I don't know what is causing it I don't have any other choice than just hope it doesn't happen again.

I've tried to find any bug reports or solution but (a) I cannot figure out which component "dns-resolver" is, and (b) similar problems seem to be rare.

Does anyone know which component "dns-resolver" is so I can dig though bug reports and fixes?
Has anyone else seen this bug?

LEAP 15.1 Acer Travelmate B113 notebook won't recognize fast SD cards

$
0
0
Slow SD cards are recognized and mounted, but not fast ones(45MB/s).

Code:

#lspci
 04:00.1 SD Host controller: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader (rev 10)

Acer does not support Linux for this machine and does not offer any solutions. Any suggestions would be appreciated.

LEAP 15.1 Need help with dual-monitor setup

$
0
0
I cannot set up two monitors. Used to be able to. Can someone help?

The OS is 15.1. I use KDE.

Two graphic cards are installed, let us call them "small Nvidia" and "big Nvidia". The nvidia driver (G03) drives them both. Big Nvidia is in the first (most important) PCIe slot.

To each card, a monitor is connected. Monitors are quite different. To the small card, an old, a small VGA monitor is connected. To the big card, a new Display Port monitor is connected.

With one card + one monitor, each graphics card works correctly.



Generally, with several variants of dual-monitor setup, only the big card works.

I am able to run nvidia-settings, where there are about four variants of setup. I do one of the setups, save configuration in xorg.conf, then restart.

As the KDE starts, the big monitor starts and I log in. The small monitor is dark. When I go to KDE's settings -> "Display and Monitor", the small monitor is absent. nvidia-settings still shows both monitors.

I have tried many combinations. Sometimes the cursor is seen on the small monitor, but no windows.

I might be missing a setting to be put in xorg.conf. It looks like the two graphical tools (nvidia-settings and "Display and Monitor") don't have important settings in their choices.

TUMBLEWEED Idiomatic way to make persistent configuration changes

$
0
0
Hi all,

I wonder what is an idiomatic way to make persistent changes in OpenSUSE. Examples of changes I am talking about are following:

  • I use this trick to enter my disc encryption password only once during boot. The problem comes from the fact, that I must set /boot mode to 700, and after an upgrade it gets gentley fixed back to 755, which may be a security problem at some point.
  • In order to make audio controls properly working on my laptop, I need to update /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common (yeah, fresh hardware). But this edit can also be wiped at some upgrade, which are frequent for Tumbleweed.


Thanks in advance!

TUMBLEWEED DisplayLink, EVDI, and Kernel 5.4.7-1.1

$
0
0
In the past, as a new Kernel comes out, MalcolmLewis has compiled the latest EVDI for us (and THANK YOU for that!!), but it doesn't seem to be there for Tumbleweed for the latest kernel yet. Is that in the works?

LEAP 15.1 Updates without request

$
0
0
Hi,

is there an issue with the PackageKit update feature? I have an old version of OpenVPN installed, 2.3.8, and this is becuase a limitation in some old firewall a client is using, it seems it is not compatible with openvpn 2.4.x. Still, I noticed that about once a week OpenSuse will upgrade it to 2.4.x without asking. For example, I see a few packages to update, I uncheck openvpn from the list, and the tool upgrades it anyways.

Here is an except from journalctl. You see two packages, needing update, a security update fro mozilla-nss and an update for openvpn.

...
Jan 14 11:45:13 rohan PackageKit[7331]: get-updates transaction /3_eeddceac from uid 1000 finished with success after 14166ms
Jan 14 11:45:13 rohan plasmashell[2035]: plasma-pk-updates: Got update package: "openSUSE-2020-8;1;noarch;http-download.opensuse.org-0da90d63" , summary: "Security update for mozilla-nspr, mozilla-nss" , type: "security"
Jan 14 11:45:13 rohan plasmashell[2035]: plasma-pk-updates: Got update package: "openvpn;2.4.3-lp151.4.3;x86_64;repo-oss" , summary: "Full-featured SSL VPN solution using a TUN/TAP Interface" , type: "enhancement"
Jan 14 11:45:13 rohan plasmashell[2035]: plasma-pk-updates: Transaction "/3_eeddceac" finished with status "success" in 14 seconds
Jan 14 11:45:13 rohan plasmashell[2035]: plasma-pk-updates: Check updates transaction finished successfully
Jan 14 11:45:13 rohan plasmashell[2035]: plasma-pk-updates: Total number of updates: 2
Jan 14 11:45:13 rohan plasmashell[2035]: plasma-pk-updates: Is net online: true
...

I uncheck openvpn from the menu and tell it to update.

...
Jan 14 11:45:24 rohan plasmashell[2035]: qml: Package openSUSE-2020-8;1;noarch;http-download.opensuse.org-0da90d63 selected for update
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Installing updates ("openSUSE-2020-8;1;noarch;http-download.opensuse.org-0da90d63") , simulate: true , untrusted: false
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Is net online: true
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Is net online: true
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Is net online: true
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Is net online: true
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Is net online: true
Jan 14 11:45:24 rohan PackageKit[7331]: new update-packages transaction /4_accbacac scheduled from uid 1000
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Transaction status changed: "setup" "(101%)"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Transaction status changed: "setup" "(101%)"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Transaction status changed: "dep-resolve" "(100%)"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "libfreebl3;3.47.1-lp151.2.9.1;x86_64;http-download.opensuse.org-0da90d63" , info: "installing"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "libfreebl3-hmac;3.47.1-lp151.2.9.1;x86_64;http-download.opensuse.org-0da90d63" , info: "installing"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "libsoftokn3;3.47.1-lp151.2.9.1;x86_64;http-download.opensuse.org-0da90d63" , info: "installing"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "libsoftokn3-hmac;3.47.1-lp151.2.9.1;x86_64;http-download.opensuse.org-0da90d63" , info: "installing"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "mozilla-nspr;4.23-lp151.2.6.1;x86_64;http-download.opensuse.org-0da90d63" , info: "installing"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "mozilla-nss;3.47.1-lp151.2.9.1;x86_64;http-download.opensuse.org-0da90d63" , info: "installing"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "mozilla-nss-certs;3.47.1-lp151.2.9.1;x86_64;http-download.opensuse.org-0da90d63" , info: "installing"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "openSUSE-2020-8;1;noarch;http-download.opensuse.org-0da90d63" , info: "installing"
Jan 14 11:45:24 rohan plasmashell[2035]: plasma-pk-updates: Package updating: "openvpn;2.4.3-lp151.4.3;x86_64;repo-oss" , info: "installing"
Jan 14 11:45:24 rohan PackageKit[7331]: in /4_accbacac for update-packages package libfreebl3;3.47.1-lp151.2.9.1;x86_64;http-download.opensuse.org-0da90d63 was installing for uid 1000
...

And there is openvpn showing up in the list to be installed although it was unchecked in the list of packages to update. Usually then I use zypper to remove openvpn and rpm to install the older version. A few days later PackageKit will do it again. It does not do it at every update, just occasionally, about once a week.

One note perhaps unrelated, the update that it did without request that it did on this Friday there was also a new version of mozilla to update. I cannot tell though if every time it updated openvpn if there was some mozilla related package also being updated. I do not think so.


Any ideas? I did not want to have to download and install openvpn manually but perhaps I have to to keep PackageKit from killing my openvpn connection to the client like it does every week.

LEAP 15.1 Firewall blocking port 3306

$
0
0
Since upgrading to Leap 15.1, I cannot get to my MariahDB.
NMAP on localhost says port is open, but my connecting client (Leap 42.3) can't find route to database and
NMAP says port is closed. My router is a Linksys Smartrouter.

LEAP 15.1 Probably a plasma problem

$
0
0
Hi,

I'm not much of an poster here, I had some problems 2 years back you can look up here
https://forums.opensuse.org/showthre...ation-Launcher

This time is somewhat similar.
In the meantime I have updated to 15.0 and to 15.1 - I also do apply all software updates if they are shown as available.

It started about 3 weeks back very similar to last time (I do NOT have multiple activities (desktops) anymore). Otherwise the system is pretty much the same.
2 different sized monitors
3x 1TB hard-drives
The rest you can see at attached system info screenshot.

It mostly happen when I either:

create a file (no matter if image, video or document) or folder, change a file or folder.
My machine almost seize, if I have a browser open or a folder I can browse/open files with right-click but NOT when I try to open applications by clicking the link/icon

Also I observed that basically all actives are freezing (clock/ torrent downloads), my core temperatures rise to 70Celsius, the machine is working very hard.

After maybe4-5 minutes everything is done. All applications I may have clicked open up, all files or folders I try to close before do now close.

The application launcher is in a "pulsing" mode again. If I try to open any fold-out menu it only shows for a fraction of a second.

Also the drag and drop files into applications like Kdenlive no more work. If I take a video file and drag over to Kden as soon as i reach the app it turns into a red X and file drop is a no-go

Any pointers/hints?
WHat info do you need me to post to assist you determine what might be the bug

Reformat/new install is NOT an option at all.
I use the machine daily at least 2-3 hours mainly to process/post/mail images or videos of clients from the respective days tour (I run a very, very small adven-tour / scuba enterprise). I do not game or run any type of "exotic" application

And please keep in mind: nothing has changed in regards of my English writing/grammar, it still suck. Same so with my geek vocabulary is very limited.



Thanks for your assistance.

LEAP 15.1 Difficulty updating KDE repositories

$
0
0
I'm keen to update KDE Frameworks and Applications, and have followed the instructions at https://en.opensuse.org/SDB:KDE_repositories - using zypper to add the QT5/Frameworks/Applications repos for 15.1 (with priority 75) and running
Code:

zypper -v dup --allow-vendor-change
This completes OK, and after a reboot all is still running (phew!), but KInfocenter reports that I'm still running Qt 5.9.7, Frameworks 5.55.0 and Plasma 5.12.8.
Looking through packages in software management there are a small handful of items that are from the p75 repos (eg knewstuff, kcoreaddons), but most are still coming from Main Repository.

Any suggestions?

Thanks!

LEAP 15.1 Dual boot with with Windows-10: Updating of Kernel has changed the boot-loader settings.

$
0
0
Hi All,

On Dell Inspiron Laptop, Gnome Desktop Environment, the system was dual-booted with Windows-10. On normal online periodic update by the Package Updater, the Kernel was updated.
But on reboot, I find that the Grub setting installed during original installation has been changed. The Grub Menu no longer includes Windows 10. So I cannot boot into windows.
Help needed to restore my original Grub setting. I have no idea how to edit Grub.

Shall be grateful for guidance.

Regards,

RSP2

TUMBLEWEED Asus X570 mainboard sensors issues.

$
0
0
Hi All

I installed a new computer with opensuse Tumbleweed 20200112.
I have been updated sensors to 3.6 and sure super IO chip NCT6798D be found.
but I still can't get fan speed and core temperature and voltage.
I only got Tdie and Tctl.

Does the issues comes from BIOS or just the X570 or mainboard too new ?

Appreciate for your kindly help.


# sensors-detect version 3.6.0
# Board: ASUSTeK COMPUTER INC. Pro WS X570-ACE
# Kernel: 5.4.7-1-default x86_64
# Processor: AMD Ryzen 9 3950X 16-Core Processor (23/113/0)

This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): yes
Module cpuid loaded successfully.
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD Family 10h thermal sensors... No
AMD Family 11h thermal sensors... No
AMD Family 12h and 14h thermal sensors... No
AMD Family 15h thermal sensors... No
AMD Family 16h thermal sensors... No
AMD Family 17h thermal sensors... Success!
(driver `k10temp')
AMD Family 15h power sensors... No
AMD Family 16h power sensors... No
Hygon Family 18h thermal sensors... No
Intel digital thermal sensor... No
Intel AMB FB-DIMM thermal sensor... No
Intel 5500/5520/X58 thermal sensor... No
VIA C7 thermal sensor... No
VIA Nano thermal sensor... No

Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no): yes
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
Found `Nuvoton NCT6798D Super IO Sensors' Success!
(address 0x290, driver `nct6775')
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... No

Some systems (mainly servers) implement IPMI, a set of common interfaces
through which system health data may be retrieved, amongst other things.
We first try to get the information from SMBIOS. If we don't find it
there, we have to read from arbitrary I/O ports to probe for such
interfaces. This is normally safe. Do you want to scan for IPMI
interfaces? (YES/no): yes
Probing for `IPMI BMC KCS' at 0xca0... No
Probing for `IPMI BMC SMIC' at 0xca8... No

Some hardware monitoring chips are accessible through the ISA I/O ports.
We have to write to arbitrary I/O ports to probe them. This is usually
safe though. Yes, you do have ISA I/O ports even if you do not have any
ISA slots! Do you want to scan the ISA I/O ports? (yes/NO): yes
Probing for `National Semiconductor LM78' at 0x290... No
Probing for `National Semiconductor LM79' at 0x290... No
Probing for `Winbond W83781D' at 0x290... No
Probing for `Winbond W83782D' at 0x290... No

Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
Do you want to probe the I2C/SMBus adapters now? (YES/no): yes
Using driver `i2c-piix4' for device 0000:00:14.0: AMD KERNCZ SMBus
Module i2c-dev loaded successfully.

Next adapter: SMBus PIIX4 adapter port 0 at 0b00 (i2c-0)
Do you want to scan it? (YES/no/selectively): yes
Client found at address 0x52
Probing for `Analog Devices ADM1033'... No
Probing for `Analog Devices ADM1034'... No
Probing for `SPD EEPROM'... Yes
(confidence 8, not a hardware monitoring chip)
Client found at address 0x53
Probing for `Analog Devices ADM1033'... No
Probing for `Analog Devices ADM1034'... No
Probing for `SPD EEPROM'... Yes
(confidence 8, not a hardware monitoring chip)

Next adapter: SMBus PIIX4 adapter port 2 at 0b00 (i2c-1)
Do you want to scan it? (YES/no/selectively): yes

Next adapter: NVIDIA i2c adapter 4 at 9:00.0 (i2c-2)
Do you want to scan it? (yes/NO/selectively): yes

Next adapter: NVIDIA i2c adapter 6 at 9:00.0 (i2c-3)
Do you want to scan it? (yes/NO/selectively): yes

Next adapter: NVIDIA i2c adapter 7 at 9:00.0 (i2c-4)
Do you want to scan it? (yes/NO/selectively): yes


Now follows a summary of the probes I have just done.
Just press ENTER to continue:

Driver `nct6775':
* ISA bus, address 0x290
Chip `Nuvoton NCT6798D Super IO Sensors' (confidence: 9)

Driver `k10temp' (autoloaded):
* Chip `AMD Family 17h thermal sensors' (confidence: 9)

Do you want to generate /etc/sysconfig/lm_sensors? (YES/no): yes
Created symlink /etc/systemd/system/multi-user.target.wants/lm_sensors.service → /usr/lib/systemd/system/lm_sensors.service.
Unloading i2c-dev... OK
Unloading cpuid... OK

aquinas@jacquardnet2:~> sensors
k10temp-pci-00c3
Adapter: PCI adapter
Tdie: +40.4°C (high = +70.0°C)
Tctl: +40.4°C

LEAP 15.1 Dual boot Leap-15.1 en Mint-19.1: probleempje

$
0
0
Op mijn pc heb ik zowel Leap-15.1 als Mint-19.1 geïnstalleerd. Bij het opstarten verscheen, zoals ik had ingesteld, het Grub menu van Leap. Maar sinds een paar dagen, waarin beide systemen zijn bijgewerkt, start de machine op met het Grub menu van Mint. En dat wil ik liever niet. Dus deed ik in Leap:

Code:

koos:~ # grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found theme: /boot/grub2/themes/openSUSE/theme.txt
Found linux image: /boot/vmlinuz-4.12.14-lp151.28.36-default
Found initrd image: /boot/initrd-4.12.14-lp151.28.36-default
Found linux image: /boot/vmlinuz-4.12.14-lp151.28.32-default
Found initrd image: /boot/initrd-4.12.14-lp151.28.32-default
Found Linux Mint 19.1 Tessa (19.1) on /dev/sda6
done
koos:~ # grub2-install /dev/sda
Installing for x86_64-efi platform.
Installation finished. No error reported.
koos:~ #

Maar, tot mijn verbazing, start de machine nog steeds op met het Grub menu van Mint.
Kan iemand mij uitleggen wat hier aan de hand is?

LibreOffice, Firefox, Curl Receive Updates in Tumbleweed

$
0
0
Several packages were updated this week for openSUSE Tumbleweed as was expected after the holiday season. Five snapshots of the rolling release have been delivered so far this week after passing the rigorous testing applied by openQA. The releases are trending incredibly stable with trending or recorded ratings abovea 96 rating, according to the Tumbleweed […]

More...

LEAP 15.1 connect tronsmart element force speaker to opensuse linux via Bluetooth

$
0
0
I try to connect tronsmart element force to opensuse linux 15.1 via Bluetooth, to no avail I can see the device on the computer, and the connect- disconnect sounds of Linux are transmitted, but when I try to hear the music with VLC, it does not work. Probably is a very silly thing what I have to change, but at the moment I have no idea what to do . Any suggestions?

TUMBLEWEED Manual Login Not Accepting Correct User Credentials

$
0
0
I cannot login to either via shell or to try out Wayland. The password is correct although I did change the hostname recently.
The username & password work for zypper dup, YaST & su - jst not logging in. When installing the fish shell there was an issue with PAM:

Code:

chsh -s /usr/bin/fish
Password:
chsh: PAM: Authentication failure

LEAP 15.1 2 speakers one wont work

$
0
0
I had this problem before but it stopped when I replaced the speakers. It started again recently when I was trying to make sure the bluetooth dongle would always turn on at startup. It looks like another person had a similar problem on this forum but I dont know if my settings were exactly the same.

Essentially I have two sets of speakers, one for a secondary monitor, and a default set for the computer. I would like use the default set (the monitor and those speakers go to other devices as well), but the default ones will not play sound anymore. They are on and show up in pavucontrol which says they are playing, but no sound is coming out.

lshw gives
description: Audio device
product: GM206 High Definition Audio Controller
vendor: NVIDIA Corporation
physical id: 0.1
bus info: pci@0000:01:00.1
version: a1
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=snd_hda_intel latency=0
resources: irq:17 memory:ed080000-ed083fff


and
description: Audio device
product: 100 Series/C230 Series Chipset Family HD Audio Controller
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 31
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=snd_hda_intel latency=32
resources: irq:127 memory:ed340000-ed343fff memory:ed320000-ed32ffff

with the alsa information at http://alsa-project.org/db/?f=5db4e2...eaa0673c35929f

can I ask for some help?

LEAP 15.1 today's update problem

$
0
0
Hi,
Not sure if this might be noted here or not, but new leap 15.1 update released today prevent my sever to startup.
It hangs after boot menu disappears.
As I use btrfs I use snapper rollback and works fine.
I use AMD threadripper 2950 and WX7100 radeonpro on gigabyte motherboard.

Linux Torvalds on ZFS and the Linux kernel

$
0
0
Instead of posting a link directly to the Linus Torvalds interview,
I'll post a link to the Ars Technical criticism... Not because I'm taking any side but because the article contains some opinion and statement that relates to BTRFS, and can help some come to know issues related to the main alternative to BTRFS

https://arstechnica.com/gadgets/2020...straight-dope/

In this article, the author dings Linus Torvalds for opining on a topic he possibly knows very little and offers his opinion on why the main alternative to ZFS isn't ready for Prime Time...

Quote:

There's only one other widely available filesystem that even takes a respectable stab at providing most of those features, and that's btrfs—which was not available for the first several years of ZFS' general availability. In fact, btrfs still isn't really stable enough for production use, unless you nerf all the features that make it interesting in the first place.
I don't know that I've ever heard a BTRFS maintainer oversell BTRFS or for that matter state a claim that would need to be tested, but I think that everyone in these openSUSE Forums can note how the number of BTRFS related posts needing help has dropped off considerably over the years. It still has a ways to go, but if one were to skim through the Ars Technica viewer comments, one could notice a very large number of systems with 4 disk arrays which AFAIK should be quite suitable for using BTRFS in place of ZFS.

I'm not going to criticize anyone for using ZFS, but will only observe how much more work is involved to set up and maintain what in the end in features approximates what can be set up almost automatically with next to zero effort in BTRFS. We who use BTRFS should still note how some features have been used and tested plenty(eg snapshots) and some used quite a bit less (RAID) and for many nothing can replace a record of longevity to establish a record of reliability. I've also never benchmarked BTRFS vs ZFS nor have had any practical reason to investigate, I've always felt that at least how I use openSUSE BTRFS has been "fast enough."

But, the technical issues of BTRFS and ZFS actually were actually the side show in the latest ZFS dustup...
The central issue is that ZFS is not distributed in the kernel, the reason that's the case and why that won't change soon(legal issues surrounding Oracle's possible patent and copyright claims).
That, and the change in the kernel this past year probably introduced a bit of risk and uncertainty into using ZFS, perfectly within established policy but making ZFS Users mad as heck.

TSU
Viewing all 40713 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>