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

TUMBLEWEED VNC Black Screen Issue

$
0
0
Hello,

I'm posting this here under Networks beings VNC stands for Virtual Network Connection and I don't know where else to post it. It's technically not Virtualization because virtualization implies that it is being run on one computer with another OS running on the same computer at the same time, and the OS I'm tapping into is on another computer.

Anyway...

I set my Dell Studio 540S up as a server type workstation. First time using it using ThinVNC worked like a charm. Second time, I got a blank screen that was black. I tried rebooting and nothing changed I tried deleting the .vnc directory and nothing. I tried just deleting the hosts file and restarting before recreating it, and nothing. I have to do all the directions below if it's going to work. Ultra VNC produced the same issue. PuTTY just gives me a dinging noise after following the directions for VNC access I found online so I can't even try that for VNC. To do the below, I usually log in through PuTTY SSH.

To fix the issue, I shut the vncserver down if it's already running and entered the following commands:

Code:

su

(password entered here)

cat /etc/hosts > /Documents/hostsbackup

rm /etc/hosts

rm -r .vnc

reboot

su

(password entered here)

cat /Documents/hostsbackup > /etc/hosts (I created a backup - see below for information on that)

vncserver

I then create my password again.

If I do not follow this process to a T, the VNC Server does not give anything but a blank (black) screen. A simple reboot does not do the trick. Just deleting the .vnc file does not do the trick. And I checked, the hosts file does not change in the slightest but the only way to get it to work is to delete the hosts file, delete the .vnc directory, reboot, recreate the hosts file, and start the vncserver.

The hosts file has the contents of:

Code:

127.0.0.1    localhost (This is actually changed to my host name - leaving it as localhost generates a bad host name error)
  ::1              localhost ip6-localhost ip6-loopback
  fe00::0        ip6-localnet
  ff00::0        ip6-mcastprefix
  ff02::1        ip6-allnodes
  ff02::2        ip6-allrouters

It also does not matter if I try to tap in through my home network or if I'm out and about and try to connect from my mom's network (and each location is a different log-in as far as what I enter for the computer's address).

Is there anything I can do to not have to go through this process each time? I set this Dell up for a media center to play DVDs and watch Netflix but also to store things like Photos and such to free up cloud space and be able to access my stuff anywhere there is an internet connection for my laptops.

In the meantime, I'm going to set up a few scripts to automate this for the most part... but it would be greatly appreciated if someone could tell me how to fix this permanently instead of this temp fix I figured out.

LEAP 42.2 Freshly installed openSUSE Leap doesn't show login screen under Windows 10 Hyper-V Creators Update

$
0
0
I've installed openSUSE Leap as a Hyper-V virtual machine under Windows 10 Creators Update.
After installation, VM arrives at boot screen but doesn't show it, it remains black.
Switching to a textual terminal session, I can login.
I've tried rebuilding with both Leap stable and nightly DVDs. I've tried also rebuilding and selecting KDE instead of Gnome, same thing, ony KDE shows a ominous message about "The screen locker is broken........ login and execute the command loginctl unlock-sessions......"

I've a log line, when using KDE, in journalctl that says "plymouthd of user 0 dumped core"

Any ideas?

[security-announce] openSUSE Leap 42.1 has reached end of SUSE support

$
0
0
Hi all, With the release of release-notes-openSUSE on May 17th, 2017 the SUSE sponsored maintenance of openSUSE Leap 42.1 has ended. openSUSE Leap 42.1 is now officially discontinued and out of support by SUSE. The currently maintained stable release is op...

More...

TUMBLEWEED Cpufreq Permission Error on boot up

$
0
0
Each time the computer boots I have this error:

The freqset binary in the Cpufreq modules is not owned by root...
It shows in second pop-up this command line:

Code:

sudo chown root/usr/lib64/enlightenment/modules/cpufreq/linux-gnu-x86_64-ver-0.21/freqset
Again should I always start by doing su- before running a command line or more specifically this one?

LEAP 42.2 Bloated environment after installing Nvidia driver

$
0
0
Hello SUSE! I just installed oS for the first time comming from Ubuntu and I love it, up until I installed the Nvidia driver through YasT. I followed the procedure in the documentation but when I rebooted I noticed my desktop environment had been scaled up in size. Icons, windows, test, menus everything is bloated. I went to display settings and it says that it is set to 1920x1080 which is my native res. Upon looking at the systemd journals it seems to suggest that perhaps the noveau driver has taken over my video card (GTX 970). I tried blacklisting noveau but that didn't help. When I go to my hardware detector in YasT it says that my graphics card is currently using the Nvidia drivers. I am lost on what to do next. Has anyone else had this problem:question:

TUMBLEWEED How to install TorGuard Client (VPN app)?

$
0
0
Already try the command line shown below, but the app refuses to start:

Code:

Root privileges are required for installing or uninstalling packages.
ss@linux-2o2k:~> su -
Password:
linux-2o2k:~ # zypper in http://updates.torguard.biz/Software/Linux/torguard-latest-amd64.rpm
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following NEW package is going to be installed:
  torguard

1 new package to install.
Overall download size: 24.5 MiB. Already cached: 0 B. After the operation,
additional 59.8 MiB will be used.
Continue? [y/n/...? shows all options] (y): y
Retrieving package torguard-0.3.69-0.x86_64
                                          (1/1),  24.5 MiB ( 59.8 MiB unpacked)
Checking for file conflicts: .............................................[done]
(1/1) Installing: torguard-0.3.69-0.x86_64 ...............................[done]
linux-2o2k:~ #

This message is shown:

Enlightenment was unable to run the application:

/usr/bin/torguard

The application failed to start.

Anyone can help?

LEAP 42.2 Need help installing wacom configuration GUI

$
0
0
Hello,
I need some help compiling the GUI to configure Wacom tablets (I have a Wacom Bamboo).
You may know that in Plasma 5.x, that GUI does not exist (but it does in Plasma 4.x). I have looked online what I can do and thanks to https://wiki.archlinux.org/index.php...cm-wacomtablet I found 2 links (it is the same package) : https://store.kde.org/p/1127862 and https://aur.archlinux.org/packages/kcm-wacomtablet-frameworks-git/ which are, supposedly, a beta port of the wacom configuration gui, and I need help installing it. (in the ~4 years I have used Linux, I have never successfully managed to build/make/compile anything lol! so maybe I am simply missing a package (doubt it), and the solution will be simple and quick).

I am currently running OpenSUSE in VirtualBox to try it, until I manage to install this GUI then I can make the jump. Please assume that my installation is vanilla (only the codecs are installed).

So I have downloaded the tarball, extracted it, installed the cmake package and followed the readme included in the tarball. unfortunately, one line in the readme gives me an error.

Complete installation instructions :
Code:

$ mkdir build
$ cd build
$ cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release
$ make
$ make install

This line gives me a problem :
Code:

linux-bl8i:/home/azazaz/Desktop/wacomtablet-3.0.0~beta1/build # cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:4 (project):
  No CMAKE_C_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.


CMake Error at CMakeLists.txt:4 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/azazaz/Desktop/wacomtablet-3.0.0~beta1/build/CMakeFiles/CMakeOutput.log".
See also "/home/azazaz/Desktop/wacomtablet-3.0.0~beta1/build/CMakeFiles/CMakeError.log"

I have done some googling but it wasn't very helpful to me ; I do not believe the packages to be broken as comments (even fairly recent) say that it works fine ... so I must be missing packages or dependencies but I am not good enough to tell which or what exactly.

Help me please.
Thanks in advance.

[security-announce] SUSE-SU-2017:1328-1: important: Security update for rpcbind

$
0
0
SUSE Security Update: Security update for rpcbind ______________________________________________________________________________ Announcement ID: SUSE-SU-2017:1328-1 Rating: important References: #1037559 Cross-References: CVE-2017-8779 Affected Products:...

More...

[security-announce] SUSE-SU-2017:1335-1: important: Security update for kdelibs4

$
0
0
SUSE Security Update: Security update for kdelibs4 ______________________________________________________________________________ Announcement ID: SUSE-SU-2017:1335-1 Rating: important References: #1036244 Cross-References: CVE-2017-8422 Affected Products...

More...

[security-announce] SUSE-SU-2017:1336-1: important: Security update for rpcbind

$
0
0
SUSE Security Update: Security update for rpcbind ______________________________________________________________________________ Announcement ID: SUSE-SU-2017:1336-1 Rating: important References: #1037559 Cross-References: CVE-2017-8779 Affected Products:...

More...

TUMBLEWEED soffice.bin (LibreOffice) is pegging a cpu to 100%

$
0
0
Anyone else having a problem with soffice.bin (LibreOffice) pegging a cpu to 100% ? This is occuring for both Calc and Writer (haven't checked anything else).

Interestingly, if I open a sub window, such as the "save as" or via "bullets and numbering" or etc. etc. etc., cpu usage drops back to normal (i.e. 1% range). But as soon as the sub window is closed, and focus is restored to the main window of the respective app (calc, writer), then a cpu gets pegged again.

This really blows goats. Waste of energy and highly distracting (noise from cpu fan kicking into overdrive).

[security-announce] openSUSE-SU-2017:1343-1: important: Security update for smb4k

$
0
0
openSUSE Security Update: Security update for smb4k ______________________________________________________________________________ Announcement ID: openSUSE-SU-2017:1343-1 Rating: important References: #1036245 Cross-References: CVE-2017-8849 Affected Pro...

More...

LEAP 42.2 cannot find -lgfortran44 (Leap 42.1)

$
0
0
Hallo,
I'm a total newbie about recompiling programs.

during a "make" I've found this problem:

/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lgfortran44

I was unable to find where lgfortran44 is, so I've tried different (random) gfortrans... with no success.

I have no idea how to solve this issue.
I've thought to modify the "Makefile" in the following row, but I'm really walking the dark.
LIBS = $(SUBLIBS) -L/usr/lib64 ........ -lgfortran

Can someone help me? Thanks

OTHER VERSION OpenSuse Leap 42.1 end update?

$
0
0
I have OpenSuse 42.1 and from few days no have any new updates, this is end support this version?I must install 42.2?If yes I can do this without lost data? Is possible update from 42.1 to 42.2 or I must download .iso with 42.2 and install from them?

LEAP 42.2 Limit on number of items in KDE Plasma5 (Leap 42.2) panel dropdown lists

$
0
0
Excuse me if I use the wrong vocabulary for KDE Plasma. I have noticed that when I have more than 14 documents open in Okular (yes, I sometimes need them all open at once) only the first 14 are listed in the dropdown (or "dropup") box from the Plasma task panel. A 15th document will half appear at the bottom of the list and any more documents do not appear at all. Experimenting with other applications (such as Dolphin) shows the same limit. Is there any way to tell Plasma that if I want more than 14 files open, then I really do want more than 14 items in the dropdown list, and it really ought to list all of them for me? Or is this limit hard coded into Plasma?

LEAP 42.2 How can I dual boot Windows 10 and openSUSE Leap 42.2 (UEFI) ?

$
0
0
(Well, hello fellow members, it's my first time posting here, so I hope that my post/thread is within posting rules).

Hi, guys. I can describe myself as a Linux Fan/Newbie, I have in past successfully dual booted Windows 10 and Linux Distros (Ubuntu, deepin, Arch Linux, to name a few).
I stumbled across openSUSE on distrowatch in 2016, that's when I started liking it, but the prospect of leaving Windows was scaring me. Now that I have experience in dual booting/multi booting, I thought to dual boot openSUSE & Windows 10. I searched the web for some tutorials, but found none of use. So I request ya'll to guide me on how to dual boot the OS's and disable openSUSE secure boot.

Thanks a Bunch! :)
NightShade256.

PS: My System:

Asus H81M-CS Mobo,
Intel Core i3 4150,
Nvidia GT 710,
4GB DDR3 1600MHz RAM,
Toshiba 1TB HDD.

PC is custom built, secure boot is off, Fast starup/boot is off.
Windows 10 installed in UEFI mode.
~500 Gigs of space unallocated.
6 partitions, 1) MSR reserved, 2) EFI partition created by Windows setup, 3) Windows recovery created by windows setup, 4) OS partition (C:/) created by me in setup, 5) My stuff (D:/) , 6) My stuff (E:/). (All partitions are primary, as disk is GPT).
Thanks Again! :)

TUMBLEWEED zypper recommends conflicting packages?

$
0
0
Today I wanted to install wine and wine-32bit. Zypper told me it would also install two recommended packages: wine-mp3 and wine-mp3-32bit (they are from packman).

But as soon as it tried to install the packages it found conflicts among the requested packages and the recommended ones:

Code:

cris@PolariSuse [~]$ sudo zypper in wine wine-32bit
[sudo] password for root: 
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following 6 NEW packages are going to be installed:
  libGLU1-32bit libglvnd-32bit wine wine-32bit wine-mp3 wine-mp3-32bit

The following 2 applications are going to be REMOVED:
  Cuttlefish Desktop

The following 2 recommended packages were automatically selected:
  wine-mp3 wine-mp3-32bit

6 new packages to install.
Overall download size: 221,8 KiB. Already cached: 38,5 MiB. After the operation, additional 352,9 MiB will be used.
Continue? [y/n/...? shows all options] (y):
In cache libglvnd-32bit-0.1.1~20161222~dc16f8c-3.1.x86_64.rpm                                                                                    (1/6), 175,5 KiB (  1,0 MiB unpacked)
Retrieving package libGLU1-32bit-9.0.0-12.3.x86_64                                                                                                (2/6), 179,4 KiB (485,8 KiB unpacked)
Retrieving: libGLU1-32bit-9.0.0-12.3.x86_64.rpm .................................................................................................................................[done]
In cache wine-32bit-2.6-1.5.x86_64.rpm                                                                                                            (3/6),  18,6 MiB (166,3 MiB unpacked)
In cache wine-2.6-1.5.x86_64.rpm                                                                                                                  (4/6),  19,7 MiB (184,9 MiB unpacked)
Retrieving package wine-mp3-32bit-1.1.39-19.2.x86_64                                                                                              (5/6),  21,1 KiB ( 83,1 KiB unpacked)
Retrieving: wine-mp3-32bit-1.1.39-19.2.x86_64.rpm ...............................................................................................................................[done]
Retrieving package wine-mp3-1.1.39-19.2.i586                                                                                                      (6/6),  21,2 KiB ( 83,1 KiB unpacked)
Retrieving: wine-mp3-1.1.39-19.2.i586.rpm .......................................................................................................................................[done]
Checking for file conflicts: ...................................................................................................................................................[error]
Detected 2 file conflicts:

File /usr/lib/wine/winemp3.acm.so
  from install of
    wine-32bit-2.6-1.5.x86_64 (Main Repository (OSS))
  conflicts with file from install of
    wine-mp3-1.1.39-19.2.i586 (Packman Repository)

File /usr/lib/wine/winemp3.acm.so
  from install of
    wine-32bit-2.6-1.5.x86_64 (Main Repository (OSS))
  conflicts with file from install of
    wine-mp3-32bit-1.1.39-19.2.x86_64 (Packman Repository)

File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous con
tent.
Continue? [yes/no] (no):

Problem occurred during or after installation or removal of packages:
Installation aborted by user                                                                                                                                                         

Please see the above error message for a hint.

Is this expected behavior?

Thank you in advance
Cris

LEAP 42.2 Services Not Starting Despite Having Them Enabled

$
0
0
I have a server running Leap 42.2 and when I boot the server it does not start mysql (mariadb) or apache2 despite the fact the services are enabled using systemctl enable mysql and systemctrl enable apache2. I have to start them manually and I cannot figure out why. I am not real familiar with SystemD and I am guessing the problem is somewhere in there. What do I need to do to get these services to start properly in multiuser mode? Thanks for any help I can get here.

LEAP 42.2 Cannot turn off AutoLogin

$
0
0
Some time ago i set the Auto Login option at
Code:

System Settings > Startup and Shutdown > Login Screen (SDDM) > Advanced > check Auto Login



and now i want to turn it of as system has more than one user.

Although i deselect Auto Login apply and supply root password ... next time i logon nothing has changed. System logs me on automatically

How can i revert this setting please.

Thanks

G

LEAP 42.2 Mapping Screen # to Monitors

$
0
0
I have four monitors running from one video card under nVidia driver .. here is the nVidia screen:



In the nVidia config I have arranged them left to right: DFP-0 | DFP-2 | CRT-0 | DFP-1 (as above), because that is how they exist physically.
So I would like to be able to number the screens as 1-4 left to right as arranged above.
However i can find now way to configure this .. the system defaults to numbering the Screens to 1, 4, 2, 3 .. in that order left to right.

Here is the default state after booting the system ... for MOST of the time :)



Mappings from the nVidia screen under GPU 0 - (GeForce GTX 650Ti) are:
CRT-0 => VGA-0 allocated Screen#2 by LEAP
DFP-0 => DVI-D-0 allocated Screen#1 by LEAP
DFP-1 => HDMI-0 allocated Screen#3 by LEAP
DFP-2 => DVI-D-1 allocated Screen#4 by LEAP

Firstly, is there anyway to choose/configure which monitor is referenced by which Screen Number??

Secondly, why does the system change allocation of Screen Number to Monitors at random it seems when rebooting? viz:




As you can see .. this time on booting the system LEAP has allocated Screen numbers in a different order than as indicated initially???

This plays havoc with my workflow setup each time i restart the system.

I hope i have been able to describe the situation clearly, as it is rather convoluting..

Thanks in advance for any advice.

G
Viewing all 40713 articles
Browse latest View live


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