http://bugzilla.opensuse.org/show_bug.cgi?id=909111
Bug ID: 909111
Summary: The rescan-scsi-bus.sh from the sgutils package is
broken since SuSE-13.1
Classification: openSUSE
Product: openSUSE Distribution
Version: 13.2
Hardware: x86-64
OS: openSUSE 13.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: dmarkh(a)cfl.rr.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101
Firefox/33.0
Build Identifier:
This script no longer "finds new" or "removes no longer attached" scsi devices.
As shown below, I have a scsi disk at scsi ID-0 at /dev/sg5.
# lsscsi -g
[0:0:0:0] disk ATA ST3320620AS K /dev/sda /dev/sg0
[13:0:0:0] process Marvell 91xx Config 1.01 - /dev/sg1
[16:0:0:0] disk IMPRIMIS 94601-15 4614 /dev/sdd /dev/sg5
[17:0:0:0] cd/dvd LITE-ON DVDRW LH-20A1P KL0G /dev/sr0 /dev/sg2
[18:0:0:0] disk ATA ST3160811AS E /dev/sdb /dev/sg3
[18:0:1:0] disk ATA ST3160815AS B /dev/sdc /dev/sg4
I remove the drive at scsi ID-0 drive and install an additional drive at scsi
ID-1 then run the script.
# rescan-scsi-bus.sh
Scanning SCSI subsystem for new devices
Scanning host 0 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning for device 0 0 0 0 ...
OLD: Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: ST3320620AS Rev: K
Type: Direct-Access ANSI SCSI revision: 05
Scanning host 1 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 2 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 3 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 4 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 5 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 6 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 7 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 8 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 9 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 10 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 11 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 12 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 13 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning for device 13 0 0 0 ...
OLD: Host: scsi13 Channel: 00 Id: 00 Lun: 00
Vendor: Marvell Model: 91xx Config Rev: 1.01
Type: Processor ANSI SCSI revision: 05
Scanning host 14 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 15 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning host 16 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning for device 16 0 0 0 ...
OLD: Host: scsi16 Channel: 00 Id: 00 Lun: 00
Vendor: IMPRIMIS Model: 94601-15 Rev: 4614
Type: Direct-Access ANSI SCSI revision: 01
Scanning host 17 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning for device 17 0 0 0 ...
OLD: Host: scsi17 Channel: 00 Id: 00 Lun: 00
Vendor: LITE-ON Model: DVDRW LH-20A1P Rev: KL0G
Type: CD-ROM ANSI SCSI revision: 05
Scanning host 18 for SCSI target IDs 0 1 2 3 4 5 6 7, all LUNs
Scanning for device 18 0 0 0 ...
OLD: Host: scsi18 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: ST3160811AS Rev: E
Type: Direct-Access ANSI SCSI revision: 05
Scanning for device 18 0 1 0 ...
OLD: Host: scsi18 Channel: 00 Id: 01 Lun: 00
Vendor: ATA Model: ST3160815AS Rev: B
Type: Direct-Access ANSI SCSI revision: 05
0 new or changed device(s) found.
0 remapped or resized device(s) found.
0 device(s) removed.
# lsscsi -g
[0:0:0:0] disk ATA ST3320620AS K /dev/sda /dev/sg0
[13:0:0:0] process Marvell 91xx Config 1.01 - /dev/sg1
[16:0:0:0] disk IMPRIMIS 94601-15 4614 /dev/sdd /dev/sg5
[17:0:0:0] cd/dvd LITE-ON DVDRW LH-20A1P KL0G /dev/sr0 /dev/sg2
[18:0:0:0] disk ATA ST3160811AS E /dev/sdb /dev/sg3
[18:0:1:0] disk ATA ST3160815AS B /dev/sdc /dev/sg4
It not only did not remove the one at ID-0 that was removed, but did not find
the new one attached. Below is an "lsscsi -g" after a reboot with BOTH drives
attached.
#lsscsi -g
[0:0:0:0] disk ATA ST3320620AS K /dev/sda /dev/sg0
[13:0:0:0] process Marvell 91xx Config 1.01 - /dev/sg1
[16:0:0:0] disk IMPRIMIS 94601-15 4614 /dev/sdd /dev/sg5
[16:0:1:0] disk IMPRIMIS 94601-15 4614 /dev/sde /dev/sg6
[17:0:0:0] cd/dvd LITE-ON DVDRW LH-20A1P KL0G /dev/sr0 /dev/sg2
[18:0:0:0] disk ATA ST3160811AS E /dev/sdb /dev/sg3
[18:0:1:0] disk ATA ST3160815AS B /dev/sdc /dev/sg4
Reproducible: Always
Steps to Reproduce:
1. See details
2.
3.
Actual Results:
This script, before SuSE-13.1 would remove any disks physically removed and add
any physically added since boot. It is broken
This is NOT kernel related as the same thing happens with a vanilla 3.16.7
kernel. I'm fairly certain this is a systemd issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=927832
Bug ID: 927832
Summary: libreoffice does not discover printers in client only
mdns setup
Classification: openSUSE
Product: openSUSE Factory
Version: 201503*
Hardware: Other
OS: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: LibreOffice
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: lnussel(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
libreoffice only offers "Generic Printer" when run without cupsd. Printers can
be discovered nevertheless using mdns and e.g. evince works fine. LO probably
needs to be compiled to use the new cups 1.6 APIs:
http://www.cups.org/documentation.php/doc-2.0/api-cups.html#cupsEnumDests
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=899501
Bug ID: 899501
Summary: Only one display wakes up after powersave
Classification: openSUSE
Product: openSUSE Factory
Version: 201409*
Hardware: x86-64
OS: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: X.Org
Assignee: bnc-team-xorg-bugs(a)forge.provo.novell.com
Reporter: lmb(a)suse.com
QA Contact: xorg-maintainer-bugs(a)forge.provo.novell.com
Found By: ---
Blocker: ---
Created attachment 608781
--> http://bugzilla.suse.com/attachment.cgi?id=608781&action=edit
Xorg.0.log
I have a Lenovo Thinkpad T440s with Intel graphics. I'm using a dual monitor
setup - the internal 1920x1080 display on eDP1 and a 1920x1200 screen (HP ZR24w
on DP4 via the docking station).
(Running Factory as of now, but tried 13.2b1 yesterday and had the same
effect.)
Leaving the system alone for a bit leads to the screens being turned off
(powersave). However, only the internal display wakes up again; the external
output remains in power-save mode.
(e.g., the monitor doesn't find any signal on any port.)
I tried using xrandr --output --off and turning it on with --auto again,
turning off the monitor itself, etc. No change; the only apparent way to
resolve this and get my external monitor back is to reboot, which seems a bit
harsh.
Any suggestions?
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated
Graphics Controller (rev 0b)
Screen 0: minimum 8 x 8, current 1920 x 1200, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x
175mm
1920x1080 60.01*+
1400x1050 59.98
1280x1024 60.02
1280x960 60.00
1024x768 60.00
800x600 60.32 56.25
640x480 59.94
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
DP4 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 546mm x
352mm
1920x1200 59.95*+
1920x1080 59.99
1600x1200 60.00
1680x1050 59.95
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1024x768 60.00
800x600 60.32
640x480 60.00
DP5 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
Pl
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=901887
Bug ID: 901887
Summary: Lenovo t440s / Intel 4400: External display
non-functional
Classification: openSUSE
Product: openSUSE Factory
Version: 201410*
Hardware: x86-64
OS: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: X.Org
Assignee: bnc-team-xorg-bugs(a)forge.provo.novell.com
Reporter: lmb(a)suse.com
QA Contact: xorg-maintainer-bugs(a)forge.provo.novell.com
Found By: ---
Blocker: ---
Created attachment 610633
--> http://bugzilla.suse.com/attachment.cgi?id=610633&action=edit
Xorg.0.log
On the same system where I experienced bug 899501, I've updated the system to a
later Factory build and can now no longer activate my external display at all.
Though xrandr reports:
Screen 0: minimum 8 x 8, current 1920 x 1200, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x
175mm
1920x1080 60.01*+
1400x1050 59.98
1280x1024 60.02
1280x960 60.00
1024x768 60.00
800x600 60.32 56.25
640x480 59.94
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
DP4 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 546mm x
352mm
1920x1200 59.95*+
1920x1080 59.99
1600x1200 60.00
1680x1050 59.95
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1024x768 60.00
800x600 60.32
640x480 60.00
DP5 disconnected (normal left inverted right x axis y axis)
The output on DP4 is black, and the monitor does not detect a signal.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=903189
Bug ID: 903189
Summary: USB trackball not detected on reboot
Classification: openSUSE
Product: openSUSE Factory
Version: 201410*
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
Assignee: kernel-maintainers(a)forge.provo.novell.com
Reporter: lmb(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 611775
--> http://bugzilla.suse.com/attachment.cgi?id=611775&action=edit
lsusb -v directly after reboot
After a reboot, the kernel doesn't detect the USB attached trackball
automatically. I have to unplug and plug it in again.
I'm attaching lsusb output directly after a reboot and after the unplug/plug
step (to the same USB port). Note that it is attached to a port on the docking
station.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=922992
Bug ID: 922992
Summary: Enable GNU Terry Pratchett in default Apache
configuration
Classification: openSUSE
Product: openSUSE Factory
Version: 201502*
Hardware: Other
OS: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Basesystem
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: lmb(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
As per http://www.gnuterrypratchett.com/#apache, I suggest to enable this in
the default apache configuration on openSUSE.
--
You are receiving this mail because:
You are on the CC list for the bug.
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.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.