Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > comp.unix.bsd.openbsd.misc

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-16-2008, 06:23 AM
Bob Healey
 
Posts: n/a
Default Sun be driver on sparc 64?

Does the sun be 10/100 sbus ethernet card work on sparc64? It works
just fine more me on sparc32, but on sparc64 I get DMA errors and the
card is unusable. According to the docs, the NIC is supported on both
platforms.

Thanks.

Bob Healey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-16-2008, 06:23 AM
Miod Vallat
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

> Does the sun be 10/100 sbus ethernet card work on sparc64? It works
> just fine more me on sparc32, but on sparc64 I get DMA errors and the
> card is unusable. According to the docs, the NIC is supported on both
> platforms.


It works, but on some PCI cards with on-board PCI bridges, interrupt
swizzling problems prevent the interfaces from working.

This is a known issue for which there is currently no good workaround,
but which might eventually be fixed.

If your card is an SBus card, then this is a new issue; please report
the problem with sendbug.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-16-2008, 06:23 AM
Bob Healey
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

Miod Vallat wrote:
>>Does the sun be 10/100 sbus ethernet card work on sparc64? It works
>>just fine more me on sparc32, but on sparc64 I get DMA errors and the
>>card is unusable. According to the docs, the NIC is supported on both
>>platforms.

>
>
> It works, but on some PCI cards with on-board PCI bridges, interrupt
> swizzling problems prevent the interfaces from working.
>
> This is a known issue for which there is currently no good workaround,
> but which might eventually be fixed.
>
> If your card is an SBus card, then this is a new issue; please report
> the problem with sendbug.


This is the sbus card - I don't have the most recent flash revision on
my system, so I want to update that first. The machine is an Ultra 1.
The card works just fine on a Sparc-Station 5. I am running 3.6 with
all the erratta applied.

Bob Healey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-16-2008, 06:23 AM
DoN. Nichols
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

In article <cteufu$2fg$1@misc-cct.server.rpi.edu>,
Bob Healey <healer@rpi.edu> wrote:
>Miod Vallat wrote:
>>>Does the sun be 10/100 sbus ethernet card work on sparc64? It works
>>>just fine more me on sparc32, but on sparc64 I get DMA errors and the
>>>card is unusable. According to the docs, the NIC is supported on both
>>>platforms.

>>
>>
>> It works, but on some PCI cards with on-board PCI bridges, interrupt
>> swizzling problems prevent the interfaces from working.
>>
>> This is a known issue for which there is currently no good workaround,
>> but which might eventually be fixed.
>>
>> If your card is an SBus card, then this is a new issue; please report
>> the problem with sendbug.

>
>This is the sbus card - I don't have the most recent flash revision on
>my system, so I want to update that first. The machine is an Ultra 1.
>The card works just fine on a Sparc-Station 5. I am running 3.6 with
>all the erratta applied.


Hmm ... are these the ones which identify as hme*? I've got a
four-port one in an Ultra-1/140, and it is working without obvious
problems.

But that system is running OpenBSD 3.4.

Here is the (partial) output of "ifconfig -a", showing only the
two ports currently in service:

================================================== ====================
hme0: flags=8063<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICA ST> mtu 1500
address: 08:00:20:bd:e5:00
media: Ethernet autoselect (100baseTX)
status: active
inet 10.0.0.50 netmask 0xffffff00 broadcast 10.0.0.255
inet6 fe80::a00:20ff:febd:e500%hme0 prefixlen 64 scopeid 0x2
hme1: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX ,MULTICAST> mtu
1500
address: 08:00:20:bd:e5:01
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet 10.4.14.50 netmask 0xffffff00 broadcast 10.4.14.255
inet6 fe80::a00:20ff:febd:e501%hme1 prefixlen 64 scopeid 0x3
================================================== ====================

And -- I accessed it through hme0 from an Ultra-2 running
Solaris 2.8, FWIW.

Both are internal subnets. The external is on the le0
interface, since it is not capable of being hit with as much bandwidth
anyway.

Could it be something wrong with your specific card? I got one
(totally dead) card from an eBay vendor. He replaced it without
question. It was so bad that it even locked up the system so it could
not show the OpenBoot prompt, let alone actually boot fully.

Good Luck,
DoN.
--
Email: <dnichols@d-and-d.com> | Voice (all times): (703) 938-4564
(too) near Washington D.C. | http://www.d-and-d.com/dnichols/DoN.html
--- Black Holes are where God is dividing by zero ---
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-16-2008, 06:23 AM
Bob Healey
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

DoN. Nichols wrote:
> In article <cteufu$2fg$1@misc-cct.server.rpi.edu>,
> Bob Healey <healer@rpi.edu> wrote:
>
>>Miod Vallat wrote:
>>
>>>>Does the sun be 10/100 sbus ethernet card work on sparc64? It works
>>>>just fine more me on sparc32, but on sparc64 I get DMA errors and the
>>>>card is unusable. According to the docs, the NIC is supported on both
>>>>platforms.
>>>
>>>
>>>It works, but on some PCI cards with on-board PCI bridges, interrupt
>>>swizzling problems prevent the interfaces from working.
>>>
>>>This is a known issue for which there is currently no good workaround,
>>>but which might eventually be fixed.
>>>
>>>If your card is an SBus card, then this is a new issue; please report
>>>the problem with sendbug.

>>
>>This is the sbus card - I don't have the most recent flash revision on
>>my system, so I want to update that first. The machine is an Ultra 1.
>>The card works just fine on a Sparc-Station 5. I am running 3.6 with
>>all the erratta applied.

>
>
> Hmm ... are these the ones which identify as hme*? I've got a
> four-port one in an Ultra-1/140, and it is working without obvious
> problems.
>
> But that system is running OpenBSD 3.4.
>
> Here is the (partial) output of "ifconfig -a", showing only the
> two ports currently in service:
>
> ================================================== ====================
> hme0: flags=8063<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICA ST> mtu 1500
> address: 08:00:20:bd:e5:00
> media: Ethernet autoselect (100baseTX)
> status: active
> inet 10.0.0.50 netmask 0xffffff00 broadcast 10.0.0.255
> inet6 fe80::a00:20ff:febd:e500%hme0 prefixlen 64 scopeid 0x2
> hme1: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX ,MULTICAST> mtu
> 1500
> address: 08:00:20:bd:e5:01
> media: Ethernet autoselect (100baseTX full-duplex)
> status: active
> inet 10.4.14.50 netmask 0xffffff00 broadcast 10.4.14.255
> inet6 fe80::a00:20ff:febd:e501%hme1 prefixlen 64 scopeid 0x3
> ================================================== ====================
>
> And -- I accessed it through hme0 from an Ultra-2 running
> Solaris 2.8, FWIW.
>
> Both are internal subnets. The external is on the le0
> interface, since it is not capable of being hit with as much bandwidth
> anyway.
>
> Could it be something wrong with your specific card? I got one
> (totally dead) card from an eBay vendor. He replaced it without
> question. It was so bad that it even locked up the system so it could
> not show the OpenBoot prompt, let alone actually boot fully.
>
> Good Luck,
> DoN.


I had the card in a sparcstation 5 running as be0 just fine. I replaced
the sparcstation 5 with an ultra-1 and the kernel recognizes the card is
there, but i get a massive string of DMA errors and can't use the card.

Bob Healey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-16-2008, 06:23 AM
DoN. Nichols
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

In article <cthfc2$9bl$1@misc-cct.server.rpi.edu>,
Bob Healey <healer@rpi.edu> wrote:
>DoN. Nichols wrote:
>> In article <cteufu$2fg$1@misc-cct.server.rpi.edu>,
>> Bob Healey <healer@rpi.edu> wrote:
>>
>>>Miod Vallat wrote:
>>>
>>>>>Does the sun be 10/100 sbus ethernet card work on sparc64? It works
>>>>>just fine more me on sparc32, but on sparc64 I get DMA errors and the
>>>>>card is unusable. According to the docs, the NIC is supported on both
>>>>>platforms.


[ ... ]

>> Hmm ... are these the ones which identify as hme*? I've got a
>> four-port one in an Ultra-1/140, and it is working without obvious
>> problems.


[ ... ]

>I had the card in a sparcstation 5 running as be0 just fine.


O.K. If it identifies itself as "be0", then it is not the same
card which I have been using, so I don't know. Mine shows up in dmesg as:

================================================== ====================
SUNW,bpp at sbus0 slot 14 offset 0xc800000 vector 22 ipl 2 not configured
hme0 at sbus0 slot 0 offset 0x8c00000 vector 4 ipl 6: address 08:00:20:bd:e5:00
ukphy0 at hme0 phy 1: Generic IEEE 802.3u media interface
ukphy0: OUI 0x00601d, model 0x000c, rev. 1
hme1 at sbus0 slot 0 offset 0x8c10000 vector 4 ipl 6: address 08:00:20:bd:e5:01
ukphy1 at hme1 phy 1: Generic IEEE 802.3u media interface
ukphy1: OUI 0x00601d, model 0x000c, rev. 1
hme2 at sbus0 slot 0 offset 0x8c20000 vector 4 ipl 6: address 08:00:20:bd:e5:02
ukphy2 at hme2 phy 1: Generic IEEE 802.3u media interface
ukphy2: OUI 0x00601d, model 0x000c, rev. 1
hme3 at sbus0 slot 0 offset 0x8c30000 vector 4 ipl 6: address 08:00:20:bd:e5:03
ukphy3 at hme3 phy 1: Generic IEEE 802.3u media interface
ukphy3: OUI 0x00601d, model 0x000c, rev. 1
================================================== ====================

And is either a 501-4302 or a 501-4837/501-5443. I can't tell
you which without bringing the system down and removing the card to read
its barcode at this point -- and since it is serving in a firewall, I
would rather not do that. There are similar ones with a single
interface instead of the four-holer which I am using, and I am using
some of these in other systems (SS-5 and SS-20), but all of those are
running some form of Solaris, not OpenBSD.

What card identifies itself as a "be0"? Can you point to the
page in Sun's FEH (Field Engineer's Handbook)? At least with it moving
from a SS-5 to an Ultra-1, it should be an Sbus card. But I didn't know
that there was another 100BaseT/10BaseT card in their line.

> I replaced
>the sparcstation 5 with an ultra-1 and the kernel recognizes the card is
>there, but i get a massive string of DMA errors and can't use the card.


Since you are apparently talking about a different card from the
one which I am using, I guess that I can't be any help.

Best of luck,
DoN.
--
Email: <dnichols@d-and-d.com> | Voice (all times): (703) 938-4564
(too) near Washington D.C. | http://www.d-and-d.com/dnichols/DoN.html
--- Black Holes are where God is dividing by zero ---
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-16-2008, 06:23 AM
Bob Healey
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

DoN. Nichols wrote:
> In article <cthfc2$9bl$1@misc-cct.server.rpi.edu>,
> Bob Healey <healer@rpi.edu> wrote:
>
>>DoN. Nichols wrote:
>>
>>>In article <cteufu$2fg$1@misc-cct.server.rpi.edu>,
>>>Bob Healey <healer@rpi.edu> wrote:
>>>
>>>
>>>>Miod Vallat wrote:
>>>>
>>>>
>>>>>>Does the sun be 10/100 sbus ethernet card work on sparc64? It works
>>>>>>just fine more me on sparc32, but on sparc64 I get DMA errors and the
>>>>>>card is unusable. According to the docs, the NIC is supported on both
>>>>>>platforms.

>
>
> [ ... ]
>
>
>>> Hmm ... are these the ones which identify as hme*? I've got a
>>>four-port one in an Ultra-1/140, and it is working without obvious
>>>problems.

>
>
> [ ... ]
>
>
>>I had the card in a sparcstation 5 running as be0 just fine.

>
>
> O.K. If it identifies itself as "be0", then it is not the same
> card which I have been using, so I don't know. Mine shows up in dmesg as:
>
> ================================================== ====================
> SUNW,bpp at sbus0 slot 14 offset 0xc800000 vector 22 ipl 2 not configured
> hme0 at sbus0 slot 0 offset 0x8c00000 vector 4 ipl 6: address 08:00:20:bd:e5:00
> ukphy0 at hme0 phy 1: Generic IEEE 802.3u media interface
> ukphy0: OUI 0x00601d, model 0x000c, rev. 1
> hme1 at sbus0 slot 0 offset 0x8c10000 vector 4 ipl 6: address 08:00:20:bd:e5:01
> ukphy1 at hme1 phy 1: Generic IEEE 802.3u media interface
> ukphy1: OUI 0x00601d, model 0x000c, rev. 1
> hme2 at sbus0 slot 0 offset 0x8c20000 vector 4 ipl 6: address 08:00:20:bd:e5:02
> ukphy2 at hme2 phy 1: Generic IEEE 802.3u media interface
> ukphy2: OUI 0x00601d, model 0x000c, rev. 1
> hme3 at sbus0 slot 0 offset 0x8c30000 vector 4 ipl 6: address 08:00:20:bd:e5:03
> ukphy3 at hme3 phy 1: Generic IEEE 802.3u media interface
> ukphy3: OUI 0x00601d, model 0x000c, rev. 1
> ================================================== ====================
>
> And is either a 501-4302 or a 501-4837/501-5443. I can't tell
> you which without bringing the system down and removing the card to read
> its barcode at this point -- and since it is serving in a firewall, I
> would rather not do that. There are similar ones with a single
> interface instead of the four-holer which I am using, and I am using
> some of these in other systems (SS-5 and SS-20), but all of those are
> running some form of Solaris, not OpenBSD.
>
> What card identifies itself as a "be0"? Can you point to the
> page in Sun's FEH (Field Engineer's Handbook)? At least with it moving
> from a SS-5 to an Ultra-1, it should be an Sbus card. But I didn't know
> that there was another 100BaseT/10BaseT card in their line.
>
>
>> I replaced
>>the sparcstation 5 with an ultra-1 and the kernel recognizes the card is
>>there, but i get a massive string of DMA errors and can't use the card.

>
>
> Since you are apparently talking about a different card from the
> one which I am using, I guess that I can't be any help.
>
> Best of luck,
> DoN.


From the sunsolve.sun.com:

http://sunsolve.sun.com/handbook_pub...stEther_1.html


I believe the hme card is version 2.

Dmesg from my sparc 5:
qec0 at sbus0 slot 2 offset 0x20000: 128K memory 1 channel
be0 at qec0 offset 0x10000 pri 7: rev 1 address 08:00:20:71:94:4b
qec1 at sbus0 slot 3 offset 0x20000: 128K memory 1 channel
be1 at qec1 offset 0x10000 pri 7: rev 1 address 08:00:20:71:94:4b

I ran sendbug yesterday with the ultra, but the report hasn't shown up
in the database yet.

Bob Healey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-16-2008, 06:23 AM
Frank-Christian Kruegel
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

On 31 Jan 2005 01:02:53 -0500, dnichols@d-and-d.com (DoN. Nichols) wrote:

>>>>>>Does the sun be 10/100 sbus ethernet card work on sparc64? It works
>>>>>>just fine more me on sparc32, but on sparc64 I get DMA errors and the
>>>>>>card is unusable. According to the docs, the NIC is supported on both
>>>>>>platforms.

>
> [ ... ]
>
>>> Hmm ... are these the ones which identify as hme*? I've got a
>>> four-port one in an Ultra-1/140, and it is working without obvious
>>> problems.

>
> [ ... ]
>
>>I had the card in a sparcstation 5 running as be0 just fine.

>


> What card identifies itself as a "be0"? Can you point to the
>page in Sun's FEH (Field Engineer's Handbook)? At least with it moving
>from a SS-5 to an Ultra-1, it should be an Sbus card. But I didn't know
>that there was another 100BaseT/10BaseT card in their line.


It's a X1056A.

Pictures: http://sunstuff.org/hardware/partnumbers/X/1/0/5/6/A/

"Not supported by Solaris 7.0 & up, Supported in Sun-4/15/30, SS5, SS10,
SS20, SS600, SS1000, SS2000."

Mit freundlichen Grüßen

Dipl.-Ing. Frank-Christian Krügel
IstDa Kommunikationssysteme
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-16-2008, 06:23 AM
DoN. Nichols
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

In article <ctl9nk$nua$1@misc-cct.server.rpi.edu>,
Bob Healey <healer@rpi.edu> wrote:
>DoN. Nichols wrote:
>> In article <cthfc2$9bl$1@misc-cct.server.rpi.edu>,
>> Bob Healey <healer@rpi.edu> wrote:
>>
>>>DoN. Nichols wrote:


[ ... ]

>>>> Hmm ... are these the ones which identify as hme*? I've got a
>>>>four-port one in an Ultra-1/140, and it is working without obvious
>>>>problems.

>>
>>
>> [ ... ]
>>
>>
>>>I had the card in a sparcstation 5 running as be0 just fine.

>>
>>
>> O.K. If it identifies itself as "be0", then it is not the same
>> card which I have been using, so I don't know. Mine shows up in dmesg as:
>>
>> ================================================== ====================
>> SUNW,bpp at sbus0 slot 14 offset 0xc800000 vector 22 ipl 2 not configured
>> hme0 at sbus0 slot 0 offset 0x8c00000 vector 4 ipl 6: address 08:00:20:bd:e5:00
>> ukphy0 at hme0 phy 1: Generic IEEE 802.3u media interface
>> ukphy0: OUI 0x00601d, model 0x000c, rev. 1


[ ... ]

>> ukphy3 at hme3 phy 1: Generic IEEE 802.3u media interface
>> ukphy3: OUI 0x00601d, model 0x000c, rev. 1
>> ================================================== ====================
>>
>> And is either a 501-4302 or a 501-4837/501-5443. I can't tell
>> you which without bringing the system down and removing the card to read
>> its barcode at this point -- and since it is serving in a firewall, I
>> would rather not do that. There are similar ones with a single
>> interface instead of the four-holer which I am using, and I am using
>> some of these in other systems (SS-5 and SS-20), but all of those are
>> running some form of Solaris, not OpenBSD.
>>
>> What card identifies itself as a "be0"? Can you point to the
>> page in Sun's FEH (Field Engineer's Handbook)? At least with it moving
>> from a SS-5 to an Ultra-1, it should be an Sbus card. But I didn't know
>> that there was another 100BaseT/10BaseT card in their line.
>>
>>
>>> I replaced
>>>the sparcstation 5 with an ultra-1 and the kernel recognizes the card is
>>>there, but i get a massive string of DMA errors and can't use the card.

>>
>>
>> Since you are apparently talking about a different card from the
>> one which I am using, I guess that I can't be any help.


[ ... ]

> From the sunsolve.sun.com:
>
>http://sunsolve.sun.com/handbook_pub...stEther_1.html
>
>
>I believe the hme card is version 2.


O.K. A quick check shows that all that I have are Version
2.0/2.1, based on the relative orientation of the the MII connector and
the RJ-45 one.

>Dmesg from my sparc 5:
>qec0 at sbus0 slot 2 offset 0x20000: 128K memory 1 channel
>be0 at qec0 offset 0x10000 pri 7: rev 1 address 08:00:20:71:94:4b
>qec1 at sbus0 slot 3 offset 0x20000: 128K memory 1 channel
>be1 at qec1 offset 0x10000 pri 7: rev 1 address 08:00:20:71:94:4b
>
>I ran sendbug yesterday with the ultra, but the report hasn't shown up
>in the database yet.


O.K. Good luck, I can state that the HME cards do work with
OpenBSD 3.4. I don't have 3.5 or 3.6 on any SPARC based systems, yet,
so I don't know whether it is a problem in the OS version or the card
version.

Best of luck,
DoN.

--
Email: <dnichols@d-and-d.com> | Voice (all times): (703) 938-4564
(too) near Washington D.C. | http://www.d-and-d.com/dnichols/DoN.html
--- Black Holes are where God is dividing by zero ---
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-16-2008, 06:23 AM
DoN. Nichols
 
Posts: n/a
Default Re: Sun be driver on sparc 64?

In article <41fe2ed3.16238000@uaxe.intern.istda.com>,
Frank-Christian Kruegel <usenet1003> wrote:
>On 31 Jan 2005 01:02:53 -0500, dnichols@d-and-d.com (DoN. Nichols) wrote:
>
>>>>>>>Does the sun be 10/100 sbus ethernet card work on sparc64? It works
>>>>>>>just fine more me on sparc32, but on sparc64 I get DMA errors and the
>>>>>>>card is unusable. According to the docs, the NIC is supported on both
>>>>>>>platforms.

>>
>> [ ... ]
>>
>>>> Hmm ... are these the ones which identify as hme*? I've got a
>>>> four-port one in an Ultra-1/140, and it is working without obvious
>>>> problems.

>>
>> [ ... ]
>>
>>>I had the card in a sparcstation 5 running as be0 just fine.

>>

>
>> What card identifies itself as a "be0"? Can you point to the
>>page in Sun's FEH (Field Engineer's Handbook)? At least with it moving
>>from a SS-5 to an Ultra-1, it should be an Sbus card. But I didn't know
>>that there was another 100BaseT/10BaseT card in their line.

>
>It's a X1056A.
>
>Pictures: http://sunstuff.org/hardware/partnumbers/X/1/0/5/6/A/
>
>"Not supported by Solaris 7.0 & up, Supported in Sun-4/15/30, SS5, SS10,
>SS20, SS600, SS1000, SS2000."


And in particular, swept out from that web page, note this line:

This card is supported in most pre-Ultra Suns

which suggests that it does *not* work in the Ultras (64-bit SPARCs). I
do know that the hme versions do work in Ultras -- and in the Ultra-2,
it is even the built-in ethernet interface.

Sorry about that. Move that card back to the SS-5, and look for
one of the hme cards for the Ultra-1. Those *do* work.

Good Luck,
DoN.

--
Email: <dnichols@d-and-d.com> | Voice (all times): (703) 938-4564
(too) near Washington D.C. | http://www.d-and-d.com/dnichols/DoN.html
--- Black Holes are where God is dividing by zero ---
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:27 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442