LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-25-2016, 11:07 AM   #1
Speedy624
Member
 
Registered: Dec 2011
Distribution: Leap 42.1 & Windows 7
Posts: 45

Rep: Reputation: 1
Leap 42.1 VLC Segmentation Fault


I use Leap 42.1 and after an update VLC has stopped working. When I try to run the program via the terminal it say Segmentation fault.

I was asked to run 'zypper lr -d' and 'zypper se -si vlc' at the freenode iRC channel and then told uninstall and reinstall, how this has done nothing to help.

How can I fix this as i'm clueless?

Code:
zypper lr -d
#  | Alias                           | Name                                    | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                                      | Service
---+---------------------------------+-----------------------------------------+---------+-----------+---------+----------+--------+--------------------------------------------------------------------------+--------
 1 | download.nvidia.com-leap        | nVidia Graphics Drivers                 | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.nvidia.com/opensuse/leap/42.1                            |        
 2 | download.opensuse.org-non-oss   | Main Repository (NON-OSS)               | Yes     | (r ) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/leap/42.1/repo/non-oss/        |        
 3 | download.opensuse.org-non-oss_1 | Update Repository (Non-Oss)             | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/42.1/non-oss/                   |        
 4 | download.opensuse.org-oss       | Main Repository (OSS)                   | Yes     | (r ) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/leap/42.1/repo/oss/            |        
 5 | download.opensuse.org-oss_1     | Main Repository (Sources)               | Yes     | (r ) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/source/distribution/leap/42.1/repo/oss/     |        
 6 | download.opensuse.org-oss_2     | Main Update Repository                  | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/42.1/oss                        |        
 7 | dvd                             | dvd                                     | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://opensuse-guide.org/repo/openSUSE_Leap_42.1/                       |        
 8 | ftp.gwdg.de-suse                | Packman Repository                      | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_Leap_42.1/            |        
 9 | linuxdownload.adobe.com-linux   | Adobe Flash Plugin                      | Yes     | ( p) Yes  | Yes     |   99     | rpm-md | http://linuxdownload.adobe.com/linux/x86_64/                             |        
10 | openSUSE-42.1-0                 | openSUSE-42.1-0                         | Yes     | (r ) Yes  | No      |   99     | yast2  | cd:///?devices=/dev/disk/by-id/ata-ATAPI_iHAS124_E_3524703_2L8445505585  |        
11 | packman                         | packman                                 | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://packman.inode.at/suse/openSUSE_Leap_42.1/                         |        
12 | repo-debug                      | openSUSE-Leap-42.1-Debug                | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/42.1/repo/oss/      |        
13 | repo-debug-non-oss              | openSUSE-Leap-42.1-Debug-Non-Oss        | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/42.1/repo/non-oss/  |        
14 | repo-debug-update               | openSUSE-Leap-42.1-Update-Debug         | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/update/leap/42.1/oss                  |        
15 | repo-debug-update-non-oss       | openSUSE-Leap-42.1-Update-Debug-Non-Oss | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/update/leap/42.1/non-oss/             |        
16 | repo-source                     | openSUSE-Leap-42.1-Source-Non-Oss       | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/source/distribution/leap/42.1/repo/non-oss/ |        
17 | repo-update                     | openSUSE-Leap-42.1-Update               | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/42.1/oss/                       |
Code:
zypper se -si vlc
Loading repository data...
Reading installed packages...

S | Name        | Type    | Version    | Arch   | Repository        
--+-------------+---------+------------+--------+-------------------
i | libvlc5     | package | 2.2.4-32.1 | x86_64 | Packman Repository
i | libvlc5     | package | 2.2.4-32.1 | x86_64 | packman           
i | libvlccore8 | package | 2.2.4-32.1 | x86_64 | Packman Repository
i | libvlccore8 | package | 2.2.4-32.1 | x86_64 | packman           
i | vlc         | package | 2.2.4-32.1 | x86_64 | Packman Repository
i | vlc         | package | 2.2.4-32.1 | x86_64 | packman           
i | vlc-codecs  | package | 2.2.4-32.1 | x86_64 | Packman Repository
i | vlc-codecs  | package | 2.2.4-32.1 | x86_64 | packman           
i | vlc-noX     | package | 2.2.4-32.1 | x86_64 | Packman Repository
i | vlc-noX     | package | 2.2.4-32.1 | x86_64 | packman           
i | vlc-qt      | package | 2.2.4-32.1 | x86_64 | Packman Repository
i | vlc-qt      | package | 2.2.4-32.1 | x86_64 | packman
 
Old 12-25-2016, 03:11 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you did not set the repo priories !!!!

and now have a royal mess
( this is documented in the suse wiki documentation and the use of third party repos
and in the packman repo documentation

also WHY is the install dvd a listed and TURNED ON repo ?
Quote:
dvd | dvd | Yes | (r ) Yes | Yes
also you have an ANTIQUE second version of packman repo
"ftp://ftp.suse.de/pub/suse/"

that German language repo is from 2009


remove the install dvd repo
and use the gui "software management "
to search by repo and remove WITH VENDER CHANGE all packmap installed rpm's

you WILL need to look at the version installed in the "versions tab" window and MAKE SURE that oss and suse are the ones used!!!!
then uninstall BOTH packman repos and update

teinstall just the current packmad repo and SET the prioroty to 95
and install vlc

Last edited by John VV; 12-25-2016 at 03:16 PM.
 
Old 12-26-2016, 09:27 AM   #3
Speedy624
Member
 
Registered: Dec 2011
Distribution: Leap 42.1 & Windows 7
Posts: 45

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by John VV View Post
you did not set the repo priories !!!!

and now have a royal mess
( this is documented in the suse wiki documentation and the use of third party repos
and in the packman repo documentation

also WHY is the install dvd a listed and TURNED ON repo ?


also you have an ANTIQUE second version of packman repo
"ftp://ftp.suse.de/pub/suse/"

that German language repo is from 2009


remove the install dvd repo
and use the gui "software management "
to search by repo and remove WITH VENDER CHANGE all packmap installed rpm's


you WILL need to look at the version installed in the "versions tab" window and MAKE SURE that oss and suse are the ones used!!!!
then uninstall BOTH packman repos and update

teinstall just the current packmad repo and SET the prioroty to 95
and install vlc
How do i do the above? Am i removing all my programs or just VLC? I don't understand how to remove with vendor change.
 
Old 12-26-2016, 02:56 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
see the suse documentation
the sdb is old but still works
https://en.opensuse.org/SDB:Vendor_change_update
 
Old 12-28-2016, 08:05 PM   #5
R3dUc3DChoc0LaT
LQ Newbie
 
Registered: Dec 2016
Posts: 4

Rep: Reputation: Disabled
Hi.
So I would strongly encourage you to read the wiki that JohnVV has made some mention of.

The other thing that I would encourage you to do is read the man pages for zypper with regards to organizing and removing unnecessary repos.
I think that is what you are asking in how to do if I am not mistaken.

According to man zypper,

Code:
removerepo (rr) [options] alias|name|#|URI...
           Delete repositories specified by aliases, names, numbers or URIs

so to remove repos, you do the following:
Code:
zypper rr 7
don't forget to
Code:
zypper ref
Also, the 3rd thing that I'd encourage you to do is download a zypper cheat sheat. Many of them on the net.

Last edited by R3dUc3DChoc0LaT; 12-28-2016 at 08:07 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
segmentation fault in C ISIMM Programming 10 12-01-2014 09:32 AM
yast segmentation fault, system freezing - nvidia driver at fault? BaltikaTroika SUSE / openSUSE 2 12-02-2005 09:34 AM
Segmentation Fault (What is that?) jlacroix Fedora 6 11-17-2003 08:32 PM
Segmentation Fault redhatnoob Linux - Software 3 11-13-2003 02:11 AM
Segmentation fault compjinx Linux - Newbie 4 11-09-2003 04:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 01:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration