https://bugzilla.novell.com/show_bug.cgi?id=170097
htejun(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider| |stephan.schwarz(a)vetroconsult.ch
------- Comment #27 from htejun(a)gmail.com 2006-11-30 18:23 MST -------
The kernel is from 10.2rc1. That dependency shouldn't matter too much. Just
do 'rpm --ivh --nodeps kernel-default-2.6.18.2-33tj.i586.rpm'.
--
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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=197190
------- Comment #59 from edwardsg(a)sgi.com 2006-11-30 17:41 MST -------
We die in drivers/video/console/vgacon.c:vga_set_palette()
vga_w(state.vgabase, VGA_PEL_MSK, 0xff);
for (i = j = 0; i < 16; i++) {
vga_w(state.vgabase, VGA_PEL_IW, table[i]); <---
when we do the first write to VGA_PEL_IW (0x3c8) with a value of 0. Since the
write times out, I suspect it causes the card to wedge. We go through
vga_set_palette twice before successfully, once on bootup and once on X
startup.
We know this hardware combination works fine in SLES10, so to narrow it down, I
tried it with a sles10 kernel (required a change to
valid_mmap_phys_addr_range() so the /dev/mem mmap didn't fail) and the radeon
driver at tag XORG-7_0 (which I believe is SLES10?). This failed the same way,
so it's back looking like an xorg issue.
I'll probably need a kick in the right direction at where to start looking
next.
--
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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207643
Summary: mc - needs to be compiled with --with-samba
Product: openSUSE 10.2
Version: Alpha 4 plus
Platform: PC
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: mrmazda(a)ij.net
QAContact: qa(a)suse.de
1-smbfs vfs support is scheduled for imminent removal from kernel (2.6.18
final?) because smbfs is no longer maintained, supposedly replaced by cifs
2-cifs vfs kernel support for old LANMAN versions in OS/2 and Win9x is broken
and may never be adequately fixed due to security problems fixing it could
impose and/or lack of interest from those with competence to provide the very
complex fix
3-It was written on the mc(a)gnome.org mailing list that mc cannot merely be user
recompiled with --with-samba due to conflict with SUSE's implementation of
UTF-8 in mc
mc compiled with --with-samba provides native samba vfs access to OS/2 and
Win9x servers. If 10.2 ships with a kernel that lacks smbfs vfs support, 10.2
will be crippled in its ability to network with OS/2 and/or Win9x servers.
Having mc so compiled would provide relief from this problem. Even if release
kernel retains smbfs vfs support, it would be nice to have working smbfs vfs
support in mc.
--
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, or are watching someone who is.