Issue with openmandriva lx 3.0

Hi i get a lot issue with outdated lx 3.0
I have ryzen platform, so its works nice with installer, but have a lot issue with outdated firefox, and skype that is not easy to install, a lot of RPM package, works poor on openmandriva, also deb packes, so i guess its because outdated design?
OpenMandriva Main Testing x86_64
firefox-no-66.0.2-1-omv2015.0.noarch.rpm

But get package not find.

How did you install nvidia drivers? its so much hard than ubuntu\kubuntu.

urpmi kernel-release-headers kernel-release-desktop-devel kernel-release-desktop-devel-latest dkms pkgconfig

But that do its stock up, not possible to boot without error message, i guess kernel give issue with my platform? easy way to fix?

Welcome @lmh1 to OpenMandriva forum.

OpenMandriva is a small group of contributors at present and all are volunteers.

I’ll try to answer the actual questions first:

OM Lx 3 is our current stable release OM Lx 4 is still in development so I’m not sure what is meant by outdated design? They are quite a bit different and we do expect OM Lx 4 to be a lot better in many respects.

That is not firefox that is a language package for firefox. You have to install that either with or after installing the matching firefox-66.0.2-1-omv2015 package for your architecture.

I don’t have nvidia hardware I hope someone else will answer this. But we do have users with nvidia hardware. Some use the opensource nouveau driver and some use the proprietary nVidia driver.

OK, here we get to a point where you post is not specific enough, at least for me, to do much. We have a post that explains how you can help us to help you here. Please help us to help you.

Hope this is helpful.

![IMG_1437|690x387](upload://5IRKeBg6zexYCmbqGHnAlC2HB5y.jpeg) 
![IMG_1438|690x387](upload://7lV8GAj7yQVVhRwpa5K6NWOnXZy.jpeg)
try https://www.diskusjon.no/uploads/monthly_04_2019/post-175531-0-96419100-1556474185.jpg
https://www.diskusjon.no/uploads/monthly_04_2019/post-175531-0-11839200-1556474193.jpg

why can i not upload images? i get error its not allowed? The same with URL.

Can you make script that update firefox?
urpmi.addmedia open Mandriva Main Testing x86_64 https://openmandriva.pkgs.org/3.0/openmandriva-main-testing-x86_64/

Sitatramme
OM Lx 3 is our current stable release OM Lx 4 is still in development so I’m not sure what is meant by outdated design? They are quite a bit different and we do expect OM Lx 4 to be a lot better in many respects.

But its use much of design of old Mandriva\Mandrake from 2012 or older.
Its almost the same, without LX 4 that use DNF istead i think than URPMI.

Post-edit: At first I thought you might not be doing something right but on looking in to this more there may be a problem. You’ll see more in a post below. This entire post is edited to correct my possible error.

For URL’s I just post them in the reply window or use the chain icon in this screen shot to create hyperlinks:

For screen-shots or .txt files and other files (like .xz compressed) use the UP arrow in this screen-shot:

There are several things wrong with that. Try this:

$ sudo urpmi.addmedia --no-verify Main-Testing http://ftp-stud.hs-esslingen.de/pub/Mirrors/openmandriva/3.0/repository/x86_64/main/testing/

$ sudo urpmi firefox

Now do this:

$ sudo drakrpm-edit-media

which will open a media manager so you can uncheck Main-Testing repo to prevent breaking things.

@lmh1 I am asking infra team guys to look in to why you may be having problems posting things here.

@raphael @jclvanier is there some reason why @lmh1 would be having difficulty posting URL’s or other things here?

Post-edit: I edited post # 4 above to correct my own error.

Right now we are experiencing technical difficulties with OM Lx 4.0 and it is not a good time to try it. The problems are well known and are being worked on. When OM Lx 4.0 is in a state suitable for user testing again you can be very sure we will let everyone know.

The issues we have go back to an unfortunate server crash in our build system and developers are aware and are working on these as I write. Basically we need to recover our gpg key, do a mass rebuild (automatic rebuild of all packages), fix any problems mass rebuild uncovers, produce an ISO which we will test internally, and either that is OK or if not we will fix any issues we can fix and do our next release. Then it should be OK for users to install and update and all other things we normally do. This will take some days and we will report in this forum when we have an ETA for our next ISO’s.

sudo urpmi.addmedia --no-verify Main-Testing http://ftp-stud.hs-esslingen.de/pub/Mirrors/openmandriva/3.0/repository/x86_64/main/testing/

$ sudo urpmi firefox

get this error message, error with downloading aria2-error quit with code 19.
did not find metadata for main testing.

sudo drakrpm-edit-media this can not be done with console module.
I did not get boot lx3 after i tryed to do this, so did you have idea?
Tryed to startX but get xautg file root.serverauth.5527 did not exist.

No I can not explain all the problems you are having. Are you doing this in Konsole? I just did the exact same firefox update again here:

Next one: “sudo drakrpm-edit-media” Ignore all the “Gtk-WARNING” stuff it means nothing useful.

Which will open Configure Media aka: drakrpm-edit-media

All of this stuff is working just fine here. If I can’t reproduce the problem or see what you are doing it is difficult to say what might be wrong.

Post-edit: This is why we continually ask users to show us exactly what they are doing when we are problem solving. Also post all of the output including exact commands. ect. When people start posting only what they think someone else needs to understand their problem things tend to get confused or worse.

This means “If name resolution failed.” which is a DNS error related to network access I think. Anyway got that from here.

Do internet search of “Linux xauth file root.serverauth.5527 did not exist”. That should point you to a solution.

Possible explanation: If .Xauthority is not writable, you probably started a program or X session as root using su from your normal user and screwed up permissions in your home directory.

Possible solution: Try (substitute your actual user name for uname):

$ sudo chown -R uname:users /home/uname

That command should be run in terminal or Konsole. sudo is used to run a command as root or super user which are similar to admin or administrator in Windows.

But i tryed that:
chown -R localhost:larsmartin /home/larsmartin
chrown: invalid user: ‘localhost:larsmartin’

But if i try:
hostname get i localhost.
If i try:
getent password | grep larsmartin
get i larsmartin:x:101:1005 lars martin: /home/larsmartin:/bin/bash

I don’t seem to be the right person to help you.

Post-edit: This:

is not the same as this:

Which would be:

$ sudo chown -R larsmartin:users /home/larsmartin

Also could you please post code as code with the </> icon. It matters.

If you did exactly what I said and it did not work then you have an answer. The answer is that was not the problem so you keep looking for the real cause. As I suggested:

Or you might come up with better search terms than I did.

Hi,
by default the settings for a new user (trust level 0) are:

newuser max links: 2

(How many links a new user can add to a post.)

newuser max images: 1

(How many images a new user can add to a post.)

newuser max attachments: 3

(How many attachments a new user can add to a post.)

I changed the level of @lmh1 to 1. there should no longer be such limitations.

1 Like

Hi @lmh1,

The general form of chown is:
chown -option username:groupname target

In your case, that means:
assuming that your group name is larsmartin

chown -R larsmartin:larsmartin /home/larsmartin

You can verify your group name with:
grep larsmartin /etc/group

Note: localhost always refers to the local system, never a user name.

1 Like

I did not think its a usergroup issue with boot? I still got issue with x.org.

But i found it out, try to use “XFdrake” and reboot, now it works.

sudo urpmi.addmedia --no-verify Main-Testing http://ftp-stud.hs-esslingen.de/pub/Mirrors/openmandriva/3.0/repository/x86_64/main/testing/

$ sudo urpmi firefox

still get error did not find mirror on list from: Index of /3.0/repository/x86_64/main/updates/.

I have issue with LX3 no PCI-E SSD support?

Ubuntu 19.04:

lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0         7:0    0   2,2M  1 loop /snap/irfanview/10
loop1         7:1    0    72M  1 loop /snap/eureka-doom-editor/47
loop2         7:2    0 246,7M  1 loop /snap/gog-galaxy-wine/100
loop3         7:3    0  35,3M  1 loop /snap/gtk-common-themes/1198
loop4         7:4    0  88,6M  1 loop /snap/plexmediaserver/13
loop5         7:5    0 456,4M  1 loop /snap/wine-platform/122
loop6         7:6    0 150,2M  1 loop /snap/opera/34
loop7         7:7    0 184,8M  1 loop /snap/eclipse/40
loop8         7:8    0  53,7M  1 loop /snap/core18/941
loop9         7:9    0  88,2M  1 loop /snap/jgalaxian/40
loop10        7:10   0  82,9M  1 loop /snap/prboom-plus-beidl/102
loop11        7:11   0 246,8M  1 loop /snap/gog-galaxy-wine/104
loop12        7:12   0  21,4M  1 loop /snap/chromium-ffmpeg/13
loop13        7:13   0  89,3M  1 loop /snap/core/6673
loop14        7:14   0  89,4M  1 loop /snap/core/6818
loop15        7:15   0  88,2M  1 loop /snap/jgalaxian/51
loop16        7:16   0 150,2M  1 loop /snap/opera/35
sda           8:0    0   3,7T  0 disk 
├─sda1        8:1    0   128M  0 part 
└─sda2        8:2    0   3,7T  0 part 
sdb           8:16   0   9,1T  0 disk 
├─sdb1        8:17   0    16M  0 part 
└─sdb2        8:18   0   9,1T  0 part 
sdc           8:32   0 238,5G  0 disk 
├─sdc1        8:33   0   284M  0 part /boot/efi
└─sdc2        8:34   0 238,2G  0 part /
sdh           8:112  0 465,8G  0 disk 
├─sdh1        8:113  0   330M  0 part 
└─sdh2        8:114  0 465,4G  0 part 
sr0          11:0    1  1024M  0 rom  
nvme0n1     259:0    0 953,9G  0 disk 
├─nvme0n1p1 259:1    0   500M  0 part 
├─nvme0n1p2 259:2    0 952,9G  0 part /media/larsmartin/506A87826A876396
└─nvme0n1p3 259:3    0   471M  0 part 

Because i know grub2-editor use openmandriva, and ubuntu\kubuntu use Grub Customizer

openmandriva LX3.0
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 3,7T 0 disk
├─sda1 8:1 0 128M 0 part
└─sda2 8:2 0 3,7T 0 part /media/larsmartin/A2AC50B8AC508925
sdb 8:16 0 9,1T 0 disk
├─sdb1 8:17 0 16M 0 part
└─sdb2 8:18 0 9,1T 0 part /media/larsmartin/Spill
sdc 8:32 0 238,5G 0 disk
├─sdc1 8:33 0 284M 0 part
└─sdc2 8:34 0 238,2G 0 part /media/larsmartin/52dfb672-1737-4c15-ad48-208fa13862c3
sdd 8:48 0 465,8G 0 disk
├─sdd1 8:49 0 330M 0 part /boot/efi
└─sdd2 8:50 0 465,4G 0 part /
sr0 11:0 1 1024M 0 rom

Yes abf had some troubles last weeks.
But I just tried your commands:

sudo urpmi.addmedia --no-verify Main-Testing http://ftp-stud.hs-esslingen.de/pub/Mirrors/openmandriva/3.0/repository/x86_64/main/testing/
 
$ sudo urpmi firefox

without any error.
You might also try another mirror.

You are talking about this drive?

nvme0n1     259:0    0 953,9G  0 disk 
├─nvme0n1p1 259:1    0   500M  0 part 
├─nvme0n1p2 259:2    0 952,9G  0 part /media/larsmartin/506A87826A876396
└─nvme0n1p3 259:3    0   471M  0 part

I don’t have such a drive (PCIe SSD) and I cannot give an answer but I’d like to get one :slight_smile: