Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
Subject: ora 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
Subject: Re: ORA 01722 invalid number
 
Subject: Re: Marvell 10.20.3.3 and SLES 10 SP1

Subject: Re: Marvell 10.20.3.3 and SLES 10 SP1

2007-08-24       - By Arun Singh

 Back
Thanks Ronald,

It appears that Marvell needs to update/release driver compatible to SLES10 SP1
. They should have notified of this change affecting their driver had they been
part of Novell Linux Driver Process (http://developer.novell.com/wiki/index.php
/Partner_Linux_Driver_Process). I will see If they can participate (If not a
member)and avoid this kind of inconvenience to end-user.

Regards,
Arun

>>> On 8/24/2007 at 7:00 AM, Ronald Breuer <rb@(protected)> wrote:
> Hello Arun,
>
> I installed DLink DGE-530 (See http://DGE-530.ora-code.com)T (1Gbit ) with
> Marvell driver (Install_v10.20.3.3.tar.bz2) on SLES 10 SP1
>
>
> At first I got an error because Module.symvers was not found
> as expected in
>
> /usr/src/linux-2 (See http://nux-2.ora-code.com).6.16.46-0.14/Module.symvers
>
> I fixed this by adding a symbolic link to the file
>
> /usr/src/linux-2 (See http://nux-2.ora-code.com).6.16.46-0.14-obj/i386/default/Module.symvers
>
>
> Than I got in trouble with
>
> make: Entering directory `/usr/src/linux-2 (See http://nux-2.ora-code.com).6.16.46-0.14'
>   CC [M]  /tmp/Sk98IQKMGaddWqZHCIEgXOOfM/all/skge.o
>   CC [M]  /tmp/Sk98IQKMGaddWqZHCIEgXOOfM/all/sky2.o
>
> /tmp/Sk98IQKMGaddWqZHCIEgXOOfM/all/sky2.c: In function "GiveTxBufferToHw":
>
> /tmp/Sk98IQKMGaddWqZHCIEgXOOfM/all/sky2.c:1038: error:
> "struct skb_shared_info" has no member named "tso_size"
>
> make[1]: *** [/tmp/Sk98IQKMGaddWqZHCIEgXOOfM/all/sky2.o] Error 1
> make: *** [_module_/tmp/Sk98IQKMGaddWqZHCIEgXOOfM/all] Error 2
> make: Leaving directory `/usr/src/linux-2 (See http://nux-2.ora-code.com).6.16.46-0.14'
> +++ Compiler error
>
> I used Google and found
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---
> On Sat, Jul 22, 2006 at 07:59:48PM -0300, Paulo Cavalcanti wrote:
>>  #ifdef NETIF_F_TSO
>> -                       Mss = skb_shinfo(pSkPacket->pMBuf)->tso_size;
>> +                       Mss = skb_shinfo(pSkPacket->pMBuf)->gso_size;
>>                         if (Mss) {
>
> This breaks on almost every kernel. What kernel did you build this against?
> --
> Axel.Thimm at ATrpms.net
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---
>
> I checked sky2.c and found in the source from Marvell at line 1033
>
> #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17)
>     Mss = skb_shinfo(pSkPacket->pMBuf)->gso_size;
> #else
>     Mss = skb_shinfo(pSkPacket->pMBuf)->tso_size;
> #endif
>
>
> Ok, seams that the SLES 10 SP1 kernel use gso_size instead of tso_size.
>
> But if i change KERNEL_VERSION(2,6,17) to KERNEL_VERSION(2,6,16) it
> also failed.
> My be the 'kernel version detection' also did not work.
> I removed the 'if then else' end used hard coded gso_size and it works
> fine.
>
> I didn't know if this is a Suse/Novell or Marwell issue.
>
> I also found a fix in
>
> http://support.novell.com/techcenter/psdb/753294d78b12c46523f2a5e3815690d3.h
> tml
>
> kernel-default-2 (See http://ult-2.ora-code.com).6.16.46-0.12.i586.rpm
>
> fix the tso_size -> gso_size build issues in the 2.6.16.41 patch
> properly (it's caused by a later Xen patch, it's not a mainline problem.)
>
> Kind regards
> Ronald Breuer
>
>
>
> --
> To unsubscribe, email: suse-oracle-unsubscribe@(protected)
> For additional commands, email: suse-oracle-help@(protected)
> Please see http://www.suse.com/oracle/ before posting




--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting