http://bugzilla.novell.com/show_bug.cgi?id=559819http://bugzilla.novell.com/show_bug.cgi?id=559819#c0
Summary: Upgrade Thunderbird to final 3.0 version
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: All
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Firefox
AssignedTo: bnc-team-mozilla(a)forge.provo.novell.com
ReportedBy: wolfgang(a)rosenauer.org
QAContact: qa(a)suse.de
CC: maintenance(a)opensuse.org
Found By: ---
Blocker: ---
3.0rc2 was just released so it's probably shortly before a final release.
As already discussed with coolo when we decided to ship the beta we will update
to the final version officially for 11.2.
This is to start the paperwork about it.
--
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=559808http://bugzilla.novell.com/show_bug.cgi?id=559808#c0
Summary: Wrong entry in libqt4-devel package
Classification: openSUSE
Product: openSUSE 11.0
Version: Final
Platform: All
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
AssignedTo: pth(a)novell.com
ReportedBy: hochglanz(a)googlemail.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.4)
Gecko/2008103100 SUSE/3.0.4-3.1 Firefox/3.0.4
please change:
file: /usr/share/qt4/mkspecs/common/g++.conf
rpm: libqt4-devel
from: openSuSE Build Service
following line:
---------------
< QMAKE_CFLAGS_RELEASE += -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -O2 -g
to line:
--------
> QMAKE_CFLAGS_RELEASE += -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector
-O2 is doubled
-g is specified in QMAKE_CFLAGS_DEBUG
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=559226http://bugzilla.novell.com/show_bug.cgi?id=559226#c0
Summary: Allow escaping of literal '&' in UI strings
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: rpmcruz(a)alunos.dcc.fc.up.pt
QAContact: jsrain(a)novell.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.9.1.5)
Gecko/20091103 SUSE/3.5.5-1.1.2 Firefox/3.5.5
As Johannes Meixner put it over the yast-devel mailing list:
http://lists.opensuse.org/yast-devel/2009-11/msg00075.html
I like to display a literal '&' in a UI dialog string like:
----------------------------------------------------------------
`InputField( `id(`options),
_("Options (option1=value1&option2=value2)"),
"" )
----------------------------------------------------------------
but neither
"Options (option1=value1\&option2=value2)"
nor
"Options (option1=value1\046option2=value2)"
works for me.
When I run the module with
yast2 --gt module
and with
yast2 --qt module
the text which is shown in the dialog is always
Options (option1=value1option2=value2)
i.e. the '&' character is omitted.
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=559061http://bugzilla.novell.com/show_bug.cgi?id=559061#c0
Summary: glib compiled with -fomit-frame-pointer; valgrind not
patched to match
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: i586
OS/Version: openSUSE 11.2
Status: NEW
Severity: Major
Priority: P5 - None
Component: Development
AssignedTo: pth(a)novell.com
ReportedBy: mwelinder(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5)
Gecko/20091103 SUSE/3.5.5-1.1.2 Firefox/3.5.5
glib appears to be compiled with -fomit-frame-pointer:
Dump of assembler code for function IA__g_malloc0:
0xb71b6930 <IA__g_malloc0+0>: push %esi
0xb71b6931 <IA__g_malloc0+1>: push %ebx
0xb71b6932 <IA__g_malloc0+2>: call 0xb7186167 <__i686.get_pc_thunk.bx>
0xb71b6937 <IA__g_malloc0+7>: add $0x836bd,%ebx
0xb71b693d <IA__g_malloc0+13>: sub $0x24,%esp
0xb71b6940 <IA__g_malloc0+16>: mov 0x30(%esp),%esi
This is straight off the dvd. If I recompile using plain rpmbuild
and no ~/.rpmrc I get a build with frame pointer.
Valgrind is most unhappy with that, but it's easy to change valgrind
to match: in valgrind/coregrind/m_stacktrace.c function
get_StackTrace_wrk move the use_CF_info method before the frame-pointer
method.
I will file a bug with valgrind too. They should really provide a
run-time method of choosing between the two methods.
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=559053http://bugzilla.novell.com/show_bug.cgi?id=559053#c0
Summary: After entering password for encrypted root during
boot, I do not see bootsplash, only text output
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: 64bit
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Bootloader
AssignedTo: jsrain(a)novell.com
ReportedBy: vojta.sc(a)seznam.cz
QAContact: jsrain(a)novell.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (compatible; Konqueror/4.3; Linux
2.6.31.5-0.1-desktop; X11; x86_64; cs) KHTML/4.3.1 (like Gecko) SUSE
I have encrypted root using LVM. Separate /boot and swap. "/" is in LVM (/home
is not separate). When I start system, I see GRUB, few seconds of bootsplash,
then I'm asked for password (the "dialog" is very ugly and confusing) and after
it I do not see bootsplash anymore. For me, it is not problem, but it should be
fixed.
Reproducible: Always
Steps to Reproduce:
1. During installation create encrypted LVM-based settings.
2. Do you see bootsplash after entering passphrase for root?
Expected Results:
To have some nice dialog for entering passphrase during boot and to see
bootsplash after entering the 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=559021http://bugzilla.novell.com/show_bug.cgi?id=559021#c0
Summary: nfs4 mounts from script don't always work
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: jnelson-suse(a)jamponi.net
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5)
Gecko/20091103 SUSE/3.5.5-1.1.2 Firefox/3.5.5
Very odd: I have some NFS mounts which take place in
/etc/sysconfig/network/ifservices-eth0 so that when eth0 comes up, the script
determines which network it is in and (if appropriate) NFS mounts some
directories.
This worked great in openSUSE 10.X and 11.0, 11.1
but does not work in 11.2
It gets weirder. I set the script up so that it logs every statement via
logger, and the mount commands are succeeding. And nfs "stuff" of some sort is
happening, but for some reason I don't end up with any mounts.
For example:
>From /var/log/messages:
Nov 28 15:17:06 worklaptop ifup-services: + mount -t nfs4 -o
soft,noacl,timeo=200 192.168.2.1:/multimedia /multimedia
Nov 28 15:17:06 worklaptop ifup-services: + mount -t nfs4 -o
soft,noacl,timeo=200 192.168.2.1:/isos /isos
Nov 28 15:17:06 worklaptop ifup-services: + exit 0
Nov 28 15:17:06 worklaptop rpc.idmapd[3178]: Stale client: 81
Nov 28 15:17:06 worklaptop rpc.idmapd[3178]: -> closed
/var/lib/nfs/rpc_pipefs/nfs/clnt81/idmap
Nov 28 15:17:06 worklaptop rpc.idmapd[3178]: Stale client: 7d
Nov 28 15:17:06 worklaptop rpc.idmapd[3178]: -> closed
/var/lib/nfs/rpc_pipefs/nfs/clnt7d/idmap
Nov 28 15:17:06 worklaptop rpc.idmapd[3178]: Stale client: 7f
Nov 28 15:17:06 worklaptop rpc.idmapd[3178]: -> closed
/var/lib/nfs/rpc_pipefs/nfs/clnt7f/idmap
Nov 28 15:17:06 worklaptop rpcbind: connect from 127.0.0.1 to unset(1073741824)
Nov 28 15:17:06 worklaptop sm-notify[3770]: Already notifying clients; Exiting!
Nov 28 15:17:06 worklaptop rpc.idmapd[3776]: libnfsidmap: using domain:
localdomain
Nov 28 15:17:06 worklaptop rpc.idmapd[3776]: libnfsidmap: loaded plugin
libnfsidmap_nsswitch.so for method nsswitch
Nov 28 15:17:06 worklaptop rpc.idmapd[3777]: Expiration time is 600 seconds.
Nov 28 15:17:06 worklaptop rpc.idmapd[3777]: nfsdopenone: Opening
/proc/net/rpc/nfs4.nametoid/channel failed: errno 2 (No such file or directory)
If I issue the mount commands from the commandline, they work fine.
I even put an strace in the script and the mount *syscall* works:
31014 14:44:42.661157 mount("192.168.2.1:/multimedia", "/multimedia", "nfs4",
0, "soft,noacl,timeo=200,clientaddr="...) = 0 <0.186784>
and it even writes it into /etc/mtab:
31014 14:44:42.851267 open("/etc/mtab", O_RDWR|O_CREAT|O_APPEND, 0666) = 5
<0.000029>
31014 14:44:42.851372 umask(022) = 077 <0.000018>
31014 14:44:42.851468 fstat(5, {st_mode=S_IFREG|0644, st_size=1144, ...}) = 0
<0.000020>
31014 14:44:42.851605 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9de6d44000 <0.000025>
31014 14:44:42.851696 fstat(5, {st_mode=S_IFREG|0644, st_size=1144, ...}) = 0
<0.000019>
31014 14:44:42.851822 lseek(5, 0, SEEK_SET) = 0 <0.000019>
31014 14:44:42.851900 read(5, "/dev/mapper/system-root / jfs rw"..., 1144) =
1144 <0.000031>
31014 14:44:42.852061 write(5, "192.168.2.1:/multimedia /multime"..., 110) =
110 <0.000232>
31014 14:44:42.852374 close(5) = 0 <0.000030>
31014 14:44:42.852467 munmap(0x7f9de6d44000, 4096) = 0 <0.000039>
31014 14:44:42.852567 close(4) = 0 <0.000031>
31014 14:44:42.852657 unlink("/etc/mtab~") = 0 <0.000103>
31014 14:44:42.852844 exit_group(0) = ?
Eventually, I discovered that the /etc/NetworkManager/dispatcher.d/nfs script
was interfering with this script. Disabling nfs (chkconfig --del nfs) lets
OTHER scripts that use NFS not run into weird problems.
I haven't a clue how to fix this.
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=558788http://bugzilla.novell.com/show_bug.cgi?id=558788#c0
Summary: ifup does not resume VPN connections
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: Other
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: neptunia(a)mail.ru
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.1.5)
Gecko/20091103 SUSE/3.5.5-1.1.2 Firefox/3.5.5
When using ifup networking system and configuring PPTP VPN through DSL applet
in Yast, ckecking "resume connection" checkbox in the connection proprties does
nothing: connection is not resumed after physical connection restored. One
should manually enter the the connection properties dialog, check and uncheck
something and press OK. Then the connection resumes.
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=558055http://bugzilla.novell.com/show_bug.cgi?id=558055#c0
Summary: an error in the /etc/skel/.emacs file from aaa_base
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: All
OS/Version: openSUSE 11.2
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: d.pashov(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.1.4)
Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4
It is very minor error. It doesn't affect the functionality but it is an
irritation.
"
;; Custum Settings
;; ===============
"
"Custum" should be "Custom"
Reproducible: Always
Steps to Reproduce:
1. open /etc/skel/.emacs
2. search for 'Custum'
3. realize 'custum' is incorrect
--
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=557678http://bugzilla.novell.com/show_bug.cgi?id=557678#c0
Summary: Bluetooth: unable to send files via OBEX
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Mobile Devices
AssignedTo: mobile-bugs(a)forge.provo.novell.com
ReportedBy: sbrabec(a)novell.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
When trying to send a file via GNOME Bluetooth applet or via Nautilus Send menu
item, I get a pop-up with an error:
(translation back to English, it may fit strings unexactly.)
File transfer
Sending files via Bluetooth
From: /home/sb
To: "**:**:..." (ID removed)
Connecting...
The name org.openobex.client was not provided by any .service files
The error appears for both associated and un-associated devices.
--
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.