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

TUMBLEWEED ntp problem after snapshot 20160905

$
0
0
Hello,

after the snapchot installation I restarted the PC and received a start error for ntp
Code:

# systemctl status ntpd.service
● ntpd.service - NTP Server Daemon
  Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor preset: disabled)
  Drop-In: /run/systemd/generator/ntpd.service.d
          └─50-insserv.conf-$time.conf
  Active: failed (Result: start-limit) since Thu 2016-09-08 17:51:11 CEST; 30s ago
    Docs: man:ntpd(1)
  Process: 3368 ExecStart=/usr/sbin/start-ntpd start (code=exited, status=0/SUCCESS)

Sep 08 17:51:11 hpprol2 systemd[1]: Failed to start NTP Server Daemon.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Unit entered failed state.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Failed with result 'resources'.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Service hold-off time over, scheduling restart.
Sep 08 17:51:11 hpprol2 systemd[1]: Stopped NTP Server Daemon.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Start request repeated too quickly.
Sep 08 17:51:11 hpprol2 systemd[1]: Failed to start NTP Server Daemon.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Unit entered failed state.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Failed with result 'start-limit'.


I have uninstalled ntp package and reinstalled after removing all files/directories related to ntp in /etc /var/lib. I reconfigured the ntp server in Yast but on exit I received an error.
trying to start ntpd via "systemctl start ntpd" gives still the error
Code:

journalctl -xe
Sep 08 17:51:11 hpprol2 ntpd[3379]: ntpd 4.2.8p8@1.3265-o Mon Sep  5 20:41:38 UTC 2016 (1): Starting
Sep 08 17:51:11 hpprol2 ntpd[3379]: Command line: /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf
Sep 08 17:51:11 hpprol2 ntpd[3380]: proto: precision = 0.140 usec (-23)
Sep 08 17:51:11 hpprol2 ntpd[3380]: switching logging to file /var/log/ntp
Sep 08 17:51:11 hpprol2 ntp_intres[3381]: Cannot reopen log file /var/log/ntp, Permission denied
Sep 08 17:51:11 hpprol2 ntp_intres[3381]: blocking_getaddrinfo can not queue response
Sep 08 17:51:11 hpprol2 start-ntpd[3368]: Starting network time protocol daemon (NTPD)
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: PID 3380 read from file /var/run/ntp/ntpd.pid does not exist or is a zombie.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Daemon never wrote its PID file. Failing.
Sep 08 17:51:11 hpprol2 systemd[1]: Failed to start NTP Server Daemon.
-- Subject: Unit ntpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ntpd.service has failed.
--
-- The result is failed.                                                                                                                                                               
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Unit entered failed state.                                                                                                           
Sep 08 17:51:11 hpprol2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Failed with result 'resources'.                                                                                                       
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Service hold-off time over, scheduling restart.                                                                                       
Sep 08 17:51:11 hpprol2 systemd[1]: Stopped NTP Server Daemon.                                                                                                                         
-- Subject: Unit ntpd.service has finished shutting down                                                                                                                               
-- Defined-By: systemd                                                                                                                                                                 
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel                                                                                                                 
--                                                                                                                                                                                     
-- Unit ntpd.service has finished shutting down.                                                                                                                                       
Sep 08 17:51:11 hpprol2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Start request repeated too quickly.                                                                                                   
Sep 08 17:51:11 hpprol2 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=s
Sep 08 17:51:11 hpprol2 systemd[1]: Failed to start NTP Server Daemon.
-- Subject: Unit ntpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ntpd.service has failed.
--
-- The result is failed.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Unit entered failed state.
Sep 08 17:51:11 hpprol2 systemd[1]: ntpd.service: Failed with result 'start-limit'.

I tried to solve the permission error about /var/log/ntp
Code:

cd /var/log
hpprol2:/var/log # ls -ld ntp
-rw-r--r-- 1 root root 6630  8 sep 17:56 ntp
hpprol2:/var/log # chown ntp:ntp ntp

I restarted ntp via "systemctl start ntpd" but the same error occurred only the problem about /var/log/ntp seems solved
Code:

# journalctl -xe       
Sep 08 18:10:38 hpprol2 systemd[1]: Stopped NTP Server Daemon.
-- Subject: Unit ntpd.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ntpd.service has finished shutting down.
Sep 08 18:10:38 hpprol2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=
Sep 08 18:10:38 hpprol2 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=s
Sep 08 18:10:38 hpprol2 systemd[1]: Starting NTP Server Daemon...
-- Subject: Unit ntpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ntpd.service has begun starting up.
Sep 08 18:10:38 hpprol2 ntpd[4277]: ntpd 4.2.8p8@1.3265-o Mon Sep  5 20:41:38 UTC 2016 (1): Starting
Sep 08 18:10:38 hpprol2 ntpd[4277]: Command line: /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf
Sep 08 18:10:38 hpprol2 ntpd[4278]: proto: precision = 0.140 usec (-23)
Sep 08 18:10:38 hpprol2 ntpd[4278]: switching logging to file /var/log/ntp
Sep 08 18:10:38 hpprol2 start-ntpd[4266]: Starting network time protocol daemon (NTPD)
Sep 08 18:10:38 hpprol2 systemd[1]: ntpd.service: PID 4278 read from file /var/run/ntp/ntpd.pid does not exist or is a zombie.
Sep 08 18:10:38 hpprol2 systemd[1]: ntpd.service: Daemon never wrote its PID file. Failing.
Sep 08 18:10:38 hpprol2 systemd[1]: Failed to start NTP Server Daemon.
-- Subject: Unit ntpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ntpd.service has failed.
--
-- The result is failed.
Sep 08 18:10:38 hpprol2 systemd[1]: ntpd.service: Unit entered failed state.
Sep 08 18:10:38 hpprol2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=
Sep 08 18:10:38 hpprol2 systemd[1]: ntpd.service: Failed with result 'resources'.
Sep 08 18:10:38 hpprol2 systemd[1]: ntpd.service: Service hold-off time over, scheduling restart.
Sep 08 18:10:38 hpprol2 systemd[1]: Stopped NTP Server Daemon.
-- Subject: Unit ntpd.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ntpd.service has finished shutting down.
Sep 08 18:10:38 hpprol2 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=
Sep 08 18:10:38 hpprol2 systemd[1]: ntpd.service: Start request repeated too quickly.
Sep 08 18:10:38 hpprol2 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=s
Sep 08 18:10:38 hpprol2 systemd[1]: Failed to start NTP Server Daemon.
-- Subject: Unit ntpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ntpd.service has failed.
--
-- The result is failed.
Sep 08 18:10:38 hpprol2 systemd[1]: ntpd.service: Unit entered failed state.

Any Idea?

Many thanks in advance
Philippe

LEAP 42.1 Software Updates notification sound(s)

$
0
0
I'm not sure if this is in the correct forum, please move if not....

I was wondering if there is a way to silence those annoying sounds when the "Software Updates" app (is it still "Apper"?) pops up. It works fine, I just hate that sound it makes.


Edit: I'm using Plasma 5 desktop

LEAP 42.1 Emergency mode upon GRUB2

$
0
0
I am running dual boot Windows 8/Leap 42.1. Upon choosing Leap in GRUB, I see this:
Code:

Welcome to emergency mode! After logging in, type "journalctl -xb" to view lsystem logs, "systemctl reboot" to reboot, "systemctl default" to try again to boot into default mode.
Give root password for maintenance.
(or press Control-D to continue): _

This happens about every other time I try booting into Linux. Every time I choose the reboot option (systemctl reboot), everything goes fine and I boot into Linux. I am not proficient enough in Linux to go through system logs and understand what is going on.
Anyone has an idea what is wrong?
I assume it is a Linux problem and not specific to Leap, but since I am registered here I thought I would ask here first.

This started happening couple of weeks ago - can't tell when exactly - so it's definitely not related to any of the most recent updates.

Thanks in advance.

LEAP 42.2 Auto update to Leap 42.2 BETA

$
0
0
Hello,
I`m use Leap 42.1 but I recive many updates and I istall it all of them after that I restart my laptop and now start Leap 42.2 BETA
And all of my drivers, cofigurations and others are gone....
Why my openSUSE upgrade to 42.2 ??? >:(
Now my bumblebee not working, my wireless not working and everything is working very slow...
NOTE: I addigonal use only Packman, Nvidia, bumblebee repo`s... >:(

TUMBLEWEED It takes 3 to 4 minutes to boot. Why and how to fix it?

$
0
0
Hello everyone, since I installed openSUSE it took a bit more time than other distro to boot but that wasn't much of a problem to me but now it take like 3 to 4 minutes to boot. There must be something wrong. What can I do to fix that and where can I look to see what's causing that?

Thanks for the help.

LEAP 42.2 No Wifi

$
0
0
Hi all, I recently switched from ubuntu 15.04 to openSUSE 42.2, and I am unable to connect, or even see, to any wireless networks at all. A direct connection works, however I have not tried a usb dongle

the output from iwconfig:

HTML Code:

enp5s0f1  no wireless extensions.

lo        no wireless extensions.

the output from running lspci:
HTML Code:

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
04:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)
05:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
05:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 14)


and the output from running lsmod:
HTML Code:

Module                  Size  Used by
iscsi_ibft            12862  0
iscsi_boot_sysfs      16000  1 iscsi_ibft
fuse                  100461  3
bnep                  19624  2
bluetooth            483238  5 bnep
6lowpan_iphc          18702  1 bluetooth
af_packet              40034  2
xt_pkttype            12504  3
xt_LOG                17718  10
xt_limit              12711  10
cfg80211              547052  0
ip6t_REJECT            12939  3
xt_tcpudp              12884  3
nf_conntrack_ipv6      14798  3
nf_defrag_ipv6        34768  1 nf_conntrack_ipv6
ip6table_raw          12683  1
ipt_REJECT            12541  3
iptable_raw            12678  1
xt_CT                  12956  4
iptable_filter        12810  1
ip6table_mangle        12700  0
nf_conntrack_netbios_ns    12665  0
nf_conntrack_broadcast    12589  1 nf_conntrack_netbios_ns
nf_conntrack_ipv4      14806  3
nf_defrag_ipv4        12758  1 nf_conntrack_ipv4
ip_tables              27240  2 iptable_filter,iptable_raw
xt_conntrack          12760  6
nf_conntrack          114273  6 xt_CT,nf_conntrack_netbios_ns,xt_conntrack,nf_conntrack_broadcast,nf_conntrack_ipv4,nf_conntrack_ipv6
ip6table_filter        12815  1
ip6_tables            27026  3 ip6table_filter,ip6table_mangle,ip6table_raw
x_tables              34059  15 xt_pkttype,ip6table_filter,xt_CT,ip6table_mangle,ip_tables,xt_tcpudp,xt_limit,xt_conntrack,xt_LOG,iptable_filter,ip6table_raw,ipt_REJECT,ip6_tables,iptable_raw,ip6t_REJECT
xfs                  1011981  1
libcrc32c              12644  1 xfs
nls_iso8859_1          12713  1
nls_cp437              16991  1
vfat                  17411  1
fat                    70078  1 vfat
uvcvideo              89131  0
videobuf2_vmalloc      13216  1 uvcvideo
videobuf2_memops      13362  1 videobuf2_vmalloc
videobuf2_core        63200  1 uvcvideo
v4l2_common            15265  1 videobuf2_core
videodev              157329  3 uvcvideo,v4l2_common,videobuf2_core
hid_multitouch        17419  0
x86_pkg_temp_thermal    14205  0
intel_powerclamp      18823  0
coretemp              13441  0
kvm_intel            151748  0
kvm                  501446  1 kvm_intel
snd_hda_codec_realtek    80983  1
snd_hda_codec_generic    77129  1 snd_hda_codec_realtek
crct10dif_pclmul      14268  0
crc32_pclmul          13133  0
ghash_clmulni_intel    13230  0
snd_hda_codec_hdmi    55740  1
aesni_intel          152552  0
acer_wmi              32522  0
rtsx_pci_sdmmc        23043  0
sparse_keymap          13948  1 acer_wmi
mmc_core              133468  1 rtsx_pci_sdmmc
snd_hda_intel          34475  5
snd_hda_controller    35103  1 snd_hda_intel
snd_hda_codec        151970  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep              13602  1 snd_hda_codec
iTCO_wdt              13480  0
snd_pcm              116857  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer              33609  1 snd_pcm
rfkill                26772  5 cfg80211,acer_wmi,bluetooth
rtsx_pci_ms            18168  0
memstick              16966  1 rtsx_pci_ms
aes_x86_64            17131  1 aesni_intel
iTCO_vendor_support    13718  1 iTCO_wdt
joydev                17344  0
lrw                    13286  1 aesni_intel
gf128mul              14951  1 lrw
glue_helper            13990  1 aesni_intel
rtsx_pci              50312  2 rtsx_pci_ms,rtsx_pci_sdmmc
thermal                22971  0
ablk_helper            13597  1 aesni_intel
cryptd                16263  3 ghash_clmulni_intel,aesni_intel,ablk_helper
serio_raw              13434  0
pcspkr                12718  0
r8169                  75790  0
mii                    13934  1 r8169
i2c_i801              22454  0
battery                23237  0
snd                    87947  18 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
lpc_ich                21093  0
mfd_core              13435  2 lpc_ich,rtsx_pci
mei_me                23664  0
mei                    96067  1 mei_me
intel_smartconnect    12637  0
wmi                    19193  1 acer_wmi
shpchp                32951  0
soundcore              15047  2 snd,snd_hda_codec
processor              40484  0
ac                    13335  0
dm_mod                111114  0
efivarfs              13268  0
btrfs                1007121  1
xor                    21411  1 btrfs
raid6_pq              106004  1 btrfs
crc32c_intel          22094  2
i915                  983524  7
i2c_algo_bit          13413  1 i915
drm_kms_helper        65670  1 i915
drm                  335594  6 i915,drm_kms_helper
xhci_hcd              178893  0
video                  24419  2 i915,acer_wmi
button                13971  1 i915
sg                    40630  0



all help is greatly appreciated!!!

TUMBLEWEED Conflict updating Virtualbox

$
0
0
Today updating with 'zypper dup' I got this message, which I don't know how to solve:

Code:

Problem: virtualbox-5.1.4-2.2.x86_64 needs virtualbox-host-kmp = 5.1.4, but it is not possible to fulfill this request
  deleted providers: virtualbox-host-kmp-default-5.1.4_k4.7.2_1-1.3.x86_64
cannot install these providers: virtualbox-host-kmp-default-5.1.4_k4.7.2_2-2.2.i586[http-download.opensuse.org-f973a818]
                  virtualbox-host-kmp-pae-5.1.4_k4.7.2_2-2.2.i586[http-download.opensuse.org-f973a818]
                  virtualbox-host-kmp-default-5.1.4_k4.7.2_2-2.2.x86_64[http-download.opensuse.org-f973a818]
                  virtualbox-host-kmp-default-5.1.4_k4.7.2_2-2.2.i586[repo-oss]
                  virtualbox-host-kmp-pae-5.1.4_k4.7.2_2-2.2.i586[repo-oss]
                  virtualbox-host-kmp-default-5.1.4_k4.7.2_2-2.2.x86_64[repo-oss]
 Solution 1: These actions will be performed:
  keep obsolete virtualbox-guest-kmp-default-5.1.4_k4.7.2_1-1.3.x86_64
  keep obsolete virtualbox-host-kmp-default-5.1.4_k4.7.2_1-1.3.x86_64
 Solution 2: These actions will be performed:
  uninstallation of virtualbox-5.1.4-1.3.x86_64
  uninstallation of virtualbox-host-kmp-default-5.1.4_k4.7.2_1-1.3.x86_64
 Solution 3: keep obsolete virtualbox-host-kmp-default-5.1.4_k4.7.2_1-1.3.x86_64
 Solution 4: break virtualbox-5.1.4-2.2.x86_64 by ignoring some of its dependencies

Note that zypper messages have been hand translated from italian by me, so they may be different from the actual messages you see on your computer.

How do I solve this problem?
And why does it happen in the first place?

If I OTOH use 'zypper up' it seems no conflict is reported. But should I go that route?

Thank you in advance
Cris

Горячие клавиши не работают

$
0
0
Всем привет. Только поставил OpenSuse с KDE, но не работают некоторые горячие клавиши. Например, не открывается теринал по Ctrl + Shift + T, не открываются новые вкладки в терминале, копипаста тоже не работает в нем. Помогите плиз что делать)

LEAP 42.1 Keine Verbindung mit Windows-7-Rechner

$
0
0
Ich habe jetzt Leap seit 2 Tagen auf dem Rechner. Bei meiner vorherigen Installation eines anderen Linux-Dialekts hat Samba einwandfrei funktioniert. Trotzdem gebe ich hier mal meine unveränderte smb.conf an:

Code:

[global]

# workgroup = NT-Domain-Name or Workgroup-Name
  workgroup = DRUIDENHAIN

# server string is the equivalent of the NT Description field
  server string = Samba Server

# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
  printcap name = /etc/printcap
  load printers = yes

# this tells Samba to use a separate log file for each machine
# that connects
  log file = /var/log/samba/%m.log

# Put a capping on the size of the log files (in Kb).
  max log size = 50

# Security mode. Most people will want user level security. See
# security_level.txt for details.
  security = user

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
  dns proxy = no

#============================ Share Definitions ==============================
# [homes]
  comment = Home Directories
  browseable = no
  guest ok = no
  invalid users = guest

[Privat]
  comment = Private Daten]
  path = /home/cube/Privat
  writable = yes
  browseable = yes

[Geschäft]
  comment = Geschäftliche Daten]
  path = /home/cube/Geschäft
  writable = yes
  browseable = yes

[printers]
  comment = All Printers
  path = /var/spool/samba
  browseable = no
# Set public = yes to allow user 'guest account' to print
  guest ok = no
  writable = no
  printable = yes

Wenn ich im Dolphin links auf Netzwerk klicke und dann auf Samba-Freigaben, erscheint darüber in einem rot ausgefüllten Viereck:

Code:

Es ist keine Arbeitsgruppe im lokalen Netzwerk auffindbar. Dies könnte durch eine aktivierte Firewall verursacht werden.
Von Windows habe ich - ohne Fehlermeldung - keinen Zugriff auf meinen Linuxrechner. Das Problem hatte ich vorher auch schon und konnte es durch Deaktivieren von IPv6 lösen. Aber wie das hier geht, habe ich noch nicht herausgefunden.

Kann mir geholfen werden?

TUMBLEWEED ntp server daemon failed to start

$
0
0
Hi,
i just noticed that i the ntp service daemon failed to start during boot, i do not know whats the problem here and i am not negatively affected in any ways, at least i did not noticed anything.
But i wanted to check this nevertheless. This is the output of: systemctl status ntpd.service
Code:

● ntpd.service - NTP Server Daemon
  Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor preset: disabled)
  Drop-In: /run/systemd/generator/ntpd.service.d
          └─50-insserv.conf-$time.conf
  Active: activating (start) since Fr 2016-09-09 13:29:51 CEST; 1min 14s ago
    Docs: man:ntpd(1)
  Process: 5352 ExecStart=/usr/sbin/start-ntpd start (code=exited, status=0/SUCCESS)
    Tasks: 2 (limit: 512)
  CGroup: /system.slice/ntpd.service
          ├─5358 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -c /etc/ntp.conf
          └─5359 ntpd: asynchronous dns resolver

Sep 09 13:29:51 myhostname systemd[1]: Starting NTP Server Daemon...
Sep 09 13:29:51 myhostname ntpd[5357]: ntpd 4.2.8p8@1.3265-o Mon Sep  5 20:41:38 UTC 2016 (1): Starting
Sep 09 13:29:51 myhostname ntpd[5357]: Command line: /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -c /etc/ntp.conf
Sep 09 13:29:51 myhostname ntpd[5358]: proto: precision = 0.083 usec (-23)
Sep 09 13:29:51 myhostname ntpd[5358]: switching logging to file /var/log/ntp
Sep 09 13:29:51 myhostname ntp_intres[5359]: Cannot reopen log file /var/log/ntp, Permission denied
Sep 09 13:29:51 myhostname ntpd[5357]: proto: precision = 0.068 usec (-24)
Sep 09 13:29:51 myhostname start-ntpd[5352]: Starting network time protocol daemon (NTPD)authreadkeys: full access list <NULL>
Sep 09 13:29:51 myhostname systemd[1]: ntpd.service: PID 5357 read from file /var/run/ntp/ntpd.pid does not exist or is a zombie.

The line containing: "Cannot reopen log file /var/log/ntp, Permission denied" is highlighted in red, maybe that is the problem?

openSUSE 13.2 shared directory only mounts on the command line

$
0
0
I have a PC with the directory "/home/sergio" shared.
I access this share using the following line from "fstab"
Code:

192.168.1.108:/home/pcFatur  /mnt/pc2Fatur    nfs    nofail,users,user,rw      0 0
After an upgrade from 13.1 to 13.2, this partition can be mounted by any user on the command line in a console, but is not mounted with Dolphin by clicking on "/mnt/pc2Fatur". Also it is not mounted at startup.

How do I solve this problem?

Thanks in advance

TUMBLEWEED No PAGE_UP/PAGE_DOWN command completion anymore in zsh since last update?

$
0
0
Since the last update the PAGE_UP and PAGE_DOWN command history completion did not work anymore, i am talking about the clompletion that looks for similar commands.
I use zsh (not bash) and i am sure that this was a default setting.
But if i type PAGE_UP/PAGE_DOWN now, i just get the tilde: "~"

LEAP 42.2 Can not upgrade from 42.1 to 42.2

$
0
0
Hello everyone!

Basically i wanted to upgrade from 42.1 to 42.2 and have some issues with it. I've updated repo URL's to 42.2, and then run zypper dup. But i get an error:
Quote:

nothing provides xorg-x11-server-wayland needed by gnome-session-wayland-3.20.2-5.1.x86_64
my enabled repos are

Quote:

7 | repo-non-oss | openSUSE-Leap-42.1-Non-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distrib.../repo/non-oss/ |
8 | repo-oss | openSUSE-Leap-42.1-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distrib...42.2/repo/oss/ |
10 | repo-update | openSUSE-Leap-42.1-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/42.2/oss/ |
11 | repo-update-non-oss | openSUSE-Leap-42.1-Update-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/42.2/non-oss/ |
is the something that i'm missing here? Or beta is not ready for Gnome?

TUMBLEWEED Clone ARM installation - Win32diskimager not a vaild option?

$
0
0
Hi!

I wanted to clone my SD-card with Tumbleweed ARM installation for raspi 2, tried 2 times, but the cloned card won't boot, after "Loading kernel" message the screen turns black and never comes back (waited for up to half an hour....).

No access via VNC or SSH either ("no route to host"), so apparently no boot (green light at raspi flashes only 2-3 times after "Loading kernel" message).

Any help? Try dd instead?

LEAP 42.1 Autoyast error LVM_PV_STILL_ADDED

$
0
0
Hi all,

I've been searching for two days for a solution, no luck yet. I'm trying to install a Leap 42.1 machine with autoyast and it's supposed to be a RAID 1. I created a reference xml file from a different machine, modified it to my needs (actually not many changes as it's supposed to be setup the same way except hostname, ip address and volume groups) and have tried several installations. The file is processed until the disk partitioning has to be done, where I always see the same message at the beginning:

Code:

2016-09-09 09:20:39 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkCreateConstraints):453 increase:27392 current:0 num_pe:238466
2016-09-09 09:20:39 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkCreateConstraints):493 ret:0
2016-09-09 09:20:39 <1> 192.168.160.13(3516) [libstorage] LvmVg.cc(doCreateVg):1261 ret:-4017
2016-09-09 09:20:39 <1> 192.168.160.13(3516) [libstorage] LvmVg.cc(commitChanges):1050 ret:-4017
2016-09-09 09:20:39 <1> 192.168.160.13(3516) [libstorage] Storage.cc(commitPair):5659 err at stage:1 type:LVM cont:true dest:false name:compute2
2016-09-09 09:20:39 <1> 192.168.160.13(3516) [libstorage] Storage.cc(commitErrorPopupCb):7091 COMMIT ERROR POPUP error:-4017 last_action:Creating volume group compute2 (931.50 GiB) from /dev/md/compute2 extended_message:
2016-09-09 09:20:39 <1> 192.168.160.13(3516) [Ruby] modules/StorageClients.rb:123 CommitErrorPopup error:-4017 last_action:Volume-Gruppe compute2 (931.50 GiB) wird aus /dev/md/compute2 erstellt extended_message:
2016-09-09 09:20:39 <1> 192.168.160.13(3516) [Ruby] modules/StorageClients.rb:145 before getErrorString error:-4017
2016-09-09 09:20:39 <1> 192.168.160.13(3516) [Ruby] modules/StorageClients.rb:147 before getErrorString ret:LVM_PV_STILL_ADDED

LVM_PV_STILL_ADDED

If I simply confirm by clicking OK the installation finishes successfully. It seems like yast tries to create the volume group twice, because 6 seconds earlier the volume group is already created:

Code:

2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] LvmVg.cc(doCreateVg):1213 Vg:compute2
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkConsistency):604 name:libvirt-libxl target: map:</dev/md/compute2:5120>
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkConsistency):604 name:opt target: map:</dev/md/compute2:256>
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkConsistency):604 name:root target: map:</dev/md/compute2:512>
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkConsistency):604 name:swap target: map:</dev/md/compute2:512>
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkConsistency):604 name:tmp target: map:</dev/md/compute2:1792>
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkConsistency):604 name:usr target: map:</dev/md/compute2:5888>
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkConsistency):604 name:var target: map:</dev/md/compute2:512>
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(checkConsistency):604 name:var-lib-nova target: map:</dev/md/compute2:12800>
2016-09-09 09:20:33 <1> 192.168.160.13(3516) [libstorage] PeContainer.cc(findPe):518 dev:/dev/md/compute2 ret:false

I tried several things to get rid of this message, but without success. I'm not sure if my autoinst.xml is somehow erroneous or if there's a problem with yast. Can anyone point me to a solution? Because this is not how I imagine an automatic installation ;-)

Please note, the rest of the installation works just fine, the final configuration after the first reboot finishes successfully, everything looks as expected, it's only this one warning at the beginning of the installation.
If there is more information required to resolve this, I'd be happy to provide it.

Thanks in advance!

TUMBLEWEED WLan Intel Centrino Advanced-N 6200 2x2 AGN on Dell M4500

$
0
0
Hello
I installed Tumbleweed from scratch on Dell M4500.
However I have problems with using WLAN.

I cannot activate WLan in the Network Plasmoid:


The HW info is:
18: PCI 300.0: 0282 WLAN controller
[Created at pci.366]
Unique ID: hAO_.pc45rXolUs6
Parent ID: qTvu.OZvmc1VFlH8
SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0
SysFS BusID: 0000:03:00.0
Hardware Class: network
Model: "Intel Centrino Advanced-N 6200 2x2 AGN"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x422c "Centrino Advanced-N 6200"
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x1321 "Centrino Advanced-N 6200 2x2 AGN"
Revision: 0x35
Driver: "iwlwifi"
Driver Modules: "iwlwifi"
Device File: wlp3s0
Features: WLAN
Memory Range: 0xe6e00000-0xe6e01fff (rw,non-prefetchable)
IRQ: 29 (no events)
HW Address: 00:27:10:e0:14:0c
Link detected: no
WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 5.18 5.2 5.22 5.24 5.26 5.28 5.3 5.32 5.5 5.52 5.54 5.56 5.58 5.6 5.62 5.64 5.66 5.68 5.7
WLAN encryption modes: WEP40 WEP104 TKIP CCMP
WLAN authentication modes: open sharedkey wpa-psk wpa-eap
Module Alias: "pci:v00008086d0000422Csv00008086sd00001321bc02sc80i00"
Driver Info #0:
Driver Status: iwlwifi is active
Driver Activation Cmd: "modprobe iwlwifi"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #7 (PCI bridge)


Everything seem right?

But why cann't I activate the WIFI in the Networkmanager?

Thanks,
Johannes

LEAP 42.1 Error message filling the screen

$
0
0
Some times when I have tried to play movies from my Plex Server, the server monitor is filling with an error message.

Now when I tried to play a movie from my Plex server this line was raging through on my server monitor.
Managed to take a picture while it was filling the screen with nothing but this line over and over.
94 printk messages dropped ** [70053.896705] ->rcu_read_unlock_special: 0x1 (b: 1, nq: 0)

TUMBLEWEED Which printer shouls I buy ?

$
0
0
I'm going buy a printer but I'm not sure which printer is compatible with linux opensuse TUMBLEWEED.

Which do you recommed me ?

Thanks in advance for any feedback

Regards,

Agustin

OTHER VERSION Questions about OpenSUSE (does it support AMD graphics driver)??

$
0
0
What is OpenSUSE ? Can i get a basic information ? im too noob for Linux.Does OpenSuse support amd graphics driver?? Is it a seperate distro from others? (I mean there is Debian there are so many distro's based on it.Arch Linux or Red Hat are some examples.Is OpenSUSE like them or is it based on something?)Will it support amd or it will be like Ubuntu ? (which made me very very upset).I wanna know.If it supports what OpenSUSE you suggest me ? Tumbleweed or Leap ?I'm using a Toshiba Satellite Laptop.

LEAP 42.1 EasyCAP BC67194 causing system crash in KDE

$
0
0
I have the EASY CAPture video hardware connected to my VCR through the s-video cable. I have vlc media installed. When go to 'capture devices', it shows a video/tv capture tab. If click on play, I get system wide crash, keyboard freeze. Before this, I looked for the easy cap + driver in hardware. I couldn't find it.

Need help, thanks.
Viewing all 40713 articles
Browse latest View live


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