http://bugzilla.novell.com/show_bug.cgi?id=540518
Summary: gnome-do uses all cpu time on my system
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: aj(a)novell.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-1.1 Firefox/3.5.3
top shows:
Tasks: 160 total, 1 running, 159 sleeping, 0 stopped, 0 zombie
Cpu(s): 99.7%us, 0.3%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 2013576k total, 1117400k used, 896176k free, 51964k buffers
Swap: 2104444k total, 0k used, 2104444k free, 541024k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2243 aj 20 0 324m 29m 17m S 198 1.5 80:29.10 gnome-do
Note: uptime is:
uptime
20:32pm up 0:50, 3 users, load average: 14.68, 14.15, 11.84
So, 50 minutes up - and 80minutes of gnome-do runtime already.
Reproducible: Always
Steps to Reproduce:
1. run top to verify what gnome-do does
2.
3.
Actual Results:
high cpu usage of gnome-do
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=540516
Summary: No openSUSE logo on compiz cube in GNOME
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Compiz
AssignedTo: bnc-team-compiz(a)forge.provo.novell.com
ReportedBy: aj(a)novell.com
QAContact: ories(a)novell.com
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-1.1 Firefox/3.5.3
AFAIK in the past we had an openSUSE logo in the cube but I don't see anything
anymore - just white sides.
Reproducible: Always
Steps to Reproduce:
1. Rotate the cube and look on top/bottom
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=540515
Summary: ssh: Error reading response length from authentication
socket.
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: aj(a)novell.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-1.1 Firefox/3.5.3
aj@x61s-aj:~> ssh-add
Enter passphrase for /home/aj/.ssh/id_dsa:
Identity added: /home/aj/.ssh/id_dsa (/home/aj/.ssh/id_dsa)
Error reading response length from authentication socket.
Reproducible: Always
Steps to Reproduce:
1. run ssh-add in GNOME terminal
2. enter correct passphrase
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=540497
Summary: libvirt-cim-0.5.6-2.2: memory leak
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: All
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: dcb314(a)hotmail.com
QAContact: qa(a)suse.de
Found By: ---
I just had a look at factory package libvirt-cim-0.5.6-2.2
For source code file libvirt-cim-0.5.6/src/Virt_RASD.c
around line 670, function _get_rasds is the following code
tmp_dev = calloc(1, sizeof(*tmp_dev));
tmp_dev = virt_device_dup(&devs[count - 1]);
This is an obvious memory leak, since the memory allocated
on the first line cannot be freed after the second line.
Suggest remove first line.
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=540482
Summary: Restart fails to restart computer
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: i386
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: tbullock(a)comlore.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-1.1 Firefox/3.5.3
Running factory update from earlier today (Sept 18), however this has been a
problem for the last couple of months (say around Milestone 4) and has been
persistent across fresh installs.
Clicking "Computer -> Shutdown -> Restart", only restarts the gnome desktop
rather than restarting the computer. Note that this also applies to the
equivalent command of "Shutdown".
Generally speaking the second or third attempt to "restart" will actually
restart the computer.
Running "shutdown -r now" from the commandline as root works all the time, so I
imagine that there is some sort of problem higher up in the stack. This is why
I filed this problem against "GNOME".
I haven't got a clue as which log I should be posting, so please let me know.
Reproducible: Always
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=540363
Summary: /etc/init.d/boot.crypto fails to mount device when
keyfile is specified
Classification: openSUSE
Product: openSUSE 11.2
Version: Milestone 7
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: jacob.hart+opensuse(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.2)
Gecko/20090730 SUSE/3.5.2-3.4 Firefox/3.5.2
Example /etc/crypttab
# name device key options
crypt-tmp /dev/sdb1 /root/crypt-tmp.key luks
elantris:~ # ls -al /root/crypt-tmp.key
-rw-r--r-- 1 root root 256 2009-09-19 02:39 /root/crypt-tmp.key
elantris:~ # /etc/init.d/boot.crypto start /dev/sdb1
/lib/cryptsetup/boot.crypto.functions: line 623: -e: command not found
crypt-tmp: /root/crypt-tmp.key does not exist skipped
It's a one-line fix: just add "test" before "-e" on line 623 and everything's
fine.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=540033
Summary: gnome-do-plugins has broken Provides
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: dominique.leuenberger(a)tmf-group.com
ReportedBy: sshaw(a)decriptor.com
QAContact: qa(a)suse.de
Found By: ---
gnome-do provides an engtrie list of Mono(*) which are bogus
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=540017
Summary: wrong xargs arguments in
/usr/lib/secchk/security-weekly.sh (package seccheck)
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: i686
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: wefing(a)gmx.de
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.13)
Gecko/2009080200 SUSE/3.0.13-0.1.2 Firefox/3.0.13
/usr/lib/secchk/security-weekly.sh from the seccheck package contains 3
invalid invocations of the xargs command:
.. xargs ls -cdl --time-style=long-iso --no_run-if-empty -- ...
The correct version reads
.. xargs --no_run-if-empty ls -cdl --time-style=long-iso -- ...
kato tmp/graphics_test> rpm -qi seccheck
Name : seccheck Relocations: (not relocatable)
Version : 2.0 Vendor: openSUSE
Release : 656.10.1 Build Date: Mi 14 Jan 2009 16:41:22
CET
Install Date: Do 15 Jan 2009 22:15:29 CET Build Host: judah
Group : Productivity/Security Source RPM:
seccheck-2.0-656.10.1.src.rpm
Size : 53004 License: GPL v2 or later
Signature : RSA/8, Mi 14 Jan 2009 16:41:27 CET, Key ID b88b2fd43dbdc284
Packager : http://bugs.opensuse.org
Summary : Security-Check Scripts
Description :
Regularly executable scripts (via cron) for checking the security of
your system.
Distribution: openSUSE 11.1
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=540013
Summary: bash completions lack support for evince
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: All
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: ro(a)novell.com
ReportedBy: gp(a)novell.com
QAContact: qa(a)suse.de
Found By: Product Management
Created an attachment (id=318751)
--> (http://bugzilla.novell.com/attachment.cgi?id=318751)
Suggested fix
How to reproduce:
Having files name x and x.pdf in the local directory, typing "evince x"
followed by tab in a bash shell does not expand to x.pdf
How to fix:
Apply the patch attached. ;-)
--
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.
http://bugzilla.novell.com/show_bug.cgi?id=539669
Summary: wireless initscripts wants iw tool, but not depends on
it
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: x86-64
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: moje(a)kalhotky.net
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.2)
Gecko/20090730 SUSE/3.5.2-3.5 Firefox/3.5.2
script /etc/sysconfig/network/scripts/ifup-wireless tests if iw command exists
(test is at line 185) and refuse to enable wireless interface if iw not found.
Sysconfig package (where mentioned script belongs to) don't depend on iw
package. This cause not working wireless interface after upgrade.
Reproducible: Always
Steps to Reproduce:
1. upgrade from milestone6 to current factory
2. reboot
3. try rcnetwork restart
Actual Results:
Setting up network
interfaces: eth0 device: Realtek Semiconductor Co., Ltd. RTL8111/8168B
PCI Express Gigabit Ethernet controller (rev 02)
eth0 IP address: 192.168.172.1/24
eth0
done
wlan0 name: ASUSTeK BCM4318 [AirForce One 54g] 802.11g Wireless LAN
Controller
cannot find 'iw', please install
wlan0
done
Setting up service network . . . . . . . . . .
Expected Results:
Setting up network interfaces:
eth0 device: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express
Gigabit Ethernet controller (rev 02)
eth0 IP address: 192.168.172.1/24
eth0
done
wlan0 name: ASUSTeK BCM4318 [AirForce One 54g] 802.11g Wireless LAN
Controller
wlan0 starting wpa_supplicant
wlan0 Starting DHCP4 client. .
wlan0 IP address: 172.16.42.42/24 (moje)
wlan0
--
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.