http://bugzilla.opensuse.org/show_bug.cgi?id=940851
Bug ID: 940851
Summary: kye-data contains works with non-OSI license
Classification: openSUSE
Product: openSUSE Factory
Version: 201505*
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X11 Applications
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: jengelh(a)inai.de
QA Contact: qa-bugs(a)suse.de
CC: cfarrell(a)suse.com, dimstar(a)opensuse.org,
nemysis(a)gmx.ch
Found By: ---
Blocker: ---
openSUSE:Factory/kye-data has Training.zip, whose txt file reads:
1. This is freeware so you can use it yourself or let others try it but I don't
want you SELLING IT!!!
TTBOMK, this incompatible with OSI-compatible licensing.
Most of the other works (shipped in .zip files) have no license notice, however
small, at all.
vexkyelevels.zip does not appear to permit "use" (merely copying, distribution
and modification).
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=977967
Bug ID: 977967
Summary: global package's gtag command cannot work with the
option '--gtagslabel=pygments'
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 42.1
Hardware: x86-64
OS: openSUSE 42.1
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Development
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: goto.inct(a)gmail.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/50.0.2661.75 Safari/537.36
Build Identifier:
I installed 'global' package using zypper and typed 'gtags
--gtagslabel=pygments' in the terminal, then I get following warning.
gtags: cannot open shared object '/usr/lib/gtags/pygments-parser.la'.
Of course, gtags does not work correctly.
Reproducible: Always
Steps to Reproduce:
1. Install global (# zypper install global)
2. Use gtags (> gtags --gtagslabel-pygments)
Actual Results:
gtags: cannot open shared object '/usr/lib/gtags/pygments-parser.la'.
Expected Results:
Get GPATH, GRTAGS, GTAGS file into current directory without warning.
Solution:
This bug caused by inconsistence between /etc/gtags.conf and the path of
'pygments-parser.la'.
'gtags.conf' assume that 'pygments-parser.la' is in '/usr/lib/gtags/'. But
actually, 'pygments-parser.la' is located in '/usr/lib64/gtags/'.
Therefore we can fix this problem following commands:
'sudo sed -i -e "s/lib/lib64/g" /etc/gtags.conf'.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=905418
Bug ID: 905418
Summary: No audio/no sound when headphone is plugged in --
choosing "Headphones (unplugged)" in pavucontrol then
works
Classification: openSUSE
Product: openSUSE Factory
Version: 201411*
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sound
Assignee: tiwai(a)suse.com
Reporter: gp(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 613619
--> http://bugzilla.suse.com/attachment.cgi?id=613619&action=edit
Screenshot showing pavucontrol vs GNOME Sound panel when external jack is
unplugged
This is an interesting one, current Factory with kernel
3.16.4-1.g7a8842b-default (and before that also with
kernel-default-3.17.1-1.2.g5c4d099 I believe).
Sounds on this Lenovo T430s notebook works just fine.
Except when I plug in speakers or a headset, instead of switching off
the internal speakers and activating that external audio -- silence.
The GNOME Sound panel provides no way to address this.
pavucontrol, however shows "Headphones (unplugged)", and when I select
that as Output Device, everything works as it used to (with 13.1, 13.2
and Factory until a few days ago).
14: PCI 1b.0: 0403 Audio device
[Created at pci.328]
Unique ID: u1Nb.0TDI6CRLz81
SysFS ID: /devices/pci0000:00/0000:00:1b.0
SysFS BusID: 0000:00:1b.0
Hardware Class: sound
Model: "Intel 7 Series/C210 Series Chipset Family High Definition Audio
Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x1e20 "7 Series/C210 Series Chipset Family High Definition Audio
Controller"
SubVendor: pci 0x17aa "Lenovo"
SubDevice: pci 0x21fb
Revision: 0x04
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xf2530000-0xf2533fff (rw,non-prefetchable)
IRQ: 46 (1867 events)
Module Alias: "pci:v00008086d00001E20sv000017AAsd000021FBbc04sc03i00"
Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: "modprobe snd_hda_intel"
Config Status: cfg=yes, avail=yes, need=no, active=unknown
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=927268
Bug ID: 927268
Summary: clang link fails with undefined reference to
`__stack_chk_guard'
Classification: openSUSE
Product: openSUSE Factory
Version: 201503*
Hardware: PowerPC-64
OS: SUSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: dap(a)open.by
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 631137
--> http://bugzilla.opensuse.org/attachment.cgi?id=631137&action=edit
Full build log.
Upstream report: https://llvm.org/bugs/show_bug.cgi?id=22248
My build log error:
[ 35s] CMakeFiles/huffar.dir/compress.c.o:(.toc+0x0): undefined reference to
`__stack_chk_guard'
[ 35s] CMakeFiles/huffar.dir/extract.c.o:(.toc+0x0): undefined reference to
`__stack_chk_guard'
[ 35s] clang-3.5: error: linker command failed with exit code 1 (use -v to
see invocation)
[ 35s] CMakeFiles/huffar.dir/build.make:163: recipe for target 'huffar'
failed
[ 35s] make[2]: *** [huffar] Error 1
Check attachment for full log.
#opensuse-ppc(a)irc.freenode.net:
k0da: dark_ss, it seems you've hit an LLVM bug. It adds extra symbol.
k0da: dark_ss, you can open an opensuse bug though for that issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=911401
Bug ID: 911401
Summary: Wrong yast language when multiple languages specified
in LANGUAGE env variable
Classification: openSUSE
Product: openSUSE Factory
Version: 201412*
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
Assignee: yast2-maintainers(a)suse.de
Reporter: PVince81(a)yahoo.fr
QA Contact: jsrain(a)suse.com
Found By: ---
Blocker: ---
Steps to reproduce:
1. Make sure that neither LANG nor any LC_* variables are set
2. Run: export LANGUAGE="en_US:de:fr" (or set this language order in KDE's
language settings)
3. Run: kdesu yast2
Expected result:
Since English is the first language, Yast2 should be in English.
Actual result:
Yast2 is in German!
More info:
If you do:
- export LANGUAGE="en_US"
- kdesu yast2
Yast2 will be in English.
It seems zypper is also affected partially.
When LANGUAGE="en_US:de:fr" then zypper is in English, but the confirmation
prompt is in German:
Overall download size: 682.1 MiB. Already cached: 0 B After the operation,
additional 753.3 MiB will be used.
Fortfahren? [j/n/? zeigt alle Optionen] (j):
Could be a duplicate of https://bugzilla.opensuse.org/show_bug.cgi?id=843573
but that one didn't have any details.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=934256
Bug ID: 934256
Summary: Passwords maintained by Filezilla are easily recovered
in some cases
Classification: openSUSE
Product: openSUSE Distribution
Version: 13.2
Hardware: Other
OS: openSUSE 13.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Security
Assignee: security-team(a)suse.de
Reporter: Greg.Freemyer(a)gmail.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
I'm testing with LaZagne:
http://www.kitploit.com/2015/02/the-lazagne-project-recover-most-common.html
Or in OBS @ home:gregfreemyer:Tools-for-forensic-boot-cd LaZagne
Running LaZagne under my normal user account recovered one filezilla stored
passwd.
The amount of time taken was near instantaneous so I believe the password was
simply decoded, not cracked in the sense of "John the ripper".
The password was associated with a SFTP account, so it is a password I consider
needing to be kept securely.
I don't know if Filezilla simply handles passwords poorly or if it can be
compiled differently to store passwords securely.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=918028
Bug ID: 918028
Summary: no Grub Legacy shell history
Classification: openSUSE
Product: openSUSE Distribution
Version: 13.2
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Bootloader
Assignee: jsrain(a)suse.com
Reporter: mrmazda(a)earthlink.net
QA Contact: jsrain(a)suse.com
Found By: ---
Blocker: ---
To reproduce:
1-login root on tty[1-6] on en_US installation
2-grub
3-find /boot/grub/stage1
4-keystroke <UP>
Actual behavior:
1-^[[A appears at prompt
Expected behavior:
1-find /boot/grub/stage1 appears at prompt
Comments:
1-Shell cmdline history works as expected in 13.1, as in all previous openSUSE
releases.
2-I recognized this problem many months ago, maybe as much as a year ago, but
only just surmised it was almost certainly 13.2 and up Grub Legacy
post-0.97-194.1.2 itself rather than having anything to do with kernel,
framebuffer configuration, video mode, or files contained in target
/boot/grub/. "Downgrading" to 13.1's 0.97-194.1.2 fixes 13.2 and Tumbleweed.
3-Nearly all my Grub stanzas include "splash=verbose vga=791 video=1024x768@60
3 " on cmdline.
4-All my openSUSE installations are on multiboot hardware (no VMs), with
keyboards on PS/2 ports.
5-Plymouth is not installed in any of my openSUSE installations.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=981271
Bug ID: 981271
Summary: KTTSMgr cannot use festival 2.4 in 13.1 or 13.2 or
42.1
Classification: openSUSE
Product: openSUSE Distribution
Version: 13.2
Hardware: x86-64
URL: http://bugs.pearsoncomputing.net/show_bug.cgi?id=2657
OS: Other
Status: NEW
Keywords: accessibility
Severity: Normal
Priority: P5 - None
Component: Sound
Assignee: tiwai(a)suse.com
Reporter: mrmazda(a)earthlink.net
QA Contact: qa-bugs(a)suse.de
CC: anixx(a)opensuse.org
Found By: ---
Blocker: ---
To reproduce:
1.ensure sound system works reliably
2.install festival and kdeaccessibility3 or trinity-tdeaccessibility from
standard repos
3.enable festival with chkconfig (no systemd service for it exists)
4.open a KDE3 or TDE session
5.open KTTSMgr
6.try to add or edit a talker (talker tab)
Actual behavior:
1.voice query fails
2.Enable on General tab cannot be selected
3.TTS cannot produce sound
Expected behavior:
1.voice query succeeds
2.enabling on General tab is possible
3.TTS works as expected (e.g. speak clipboard)
Notes:
1-KDE3's KTTSMgr on 13.1 on host Easystreet made sound until most recent
updating, which replaced festival 2.1 with 2.4. Reverting to festival 2.1 from
OSS repo restored sound.
2.KDE3' KTTSMgr on 13.2 had never been made to find voices or make sound on
host Easystreet. I was only able to make it find voices and make sound after
replacing its installed festival 2.4 from KDE3 repo with 2.1 from OSS repo.
3.TDE's KTTSMgr on 42.1 on hosts Easystreet and gx62b would not find voices or
make sound until I replaced their festival 2.4 with the 2.1 version from 13.2's
OSS repo.
4.TDE's KTTSMgr on Debian stretch on host Easystreet works as expected with its
own festival 2.4. Yet to do is figure out why same OS/KTTSMgr/festival on host
big41 does not output sound, though it does claim to find voices and appear
fully configured to output sound, and other apps do output sound.
5.mailing list thread: http://trinity-users.pearsoncomputing.net/?0::10248
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=912059
Bug ID: 912059
Summary: networkmanager plasmoid shows nearly everybody
connected (although it seems that only one wpa2 is
correctly connected
Classification: openSUSE
Product: openSUSE Distribution
Version: 13.2
Hardware: x86-64
OS: openSUSE 13.2
Status: NEW
Severity: Minor
Priority: P5 - None
Component: KDE4 Applications
Assignee: kde-maintainers(a)suse.de
Reporter: stakanov(a)freenet.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 618858
--> http://bugzilla.opensuse.org/attachment.cgi?id=618858&action=edit
wrong connection info of networkmanager plugin
Create several users. Create in user A a connection with wpa2 encryption,
choose: only this user can connect. Save and connect.
Look at the list of the plasmoid: it shows all available wlan as not connected
and the one you created as connected.
Now change to user B or C. As you are still up with user A and you are
connected, now in user B or C it should show the same as in user A. Only it
should not be possible to end simply this connection or to start it. But you
will be able to use it.
What happens: in B or C respectively, the list of all available stations shows
up as "connected". So in theory you are connected to all wireless of the area.
All? No, some do show up correctly as "not connected" but the list here is so
long that I can show only the beginning of the screen-shot. The output of
ifconfig and netstat seem normal. So this seems to be more an apparent than a
real bug.
I join a screenshot.
What should have done the program: show the correct connection information.
Screen-shot: the only "real" connection iw the one with the button disconnect.
The other ssids are from the neighborhood.
--
You are receiving this mail because:
You are on the CC list for the bug.