https://bugzilla.novell.com/show_bug.cgi?id=838038https://bugzilla.novell.com/show_bug.cgi?id=838038#c0
Summary: libmysqlcppconn-devel should depend on boost-devel
Classification: openSUSE
Product: openSUSE 12.3
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: erwin.vandevelde(a)gmail.com
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/31.0.1611.0 Safari/537.36 SUSE/31.0.1611.0
When using libmysqlcppconn-devel without boost-devel, following compile time
error occurs:
/usr/include/cppconn/connection.h:31:29: fatal error: boost/variant.hpp: No
such file or directory
Installing boost-devel fixes this.
Reproducible: Always
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819066https://bugzilla.novell.com/show_bug.cgi?id=819066#c0
Summary: Cannot enter "kwallet" nor "ssh" key during logon with
"ssh-add" turn on in "/etc/X11/xinit/xinitrc"
Classification: openSUSE
Product: openSUSE 12.3
Version: Final
Platform: x86-64
OS/Version: openSUSE 12.3
Status: NEW
Severity: Major
Priority: P5 - None
Component: KDE4 Workspace
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: DOlsson(a)WEB.de
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101
Firefox/20.0
After having activated (i.e. removed the '#' comments in lines 48-50 in
"/etc/X11/xinit/xinitrc") the call of "ssh-add", I am not able to enter neither
the "kwallet" key (for which I am first asked for) nor the "ssh" key (which is
asked for afterwards).
The reason for this is that the keyboard is no active anymore.
I am able to use the mouse to select the input field, but nothing that I try to
type gets entered, nor can I move the focus from the input field to one of the
buttons using the <TAB> key!
Reproducible: Always
Steps to Reproduce:
1. Install a fresh openSUSE 12.3 using KDE as desktop.
2. Edit the "/etc/X11/xinit/xinitrc" removing the '#' comments, thus enabling
the call of "ssh-add" during logon.
3. Create a "ssh" key for the user.
4. Create a "kwallet" to keep the keys in.
Actual Results:
Unable to use the keyboard to enter the asked for keys.
Expected Results:
When the "kwallet" and "ssh-add" applications shows their pop-up windows, the
input field should be selected and the keyboard focus should have been
activated, thus allowing for the entering of the asked for keys.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=730327https://bugzilla.novell.com/show_bug.cgi?id=730327#c0
Summary: vusb-analyzer needs 'gnomecanvas'
Classification: openSUSE
Product: openSUSE 12.1
Version: Final
Platform: x86-64
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: afaerber(a)suse.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
On openSUSE 12.1 RC2, `vusb-analyzer` resulted in:
Traceback (most recent call last):
File "/usr/bin/vusb-analyzer", line 13, in <module>
from VUsbTools import Views, Log, Diff, Decode
File "/usr/lib/python2.7/site-packages/VUsbTools/Views.py", line 15, in
<module>
from VUsbTools import Types, Style
File "/usr/lib/python2.7/site-packages/VUsbTools/Types.py", line 20, in
<module>
except gnomecanvas:
NameError: name 'gnomecanvas' is not defined
Installing python-gnome package resolved this.
A suitable Depends: should be added to the vusb-analyzer package.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=789020https://bugzilla.novell.com/show_bug.cgi?id=789020#c0
Summary: no more /dev/disk/by-label/LABEL symlinks for LVM
devices (udev/systemd?)
Classification: openSUSE
Product: openSUSE Factory
Version: 12.3 Milestone 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: seife(a)novell.slipkontur.de
QAContact: qa-bugs(a)suse.de
Found By: Third Party Developer/Partner
Blocker: ---
After updating to today's FACTORY (last update was before openSUSE conf), my
/space and /local partitions were no longer mounted:
susi:~ # grep LABEL /etc/fstab
LABEL=root-FACTORY / ext4 acl,user_xattr 1 1
# LABEL=local /local xfs noatime,logbufs=8,logbsize=262144 1 2
# LABEL=space /space xfs noatime,logbufs=8,logbsize=262144 1 2
(now commented out to get the system to boot)
susi:~ # l /dev/disk/by-label/
total 0
drwxr-xr-x 2 root root 140 Nov 9 15:50 ./
drwxr-xr-x 6 root root 120 Nov 9 15:50 ../
lrwxrwxrwx 1 root root 10 Nov 9 15:50 BOOTLOADER -> ../../sda3
lrwxrwxrwx 1 root root 10 Nov 9 15:50 SYSTEM_DRV -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 9 15:50 Windows7_OS -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 9 15:50 root-FACTORY -> ../../sda6
lrwxrwxrwx 1 root root 10 Nov 9 15:50 root-stable -> ../../sda8
susi:~ # blkid
/dev/sda1: LABEL="SYSTEM_DRV" UUID="7A0615220614E0C5" TYPE="ntfs"
/dev/sda2: LABEL="Windows7_OS" UUID="64A42A12A429E6F0" TYPE="ntfs"
/dev/sda3: LABEL="BOOTLOADER" UUID="519614e1-7c40-4866-b461-3ad4cb797538"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda5: UUID="fde71608-8ca9-4f2a-9a3e-501df23f8469" TYPE="swap"
/dev/sda6: LABEL="root-FACTORY" UUID="71f5bfb4-3d29-4c9c-929a-3fb795cf0fd9"
TYPE="ext4"
/dev/sda7: UUID="3387ae99-507c-41eb-80c8-ee7b4a62353a" TYPE="crypto_LUKS"
/dev/sda8: LABEL="root-stable" UUID="6983d635-99c0-48e9-b62a-74cd3b27c636"
TYPE="ext4"
/dev/sda9: UUID="jRlUY0-8mt0-09TE-MeAf-IqRj-TSzl-tK83Uk" TYPE="LVM2_member"
/dev/mapper/main-local: LABEL="local"
UUID="ac293f98-8e30-440f-8845-d067ee49d42d" TYPE="xfs"
/dev/mapper/main-space: LABEL="space"
UUID="17676f0d-fe6e-4b47-80bb-6d6493574569" TYPE="xfs"
/dev/mapper/main-vdr: UUID="4b5b5706-84bb-4a2c-8f91-fda2784aea86" TYPE="ext4"
/dev/mapper/cr_sda7: LABEL="cryptohome"
UUID="98741ffb-5913-43ca-afac-500ff16d0f57" TYPE="ext3"
susi:~ # blkid|grep LABEL=
/dev/sda1: LABEL="SYSTEM_DRV" UUID="7A0615220614E0C5" TYPE="ntfs"
/dev/sda2: LABEL="Windows7_OS" UUID="64A42A12A429E6F0" TYPE="ntfs"
/dev/sda3: LABEL="BOOTLOADER" UUID="519614e1-7c40-4866-b461-3ad4cb797538"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda6: LABEL="root-FACTORY" UUID="71f5bfb4-3d29-4c9c-929a-3fb795cf0fd9"
TYPE="ext4"
/dev/sda8: LABEL="root-stable" UUID="6983d635-99c0-48e9-b62a-74cd3b27c636"
TYPE="ext4"
/dev/mapper/main-local: LABEL="local"
UUID="ac293f98-8e30-440f-8845-d067ee49d42d" TYPE="xfs"
/dev/mapper/main-space: LABEL="space"
UUID="17676f0d-fe6e-4b47-80bb-6d6493574569" TYPE="xfs"
/dev/mapper/cr_sda7: LABEL="cryptohome"
UUID="98741ffb-5913-43ca-afac-500ff16d0f57" TYPE="ext3"
As you can see, the non-LVM devices are there in /dev/disk/by-label, but the
LVM devices are not.
I guess this is a glitch of the new udev version.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=770239https://bugzilla.novell.com/show_bug.cgi?id=770239#c0
Summary: 'zypper pa' lacks support for @System repo
Classification: openSUSE
Product: openSUSE 12.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: libzypp
AssignedTo: zypp-maintainers(a)forge.provo.novell.com
ReportedBy: ma(a)suse.com
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
ma@fibonacci:~ (0) $ zypper pa -i -R|grep libclucene-core0_9_23
ma@fibonacci:~ (1) $ zypper pa -R|grep libclucene-core0_9_23
ma@fibonacci:~ (1) $ zypper info libclucene-core0_9_23
Loading repository data...
Reading installed packages...
Information for package libclucene-core0_9_23:
Repository: @System
Name: libclucene-core0_9_23
...
ma@fibonacci:~ (0) $ zypper pa @System
Repository '@System' not found by its alias, number, or URI.
Use 'zypper repos' to get the list of defined repositories.
---
In this case libclucene-core0_9_23 is orphaned (installed but not avaliable in
any repo). 'pa' is a kind of search and search should support something like
'-r @System'.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=624196http://bugzilla.novell.com/show_bug.cgi?id=624196#c0
Summary: Request for opencv to be built with TBB support
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: Macintosh
OS/Version: openSUSE 11.2
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: alexjironkin(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.7)
Gecko/20100714 SUSE/3.6.7-1.1 Firefox/3.6.7
Since version OpenCV 2.1, which comes as part of the base packages now in 11.3
I think, OpenMP has been replaced by TBB. However OpenCV buid without that
support on opensuse 11.2.
Using TBB will greatly enhance all application using OpenCV e.g. digikam.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
The request is to have either a separate package or enable OpenCV with TBB.
Ubuntu 10.4 packages already do that so its stable enough to work with.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=785437https://bugzilla.novell.com/show_bug.cgi?id=785437#c0
Summary: openSUSE:12.2/freerdp: Bug
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: 3rd party software
AssignedTo: gber(a)opensuse.org
ReportedBy: bruno(a)ioda-net.ch
QAContact: opensuse-communityscreening(a)forge.provo.novell.com
Found By: ---
Blocker: ---
With new version and certainly linked to the "hack" of shared lib
Trying to launch an xfreerdp connection on a remote win7-64 working machine (
still accessible with xfreerdp 0.8.2 & openSUSE 12.1)
There's now a error message
me@linux:~> /usr/bin/xfreerdp -z -a 32 -k 0x0000100C --plugin
cliprdr --plugin rdpsnd --gdi hw --rfx --ignore-certificate --no-nla -0
-g 1300x700 -f -n me.local -u administrator -d test2012-64 test2012-64
loading plugin cliprdr
loading plugin rdpsnd
connected to test2012-64:3389
/usr/bin/xfreerdp: symbol lookup
error: /usr/lib64/libfreerdp-1_0/rdpsnd_pulse.so: undefined symbol:
pa_threaded_mainloop_new
Please verify, thanks
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=810239https://bugzilla.novell.com/show_bug.cgi?id=810239#c0
Summary: midnight commander makes zfs-fuse userland not
responding for approx. 30 min
Classification: openSUSE
Product: openSUSE 12.2
Version: Final
Platform: x86-64
OS/Version: openSUSE 12.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: kaspernasebaer(a)gmx.de
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created an attachment (id=530394)
--> (http://bugzilla.novell.com/attachment.cgi?id=530394)
tail of strace log when mc hangs
User-Agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388
Version/12.14
When browsing huge datasets (>1TB) by using midnight commander,
in some cases zfs-fuse userland is not responding anymore for some
period of time (approx. 30min) and then recovers without any
error messages in the logs.
"# ls /pool" or "# zfs list" dont show any result
and may be aborted by ctrl+C. Samba shares on
the zfs volume are not accessible.
Reproducible: Sometimes
Steps to Reproduce:
1. create zfs-fuse pool containing a certain amount data and directories
(~>1TB)
2. use midnight commander and navigate through directories
3. Sometimes the zfs-fuse filesystem stops responding.
Actual Results:
Midnight commander just "hangs" for a longer period
of time and then continues without any error messages.
The zfs-fuse driver remains active approx. 3.5% CPU.
The hard disc drives do not appear to be busy during hang.
Running midnight commander by strace shows that it appears to be calling
"stat" and is just waiting for the result for approx. 30 min and then
continues without showing any error.
Expected Results:
No hang or at least report an error/timeout.
My impression is that this usually happens shortly after "chdir" is issued.
I have added the tail of some strace output when running midnight commander.
We are experiencing this bug on two different machines, both are 64bit
and multi core and have 12-48GB of memory.
One machine is using local discs, the other one is using an iSCSI device.
The datasets are between 2TB and 48TB. No dedup and no compression is used.
Updating to the most recent software from the openSuSE repos
did not solve the problem.
Shutting down and starting the zfs-fuse daemon of the 2TB dataset
on local drives sometimes takes some period of time (1-2h)
which appears quite long.
Strangely, we were _not_ able to trigger this bug by running multiple processes
in parallel like kernel builds or e.g.
"find /pool -type d -exec ls -la '{}' \; >> /dev/null ; " or
"find /pool -type f -exec stat '{}' \; >> /dev/null " or by
using bonnie++.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842998https://bugzilla.novell.com/show_bug.cgi?id=842998#c0
Summary: Midnight Commander doesn't have an icon on the GNOME
Activities overlay
Classification: openSUSE
Product: openSUSE Factory
Version: 13.1 Beta 1
Platform: VMWare
OS/Version: Windows 7
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Usability
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: danilo.cominotti(a)outlook.com
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created an attachment (id=560690)
--> (http://bugzilla.novell.com/attachment.cgi?id=560690)
Screenshot of Midnight Commander entries on the GNOME Activities Overlay
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36
When I scroll down to the second page of applications from the GNOME Activities
overlay, Midnight Commander doesn't have any icon -- there's just its text
label. If I right-click it and choose "Add to Favorites", there also won't be
an icon on the left side of the overlay.
Reproducible: Always
Steps to Reproduce:
1. Launch the GNOME Activities overlay.
2. Click "Show Applications" on the left side.
3. Scroll down to the second page.
4. See the entry for Midnight Commander.
Actual Results:
There is no icon for Midnight Commander. Also, if I right-click it and choose
"Add to Favorites", there won't be an icon on the favorites bar on the left
side of the overlay.
Expected Results:
An icon for Midnight Commander should be displayed on the GNOME Activities
overlay.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=771811https://bugzilla.novell.com/show_bug.cgi?id=771811#c0
Summary: postfix update does not regenerate the maps
Classification: openSUSE
Product: openSUSE 12.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Basesystem
AssignedTo: varkoly(a)suse.com
ReportedBy: meissner(a)suse.com
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
I think the postfix map regeneration is not working.
SuSEconfig seems to be gone, so it needs to be done differently on update.
Jul 15 02:16:45 beiboot postfix/cleanup[23526]: warning: database
/etc/postfix/canonical.db is older than source file /etc/postfix/canonical
Jul 15 02:16:45 beiboot postfix/cleanup[23526]: warning: database
/etc/postfix/sender_canonical.db is older than source file
/etc/postfix/sender_canonical
Jul 15 02:16:45 beiboot postfix/cleanup[23526]: warning: database
/etc/postfix/virtual.db is older than source file /etc/postfix/virtual
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.