http://bugzilla.suse.com/show_bug.cgi?id=1165282
Bug ID: 1165282
Summary: Add browse option for selecting custom boot PBR
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.1
Hardware: i686
OS: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Installation
Assignee: yast2-maintainers(a)suse.de
Reporter: smetz3(a)gmu.edu
QA Contact: jsrain(a)suse.com
Found By: ---
Blocker: ---
When installing with a custom boot, the installer has an entry field for the
device into whose PBR the installer will write the loader. It would be nice to
have a browse button that presented a list of all known partitions.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1159595
Bug ID: 1159595
Summary: Installed vms use a path-id for suspend instead of
uuid.
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.1
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
Assignee: yast2-maintainers(a)suse.de
Reporter: william.brown(a)suse.com
QA Contact: jsrain(a)suse.com
Found By: ---
Blocker: ---
When the system is installed with default partitioning (no changes), which
should use UUID's, suspend to disk in /etc/default/grub is configured with swap
by a path-id instead.
This can lead to VM's that are unable to boot when their swap partition changes
location (IE changing from virtio to scsi) or a hardware machine that changes
pci paths in some way (relocation of a disk controller or disk controller
replacement due to RMA etc).
This causes machines to be unbootable because the resume=/dev/disk/path-id can
never be resolved and has an infinite timeout. The machine then must be forced
off and the resolution steps are unclear
Work around is to add noresume at boot, and to edit /etc/default/grub post
install to remove the resume option.
See also: https://bugzilla.suse.com/show_bug.cgi?id=1159236
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1187782
Bug ID: 1187782
Summary: YaST2 NFS server does not export file shares
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.3
Hardware: x86-64
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
Assignee: screening-team-bugs(a)suse.de
Reporter: jm-hotmail(a)hotmail.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
At the conclusion of establishing a network share with YaST2 NFS server, one
must manually export the share(s), either with the command exportfs -a (or
-rav, etc.), or restart the server. The Reference manual does not mention this
in section 22.3
(https://doc.opensuse.org/documentation/leap/reference/html/book-reference/c…).
Could the exportfs function be added to the YaST2 process?
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1164084
Bug ID: 1164084
Summary: Sendmail upstream security bug report
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.1
Hardware: All
OS: openSUSE Factory
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: werner(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
- Add upstream patch 8.15.2.mci.p0
* If sendmail tried to reuse an SMTP session which had already been
closed by the server, then the connection cache could have invalid
information about the session. One possible consequence was that
STARTTLS was not used even if offered.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1189960
Bug ID: 1189960
Summary: cleanup: remove or document
patches.suse/btrfs-8447-serialize-subvolume-mounts-wit
h-potentially-mi.patch
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
Assignee: dsterba(a)suse.com
Reporter: jeffm(a)suse.com
QA Contact: jeffm(a)suse.com
Blocks: 1189946
Found By: ---
Blocker: ---
This is an automated report to queue a potentially obsolete patch for removal.
The patch
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
will be removed from the master branch in 30 days if the assignee does not
remove it before then.
Alternatively, the assignee may update the patch tags and this report to
indicate what efforts are being made to land the patch in the upstream kernel
or to justify why it should require ongoing maintenance effort.
Thank you for your cooperation.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1187511
Bug ID: 1187511
Summary: Mint Y GTK Theme Uses Green for All Variants
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.3
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: screening-team-bugs(a)suse.de
Reporter: CheeseEBoi(a)mailo.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
When using the Mint Y GTK Theme from the repositories, all color variants of
the theme use green for the highlights aside from the window controls. Both
light and dark versions have this problem but the window decoration theme does
not.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1146936
Bug ID: 1146936
Summary: nmcli-examples: add examples of bonding + vlan +
bridge
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.1
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: william.brown(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Configuring a bond + vlan + bridge is not completely straightforward or clear
with nmcli. An example should be added such as:
nmcli conn add type bond con-name bond0 ifname bond0 mode 802.3ad ipv4.method
disabled ipv6.method ignore
nmcli connection add type ethernet con-name bond0-eth1 ifname eth1 master bond0
slave-type bond
nmcli connection add type ethernet con-name bond0-eth2 ifname eth2 master bond0
slave-type bond
nmcli connection add type bridge con-name net_18 ifname net_18 ipv4.method
disabled ipv6.method ignore
nmcli connection add type vlan con-name bond0.18 ifname bond0.18 dev bond0 id
18 master net_18 slave-type bridge
This is suitable for libvirt/vms to use the bridges.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1176818
Bug ID: 1176818
Summary: Wrong public keys in openSUSE-build-key for verifying
container image signatures
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
Assignee: meissner(a)suse.com
Reporter: rhafer(a)suse.com
QA Contact: qa-bugs(a)suse.de
CC: sgrunert(a)suse.com
Found By: ---
Blocker: ---
The openSUSE-build-keys package contains
/usr/lib/rpm/gnupg/keys/opensuse-container-key.asc and
/usr/lib/rpm/gnupg/keys/suse-container-key.asc which symlink to the "openSUSE
Project Signing Key <opensuse(a)opensuse.org>" and "SuSE Package Signing Key
<build(a)suse.de>" but apparently the images we provide on registry.opensuse.org
are signed by some other key.
When enabling signature verification for "registry.opensuse.org" using the key
"/usr/lib/rpm/gnupg/keys/opensuse-container-key.asc" all images fail to verify
because the images are signed with a different key. Looking into the
signatures, which are fetched from "https://registry.opensuse.org/sigstore/" it
seem the images are signed by a key with the ID "D754694F9AB48CE9".
The key in /usr/lib/rpm/gnupg/keys/opensuse-container-key.asc however AFAICS
is: "B88B2FD43DBDC284".
So something is wrong here.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1172949
Bug ID: 1172949
Summary: iphone not recognized when plugged into usb port
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.2
Hardware: 64bit
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: screening-team-bugs(a)suse.de
Reporter: 1chip(a)protonmail.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 838816
--> http://bugzilla.opensuse.org/attachment.cgi?id=838816&action=edit
dmesg output
when Iphone x is plugged into usb port it only charges.Can't import any photos
and does not show up in dolphin.
Using opensuse leap 15.2 with KDe plasma 5.18.5
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1189907
Bug ID: 1189907
Summary: gnome-software: packages from the main distro
repository should not be marked as potentially
dangerous
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
Assignee: gnome-bugs(a)suse.de
Reporter: mrueckert(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
it should work more like software.o.o categorizes packages.
i think the main culprit might be that it doesnt have any permissions
information like it has for flatpak based apps.
--
You are receiving this mail because:
You are on the CC list for the bug.