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

TUMBLEWEED How to Get MP4/H.264 Working on OpenSuSE Tumbleweed

$
0
0
How to Get MP4/H.264 Working on OpenSuSE Tumbleweed


tryed that one:
Code:

sudo zypper addrepo -f http://packman.inode.at/suse/openSUSE_Tumbleweed/ packman
sudo zypper install vlc vlc-codecs k3b-codecs ffmpeg lame gstreamer-plugins-libav gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-plugins-good gstreamer-fluendo-mp3 libdvdcss2^C
sudo zypper dist-upgrade --from packman

error with
Quote:

sox-14.4.2-5.5.x86_64
vlc-vdpau-3.0.6-7.1.x86_64
libvlc5-3.0.6-7.1.x86_64
libgstcodecparsers-1_0-0-1.14.4-4.1.x86_64
libvlccore9-3.0.6-7.1.x86_64
libgstisoff-1_0-0-1.14.4-4.1.x86_64
libgstadaptivedemux-1_0-0-1.14.4-4.1.x86_64
vlc-3.0.6-7.1.x86_64
libgsturidownloader-1_0-0-1.14.4-4.1.x86_64
libgstwebrtc-1_0-0-1.14.4-4.1.x86_64
libgstbasecamerabinsrc-1_0-0-1.14.4-4.1.x86_64
libquicktime0-1.2.4+git20180207.666c35c-1.5.x86_64
bgstmpegts-1_0-0-1.14.4-4.1.x86_64
vlc-codec-gstreamer-3.0.6-7.1.x86_64
libgstwayland-1_0-0-1.14.4-4.1.x86_64
libsox3-14.4.2-5.5.x86_64
vlc-noX-3.0.6-7.1.x86_64
libgstbadvideo-1_0-0-1.14.4-4.1.x86_64
libgstphotography-1_0-0-1.14.4-4.1.x86_64
vlc-qt-3.0.6-7.1.x86_64
gstreamer-plugins-bad-lang-1.14.4-4.1.noarch
vlc-lang-3.0.6-7.1.noarch
gstreamer-plugins-ugly-lang-1.14.4-1.2.noarch


LEAP 15.1 15.1 and nVidia Bumblebee DKMS

$
0
0
Hi !

Are ALL steps described in this article for 15.0 still valid for 15.1?
https://en.opensuse.org/SDB:NVIDIA_Bumblebee

For example, do I need to create these symlinks?

cd /usr/X11R6/lib64/
ln -s /usr/lib64/libEGL_nvidia.so.0 libEGL_nvidia.so.0
ln -s /usr/lib64/libGL.so.1.0.0 libGL.so
ln -s /usr/lib64/libGL.so.1.0.0 libGL.so.1
ln -s /usr/lib64/libGL.so.1.0.0 libGL.so.1.0.0
.......

Its seems there is a type in this article:
https://en.opensuse.org/SDB:NVIDIA_Bumblebee

Scrol down till section: "OPTIONAL: Install NVIDIA driver” -> “Leap releases"
Below “Add the nvidia module to blacklist:"

echo "blacklist nvidia" | sudo tee -a /etc/modprobe.d/99-local.conf
sudo mkinitrd

IMHO it should be “echo "blacklist nouveau" | sudo tee -a /etc/modprobe.d/99-local.conf”.

Please correct if I’m wrong here.Thanks in advance.
Andrei

LEAP 15.1 iptables - remote keep connecting while DROP rule is in effect

$
0
0
As I'm running a public mail-server I want to keep malicious remotes out of the game.
iptables contain these rules:

-A IN_public_allow -p tcp -m tcp --dport 25 -m conntrack --ctstate NEW -j ACCEPT

wich is auto-created by yast firewall to allow incomming TCP traffic on port 25

I also added a few lines for IPs trying to log into smtp with wrong credentials / try to open-relay:

-A INPUT -m conntrack --ctstate NEW --source 185.36.81.61 -j DROP
-A INPUT -m conntrack --ctstate NEW --source 185.137.111.44 -j DROP
-A INPUT --source 185.137.111.145 -j DROP
-A INPUT -m conntrack --ctstate NEW --source 185.234.218.120 -j DROP

but it doesn't matter if I add "-m conntrack --ctstate NEW" or drop any packets - logs show that these "blocked" remote spammers still keep connecting.

What I do wrong? Is this how iptables supposed to work? Or is it somewhat different to block out unwanted remote?

Please don't mention fail2ban - I'm using Apache James (3.3) wich doesn't work with fail2ban and doesn't provide any means to block specific remote addresses.

Thanks for your help in advance,

Matt

LEAP 15.0 SuSE 15 Virtual Desktops all using same background

$
0
0
Finally bit the bullet and binned my trusty 13.2 in favour of Leap 15

So far I have to say I'm pretty underwhelmed....

Biggest issue I have is that I run 4 virtual Desktops across 3 monitors. On 13.2 I was able to set a different background for each of the 4 virtual desktops simply by right clicking on the Desktop area I wanted to change, select configure Desktop settings and then selecting the image from file to go on that screens Desktop background.

When I try to do that on Leap 15, say on Desktop 1 screen 1, that image gets displayed on screen 1 Desktops 1,2,3 & 4. Same thing happens on screens 2 and 3. So at the moment I'm stuck with the same same triple screen wallpaper on all 4 Desktops.

I've tried changing the option of Desktop and Folder view but that makes no difference. I cant see any other options to change..

So is it still possible to have different backgrounds on different Desktops? If so what's the secret??

Thanks in advance

Forums performance degrading

$
0
0
I don't know at the moment if it's due to my Internet connection, but if others are seeing the same as myself the Forums are slow, and today sometimes not posting properly (I'd expect there should be clues in the logs). I'm now sometimes seeing errors where the Forums thinks I posted an empty reply, sometimes returning me to wrong page (expect to see the Forum thread with my reply attached).

And, to a certain extent I'm curious if even this post will succeed...

Problems are random, not exactly the same in all cases but all related to posting.

TSU

Qt5: Can't get bold text in QTextEdit with monospace font (Courier)

$
0
0
I can't get bold text in QTextEdit with monospace font (Courier). Anyone have any ideas? Worked in Qt4, porting to Qt5, but no luck with this one problem. Using Leap 15.0 and Qt 5.9.4

LEAP 15.1 Flatpak - TLS/SSL issues

$
0
0
Since the beginning of last week I've started having enormous problems with Flatpak on OpenSUSE. On both Leap 15 and 15.1 I can't download nvidia runtime from Flathub (which basically makes most of the apps fail). I get something along those lines:

Code:

Installing: org.freedesktop.Platform.GL.nvidia-430-14/x86_64/1.4 from flathub
[#=                  ] Downloading files: 1/1 569 bytes       
error: While downloading https://us.download.nvidia.com/XFree86/Linux-x86_64/430.14/NVIDIA-Linux-x86_64-430.14-no-compat32.run: Error writing data to TLS socket: The specified session has been invalidated for some reason.

Also some apps (Discord for example) fail to install with similar output.
On Leap 15 I've been able to pull the runtime by downgrading gnutls and libgnutls packages - something I can't do on 15.1 . Sadly that does not mean the end of the issues - now Discord and Slack report connection issues. Steam is another wicked beast - now it shows "SSL certificate error", so I can't browse the store. Also chat can't connect. Updates to my library download though (some games report connection issues). Lastly RSS Feed reader - it is able to pull only limited selection of feeds (BBC for example), while reporting connection problems on most.
Any ideas what can I try to make Flatpaks work again?
Tried it on Solus - and it seems to work correctly. On Fedora got similar problems.

OTHER VERSION Upgrade to Leap 15.1 - need advice

$
0
0
Hi everyone,
I am considering to upgrade to Leap 15.1, but I am concerned about how I should proceed.
Last year, I tried Tumbleweed by changing the repos for a short time (my initial install was Leap 15.0).
But then I had to work on a project and could not afford the time to troubleshoot any problem I could have encountered with Tumbleweed (and I have an Nvidia gtx970), so I went back with Leap's repos.

So I guess my question is: Should I do a clean install of Leap 15.1 or is it safe to proceed with the recommended procedure?

Also, how is Tumbleweed now with Nvidia? I am also considering going back to it.

Thanks!

LEAP 42.3 OpenSUSE security and examine a system.

$
0
0
Hello.
I installed OpenSUSE 42.3 and I enabled firewall by "yast" . Today, OpenSUSE sending a lot packets and used all of the internet bandwidth, I want to know is OpenSUSE a good distro for server?
How can I understand the server hacked or not hacked? Which log files must be check?
I just installed Apache and I guess its default configuration banned access to Apache files.

Thank you.

LEAP 15.1 dd to make botable USB - architecture dependent?

$
0
0
If I create a bootable 15.1 USB under MBR, will it also work under UEFI?

I have a USB for 15, and it works for both, but I forgot how I created it. I think it was with the 'dd' command line. Not sure!

I may need *** for what I deem a bad upgrade my HP compaq dc7700 desktop.(I have another post about that)

LEAP 15.1 Upgrade from 15 to 15.1 on my desktop - maybe not so good

$
0
0
I have upgraded our Leap machines to 15.1 using the information at https://en.opensuse.org/SDB:System_upgrade
It went smoothly with no hiccups.

The laptops went in clean and no after install problems that I can see so far.

But the HP Compaq dc7700 desktop is another story.
With 15 it booted well and fairly fast even with having a windows storage drive mounted at boot.
Seldom did I get messages about 'ada4'(the storage drive) and a LOT of messages about 'a start job running for LVM2 monitoring ......', and another 'start job running....' related to a drive(the storage drive probably). I have looked for the exact phrasing in the log file(s), but haven't found them yet/

After the upgrade, my boot times have gone up significantly(from 25 to 40 seconds to over a minute or more) due to all the 'start jobs running for????.......' what ever reason.
I have since removed the windows storage drive from fstab, and now I am still getting all that 'start job running for LVM2......' , AND a popup after it finally boots asking for root OK mounting that drive.
I don't want it mounted at boot until I can get the boot process running smoothly again(wish I knew how!), and I don't want that popup asking for root ID.

Twice I was informed I needed to input root ID, or Control-D to continue,but that just got me a command line prompt.

Both of the laptops and 'storage partitions' mounted at boot, and neither of them are having boot problems.

So I am considering starting all over with a bootable USB for Leap15.1 to see if that helps the long and mostly problem plagued boot on the desktop. No big deal, I would use the NET iso file so it gets all the latest it needs to do the install.(another thread asks about the USB creation for MBR/UEFI).

So, advice->> continue investigating or re-install and start from scratch?
Or is there a way to 'zypper dup' it again to reinstall?

One more thing to windows free!

$
0
0
My iPod 4th generation touch! When and if it can ever be used in opensuse, then I will never hae to ope another windows client.

LEAP 15.1 Update with packman repos?

$
0
0
I know I have been here before but I would be glad for finding a better solution. I have to update several computer from leap15 to 15.1. SInce I have to pay according to how much I download I downloaded the DVD (USB) version. That way I only have to download the bulk of the software once. Putting the DVD/USB in and selecting "upgrade" when it comes to software selection it tells me I have to sort out file conflicts manually. THese are all the multimedia files from packman and I have the choice to change the vendor to openSUSE or to break the dependencies. So manually I have to go through (feels like 100 times) to select the vendor change from packman to opensuse.
After the installation I want to install the codecs and I have to manually select vendor change from openSUSE to packman. It would be so much easier to include the packman repos for the upgrade and be done with it. However I could not find a place where you can add repos. THe install programme selects and sets up only the 4 openSUSE repos. I know I could add the repos and do a network install with zypper dup but then I have to pay more for several times the same download.
I am sure I am not the only one who comes across this problem with the multimedia repo. Can repos be somehow included during the install? Did I just not find where this can be done or is there a better option?

LEAP 15.1 Cannot download Leap 15.1 ISO file with a torrent

LEAP 15.1 AMD Threadripper amd WX7100 GPU support

$
0
0
Hi there,
I 've been using Tumbleweed on my workstation with AMD threadripper 2950 and GPU WX7100.
All was working fine with regards to the hardware.
However, due to some stability I needed for my applications, I wanted to use Leap 15 instead.
Lead 15 had an issue with Threadripper for terminal detector and Thunderbolt ports.
I tried yesterday to install New Leap 15.1 on KVM to test it again.
It seems still cannot detect my thunderbolt ports, despite all backports added from 4.19 kernel.
What is the best way if I really want to use Leap15.1 and my hardware works with no issue on my machine?
P.S. I tend to use the GPU for some Machine learning applications, so AMD driver is needed instead of free driver.

LEAP 15.1 NoMachine Desktop Icon don't Work. (KDE desktop)

$
0
0
Since the fresh install of leap 15.1 and the installation of NoMachine 6.7.6-11 I am unable to get the desktop Icons to run or create working file associations for NSX extensions. This dose work on leap 15.0.
Also the installation did not create menu entries to the application in the KDE start menu for the user but it did for root?
Not sure where to start to resolve?

LEAP 15.0 /home warning of low disk space

$
0
0
on my TUXEDO InfinityBook Pro 15 v4 with 2Tb SSD disk, 58Gb /home EXT3 partition, 32Gb RAM, I have the warning of low disk space but I didn't copy anything in /home, I noted it appears when I'm copying some big files in 1.5 Tb /dati NTFS partition, may be not related but why this warning (set if space goes below 200Mb and dolphin bar shows about 187Mb)? how can I solve?
manythanks, ciao, Pier

LEAP 15.1 Bug in Spyder 3

$
0
0
Hello,

I would like to report what I believe to be a bug in spyder3. I've been reading about reporting bugs in openSUSE wiki and since I do not have experience in bug reporting it was advised to search for forum support. Moreover if I want to file a bug report I would want to be accurate on my report, thus this post.

The issue is concerned with the IPython console in Spyder and I have found two distinct problems:

1) When a code is run with F5, the following command line is run in the IPython console as usual:
Code:

runfile(FILENAME, wdir=PATH)
However this time it seems that the console gets stuck upon the first F5 press, only getting through the code execution after a second F5 press. The code is than run and a copy of the command appears on the next console prompt.

2) When using the IPython console, whenever an error occurs (either a simple typo or any other error kind), any further commands are broken, displaying the message:
Code:

ERROR: execution aborted
While I realize the first is really a minor issue, the second behaviour is moderate and quite hinders my workflow. It can overcome this by restarting the console but this isn't a permanent solution, since it actually doesn't correct the issue.

I tried to figure if it is really a problem with Spyder3 or IPython, so I opened a terminal window, ran ipyhton and tried to reproduce the error. Something as simple as calling an undefined variable would be enough produce the error, that is all subsequent commands getting "ERROR: execution aborted". It showed that everything's OK in IPython called from the terminal window and only in spyder3 this problem occurs. So I believe that the bug is in spyder3.

What are your thoughts on this? Should I go ahead and file the bug? Or is there a simpler solution?

LEAP 15.0 How to install pwgen ?

$
0
0
I searched Yast > Software Management > pwgen

but got no results. Then I went to https://software.opensuse.org/ found pwgen but when I tried to install with one click install the installation failed saying pwgen failed to install.

How can I install pwgen ?

LEAP 15.1 Question about upgrade and removing/disabling 3rd party repos

$
0
0
What is the reason for removing or disabling 3rd party repos during the upgrade?
Viewing all 40713 articles
Browse latest View live


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