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

TUMBLEWEED Some of the text is boxed/squared and not readable


TUMBLEWEED Coming From L.T.S. Kubuntu Linux - Couple Of Initial Questions...

$
0
0
Hi,

I've been using L.T.S. Kubuntu Linux for many years.
I've recently had interest in running a "Rolling Release" Linux distribution.
Looked at all the various rolling release distro's and did not like any of them except for openSUSE Tumbleweed 64Bit.

I've successfully installed openSUSE Tumbleweed 64Bit(K.D.E. Plasma) on two old computers(laptop and thin client)
The above two computers are not mission-critical hardware, just some older systems I had lying around the office.
My initial opinions of Tumbleweed K.D.E. are that it seems pretty good.

Here are the questions:
1. How to install current proprietary nVidia display driver?
2. Does current VirtualBox work on Tumbleweed? (would use an existing Genuine Windows 10 virtual machine)
3. Does Valve's Linux Steam game client work?
4. How "stable" is Tumbleweed? Does it break often and require sophisticated knowledge of Linux to fix it constantly?
5. Can Tumbleweed cook me diner?

Let me know, would love to get off the L.T.S.(Long Term Support) bandwagon...

Jesse

People of openSUSE: An Interview with Ish Sookun

$
0
0
Can you tell us a bit about yourself? I live on an island in the middle of the Indian Ocean (20°2′ S, 57°6′ E), called Mauritius. I work for a company that supports me in contributing to the openSUSE Project. That being said, we also heavily use openSUSE at the workplace. Tell us about your […]

More...

TUMBLEWEED Errore hosts

$
0
0
Good morning
virtualbox 6.1.2-1.4
The error that gives me is the following:
drm: vmw_host_log [vmwgfx] error failed to send host log mess.
how can i solve?
thank you

OTHER VERSION [42.3] Certbot installation with ACMEv2

$
0
0
Hello,
I'm working on a 42.3 server and I want to get to HTTPS.
After Certbot installation, it says that I need to use ACMEv2 now, ACMEv1 is not used anymore.
The Certbot version is 0.15, it seems that to use ACMEv2 Certbot must be at least at 0.22... (in the configuratio file, putting
Code:

server = https://acme-v02.api.letsencrypt.org/directory
gives the error :
Code:

Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
An unexpected error occurred:
KeyError: 'Directory field not found'
Please see the logfiles in /var/log/certbot for more details.

I'm not good at managing servers, so I would like to ask you : is there a way to get a updated version of Certbot ?
I have downloaded the 0.30 version on github, but I try to install it via pip it says that my version of pip is too old of course :
Code:

You are using pip version 7.1.2, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

So, do you think using Certbot on a 42.3 is possible (and how ), please ?
And if finally not possible, do you know another ACME client that I could use on the 42.3 ?

Thank you in advance.

Using nnet for prediction, am i doing it right?

$
0
0
I'm still pretty new to R and AI / ML course techniques. I would like to use a neural net for prediction, and since I'm new I would just like to see if this is how it should be done.
As a test case, I'm predicting values of sin(), based on 2 previous values. For training I create a data frame withy = sin(x), x1 = sin(x-1), x2 = sin(x-2), then use the formula y ~ x1 + x2.
It seems to work, but I am just wondering if this is the right way to do it, or if there is a more idiomatic way.
This is the code:

require(quantmod)#for Lag()
requre
(nnet)
x
<- seq(0,20,0.1)
y
<- sin(x)
te
<- data.frame(y, Lag(y), Lag(y,2))
names
(te)<- c("y","x1","x2")
p
<- nnet(y ~ x1 + x2, data=te, linout=TRUE, size=10)
ps
<- predict(p, x1=y)
plot
(y, type="l")
lines
(ps, col=2)

LEAP 15.1 Kmail future?

$
0
0
Kmail has some very nice features and I've been using it for at least 15 years, but the Kmail/PIM package seems to have become cumbersome and buggy.

A major problem is that indexing (I think) can suddenly consume so many system resources that all other work effectively stops. The only way out is to hit the processor power button, restart the system, then login and kill Kmail before it begins indexing again. (Both the baloo indexer and the akonadi indexing agent have priority "very low".)

This and other problems have been around for years but KDE shows no apparent interest in fixing them.

Possible replacements included in the Leap 15.1 distribution include:

  • Thunderbird, a possibility but far from perfect, and it supports 'maildir' storage.
  • Trojitá is now a KDE Qt product, which may or may not be a recommendation given Kmail. It's described as an IMAP client but apparently supports POP3 & SNMP. Storage format?
  • Evolution - supports maildir storage, but I read somewhere lines are hard-coded to wrap at 72 characters so paragraphs don't display properly.

GNUMail sounds good, but isn't in the Leap distribution and doesn't seem to be actively maintained.

Does anybody have a recommendation?

David L.

LEAP 15.1 DUAL BOOT OpenSuSE Leap 15.1 Internet speed is very slow

$
0
0
Dual Boot Windows 10 and OpenSuSE. Windows gets speeds of 236 MBPS. Cat 6 Ethernet connected using different browsers getting 34.2 MBPS when I should be getting 236 MBPS.
Can someone help me troubleshoot this issue?

TUMBLEWEED Problem with html5 video

$
0
0
I am trying to see movies at one site from chromium and the player of the site says: error code html5_video:4
From firefox it says that "The browser does not support the playback of this video"
What can i do?
Thank you in advance!

TUMBLEWEED KDE Plasma 5.18 unlock widgets

$
0
0
Version 5.18 needs the following command to unlock widgets:

Code:

qdbus org.kde.plasmashell /PlasmaShell evaluateScript "lockCorona(false)"

LEAP 15.1 Running our of memory for drush.php commands

$
0
0
In Leap 15.1, php is not reading the memory limit (4000M) I have set in /etc/php7/apache2/php.ini and also in /srv/www/htdocs/php.ini.
info.php displays memory_limit as 4000M
But
Code:

# php -r 'print ini_get("memory_limit") . "\n";'
128M

When I try to run drush in a script, I get
Code:

PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /srv/www/htdocs/public_html/vendor/bin/drush.php on line 5
My computer has lots of memory.
How do I change the php memory limit globally? I copied php.ini into /root/.drush but that did not help.
I also have trouble running composer, having to prefix the command with
Code:

COMPOSER_MEMORY_LIMIT=-1 composer

RPMLINT ask for -fPIE and -pie compiler flag. But it was not recognized.

$
0
0
I tried to build Molequeue package here: https://build.opensuse.org/package/s...reat/molequeue

RPMLINT want me to built with -fPIE/-fpie in compiler flags and -pie in linker flags.


Code:

RPMLINT report:
[  35s] ===============
[  37s] molequeue.x86_64: W: position-independent-executable-suggested /usr/bin/molequeue
[  37s] This executable should be position independent (all binaries should).  Check
[  37s] that it is built with -fPIE/-fpie in compiler flags and -pie in linker flags.

But I add the flag like so.

Code:

%prep
%setup -q

%build
export CFLAGS="${CFLAGS} -fPIE"
export CXXFLAGS="${CXXFLAGS} -fPIE"
export LDFLAGS="${LDFLAGS} -pie"

%cmake -Wno-dev \
 -DENABLE_RPATH:BOOL=OFF \
 -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES \
 -DCMAKE_SKIP_RPATH:BOOL=YES \
 -DENABLE_TESTING:BOOL=OFF \
 -DBUILD_DOCUMENTATION:BOOL=ON \
 -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
 -DPYTHON_EXECUTABLE:FILEPATH=python3 \
 -DCMAKE_BUILD_TYPE:STRING=Release ..

%make_build

pushd docs
doxygen
popd



%install
%make_install -C build

Some how, it was not recognized. Same RPMLINT warning. What did I do wrong?
Thanks.

TUMBLEWEED Encrypted Hard Drive Passphrase Must Be Entered Twice At Boot?

$
0
0
Hi,

Clean fresh install of openSUSE Tumbleweed 64Bit(K.D.E. Plasma).
During installation setup I encrypted my hard drive.

When I boot up the computer, the encrypted passphrase must be entered twice?
First time is a console(GRUB) and second time is a GUI(says "Tumbleweed" on bottom)?

Happens on two different computers.
Any ideas?
Thanks!

Jesse

.meetup.com/openSUSE-NL/

$
0
0
Zoals het er nu naar uit ziet, gaat de site https://www.meetup.com/openSUSE-NL/ stoppen.
Er zijn allang geen activiteiten en bezoekers.
Mocht 1 van hier het in de lucht willen houden dan kan dat, ik zie het nut er niet zo van in.

TUMBLEWEED Wayland

$
0
0
It's probably blindingly obvious but what is the difference between the Wayland and Full Wayland login options ?

Ta

Mal

TUMBLEWEED Unwanted kernels no longer automatically purged

$
0
0
Since the later versions of the 5.4 kernel, I've had to run zypper purge-kernels to delete unwanted kernels after zypper dup.

I saw the related bug https://bugzilla.opensuse.org/show_bug.cgi?id=1162353 on Bugzilla, and thought I'd wait to see if the problem would be resolved in an upcoming snapshot. But so far, it hasn't been. I dup'd today to the 20200211 snapshot and kernel 5.5.2-1.

The multiversions line in my /etc/zypp/zypp.conf file is:

Code:

multiversion.kernels = latest,running
Yast --> Services Manager shows no 'purge kernel' service available.

TUMBLEWEED Correct Method To Install Current VirtualBox?

$
0
0
Hi,

Installed openSUSE Tumbleweed 64Bit K.D.E. on one of my mission critical computers...
Currently setting up everything.
What is the correct method to install current VirtualBox?
I have an existing Win 10 virtual machine I wish to use.
Let me know, thanks!

P.S. - Nice O.S. so far :)

Jesse

[security-announce] openSUSE-SU-2020:0219-1: moderate: Security update for docker-runc

$
0
0
openSUSE Security Update: Security update for docker-runc ______________________________________________________________________________ Announcement ID: openSUSE-SU-2020:0219-1 Rating: moderate References: #1160452 Cross-References: CVE-2019-19921 Affect...

More...

TUMBLEWEED Having Trouble Installing Some Applications On A Fresh Install...

$
0
0
Hi,

Used L.T.S. Kubuntu for many years.
Today I installed openSUSE Tumbleweed 64Bit K.D.E. on my main desktop.

I am having some problems installing some of my required applications:
- ATOM editor - won't install(internal error)?
- Microsoft Skype - won't install(internal error)?
- Google Chrome - won't install(internal error)?
- BleachBit - Tumbleweed support missing?

One other thing:
- How to change computer name in console?

Let me know, thanks!

Jesse

TUMBLEWEED ExpressVPN Setup - It seems that the expressvpn daemon is not running.

$
0
0
Hi,

Almost have a 100% operational system...

Trying to get ExpressVPN working.

When I follow below instructions I get error in terminal:
Code:

jlp@new-host-3:~> expressvpn activate
Cannot connect to expressvpnd daemon.

It seems that the expressvpn daemon is not running. Please run "sudo service expressvpn restart" to start it.

If the problem persists, please contact us.

Any ideas?
When I run "sudo service expressvpn restart" in terminal I get below:
Code:

jlp@new-host-3:~> sudo service expressvpn restart
[sudo] password for root:
service: no such service expressvpn

Instructions:
https://www.expressvpn.com/support/v...linux/#install

Thanks!

Jesse
Viewing all 40713 articles
Browse latest View live


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