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

LEAP 15 Cannot install on HP Envy - Internal error (storage exception)

$
0
0
Hello all,

I have been pulling my hair out on attempting to install Leap 15 on an HP Envy bw0000na laptop (i7-8550U, 16Gb RAM, 1 TB SATA, GeForce® MX150). It is my intention to dual boot the existing Win10 with Leap 15. Thus, after the obligatory trip into the BIOS to disable the software guard extensions and secure boot, and enabling virtualisation, I downloaded the full, net and live Leap 15 images, then, one by one, stuck them into USB sticks via Unetbootin. None of them worked.

1. The 3.6 GB OpenSUSE-Leap-15.0-DVD-x86_64.iso got me into a black screen. After a bit of search I added "nomodeset" to Grub and that went as far as the software configuration page, after network and repository setup. Yast 2 said:

"Error: Internal error. Please report a bug report with logs.
Details: Storage::exception.
Caller: /mounts/mp_001/usr/share/Yast2/lib/y2storage/devicegraph.rb:153:in 'initialize'.
Start the Ruby debugger now and debug the issue? (experts only!) Yes/No
"

It wouldn't go any further after that. I downloaded the distro twice, once directly and the second time via torrent, did a SHA256checksum (result: Ok, but also reporting that 14 lines were poorly formatted), and a gpg verification.

2. The openSUSE-Leap-15.0-KDE-Live-x86_64.iso attempt never got into the loader. It stopped at the initial 'Loading udev ..." point.

3. The net version loaded almost completely (indicating 99% at the bottom) but never made it into a graphical screen and got stuck there.

Could anyone please tell me what am I missing? Perhaps I should have have enabled the legacy support in BIOS instead?

If I can't install SuSe I'm returning the laptop.

Hope someone more experienced can help out.
Many thanks!
Enrico

LEAP 15 Disk decryption authorization using domain

$
0
0
My work Windows 10 laptop can authenticate and unlock it's encrypted disk without me needing to insert a pin after each reboot.

Is there a way to replicate this behavior on Leap? Can the disk be decrypted and the system boot up by connecting to an Active Directory, or in any other way?

Need to set up a Linux machine with fully encrypted drives but would be interested in finding a way where I would not need to remember the decryption key myself, and instead have it unlock after I log in to my domain.

Is it possible?

TW: Flamerobin doesn't work

$
0
0
New Tumbleweed install, flamerobin does not run because it cannot find libwx_gtk2u_stc-suse3_0_4 library.

Once I install the libwx_gtk2u_stc-suse3_0_4 library using yast, flamerobin gives a new error:
flamerobin: error while loading shared libraries: libboost_thread.so.1.66.0: cannot open shared object file: No such file or directory

From the IRC help channel, a user determined it might be an out of date spec and updated it on OBS.

So I uninstalled both the libwx_gtk2u_stc library and flamerobin and instead installed the updated version on OBS:
https://build.opensuse.org/package/show/home%3Amrdocs%3Abranches%3Aserver%3Adatabase/flamerobin


Now when I try to run it, flamerobin gives the following error:

fatal error: mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1012,STL containers,compatible with 2.8), and your program used 3.0 (wchar_t,compilerwith C++ ABI 1013,stl containers,compatible with 2.8). Aborted (core dumped)

LEAP 15 Upgrade process from Leap42.3 to Leap15.0

$
0
0
Although the upgrade process is described in the official documentation of openSUSE, I thought of describing the step by step procedure that I followed to upgrade from Leap42.3 to Leap15.0. I have followed the exact same process inside a virtual machine and in a laptop, and in both cases it worked out of the box. However, I cannot guarantee that this will work for you.
Here are the steps that I followed:

1.- You may want to backup the old configuration of repositories, just in case you need to revert to the old version:

cp -Rv /etc/zypp/repos.d /etc/zypp/repos.d_leap42.3

2.- Remove old repositories. First check which ones you have:

zypper repos -d

3.- Check the names and remove all of them with:

zypper rr <name>

4.- Check which repositories are still in the system:

zypper repos -d

5.- Eliminate any remaining old repos using the same process.
(you should end up with an empty list of repositories)

zypper rr <name>

6.- Add the new repositories for the last version. Actually only two repositories are needed for the upgrade process. You should configure only these two:

a.-
openSUSE-Leap-15.0-OSS: the main repository, contains open source software only.

URL: http://download.opensuse.org/distrib...15.0/repo/oss/

To configure this repository execute the command:

zypper ar -f -p 50 -n "Leap15.0_Oss" \
http://download.opensuse.org/distrib...15.0/repo/oss/ \
repo_oss


b.-
openSUSE-Leap-15.0-Update: contains official updates for OSS packages.

URL: http://download.opensuse.org/update/leap/15.0/oss/

To configure this repository execute the command:

zypper ar -f -p 50 -n "Leap15.0_Update" \
http://download.opensuse.org/update/leap/15.0/oss/ \
repo_update

7.- Check that configuration of repositories is correct:
(only the above two repositories should be present)
(also check with a browser that they point to existing addresses)

zypper repos -d

8.- Be sure all repositories are updated:

zypper refresh

9.- Update Zypper and the package management itself with:

zypper patch --updatestack-only

10.- Now download only the new packages, but do not perform installation yet:

zypper dup --download-only

11.- For the actual installation it is safer to run the upgrade from runlevel 3:

Ctrl-Alt-F2

login as root

systemctl isolate runlevel3.target

12.- Verify you current runlevel:
(it should be 3)

Alt-F2

who -r

13.- Run the actual distribution upgrade with:
(the --no-refresh option is needed so that installation will only
use the previously downloaded packages, and there is no need
for network connectivity, which may not be present in runlevel 3)

login as root

zypper --no-refresh dup

14.- Reboot the system with:

systemctl reboot

15.- You may want to add other repositories you normally use.
(these are examples of what I use, yours may be different)
(for sure you would want Leap15.0_Non_Oss and Leap15.0_Update_Non_Oss)

zypper ar -f -p 50 -n "Leap15.0_Non_Oss" \
http://download.opensuse.org/distrib.../repo/non-oss/ \
repo_non_oss

zypper ar -f -p 50 -n "Leap15.0_Update_Non_Oss" \
http://download.opensuse.org/update/leap/15.0/non-oss/ \
repo_update_non_oss

zypper ar -f -p 80 -n "Packman" \
http://ftp.gwdg.de/pub/linux/misc/pa...SUSE_Leap_15.0 \
packman

zypper ar -f -p 80 -n "MEGAsync" \
http://mega.nz/linux/MEGAsync/openSUSE_Leap_15.0/ \
megasync

zypper ar -f -p 80 -n "Skype" \
https://repo.skype.com/rpm/stable/ \
skype

16.- Check configuration of repositories:

zypper repos -d

zypper refresh

17.- Update the new system:

zypper lu
zypper update

18.- I normally force ffmpeg from Packman repository to be sure I have latest codecs:

zypper install --from packman ffmpeg

LEAP 15 Install on my laptop 200GB partition REVISITED

$
0
0
I can't get into windows 10. Leap 15 boots up fine, but the grub2 menu has no Windows 10 listed.
When I try to open the Windows 10 directory in Dolphin, I get all kinds of red error messages at the top.
One of them say it is corrupted, and another indicates in an 'unsafe' place.
The error gave a mount command that failed, and then stated something about 'mount -ro'.

So what did I do wrong this time?
OK, I need to get on that machine and do a fdisk or will it be gdisk for EFI, and show that here, and maybe capture that big red error message when trying to read the Win10 directory.

As far as dual booting, nothing doing at this time.
I hate going through the install over and over(three times now) , and I absolutely hate the partitioner in the installer.
I should have put in Leap 42.3 and then upgraded to 15.0.

TUMBLEWEED Pi-3B/aarch64 zypper dup upgrade 4.16.? --> 4.17.1 won't reboot

$
0
0
Just an FYI for those doing the Raspberry Pi aarch64 distribution maintenance and those contemplating a similar update: I just did a "zypper dup" to update Tumbleweed 4.16.? to 4.17.1 on a Raspberry Pi-3B, and after downloading and installing 2200+ packages, with no error messages, the system won't reboot.

This is not a request for help, just an FYI. I've been burned like this by enough TW updates to decide to abandon using it and stick with Leap (now Leap15). While I really liked TW aarch64 on my Pi-3's and enjoyed exploring its new features, the ongoing investment in debugging complete failures in major system upgrades, in which I might well lose my accumulated work, just isn't justified any more.

LEAP 15 Epson printer driver missing file (that isn't missing)

$
0
0
Recently updated to 15, tried to print today for the first time on my epson printer. The print jobs just hang with pending status in the print queue dialog with the message:
Code:

File "/opt/epson-inkjet-printer-escpr/cups/lib/filter/epson-escpr-wrapper" not available: No such file or directory.
However, the file does in fact exist. Permissions on said file are:

Code:

-rwxr-xr-x 1 root root 14480 Jun 27 23:46 /opt/epson-inkjet-printer-escpr/cups/lib/filter/epson-escpr-wrapper
I'm assuming this is an issue with a link somewhere, although I'm not sure how to track it down. There are no errors from libkcups in the systemd journal.
This is an epson driver downloaded from their website, not an open source driver.

openSUSE 15: Unable to link using Makefile

$
0
0
Hi,

I am trying to compile Fortran 90 programs and have a Makefile for that. I want to link to netCDF libraries (openSUSE 15 provided ones).

I tried to adapt an already available Makefile. These are the relevant lines in my Makefile:

Code:

FC = gfortran

ROOTDIR = /media/work/codes/fortran
SRCDIR = $(ROOTDIR)/src
BLDDIR = $(ROOTDIR)
EXEDIR = $(ROOTDIR)

FPROGS = ascii2nc

NC_C_DIR = /usr/lib/hpc/gnu7/openmpi3/netcdf/4.6.1
NC_FORT_DIR = /usr/lib/hpc/gnu7/openmpi3/netcdf-fortran/4.4.4

NC_C_LIB = $(NC_C_DIR)/lib64
NC_FORT_LIB = $(NC_FORT_DIR)/lib64

NCLIB = -L$(NC_FORT_LIB) -L$(NC_C_LIB) -lnetcdff -lnetcdf

NC_FORT_INC = $(NC_FORT_DIR)/include # netCDF's netcdf.mod file
NCINC = $(NC_FORT_INC)

INCLUDES = -I$(NCINC) -I$(FFTINC)
FOPTS = -Wall -O2 #-fno-range-check
FFLAGS = $(FOPTS) $(INCLUDES)
LFLAGS = $(NCLIB) $(FFTLIB)

VPATH = $(shell cat $(BLDDIR)/Filepath) # 'Filepath' is same as $(SRCDIR)

all: $(FPROGS)

DEPS = depends # Contains list of dependencies

# This writes all dependencies on 'depends'
$(BLDDIR)/$(DEPS): $(BLDDIR)/Srcfiles $(BLDDIR)/Filepath
    $(BLDDIR)/mkDepends Filepath Srcfiles > $@

# This writes all F90 files on 'Srcfiles'
$(BLDDIR)/Srcfiles: $(BLDDIR)/Filepath
    $(BLDDIR)/mkSrcfiles > $@

an_objs = ascii2nc.o shr_vars.o nc_mod.o nl_read.o shr_kind_mod.o \
          grid_gen.o endrun.o
ascii2nc: $(an_objs)
    $(FC) -o $@ $(an_objs) $(FFLAGS) $(LFLAGS)

.SUFFIXES:
.SUFFIXES: .F90 .o

.F90.o:
    $(FC) -c $(FFLAGS) $(LFLAGS) $<

include $(BLDDIR)/$(DEPS)

The error i am getting is:

Code:

gfortran -o ascii2nc ascii2nc.o shr_vars.o nc_mod.o nl_read.o shr_kind_mod.o grid_gen.o endrun.o -Wall -O2  -I/usr/lib/hpc/gnu7/openmpi3/netcdf-fortran/4.4.4/include  -I -L/usr/lib/hpc/gnu7/openmpi3/netcdf-fortran/4.4.4/lib64 -L/usr/lib/hpc/gnu7/openmpi3/netcdf/4.6.1/lib64 -lnetcdff -lnetcdf -lfftw3
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lnetcdff
collect2: error: ld returned 1 exit status
make: *** [Makefile:128: ascii2nc] Error 1

Can someone help?

Thanks.

LEAP 42.3 HP Photosmart C4788 printing incredibly small while printing a brochure in LibreOffice-6.0.5.2

$
0
0
Hi All,

Am trying to print a book-chapter, written on Libreoffice-6.0.5.2, in booklet form with HP Photosmart C4788 printer. The printer is printing in incredibly small letters. Tried to investigate on the net as well in LibreOffice 'Help'. Could not find an answer.

Request help to solve this riddle.

Regards,

RSP2

LEAP 15 My HP laptop doesn't power off with opensuse leap 15

$
0
0
Hi, I have serious problem with oepnsuse leap 15. My laptop doesn't power off when shutdown or restart or closing the lid of it. The screen turns off and goes dark but the fan continues to work and no key works.
I have to press down the power key for some seconds to power off the laptop.
This is my second time that I post this problem and nobody has an answer. Please help me...

OTHER VERSION Kernel versions have gone backwards?

$
0
0
Have the kernel versions from Leap 42.3 to 15 and Tumbleweed gone backwards from previous versions?

Leap 42.3 was running kernel 4.4-ish while 15 and Tumbleweed seem to have fallen backwards to 4.1-ish

TUMBLEWEED How to automatically access FAT32 USB thumb drive with correct permissions

$
0
0
I use hot detection of USB thumb drives. Normally it works well with Dolphin, but if I do an ls from Konsole it reports an empty directory. FAT32 doesn't support permission bits, and editing fstab doesn't seem to be an option given that the flash drive is not static. How can I configure openSUSE so that thumb drives are automatically mounted with, e.g., 755?

Note that I need interoperability among Linux, OS/2 and windoze; OS/2 doesn't support NTFS well and windoze doesn't support JFS, so I'm stuck with FAT32.

Opensuse с

$
0
0
Привет. Удалил ненужные пакеты через Yast, которые установились с системой, но после обновления они снова вернулись, как их безвозвратно удалить? Удалял в Yast через "Дополнительные продукты".

TUMBLEWEED Cryptic unkown file?

$
0
0
Hi,

for some reason a file has appeared in my /home directory:
?Ŷ?Ƶ????

Code:

david@PC:~> ls
bin  Desktop  Documents  Downloads  Music  Pictures  Public  Templates  Videos  ?Ŷ?Ƶ????

Supposedly it's 30kB but it cannot be deleted as it shows the file to be "non-existant":
Where does it come from? What's doing there and how can I get rid of it?

Thanks

LEAP 15 Reinstall Leap 15 again on the laptop

$
0
0
And I would like to know how to make it automatically connect to WiFi.
And how to get kdewallet out of my face. THe last install kdewallet has/had my router password. I hope there are better ways to auto connect to WiFi without having to go through that monster.


Also this is fdisk -l for the last install.
Code:

linux-w38i:~ # fdisk -lDisk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectorsUnits: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 036073BD-199A-4EDC-9D62-78837B4C2F1E


Device        Start      End  Sectors  Size Type
/dev/sda1        64    204862    204799  100M EFI System
/dev/sda2    204863    237630    32768    16M Microsoft reserved
/dev/sda3    237631  84123647  83886017    40G Linux filesystem
/dev/sda4  420597768 975743994 555146227 264.7G Microsoft basic data
/dev/sda5  975745024 976769023  1024000  500M Windows recovery environment
/dev/sda6  84123648 241410047 157286400    75G Linux filesystem
/dev/sda7  241410048 420597767 179187720  85.5G Linux filesystem


Partition 2 does not start on physical sector boundary.
Partition 3 does not start on physical sector boundary.

Partition table entries are not in disk order.

What are the Part 2 and Part 3 lines telling me?
And should I do something about them?

LEAP 15 SSD in a USB drive enclosure

$
0
0
I have an SSD that I removed from my laptop when I installed a new higher capacity drive. I decided to order a USB enclosure to see if it will work in that. I was wondering if there's anything special I need to do to prolong it's life, or if it is handled the same way as an SSD installed internally. I've been searching online for information, and have seen conflicting opinions about whether or not to do "trim" or if it is handled automatically. In fact, all the information I read was conflicting. The Internet is good for that sort of thing. lol!

Until my PC is updated to Leap 15.0 (currently running 42.3), I'll be using this gadget on both, if that matters. For now, this will just be an experiment, I wouldn't try a new SSD until I can be reassured it will be Ok.

OTHER VERSION How to build a dsitro with studio express?

$
0
0
How to build a distro with studio express? I don't understand all the avilable templates meanings can somone explain. Thanks in advance!

LEAP 15 Evolution "View message source" results in blank or almost-blank window

$
0
0
Leap 15.0 running Evolution 3.26.6 against IMAP. Pressing CTRL-U to view a message source should result in exactly that, the message source. However, nothing is displayed in the message source window that opens, or occasionally, simply ":/" appears.

This issue is discussed on a Red Hat Fedora forums here:- https://bugzilla.redhat.com/show_bug.cgi?id=1560312
The issue has been reported to GNOME upstream here:- https://bugzilla.gnome.org/show_bug.cgi?id=794694 but GNOME blames WebkitGTK+ 2.2
There is, however, a workaround posted here:- https://gitlab.gnome.org/GNOME/evolu...mit/c903384a2c
I am unable to find whether WebGTK+ project has accepted the issue, which is claim,ed to be a regression from 2.18

Is there any way in which the workaround can be incorporated into LEAP 15's version of Evolution, or has anyone got any ideas for any other workaround?

TUMBLEWEED coretemp numbering cores incorrectly on Xeon W3670 CPU

$
0
0
https://bugzilla.opensuse.org/show_bug.cgi?id=1100732

This is a minor but noteworthy issue. I wasn't sure where else to report it so I hope posting it with openSUSE still makes sense.

I recently upgraded to an Intel Xeon W3670 CPU (6 cores, 12 threads). It works wonderfully except for one small annoyance: The coretemp temperature sensors don't indicate the correct numbers for each sensor. Instead of naming them "0, 1, 2, 3, 4, 5" they're named "0, 1, 2, 8, 9, 10". This looks like the sensors library might have an issue detecting them correctly.

I attached a screenshot of what this looks like from KSysGuard. Again this is very minor, but it would be nice if the numbers could display accurately.

TUMBLEWEED debug

$
0
0
Hi, im debugung a bit my opensuse but im not sure where to start... Cant get rid of a few errors
Code:

[    0.024000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'[    0.024000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    1.001161] pstore: No deflate compression
[    2.299264] usb: port power management may be unreliable
[    3.438959] systemd: 21 output lines suppressed due to ratelimiting
[    3.794048] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    3.799490] ACPI: Invalid active0 threshold

Some ideas?
Viewing all 40713 articles
Browse latest View live


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