http://bugzilla.suse.com/show_bug.cgi?id=1006815
Bug ID: 1006815
Summary: [Build 20161024] yast2 nfs-client does not mount added
export
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: x86-64
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
Assignee: yast2-maintainers(a)suse.de
Reporter: jpupava(a)suse.com
QA Contact: jsrain(a)suse.com
Found By: ---
Blocker: ---
Created attachment 699166
--> http://bugzilla.suse.com/attachment.cgi?id=699166&action=edit
y2logs
### observed
nfs client does not mount added export, nfs client configuration is ok and the
export is added in fstab, nfs client service is running but export is not
mounted
https://openqa.opensuse.org/tests/289982#step/yast2_nfs_client/14
### workaround
mount -a does mount nfs export
### expected
added export should be also mounted
linux-2cg7:~ # systemctl status nfs-client.target
● nfs-client.target - NFS client services
Loaded: loaded (/usr/lib/systemd/system/nfs-client.target; disabled; vendor
preset: disabled)
Drop-In: /usr/lib/systemd/system/nfs-client.target.d
└─nfs.conf
Active: active since Tue 2016-10-25 09:36:52 EDT; 36s ago
Oct 25 09:36:52 linux-2cg7 systemd[1]: Reached target NFS client services.
linux-2cg7:~ #
linux-2cg7:~ # systemctl show nfs.service --property=Id --property=MainPID
--property=Description --property=LoadState --property=ActiveState
--property=SubState --property=UnitFileState --property=FragmentPath
MainPID=0
Id=nfs.service
Description=Alias for NFS client
LoadState=loaded
ActiveState=active
SubState=exited
FragmentPath=/usr/lib/systemd/system/nfs.service
UnitFileState=enabled
linux-2cg7:~ # mount|grep nfs
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
linux-2cg7:~ #
linux-2cg7:~ # grep nfs /etc/fstab
localhost:/tmp/nfs/server /tmp/nfs/client nfs defaults 0 0
linux-2cg7:~ #
linux-2cg7:~ # mount -a
linux-2cg7:~ # mount|grep nfs
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
localhost:/tmp/nfs/server on /tmp/nfs/client type nfs4
(rw,relatime,vers=4.2,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp6,port=0,timeo=600,retrans=2,sec=sys,clientaddr=::1,local_lock=none,addr=::1)
linux-2cg7:~ #
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=993885
Bug ID: 993885
Summary: Kde-Live net installer does not reboot after
installation
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Live Medium
Assignee: fvogt(a)suse.com
Reporter: okurz(a)suse.com
QA Contact: okurz(a)suse.com
Found By: ---
Blocker: ---
## observation
Continuing through the whole installation process of the NET installer on the
Kde-Live medium until the "reboot now" dialog shows up works fine but the
reboot does not seem to happen
## steps to reproduce
I am in the process of automating this but it can be as easy as
* start Kde-Live
* call installation from within plasma session
* let installer run into "reboot now" action
* observe that the system does not reboot
## expected result
system should reboot into installed system
## workaround
manual reboot of the system yields a properly setup Tumbleweed installation so
the installation is ok.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=981004
Bug ID: 981004
Summary: Ensure template unit instances are deleted
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: All
OS: Linux
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Basesystem
Assignee: jengelh(a)inai.de
Reporter: jengelh(a)inai.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
When a package is uninstalled, it will also be removed from the boot sequence,
by means of %preun generally calling %service_del_preun foo.service, which
expands to (among other things) `systemctl disable foo.service`.
To disable template instances such as foo(a)bar.service and foo(a)baz.service, one
can - and must, since "bar" and "baz" are not known at any time to the package
management system - use `systemctl disable foo@.service`, which will disable
all instances.
A number of packages are lacking the corresponding %service_del_preun
template@.service lines, which means template instance links like
foo(a)bar.service will stick around after package uninstall.
389-ds apache2 arpwatch autossh booth chrony cups device-mapper dracut envoy
freeipa govpn gpsd kmscon libteam lvm2 lvm2-clvm mariadb mdadm mgetty mysql
mysql-community-server openct openvpn parkverbot rear redis rfkill syncthing
system-config-printer systemd systemd-mini tomcat vpnc vsftpd wicked
xf86-input-wacom
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=960478
Bug ID: 960478
Summary: krunner shows inexisting VT sessions in parallel of
the existing ones
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 42.1
Hardware: 64bit
OS: openSUSE 42.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE Workspace (Plasma)
Assignee: opensuse-kde-bugs(a)opensuse.org
Reporter: stakanov(a)freenet.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 660618
--> http://bugzilla.opensuse.org/attachment.cgi?id=660618&action=edit
krunner showing non existing VT sessions in parallel to existing ones
Opens a new session with the applet from desktop.
You will find that krunner opens as expected but that for every VT session
opened there is a "ghost session" showing the very same VT as unused.
When you logout from several users these ghosts persist up to a complete
reboot.
VT sessions once closed should be closed without residual VTs showing up.
VT sessions open should not be accompanied by a VT session ghost telling unused
session.
I attach a screen-shot to make the thing clearer.
Repeatable always.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1021059
Bug ID: 1021059
Summary: [s390x-port][Build0001] dependency issues when
installing default with kde
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: S/390-64
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Installation
Assignee: yast2-maintainers(a)suse.de
Reporter: mgriessmeier(a)suse.com
QA Contact: jsrain(a)suse.com
Found By: ---
Blocker: ---
Created attachment 710981
--> http://bugzilla.opensuse.org/attachment.cgi?id=710981&action=edit
y2logs
I'm trying to install Tumbleweed on s390x for the first time.
Default pattern and KDE as default desktop, resulting in following dependency
problems:
#### YaST2 conflicts list - generated 2017-01-20 10:15:31 ####
nothing provides libpfm.so.4()(64bit) needed by s390-tools-1.34.0-1.1.s390x
[ ] do not install grub2-2.02~beta3-16.1.s390x
[ ] break s390-tools-1.34.0-1.1.s390x by ignoring some of its dependencies
nothing provides plasma5-desktop needed by
patterns-openSUSE-kde_plasma-20151112-29.1.s390x
[ ] do not install pattern:kde-20151112-29.1.s390x
[ ] break patterns-openSUSE-kde_plasma-20151112-29.1.s390x by ignoring some
of its dependencies
nothing provides libicu57_1-bedata = 57.1 needed by libicu57_1-57.1-1.11.s390x
[ ] do not install ntp-4.2.8p9-1.2.s390x
[ ] break libicu57_1-57.1-1.11.s390x by ignoring some of its dependencies
nothing provides libicu57_1-bedata = 57.1 needed by libicu57_1-57.1-1.11.s390x
[ ] do not install xinetd-2.3.15-11.4.s390x
[ ] break libicu57_1-57.1-1.11.s390x by ignoring some of its dependencies
nothing provides libicu57_1-bedata = 57.1 needed by libicu57_1-57.1-1.11.s390x
[ ] do not install kernel-default-4.9.0-2.1.s390x
[ ] break libicu57_1-57.1-1.11.s390x by ignoring some of its dependencies
nothing provides libicu57_1-bedata = 57.1 needed by libicu57_1-57.1-1.11.s390x
[ ] do not install pattern:base-20151112-29.1.s390x
[ ] break libicu57_1-57.1-1.11.s390x by ignoring some of its dependencies
nothing provides libicu57_1-bedata = 57.1 needed by libicu57_1-57.1-1.11.s390x
[ ] do not install pattern:x11-20151112-29.1.s390x
[ ] break libicu57_1-57.1-1.11.s390x by ignoring some of its dependencies
#### YaST2 conflicts list END ###
see attached y2logs
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=941931
Bug ID: 941931
Summary: GRUB2 graphical menu is extremely slow
Classification: openSUSE
Product: openSUSE Factory
Version: 201505*
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Bootloader
Assignee: jsrain(a)suse.com
Reporter: jmatejek(a)suse.com
QA Contact: jsrain(a)suse.com
Found By: ---
Blocker: ---
Created attachment 643998
--> http://bugzilla.suse.com/attachment.cgi?id=643998&action=edit
screen showing output of vbeinfo
i'm using an AMD GPU and a 2560x1440 native display.
on this configuration, the GRUB2 UI is slow to the point of unusability; it
takes a full second to flip from one menu item to another, 3-5s just to display
the boot menu, before booting starts.
drawing the chameleon logo is visible line-by-line, too
lowering the resolution helps, at 1280x960x32 the speed is almost usable,
1280x960x16 is sluggish but OK (so i'm sticking with this resolution for now)
my GPU is reported as follows:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape
Verde XT [Radeon HD 7770/8760 / R7 250X]
detected graphics modes are attached
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=994084
Bug ID: 994084
Summary: Tracker bug: make packages own their symlinks in
/etc/alternatives/*
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: vcuadradojuan(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
This is a tracker bug for making all packages using update-alternatives
own their symlinks at `/etc/alternatives/*`.
Problem:
Currently there is a mix of owned and not owned files by packages
in `/etc/alternatives/*` (just look at `rpm -qf /etc/alternatives/*`).
Currently there seems to be a sizeable chunk of packages not declaring
`%ghost %_sysconfdir/alternatives/<binary>`, as specified at [1].
Also, see discussion on opensuse-factory m-l [2].
Once the mass bug filling for the issue is done, I will wait until
1 October for maintainers to action on the bugs, and afterwards
I will start fixing each package by hand.
Cheers,
[1] https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines
[2] https://lists.opensuse.org/opensuse-factory/2016-08/msg00218.html
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=953735
Bug ID: 953735
Summary: Change libqt5-creator name to qt5-creator
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: 2015*
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: ronisbr(a)gmail.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Hi!
In Tumbleweed, I have been using the package qt-creator to develop Qt
applications for a long time. I have always complained about the old
version, since qt-creator is 3.2.2 and the newest version available is
3.5.1. However, it turns out that the newest version is already available in
Tumbleweed (and in Leap) under the name libqt5-creator.
Is there any good reason to name the package as libqt5-creator? I think this
is very confusing. Since it has a lib* in the name, I did not even look at
the description, so I was using a very old version all the time.
Thus, I am wondering if it is possible to change the name of libqt5-creator
to qt5-creator or something else.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1014929
Bug ID: 1014929
Summary: GNOME:Apps/gnucash-docs: Bug
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Hardware: Other
OS: openSUSE 42.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: 3rd party software
Assignee: os.gnome.maintainers(a)gmail.com
Reporter: adrian.klaver(a)gmail.com
QA Contact: opensuse-communityscreening(a)forge.provo.novell.com
Found By: ---
Blocker: ---
Need to add a dependency for yelp to package. Covers the case where the package
is being installed on system that is not using GNOME as its desktop, eg using
KDE. Without yelp you get the following message when trying to open the GnuCash
Help:
"GnuCash could not find the files for the help documentation. "
even though gnucash-docs is installed.
--
You are receiving this mail because:
You are on the CC list for the bug.