You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(21) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
| 2004 |
Jan
(3) |
Feb
(28) |
Mar
(4) |
Apr
|
May
(12) |
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
(2) |
Nov
(6) |
Dec
(26) |
| 2005 |
Jan
(1) |
Feb
(1) |
Mar
(5) |
Apr
(6) |
May
(9) |
Jun
(3) |
Jul
|
Aug
(13) |
Sep
(4) |
Oct
|
Nov
(11) |
Dec
(9) |
| 2006 |
Jan
(2) |
Feb
|
Mar
(4) |
Apr
(4) |
May
|
Jun
|
Jul
(13) |
Aug
(3) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(8) |
| 2007 |
Jan
(12) |
Feb
(11) |
Mar
(5) |
Apr
(11) |
May
(1) |
Jun
(3) |
Jul
(6) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jason N. <jas...@os...> - 2009-04-21 03:22:48
|
Dear Steve No problem. most likely u took the first character and the last 2.. that is why u get Jim.. The SAN box i am using is the IBM N 3300 box. while waiting for this reply, i did some testing and found out without the EVMS, and just formatting the partition with OCFS2, i could resize volume and the LUN together. and did not even need to run tunefs.ocfs to resize the volume. Best Regards Jason >>> Steve Dobbelstein <st...@us...> 04/21/09 2:33 AM >>> Sorry, Jason. I didn't mean to call you Jim. I don't know where that came from. My apologies. Steve D. ----- Forwarded by Steve Dobbelstein/Austin/IBM on 04/20/2009 01:32 PM ----- Steve Dobbelstein/Austin/IBM wrote on 04/20/2009 12:50:12 PM: > Steve Dobbelstein/Austin/IBM > 04/20/2009 12:50 PM > > To > > "Jason Ngim" <jas...@os...> > > cc > > evm...@li..., evm...@li... > > Subject > > Re: [Evms-cluster] Expanding OCFS2 Partition after LUN has been > increased in size > > "Jason Ngim" <jas...@os...> wrote on 04/13/2009 07:01:37 AM: > > > "Jason Ngim" <jas...@os...> > > 04/13/2009 07:01 AM > > > > To > > > > <evm...@li...> > > > > cc > > > > Subject > > > > [Evms-cluster] Expanding OCFS2 Partition after LUN has been > increased in size > > > > Dear Gurus > > > > I have a SAN storage connected to 2 servers using Fibre Optics. > > > > In it i have created 4 LUNs. for future expansions, the LUNS will be > > resized to be bigger, and the OCFS2 partition will also be expanded. > > Please tell me how i can achieve it using EVMS. > > > > example: > > > > before > > /dev/sdb 50GB > > /dev/sdb1 50GB (formated using OCFS2) > > > > after > > /dev/sdb 100GB > > /dev/sdb1 100GB (size is also expanded not creating another > > logical partition) > > > > i would like to know how i can configure so that the /dev/sdb1 can > > be logically expanded to the new size. > > Thank you very much!! > > > > Best Regards > > Jason > Hi, Jim. > > Sorry for the late reply. > > The normal way you would go about expanding a volume is to target/ > select the volume for expansion rather than the segment. That is, > one might initially think of expanding the segment, e.g., /dev/sdb1, > first. However, since EVMS coordinates the expansion of the segment > with the expansion of the volume, it needs to know the volume that > is being expanded. After all, that is what you want in the end is a > bigger volume. > > After that explanation, here is the bad news. Looking at the source > code for the OCFS2 plug-in for EVMS, I see that it does not support > expanding or shrinking a volume. :( I assume that at the time the > author wrote the plug-in that OCFS2 did not support changing the > size of a volume. Looking on the web I see that the tune.ocfs2 > utility is supposed to allow you to change the volume size, among > other things. For now, you will have to expand the volume by hand > -- use fdisk to expand /dev/sdb1 and then use tune.ocfs2 to expand > the OCFS2 volume. You will have to do that outside of EVMS, i.e., > don't be running EVMS at the same time you do the expansion. EVMS > will not pick up the changes if you do. EVMS should pick up the > changes from your manual expansion the next time it is started. > This will work if you did a mkfs of OCFS2 on the "compatibility > volume" /dev/evms/sdb1. That is, you did not make an "EVMS volume" > from /dev/sdb1 and then put OCFS2 on the EVMS volume. > > If you made /dev/sdb1 into an EVMS volume then the procedure gets > more complicated. The metadata for the EVMS volume will need to be > migrated for the new volume size. (EVMS volume metadata appears at > the end of the device.) If you are OK with backing up and restoring > your data, the simplest thing to do would be: > 1. Backup the data. > 2. Delete the OCFS2 volume. > 3. Expand /dev/sdb1. > 4. Recreate the EVMS volume from /dev sdb1. > 5. Put OCFS2 on the volume. > 6. Restore your data. > > If you need to leave your data intact, the following procedure > should work (off the top of my head, no testing, no guarantees): > 1. Backup the data, just in case. > 2. With EVMS not running, use fdisk to expand /dev/sdb1. > 3. Temporarily move /lib/evms/<evms-version>/ocfs2* out of the /lib/ > evms/<evms-version>/ directory so that EVMS will not load the plug- > in adn therefore will not be able to recognize /dev/sdb1 as an OCFS2 volume. > 4. Start EVMS. > 5. Recreate the EVMS volume from /dev/sdb1. This will put the EVMS > volume metadata at the end of /dev/sdb1. > 6. Save the changes. You will now have a volume /dev/evms/<name>. > 7. Run tune.ocfs2 on /dev/evms/<name> to set the new size. Do not > run tune.ocfs2 on /dev/sdb1 or it will most likely blow away the > EVMS volume metadata at the end of /dev/sdb1. > 8. Move the OCFS2 plug-in back into the /lib/evms/<evms-version>/ directory. > 9. Now when you start EVMS again you should see the OCFS2 volume > with the new size. > > Your other option is to write up a patch for the OCFS2 plug-in to > give it the ability to resize OCFS2 volumes. :) > > Hope this helps. > > Steve D. |
|
From: Steve D. <st...@us...> - 2009-04-20 18:33:36
|
Sorry, Jason. I didn't mean to call you Jim. I don't know where that came from. My apologies.> Steve D. ----- Forwarded by Steve Dobbelstein/Austin/IBM on 04/20/2009 01:32 PM ----- Steve Dobbelstein/Austin/IBM wrote on 04/20/2009 12:50:12 PM: > Steve Dobbelstein/Austin/IBM > 04/20/2009 12:50 PM > > To > > "Jason Ngim" <jas...@os...> > > cc > > evm...@li..., evm...@li... > > Subject > > Re: [Evms-cluster] Expanding OCFS2 Partition after LUN has been > increased in size > > "Jason Ngim" <jas...@os...> wrote on 04/13/2009 07:01:37 AM: > > > "Jason Ngim" <jas...@os...> > > 04/13/2009 07:01 AM > > > > To > > > > <evm...@li...> > > > > cc > > > > Subject > > > > [Evms-cluster] Expanding OCFS2 Partition after LUN has been > increased in size > > > > Dear Gurus > > > > I have a SAN storage connected to 2 servers using Fibre Optics. > > > > In it i have created 4 LUNs. for future expansions, the LUNS will be > > resized to be bigger, and the OCFS2 partition will also be expanded. > > Please tell me how i can achieve it using EVMS. > > > > example: > > > > before > > /dev/sdb 50GB > > /dev/sdb1 50GB (formated using OCFS2) > > > > after > > /dev/sdb 100GB > > /dev/sdb1 100GB (size is also expanded not creating another > > logical partition) > > > > i would like to know how i can configure so that the /dev/sdb1 can > > be logically expanded to the new size. > > Thank you very much!! > > > > Best Regards > > Jason > Hi, Jim. > > Sorry for the late reply. > > The normal way you would go about expanding a volume is to target/ > select the volume for expansion rather than the segment. That is, > one might initially think of expanding the segment, e.g., /dev/sdb1, > first. However, since EVMS coordinates the expansion of the segment > with the expansion of the volume, it needs to know the volume that > is being expanded. After all, that is what you want in the end is a > bigger volume. > > After that explanation, here is the bad news. Looking at the source > code for the OCFS2 plug-in for EVMS, I see that it does not support > expanding or shrinking a volume. :( I assume that at the time the > author wrote the plug-in that OCFS2 did not support changing the > size of a volume. Looking on the web I see that the tune.ocfs2 > utility is supposed to allow you to change the volume size, among > other things. For now, you will have to expand the volume by hand > -- use fdisk to expand /dev/sdb1 and then use tune.ocfs2 to expand > the OCFS2 volume. You will have to do that outside of EVMS, i.e., > don't be running EVMS at the same time you do the expansion. EVMS > will not pick up the changes if you do. EVMS should pick up the > changes from your manual expansion the next time it is started. > This will work if you did a mkfs of OCFS2 on the "compatibility > volume" /dev/evms/sdb1. That is, you did not make an "EVMS volume" > from /dev/sdb1 and then put OCFS2 on the EVMS volume. > > If you made /dev/sdb1 into an EVMS volume then the procedure gets > more complicated. The metadata for the EVMS volume will need to be > migrated for the new volume size. (EVMS volume metadata appears at > the end of the device.) If you are OK with backing up and restoring > your data, the simplest thing to do would be: > 1. Backup the data. > 2. Delete the OCFS2 volume. > 3. Expand /dev/sdb1. > 4. Recreate the EVMS volume from /dev sdb1. > 5. Put OCFS2 on the volume. > 6. Restore your data. > > If you need to leave your data intact, the following procedure > should work (off the top of my head, no testing, no guarantees): > 1. Backup the data, just in case. > 2. With EVMS not running, use fdisk to expand /dev/sdb1. > 3. Temporarily move /lib/evms/<evms-version>/ocfs2* out of the /lib/ > evms/<evms-version>/ directory so that EVMS will not load the plug- > in adn therefore will not be able to recognize /dev/sdb1 as an OCFS2 volume. > 4. Start EVMS. > 5. Recreate the EVMS volume from /dev/sdb1. This will put the EVMS > volume metadata at the end of /dev/sdb1. > 6. Save the changes. You will now have a volume /dev/evms/<name>. > 7. Run tune.ocfs2 on /dev/evms/<name> to set the new size. Do not > run tune.ocfs2 on /dev/sdb1 or it will most likely blow away the > EVMS volume metadata at the end of /dev/sdb1. > 8. Move the OCFS2 plug-in back into the /lib/evms/<evms-version>/ directory. > 9. Now when you start EVMS again you should see the OCFS2 volume > with the new size. > > Your other option is to write up a patch for the OCFS2 plug-in to > give it the ability to resize OCFS2 volumes. :) > > Hope this helps. > > Steve D. |
|
From: Steve D. <st...@us...> - 2009-04-20 17:50:33
|
"Jason Ngim" <jas...@os...> wrote on 04/13/2009 07:01:37 AM: > "Jason Ngim" <jas...@os...> > 04/13/2009 07:01 AM > > To > > <evm...@li...> > > cc > > Subject > > [Evms-cluster] Expanding OCFS2 Partition after LUN has been increased in size > > Dear Gurus > > I have a SAN storage connected to 2 servers using Fibre Optics. > > In it i have created 4 LUNs. for future expansions, the LUNS will be > resized to be bigger, and the OCFS2 partition will also be expanded. > Please tell me how i can achieve it using EVMS. > > example: > > before > /dev/sdb 50GB > /dev/sdb1 50GB (formated using OCFS2) > > after > /dev/sdb 100GB > /dev/sdb1 100GB (size is also expanded not creating another > logical partition) > > i would like to know how i can configure so that the /dev/sdb1 can > be logically expanded to the new size. > Thank you very much!! > > Best Regards > Jason Hi, Jim. Sorry for the late reply. The normal way you would go about expanding a volume is to target/select the volume for expansion rather than the segment. That is, one might initially think of expanding the segment, e.g., /dev/sdb1, first. However, since EVMS coordinates the expansion of the segment with the expansion of the volume, it needs to know the volume that is being expanded. After all, that is what you want in the end is a bigger volume. After that explanation, here is the bad news. Looking at the source code for the OCFS2 plug-in for EVMS, I see that it does not support expanding or shrinking a volume. :( I assume that at the time the author wrote the plug-in that OCFS2 did not support changing the size of a volume. Looking on the web I see that the tune.ocfs2 utility is supposed to allow you to change the volume size, among other things. For now, you will have to expand the volume by hand -- use fdisk to expand /dev/sdb1 and then use tune.ocfs2 to expand the OCFS2 volume. You will have to do that outside of EVMS, i.e., don't be running EVMS at the same time you do the expansion. EVMS will not pick up the changes if you do. EVMS should pick up the changes from your manual expansion the next time it is started. This will work if you did a mkfs of OCFS2 on the "compatibility volume" /dev/evms/sdb1. That is, you did not make an "EVMS volume" from /dev/sdb1 and then put OCFS2 on the EVMS volume. If you made /dev/sdb1 into an EVMS volume then the procedure gets more complicated. The metadata for the EVMS volume will need to be migrated for the new volume size. (EVMS volume metadata appears at the end of the device.) If you are OK with backing up and restoring your data, the simplest thing to do would be: 1. Backup the data. 2. Delete the OCFS2 volume. 3. Expand /dev/sdb1. 4. Recreate the EVMS volume from /dev sdb1. 5. Put OCFS2 on the volume. 6. Restore your data. If you need to leave your data intact, the following procedure should work (off the top of my head, no testing, no guarantees): 1. Backup the data, just in case. 2. With EVMS not running, use fdisk to expand /dev/sdb1. 3. Temporarily move /lib/evms/<evms-version>/ocfs2* out of the /lib/evms/<evms-version>/ directory so that EVMS will not load the plug-in adn therefore will not be able to recognize /dev/sdb1 as an OCFS2 volume. 4. Start EVMS. 5. Recreate the EVMS volume from /dev/sdb1. This will put the EVMS volume metadata at the end of /dev/sdb1. 6. Save the changes. You will now have a volume /dev/evms/<name>. 7. Run tune.ocfs2 on /dev/evms/<name> to set the new size. Do not run tune.ocfs2 on /dev/sdb1 or it will most likely blow away the EVMS volume metadata at the end of /dev/sdb1. 8. Move the OCFS2 plug-in back into the /lib/evms/<evms-version>/ directory. 9. Now when you start EVMS again you should see the OCFS2 volume with the new size. Your other option is to write up a patch for the OCFS2 plug-in to give it the ability to resize OCFS2 volumes. :) Hope this helps. Steve D. |
|
From: Jason N. <jas...@os...> - 2009-04-13 12:22:42
|
Dear Gurus I have a SAN storage connected to 2 servers using Fibre Optics. In it i have created 4 LUNs. for future expansions, the LUNS will be resized to be bigger, and the OCFS2 partition will also be expanded. Please tell me how i can achieve it using EVMS. example: before /dev/sdb 50GB /dev/sdb1 50GB (formated using OCFS2) after /dev/sdb 100GB /dev/sdb1 100GB (size is also expanded not creating another logical partition) i would like to know how i can configure so that the /dev/sdb1 can be logically expanded to the new size. Thank you very much!! Best Regards Jason |
|
From: Maximilian W. <ma...@rf...> - 2008-07-17 22:32:11
|
Anno domini 2008 Thomas Guyot-Sionnest scripsit: Hi! Sorry for the really long delay, I've been occupied with other projects. [EVMS CSM does not activate volumes when only one node is active] > I'm using EVMS CSM's in a 2-node Linux-HA cluster (Linux-HA v2.x with v1 > config) and I don't have any problem with single node. If one node > gracefully quits (/etc/init.d/heartbeat shutdown) the other node keeps > membership. If communication breaks the other node gets gets STONITH'ed > instead (using both serial & udp for communication). > Also if I start a node and it can't communicate with the other one it > will STONITH it before taking resources. For that reason I don't start > heartbeat on bootup to avoid possibility of broken communication causing > nodes to kill each other in a round-robin way :) Could you please share your configuration? In my setup I don't use stonith as I have two Xen servers just sharing a SAN LUN for storage, so I don't see a need for stonith. I would just like to be able to use the EVMS cluster volumes on any node at any time. Thanks for your help! Ciao Max -- Follow the white penguin. |
|
From: Thomas Guyot-S. <th...@za...> - 2008-04-29 15:52:23
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Steve Dobbelstein wrote: | Maximilian Wilhelm <ma...@rf...> wrote on 04/25/2008 01:15:48 PM: | | > Hi! | > | > I've set up a Xen-Cluster with two nodes sharing some SAN storage. | > | > I decided to use EVMS to cut on of the LUNs into pieces for the DomU | > storage. So I put a CSM on the LUN devices, and some LVM stuff in | > there. | > | > If I now reboot/poweroff one node for any reason, the /dev/evms/... | > devices managent by CSM on the running node disappear, which is quite | > bad as I cannot start Xen DomUs when one node failed. | > | > Is this intentional or can I do anything about that? | > | > I can't imagine any reason for this behaviour and would realy like to | > be able to use the volumes if only one node is alive. | > | > Ciao | > Max | > -- | > Follow the white penguin. | | Hi, Max. | | The EVMS CSM will not display any shared storage on a node if that node | is not in the membership of the cluster. The reason is that if the node | is not in the membership then the CSM cannot guarantee that the node can | safely access the shared storage. | | Last I heard it was still undecided if a single node in a two node | cluster can declare that it is part of the membership of the cluster. | All that the node can determine is that it cannot talk to the other | node. It doesn't know if it is the only one alive or if it lost its | connection to the other node. If the other node is alive, which one is | in the membership and which one is not? If both nodes are up but cannot | talk to each other, neither one can declare that it is the one in the | membership and that the other node isn't. The typical way to handle the | scenario is to have the node declare itself as not being in the | membership. This is the safe solution. I have heard that there are | some implementations or scenarios that allow one node to have then | membership, but I don't recall the specifics. | | If you want to check if your node is in the membership, run "evmsccm | -l". The evmsccm command is used by EVMS to determine if a node is in | the membership. The "-l" switch says to list the nodes in the membership. I'm using EVMS CSM's in a 2-node Linux-HA cluster (Linux-HA v2.x with v1 config) and I don't have any problem with single node. If one node gracefully quits (/etc/init.d/heartbeat shutdown) the other node keeps membership. If communication breaks the other node gets gets STONITH'ed instead (using both serial & udp for communication). Also if I start a node and it can't communicate with the other one it will STONITH it before taking resources. For that reason I don't start heartbeat on bootup to avoid possibility of broken communication causing nodes to kill each other in a round-robin way :) - -- Thomas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIF0Qa6dZ+Kt5BchYRAhHkAKC02Tcij0G1HkqseKymi/GvWN96+QCgwx/W w5CFNK+pbkMNrTd0KjJOlw0= =MhTk -----END PGP SIGNATURE----- |
|
From: Steve D. <st...@us...> - 2008-04-25 20:16:15
|
Maximilian Wilhelm <ma...@rf...> wrote on 04/25/2008 01:15:48 PM: > Hi! > > I've set up a Xen-Cluster with two nodes sharing some SAN storage. > > I decided to use EVMS to cut on of the LUNs into pieces for the DomU > storage. So I put a CSM on the LUN devices, and some LVM stuff in > there. > > If I now reboot/poweroff one node for any reason, the /dev/evms/... > devices managent by CSM on the running node disappear, which is quite > bad as I cannot start Xen DomUs when one node failed. > > Is this intentional or can I do anything about that? > > I can't imagine any reason for this behaviour and would realy like to > be able to use the volumes if only one node is alive. > > Ciao > Max > -- > Follow the white penguin. Hi, Max. The EVMS CSM will not display any shared storage on a node if that node is not in the membership of the cluster. The reason is that if the node is not in the membership then the CSM cannot guarantee that the node can safely access the shared storage. Last I heard it was still undecided if a single node in a two node cluster can declare that it is part of the membership of the cluster. All that the node can determine is that it cannot talk to the other node. It doesn't know if it is the only one alive or if it lost its connection to the other node. If the other node is alive, which one is in the membership and which one is not? If both nodes are up but cannot talk to each other, neither one can declare that it is the one in the membership and that the other node isn't. The typical way to handle the scenario is to have the node declare itself as not being in the membership. This is the safe solution. I have heard that there are some implementations or scenarios that allow one node to have then membership, but I don't recall the specifics. If you want to check if your node is in the membership, run "evmsccm -l". The evmsccm command is used by EVMS to determine if a node is in the membership. The "-l" switch says to list the nodes in the membership. Hope this helps. Steve D. |
|
From: Maximilian W. <ma...@rf...> - 2008-04-25 18:16:09
|
Hi! I've set up a Xen-Cluster with two nodes sharing some SAN storage. I decided to use EVMS to cut on of the LUNs into pieces for the DomU storage. So I put a CSM on the LUN devices, and some LVM stuff in there. If I now reboot/poweroff one node for any reason, the /dev/evms/... devices managent by CSM on the running node disappear, which is quite bad as I cannot start Xen DomUs when one node failed. Is this intentional or can I do anything about that? I can't imagine any reason for this behaviour and would realy like to be able to use the volumes if only one node is alive. Ciao Max -- Follow the white penguin. |
|
From: gaetan <ga...@ce...> - 2007-08-11 16:30:59
|
|
From: glenville c. <ci...@be...> - 2007-08-11 04:34:49
|
<H>[u]{g}[e] {N}{e}<w>{s} To Imp#act [C](Y)(T){V}
Chi^na You^TV {C}{o}{r}<p><.>
Symb#ol: (C){Y}{T}<V>
We <h>{a}[v]{e} alrea,dy {s}(e)(e)<n> CYT.V's mark`et im.pact b,efore clim-bi_ng to (o){v}(e)<r> $2.^00 <w>[i]<t>{h} (n){e}<w>[s]{.}
Pr*ess Rel.ease:
C^hina You^TV's C^nBoo {W}(e)(b) [S][i]<t>[e] Ra,nks {N}[o]<.><1> on Micro`s.oft [L][i]{v}(e) Searc_h En,gine
CnBo*o T^raffic Increa_se,s (4){9}[%] [O][v]<e>[r] <T>(w)[o] Mo`nths
{R}{e}{a}<d> (t){h}[e] new`s, t.hink abo-ut {t}(h)<e> i_mpact, and
{j}(u)[m][p] on {t}[h]<i>(s) firs+t t+hing Tomorro^+w m*orning-! $0.+42 is a [g]<i>(f)[t] at {t}(h){i}[s] price..-.#..
Do [y](o)<u>{r} hom+_ework (a)(n)(d) wat-ch [t]{h}(i)<s> tra-de Monda#y mo*rning.
|
|
From: <td...@ex...> - 2007-08-09 21:40:31
|
«ÆÌ𽬧I!(^0_0^) ÔgÍ«X^bt¾¯ÌjðÛÐîO[vÅ·B ÐÍA«ª«µÄ¸¯éóµðvf [Xô j«ÌÐî¿ÍARSÄOÌ®S³¿Å·II(#^.^#) ·×ÄOÌ®S³¿Å²p¾³¢(^_-)- http://free.sex-freenavi.info/celebrity/ ApÌPCAhXðK¸²Lüº³¢I С2000Lé`ÌÊAú{SRÙÇÈ«ïõªÝеÄÜ·B ³If°çµ¢oï¢Í±± èI ³IVµ¢oï¢Ì`Xͱ±É éII ·×ÄOÌ®S³¿Å²p¾³¢(^_-)- http://free.sex-freenavi.info/celebrity/ ®AÔg©çMûÌîñªèÉðÁĵܤÍâÎÉ èܹñÌŲÀS¾³¢B «ÌIðÍSÄMûÌ©RÅ·I ¦18΢ÌûͲpūܹñB LS@@Rüq(-_-;) |
|
From: shannen Q. <Qua...@ma...> - 2007-08-07 13:41:47
|
2F1e6EAc |
|
From: <kis...@at...> - 2007-08-06 14:20:44
|
®«S«³«¿««g«¢«ú«è« ª®ª®ª®ª®ª®ª®ª®ª®ª® @@¤¤¤¤¤¤ http://free.free-message.info/sexNO1/ üïï^Nï﨨¨¨¨¨¨¨¨¨¨³¿ [óMM¨¨¨¨¨¨¨¨¨¨³¿ zÌè^²ßõ¨¨¨¨¨¨¨³¿ Ê^^®æÌo^{¨¨¨¨¨¨¨³¿ Z^AhX^dbÔÌ𷨨¨³¿ j««ÆàÉ®S³¿ÅSIJp¸¯Ü·B http://free.free-message.info/sexNO1/ ÀSTCgé¾ EEEcªªªªªªªªªªªªªªªªªªªªªªªªª ÔgÍX|T[TCgl©çÌL¿ÌÝÅ^cµÄ¨èÜ·B »Ì×AST[rXð®S³¿ÅSIJp¸¯Ü·B zÌèðßéûXÉÀSÆMðæêÉl¦ÈªçA Cyɨg¢¸¯éT[rXðÚwµA SÌT|[ģÅFlÉÁ½¨èTµð¨è`¢µÄ¨èÜ·B ªªªªªªªªªªªªªªªªªªªªªªªªªcEEE àÁÆGb`Èoï¢Í±¿ç« http://free.free-message.info/sexNO1/ |
|
From: <rt...@ex...> - 2007-08-05 11:01:38
|
±ñÉ¿ÍA®S³¿ÌålÌ\[Vlbg[N^c±Ç̬ÑÅ·B üq³ñª ȽðålÌ\[Vlbg[NֵҵĢܷB [bZ[W] üqÅ·ôxÈÁIJßñȳ¢m(_ _)m ÔÒÁÄÜ·Ëô ºLÌURLæèüq³ñÌo^æÊð²¢½¾¯Ü·B «±¿ç©çålÌ\[Vlbg[Nð©é±ÆªÅ«Ü·B http://www.frees.com.hytr.net/adults-sns/ ¦±ÌµÒóÌLøúÀÍ30úÔÅ·B @ålÌ\[Vlbg[NÁĽH@ ålÌ\[Vlbg[NÍA ålªålçµ½Åà©Rɯ¶ï¡AÖSðÂlÆð¬ªÅ«é ålÌ×Ì®S³¿\[VElbg[LO T[rXÅ·B ®S³¿ÌålÌ\[Vlbg[NÈçVµ¢lXÈÖWð«»Å«Ü·B ål¾©ç³êé ȽÌmçÈ¢A_gÈålÌ¢Eð`¯Ü·B ®S³¿ÌålÌ\[Vlbg[NÈçFXÈûÆR~ jP[VÅ«é ålÌébA̱kAï¡AAhoCXÈÇål¯mÌA_gÈîñðMALb`ūܷ ålÌ\[Vlbg[NÖQÁ« http://www.frees.com.hytr.net/adults-sns/ Ƚ̲QÁðSæè¨Ò¿µÄ¨èÜ·B ¡bZ[WÌèÉo¦ªÈ¢ûÖ .. ȽªbZ[WÌèÉo¦ªÈ¢êA[AhXðÔá¦Ä M³êÄ¢éÂ\«ª èÜ·B±ÌÜÜíð¨è¢vµÜ·B ®S³¿ÌålÌ\[Vlbg[N^c±Ç |
|
From: <sak...@Sa...> - 2007-07-30 10:19:03
|
¦±Ì[ÖÔMµÄào^³êܹñBºLÌURL©ç²o^¾³¢B ªªªªªªªªªªªªªªªªªªªªªªªªªªªªª @@@@@@@ålÌR~ jeBwcherryxÖ̵Òó ªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ±ñÉ¿ÍAwcherryx^cÇÅ·B uÜè±v(ID:gr75287)³ñª ȽðwcherryxֵҵĢܷB uÜè±v³ñ©çÌbZ[W _ŵ½©H(TT) uÜè±v(ID:gr75287)³ñÌvtB[ðmF·éÉͱ¿ç©ç http://www.freex.hytr.net/cherry/gr75288.php ªªªªªªªªªªªªªªªªªªª wcherryxÖ¡·®QÁI« http://www.freex.hytr.net/cherry/gr75288.php ±¿ç©çïõo^ðsÁĺ³¢B²o^E²pASij¿Å·B ªªªªªªªªªªªªªªªªªªªªªªªªªªªªª wcherryx^cÇ ªªªªªªªªªªªªªªªªªªªªªªªªªªªªª |
|
From: Alana L. <std...@2-...> - 2007-07-28 18:06:45
|
deliver clan, crap chlordane colza, creating chromatograph. burgher = alluvial afforest consulate cupid concussion detent. coffey alliance backorder breadfruit = bagatelle bloodshed bootstrap bog colby already cybernetic chairwoman. crabapple deny bonnet annal = czechoslovakia canticle brace |
|
From: <gli...@Sa...> - 2007-07-26 11:05:21
|
åļïäyÌcÅ·B
æÙÇÍËR¸çµÜµ½B
ÈÉÔñ}¬ÌfÚËÅWEB̲¥A¾¯ÆÈÁĵܵܵ½B
ç½ßÄyNo.3327z̫ɫܵIJÐ̽¾«Ü·B
§ïäyÅͺLðð½µ½«©çÌÝËðó¯t¯Ä¢Ü·B
Eêèîð½µÄ¢é«
Eêèîð½·j«Ìl
````````````````````
[¡ñ²Ëª èܵ½«]
¨¼OF{àaq³Ü
Nî@F35Î
EÆ@Fé§
i¦nÊâ§êÈÇðl¶AÚµ¢f«Ìö\ÍoܹñBj
ð@FTÉPñÙÇ̧ïó]
ê¾@F\èÍ¢ÂÅàåävÅ·B²ó]ð³¦Ä¾³¢B
ñ¦@FDµµ³CÈj«ðó]µÄ¢Ü·B
````````````````````
ApÌé§{bNXð±¿ç©ç쬵ĺ³¢B
http://www.allcompletefree.net.oklp.net/secretciub/
##########################################################
ӵ̽¾«½¢ÌªAõYª èܵ½ÌÅA¨ÔÌÈ¢êÍ
ÌûÖ̲ÐîÆÈÁĵܢܷB
®A½ç©ÌîÅ¡ñ©éêÉàA
http://www.allcompletefree.net.oklp.net/secretciub/
©çA[{bNXÉIJêñº³¢Ü¹B
##########################################################
Xµ¨è¢µÜ·B
§ïäy±Ç@c
|
|
From: ddewbre <dd...@ho...> - 2007-07-20 04:05:54
|
Hello,
I have a 2 node cluster running on SLES 10 and Heartbeat. The cluster is u=
sed=20
for groupwise mail. The problem I am having is with hb2-1.0.0.so. When I=
=20
attempt to start the EVMS (located on a MSA-500) I recieve "Engine: The=20
plug-in Novell-HA in module /lib/evms/2.5.5/hb2-1.0.0.so failed to load. T=
he=20
plug-in's setup_evms_plugin() function failed with error code 19: No such=20
device." Strangly the container loads on the node and can be accessed. Th=
e=20
problem is that this error code makes the cluster think that the resource=20
failed so nothing fails to the running server. The EVMS version is 2.5.5 a=
nd=20
Heartbeat is 2.0.8. If anyone has an idea of how to fix this I would be ve=
ry=20
thrilled, and if this is a new issue (Google returned 0 hits for this error=
=20
code) I hope that I have attached enough info.
David
=2D---------------------Below are log files-------------------------
=46rom evms-engine.log
Jul 19 15:50:46 dpssgwcluster1 _2_ Novell-HA: HB2_init: Failed to connect.
Jul 19 15:50:46 dpssgwcluster1 _0_ Engine: engine_user_message: Message is:=
=20
Engine: The plug-in Novell-HA in module /lib/evms/2.5.5/hb2-1.0.0.so failed=
=20
to load. The plug-in's setup_evms_plugin() function failed with error code=
=20
19: No such device.
=46rom /var/log/messages
Jul 19 16:07:52 dpssgwcluster1 crmd: [3073]: info: do_lrm_rsc_op: Performin=
g=20
op=3DEVMS_start_0 key=3D6:29:0610055f-918d-4295-a51d-2d331a4dd96b)
Jul 19 16:07:52 dpssgwcluster1 cibmon: [3078]: info: log_data_element:=20
cib_update: + <lrm_resource id=3D"EVMS" type=3D"evms_failover"=20
class=3D"heartbeat" provider=3D"heartbeat">
Jul 19 16:07:52 dpssgwcluster1 cibmon: [3078]: info: log_data_element:=20
cib_update: + <lrm_rsc_op id=3D"EVMS_monitor_0" operation=3D"mo=
nitor"=20
crm-debug-origin=3D"do_update_resource"=20
transition_key=3D"5:29:0610055f-918d-4295-a51d-2d331a4dd96b"=20
transition_magic=3D"0:7;5:29:0610055f-918d-4295-a51d-2d331a4dd96b" call_id=
=3D"25"=20
crm_feature_set=3D"1.0.8" rc_code=3D"7" op_status=3D"0" interval=3D"0"=20
op_digest=3D"8624ec193dc61a398c46c683923f444b"/>
Jul 19 16:07:52 dpssgwcluster1 cibmon: [3078]: info: log_data_element:=20
cib_update: + </lrm_resource>
Jul 19 16:07:52 dpssgwcluster1 cibmon: [3078]: info: log_data_element:=20
cib_update: + </lrm_resources>
Jul 19 16:07:52 dpssgwcluster1 cibmon: [3078]: info: log_data_element:=20
cib_update: + </lrm>
Jul 19 16:07:52 dpssgwcluster1 cibmon: [3078]: info: log_data_element:=20
cib_update: + </node_state>
Jul 19 16:07:52 dpssgwcluster1 cibmon: [3078]: info: log_data_element:=20
cib_update: + </status>
Jul 19 16:07:52 dpssgwcluster1 cibmon: [3078]: info: log_data_element:=20
cib_update: + </cib>
Jul 19 16:07:52 dpssgwcluster1 ccm: [3068]: info: client (pid=3D12576) remo=
ved=20
from ccm
Jul 19 16:07:52 dpssgwcluster1 cib: [12573]: info: write_cib_contents: Wrot=
e=20
version 0.28.932 of the CIB to disk (digest:=20
90f2e65902eb35ccabe0507c9216bd43)
Jul 19 16:07:52 dpssgwcluster1 evms_failover[12572]: [12599]: WARNING:=20
Container /dev/evms/groupwise failed to start
Jul 19 16:07:52 dpssgwcluster1 crmd: [3073]: info: process_lrm_event: LRM=20
operation EVMS_start_0 (call=3D86, rc=3D7) complete=20
SuSE-release
SUSE Linux Enterprise Server 10 (i586)
VERSION =3D 10
/etc/ha.d/ha.cf
crm on
keepalive 2
deadtime 6
use_logd yes
warntime 10
initdead 12
udpport 694
ucast eth0 10.13.1.16
auto_failback on
node dpssgwcluster2
node dpssgwcluster1
apiauth ipfail uid=3Dhacluster
apiauth ccm uid=3Dhacluster,root
apiauth cms uid=3Dhacluster
apiauth ping gid=3Dhaclient uid=3Droot
apiauth default gid=3Dhaclient
apiauth cibmon uid=3Dhacluster
apiauth evmsccm uid=3Droot gid=3Droot
respawn hacluster /usr/lib/heartbeat/ccm
respawn hacluster /usr/lib/heartbeat/ipfail
respawn root /usr/lib/heartbeat/mgmtd -v
respawn hacluster /usr/lib/heartbeat/cibmon -d
msgfmt classic
cib.xml
<cib admin_epoch=3D"0" generated=3D"true" have_quorum=3D"true" ignore_dtd=
=3D"false"=20
num_peers=3D"2" cib_feature_revision=3D"1.3" epoch=3D"28" num_updates=3D"99=
4"=20
cib-last-written=3D"Thu Jul 19 16:33:28 2007" ccm_transition=3D"2"=20
dc_uuid=3D"0b7198ee-374c-4612-9e00-37c3aca9770a">
<configuration>
<crm_config>
<cluster_property_set id=3D"cib-bootstrap-options">
<attributes>
<nvpair id=3D"cib-bootstrap-options-symmetric-cluster"=20
name=3D"symmetric-cluster" value=3D"true"/>
<nvpair id=3D"cib-bootstrap-options-no_quorum-policy"=20
name=3D"no_quorum-policy" value=3D"stop"/>
<nvpair id=3D"cib-bootstrap-options-default-resource-stickiness"=
=20
name=3D"default-resource-stickiness" value=3D"0"/>
<nvpair=20
id=3D"cib-bootstrap-options-default-resource-failure-stickiness"=20
name=3D"default-resource-failure-stickiness" value=3D"0"/>
<nvpair id=3D"cib-bootstrap-options-stonith-enabled"=20
name=3D"stonith-enabled" value=3D"false"/>
<nvpair id=3D"cib-bootstrap-options-stonith-action"=20
name=3D"stonith-action" value=3D"reboot"/>
<nvpair id=3D"cib-bootstrap-options-stop-orphan-resources"=20
name=3D"stop-orphan-resources" value=3D"true"/>
<nvpair id=3D"cib-bootstrap-options-stop-orphan-actions"=20
name=3D"stop-orphan-actions" value=3D"true"/>
<nvpair id=3D"cib-bootstrap-options-remove-after-stop"=20
name=3D"remove-after-stop" value=3D"false"/>
<nvpair id=3D"cib-bootstrap-options-short-resource-names"=20
name=3D"short-resource-names" value=3D"true"/>
<nvpair id=3D"cib-bootstrap-options-transition-idle-timeout"=20
name=3D"transition-idle-timeout" value=3D"5min"/>
<nvpair id=3D"cib-bootstrap-options-default-action-timeout"=20
name=3D"default-action-timeout" value=3D"15s"/>
<nvpair id=3D"cib-bootstrap-options-is-managed-default"=20
name=3D"is-managed-default" value=3D"true"/>
<nvpair name=3D"last-lrm-refresh"=20
id=3D"cib-bootstrap-options-last-lrm-refresh" value=3D"1184887961"/>
</attributes>
</cluster_property_set>
</crm_config>
<nodes>
<node uname=3D"dpssgwcluster1" type=3D"normal"=20
id=3D"0b7198ee-374c-4612-9e00-37c3aca9770a">
<instance_attributes id=3D"nodes-0b7198ee-374c-4612-9e00-37c3aca97=
70a">
<attributes>
<nvpair name=3D"standby"=20
id=3D"standby-0b7198ee-374c-4612-9e00-37c3aca9770a" value=3D"off"/>
</attributes>
</instance_attributes>
</node>
<node uname=3D"dpssgwcluster2" type=3D"normal"=20
id=3D"fb88d238-5526-4926-8ef1-dcb982326d06">
<instance_attributes id=3D"nodes-fb88d238-5526-4926-8ef1-dcb982326=
d06">
<attributes>
<nvpair name=3D"standby"=20
id=3D"standby-fb88d238-5526-4926-8ef1-dcb982326d06" value=3D"on"/>
</attributes>
</instance_attributes>
</node>
</nodes>
<resources>
<group ordered=3D"true" collocated=3D"true" id=3D"group_GroupWise">
<primitive class=3D"heartbeat" type=3D"evms_failover"=20
provider=3D"heartbeat" id=3D"EVMS">
<instance_attributes id=3D"EVMS_instance_attrs">
<attributes>
<nvpair name=3D"target_role" id=3D"EVMS_target_role"=20
value=3D"started"/>
<nvpair id=3D"833152ea-0068-46a6-a783-aab4b5c19561" name=3D"=
1"=20
value=3D"groupwise"/>
</attributes>
</instance_attributes>
</primitive>
<primitive class=3D"ocf" type=3D"Filesystem" provider=3D"heartbeat=
"=20
id=3D"filesystem">
<instance_attributes id=3D"filesystem_instance_attrs">
<attributes>
<nvpair name=3D"target_role" id=3D"filesystem_target_role"=20
value=3D"started"/>
<nvpair id=3D"3854c22c-3e14-4eac-ba25-fdce6da4e9b3" name=3D"=
fstype"=20
value=3D"reiserfs"/>
<nvpair id=3D"14838871-a914-4ca4-84f8-cc63dd117d58" name=3D"=
device"=20
value=3D"/dev/evms/groupwise"/>
<nvpair id=3D"640656b1-62fc-4c1f-a051-2c8687c2e907"=20
name=3D"directory" value=3D"/groupwise"/>
</attributes>
</instance_attributes>
</primitive>
<primitive class=3D"ocf" type=3D"IPaddr" provider=3D"heartbeat"=20
id=3D"IPAddress">
<instance_attributes id=3D"IPAddress_instance_attrs">
<attributes>
<nvpair name=3D"target_role" id=3D"IPAddress_target_role"=20
value=3D"started"/>
<nvpair id=3D"6e45ce6d-c87d-472e-957a-68ba9ec17be2" name=3D"=
ip"=20
value=3D"10.13.1.21"/>
</attributes>
</instance_attributes>
</primitive>
<primitive class=3D"ocf" type=3D"GroupWise" provider=3D"novell"=20
id=3D"resource_gwpoa">
<instance_attributes id=3D"resource_gwpoa_instance_attrs">
<attributes>
<nvpair name=3D"target_role" id=3D"resource_gwpoa_target_rol=
e"=20
value=3D"started"/>
<nvpair name=3D"object_name"=20
id=3D"857f6c1e-51a1-456c-bd62-d712cacfbffe"=20
value=3D"dpssgwclusterpoa.dpssgwcluster"/>
</attributes>
</instance_attributes>
<operations>
<op id=3D"4c9d3c51-e340-45b4-911b-ca05e222d4e5" name=3D"monito=
r"=20
interval=3D"10" timeout=3D"10" start_delay=3D"10" disabled=3D"false" role=
=3D"Started"/>
</operations>
</primitive>
<primitive class=3D"ocf" type=3D"GroupWise" provider=3D"novell"=20
id=3D"resource_gwmta">
<instance_attributes id=3D"resource_gwmta_instance_attrs">
<attributes>
<nvpair name=3D"target_role" id=3D"resource_gwmta_target_rol=
e"=20
value=3D"started"/>
<nvpair name=3D"object_name"=20
id=3D"9c5b0396-4dc5-40ad-97a9-36fb90d6b375" value=3D"dpssgwcluster"/>
</attributes>
</instance_attributes>
<operations>
<op id=3D"7b4256d7-6e76-4ca9-8142-26ae13533a0c" name=3D"monito=
r"=20
interval=3D"10" timeout=3D"10" start_delay=3D"10" disabled=3D"false" role=
=3D"Started"/>
</operations>
</primitive>
<instance_attributes id=3D"group_GroupWise_instance_attrs">
<attributes>
<nvpair id=3D"group_GroupWise_target_role" name=3D"target_role=
"=20
value=3D"started"/>
</attributes>
</instance_attributes>
</group>
</resources>
<constraints>
<rsc_location id=3D"place_GroupWise" rsc=3D"group_GroupWise">
<rule id=3D"prefered_place_GroupWise" score=3D"100">
<expression attribute=3D"#uname"=20
id=3D"a021d3fa-3735-4d76-8436-a393bd711302" operation=3D"eq"=20
value=3D"dpssgwcluster1"/>
</rule>
</rsc_location>
</constraints>
</configuration>
</cib>
And finally the hardware spec of the servers.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D start debug info =3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
libhd version 12.34 (ia32)
using /var/lib/hardware
kernel version is 2.6
=2D---- /proc/cmdline -----
root=3D/dev/cciss/c0d0p3 vga=3D0x314 resume=3D/dev/cciss/c0d0p1 splas=
h=3Dsilent
=2D---- /proc/cmdline end -----
debug =3D 0xff7ffff7
probe =3D 0x00138fc4aa17fffdfffe (+memory +pci +isapnp +net +floppy +misc=20
+misc.serial +misc.par +misc.floppy +serial +cpu +bios +monitor +mouse +scs=
i=20
+usb -usb.mods +adb +modem +modem.usb +parallel +parallel.lp +parallel.zip=
=20
+isa +isa.isdn +isdn +kbd +prom +sbus +int +braille +braille.alva=20
+braille.fhp +braille.ht -ignx11=20
+sys -bios.vbe -isapnp.old -isapnp.new -isapnp.mod +braille.baum -manual +f=
b=20
+pppoe -scan +pcmcia -fork -parallel.imm +s390 -cpuemu -sysfs -s390disks=20
+udev +block +block.cdrom +block.part +edd=20
+edd.mod -bios.ddc -bios.fb -bios.mode +input +block.mods=20
+bios.vesa -cpuemu.debug -scsi.noserial=20
+wlan -bios.crc -hal -bios.vram -max -lxrc)
shm: attached segment 6127620 at 0xb7c0e000
>> hal.1: read hal data
hal: connected to: :1.1055
=2D---- hal device list -----
0: udi =3D '/org/freedesktop/Hal/devices/acpi_PWRF'
button.has_state =3D false
button.type =3D 'power'
info.capabilities =3D { 'button' }
info.category =3D 'button'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Power Button'
info.udi =3D '/org/freedesktop/Hal/devices/acpi_PWRF'
linux.acpi_path =3D '/proc/acpi/button/power/PWRF'
linux.acpi_type =3D 9 (0x9)
linux.hotplug_type =3D 4 (0x4)
1: udi =3D '/org/freedesktop/Hal/devices/acpi_CPU0'
info.capabilities =3D { 'processor' }
info.category =3D 'processor'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Processor'
info.udi =3D '/org/freedesktop/Hal/devices/acpi_CPU0'
linux.acpi_path =3D '/proc/acpi/processor/CPU0'
linux.acpi_type =3D 1 (0x1)
linux.hotplug_type =3D 4 (0x4)
processor.can_throttle =3D false
processor.number =3D 0 (0x0)
2: udi =3D '/org/freedesktop/Hal/devices/acpi_CPU1'
info.capabilities =3D { 'processor' }
info.category =3D 'processor'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Processor'
info.udi =3D '/org/freedesktop/Hal/devices/acpi_CPU1'
linux.acpi_path =3D '/proc/acpi/processor/CPU1'
linux.acpi_type =3D 1 (0x1)
linux.hotplug_type =3D 4 (0x4)
processor.can_throttle =3D false
processor.number =3D 2 (0x2)
3: udi =3D '/org/freedesktop/Hal/devices/acpi_CPU6'
info.capabilities =3D { 'processor' }
info.category =3D 'processor'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Processor'
info.udi =3D '/org/freedesktop/Hal/devices/acpi_CPU6'
linux.acpi_path =3D '/proc/acpi/processor/CPU6'
linux.acpi_type =3D 1 (0x1)
linux.hotplug_type =3D 4 (0x4)
processor.can_throttle =3D false
processor.number =3D 1 (0x1)
4: udi =3D '/org/freedesktop/Hal/devices/acpi_CPU7'
info.capabilities =3D { 'processor' }
info.category =3D 'processor'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Processor'
info.udi =3D '/org/freedesktop/Hal/devices/acpi_CPU7'
linux.acpi_path =3D '/proc/acpi/processor/CPU7'
linux.acpi_type =3D 1 (0x1)
linux.hotplug_type =3D 4 (0x4)
processor.can_throttle =3D false
processor.number =3D 3 (0x3)
5: udi =3D '/org/freedesktop/Hal/devices/storage_model_DV_28E_N'
block.device =3D '/dev/hda'
block.is_volume =3D false
block.major =3D 3 (0x3)
block.minor =3D 0 (0x0)
block.storage_device =3D '/org/freedesktop/Hal/devices/storage_model_DV_2=
8E_N'
info.addons =3D { 'hald-addon-storage' }
info.capabilities =3D { 'storage', 'block', 'storage.cdrom' }
info.category =3D 'storage'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_24db_ide_0_0'
info.product =3D 'DV-28E-N'
info.udi =3D '/org/freedesktop/Hal/devices/storage_model_DV_28E_N'
linux.hotplug_type =3D 3 (0x3)
linux.sysfs_path =3D '/sys/block/hda'
linux.sysfs_path_device =3D '/sys/block/hda'
storage.automount_enabled_hint =3D true
storage.bus =3D 'ide'
storage.cdrom.cdr =3D false
storage.cdrom.cdrw =3D false
storage.cdrom.dvd =3D true
storage.cdrom.dvdplusr =3D false
storage.cdrom.dvdplusrdl =3D false
storage.cdrom.dvdplusrw =3D false
storage.cdrom.dvdplusrwdl =3D false
storage.cdrom.dvdr =3D false
storage.cdrom.dvdram =3D false
storage.cdrom.dvdrw =3D false
storage.cdrom.read_speed =3D 4234 (0x108a)
storage.cdrom.support_media_changed =3D true
storage.cdrom.write_speed =3D 0 (0x0)
storage.drive_type =3D 'cdrom'
storage.firmware_version =3D 'C.6B'
storage.hotpluggable =3D false
storage.media_check_enabled =3D true
storage.model =3D 'DV-28E-N'
storage.no_partitions_hint =3D true
storage.physical_device=20
=3D '/org/freedesktop/Hal/devices/pci_8086_24db_ide_0_0'
storage.policy.desired_mount_point =3D 'cdrom'
storage.policy.mount_filesystem =3D 'auto'
storage.policy.should_mount =3D true
storage.removable =3D true
storage.requires_eject =3D true
storage.vendor =3D ''
6: udi =3D '/org/freedesktop/Hal/devices/platform_vesafb_0'
info.bus =3D 'platform'
info.linux.driver =3D 'vesafb'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Platform Device (vesafb.0)'
info.udi =3D '/org/freedesktop/Hal/devices/platform_vesafb_0'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'platform'
linux.sysfs_path =3D '/sys/devices/platform/vesafb.0'
linux.sysfs_path_device =3D '/sys/devices/platform/vesafb.0'
platform.id =3D 'vesafb.0'
7: udi=20
=3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Aux_Port_logicaldev_=
input'
info.capabilities =3D { 'input', 'input.mouse' }
info.category =3D 'input'
info.parent =3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Aux_Po=
rt'
info.product =3D 'ImPS/2 Generic Wheel Mouse'
info.udi=20
=3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Aux_Port_logicaldev_=
input'
input.device =3D '/dev/input/event2'
input.physical_device=20
=3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Aux_Port'
input.product =3D 'ImPS/2 Generic Wheel Mouse'
linux.device_file =3D '/dev/input/event2'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'input'
linux.sysfs_path =3D '/sys/class/input/input2/event2'
8: udi =3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Aux_Port'
info.bus =3D 'serio'
info.linux.driver =3D 'psmouse'
info.parent =3D '/org/freedesktop/Hal/devices/platform_i8042'
info.product =3D 'i8042 Aux Port'
info.udi =3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Aux_Port'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'serio'
linux.sysfs_path =3D '/sys/devices/platform/i8042/serio0'
linux.sysfs_path_device =3D '/sys/devices/platform/i8042/serio0'
serio.description =3D 'i8042 Aux Port'
serio.id =3D 'serio0'
9: udi=20
=3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Kbd_Port_logicaldev_=
input'
info.capabilities =3D { 'input', 'input.keyboard' }
info.category =3D 'input'
info.parent =3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Kbd_Po=
rt'
info.product =3D 'AT Translated Set 2 keyboard'
info.udi=20
=3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Kbd_Port_logicaldev_=
input'
input.device =3D '/dev/input/event0'
input.physical_device=20
=3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Kbd_Port'
input.product =3D 'AT Translated Set 2 keyboard'
linux.device_file =3D '/dev/input/event0'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'input'
linux.sysfs_path =3D '/sys/class/input/input0/event0'
10: udi =3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Kbd_Port'
info.bus =3D 'serio'
info.linux.driver =3D 'atkbd'
info.parent =3D '/org/freedesktop/Hal/devices/platform_i8042'
info.product =3D 'i8042 Kbd Port'
info.udi =3D '/org/freedesktop/Hal/devices/platform_i8042_i8042_Kbd_Port'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'serio'
linux.sysfs_path =3D '/sys/devices/platform/i8042/serio1'
linux.sysfs_path_device =3D '/sys/devices/platform/i8042/serio1'
serio.description =3D 'i8042 Kbd Port'
serio.id =3D 'serio1'
11: udi =3D '/org/freedesktop/Hal/devices/platform_i8042'
info.bus =3D 'platform'
info.linux.driver =3D 'i8042'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Platform Device (i8042)'
info.udi =3D '/org/freedesktop/Hal/devices/platform_i8042'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'platform'
linux.sysfs_path =3D '/sys/devices/platform/i8042'
linux.sysfs_path_device =3D '/sys/devices/platform/i8042'
platform.id =3D 'i8042'
12: udi=20
=3D '/org/freedesktop/Hal/devices/platform_serial8250_serial_platform_1'
info.capabilities =3D { 'serial' }
info.category =3D 'serial'
info.parent =3D '/org/freedesktop/Hal/devices/platform_serial8250'
info.product =3D 'Platform Device (serial8250)'
info.udi=20
=3D '/org/freedesktop/Hal/devices/platform_serial8250_serial_platform_1'
linux.device_file =3D '/dev/ttyS1'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'tty'
linux.sysfs_path =3D '/sys/class/tty/ttyS1'
serial.device =3D '/dev/ttyS1'
serial.physical_device =3D '/org/freedesktop/Hal/devices/platform_serial8=
250'
serial.port =3D 1 (0x1)
serial.type =3D 'platform'
13: udi =3D '/org/freedesktop/Hal/devices/platform_serial8250'
info.bus =3D 'platform'
info.linux.driver =3D 'serial8250'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Platform Device (serial8250)'
info.udi =3D '/org/freedesktop/Hal/devices/platform_serial8250'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'platform'
linux.sysfs_path =3D '/sys/devices/platform/serial8250'
linux.sysfs_path_device =3D '/sys/devices/platform/serial8250'
platform.id =3D 'serial8250'
14: udi =3D '/org/freedesktop/Hal/devices/platform_floppy_0'
info.bus =3D 'platform'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Platform Device (floppy.0)'
info.udi =3D '/org/freedesktop/Hal/devices/platform_floppy_0'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'platform'
linux.sysfs_path =3D '/sys/devices/platform/floppy.0'
linux.sysfs_path_device =3D '/sys/devices/platform/floppy.0'
platform.id =3D 'floppy.0'
15: udi =3D '/org/freedesktop/Hal/devices/platform_pcspkr_logicaldev_inpu=
t'
info.capabilities =3D { 'input' }
info.category =3D 'input'
info.parent =3D '/org/freedesktop/Hal/devices/platform_pcspkr'
info.product =3D 'PC Speaker'
info.udi =3D '/org/freedesktop/Hal/devices/platform_pcspkr_logicaldev_inp=
ut'
input.device =3D '/dev/input/event1'
input.physical_device =3D '/org/freedesktop/Hal/devices/platform_pcspkr'
input.product =3D 'PC Speaker'
linux.device_file =3D '/dev/input/event1'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'input'
linux.sysfs_path =3D '/sys/class/input/input1/event1'
16: udi =3D '/org/freedesktop/Hal/devices/platform_pcspkr'
info.bus =3D 'platform'
info.linux.driver =3D 'pcspkr'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'Platform Device (pcspkr)'
info.udi =3D '/org/freedesktop/Hal/devices/platform_pcspkr'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'platform'
linux.sysfs_path =3D '/sys/devices/platform/pcspkr'
linux.sysfs_path_device =3D '/sys/devices/platform/pcspkr'
platform.id =3D 'pcspkr'
17: udi =3D '/org/freedesktop/Hal/devices/pci_8086_3590'
info.bus =3D 'pci'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'E7520 Memory Controller Hub'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_3590'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:00.0'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:00.0'
pci.device_class =3D 6 (0x6)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 0 (0x0)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:00.0'
pci.product =3D 'E7520 Memory Controller Hub'
pci.product_id =3D 13712 (0x3590)
pci.subsys_product =3D 'Unknown (0x3200)'
pci.subsys_product_id =3D 12800 (0x3200)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
18: udi =3D '/org/freedesktop/Hal/devices/net_00_16_35_69_d0_5b'
info.capabilities =3D { 'net', 'net.80203' }
info.category =3D 'net.80203'
info.parent =3D '/org/freedesktop/Hal/devices/pci_14e4_1648_0'
info.product =3D 'Networking Interface'
info.udi =3D '/org/freedesktop/Hal/devices/net_00_16_35_69_d0_5b'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'net'
linux.sysfs_path =3D '/sys/class/net/eth0'
net.80203.mac_address =3D 95385407579ull (0x163569d05bull)
net.address =3D '00:16:35:69:d0:5b'
net.arp_proto_hw_id =3D 1 (0x1)
net.interface =3D 'eth0'
net.interface_up =3D false
net.linux.ifindex =3D 2 (0x2)
net.physical_device =3D '/org/freedesktop/Hal/devices/pci_14e4_1648_0'
19: udi =3D '/org/freedesktop/Hal/devices/pci_14e4_1648_0'
info.bus =3D 'pci'
info.linux.driver =3D 'tg3'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_329_0'
info.product =3D 'NetXtreme BCM5704 Gigabit Ethernet'
info.udi =3D '/org/freedesktop/Hal/devices/pci_14e4_1648_0'
info.vendor =3D 'Broadcom Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0/0000:03:01.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0/0000:03:01.0'
pci.device_class =3D 2 (0x2)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 0 (0x0)
pci.linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0/0000:03:01.0'
pci.product =3D 'NetXtreme BCM5704 Gigabit Ethernet'
pci.product_id =3D 5704 (0x1648)
pci.subsys_product =3D 'NC7782 Gigabit Server Adapter (PCI-X, 10,100,1000=
=2DT)'
pci.subsys_product_id =3D 208 (0xd0)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Broadcom Corporation'
pci.vendor_id =3D 5348 (0x14e4)
20: udi =3D '/org/freedesktop/Hal/devices/net_00_16_35_69_d0_5a'
info.capabilities =3D { 'net', 'net.80203' }
info.category =3D 'net.80203'
info.parent =3D '/org/freedesktop/Hal/devices/pci_14e4_1648'
info.product =3D 'Networking Interface'
info.udi =3D '/org/freedesktop/Hal/devices/net_00_16_35_69_d0_5a'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'net'
linux.sysfs_path =3D '/sys/class/net/eth1'
net.80203.mac_address =3D 95385407578ull (0x163569d05aull)
net.address =3D '00:16:35:69:d0:5a'
net.arp_proto_hw_id =3D 1 (0x1)
net.interface =3D 'eth1'
net.interface_up =3D false
net.linux.ifindex =3D 3 (0x3)
net.physical_device =3D '/org/freedesktop/Hal/devices/pci_14e4_1648'
21: udi =3D '/org/freedesktop/Hal/devices/pci_14e4_1648'
info.bus =3D 'pci'
info.linux.driver =3D 'tg3'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_329_0'
info.product =3D 'NetXtreme BCM5704 Gigabit Ethernet'
info.udi =3D '/org/freedesktop/Hal/devices/pci_14e4_1648'
info.vendor =3D 'Broadcom Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0/0000:03:01.1'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0/0000:03:01.1'
pci.device_class =3D 2 (0x2)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 0 (0x0)
pci.linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0/0000:03:01.1'
pci.product =3D 'NetXtreme BCM5704 Gigabit Ethernet'
pci.product_id =3D 5704 (0x1648)
pci.subsys_product =3D 'NC7782 Gigabit Server Adapter (PCI-X, 10,100,1000=
=2DT)'
pci.subsys_product_id =3D 208 (0xd0)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Broadcom Corporation'
pci.vendor_id =3D 5348 (0x14e4)
22: udi =3D '/org/freedesktop/Hal/devices/pci_8086_329_0'
info.bus =3D 'pci'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_3595'
info.product =3D '6700PXH PCI Express-to-PCI Bridge A'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_329_0'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.0'
pci.device_class =3D 6 (0x6)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 4 (0x4)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00=
=2E0'
pci.product =3D '6700PXH PCI Express-to-PCI Bridge A'
pci.product_id =3D 809 (0x329)
pci.subsys_product =3D 'Unknown (0x0000)'
pci.subsys_product_id =3D 0 (0x0)
pci.subsys_vendor =3D 'Unknown (0x0000)'
pci.subsys_vendor_id =3D 0 (0x0)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
23: udi =3D '/org/freedesktop/Hal/devices/pci_e11_46'
info.bus =3D 'pci'
info.linux.driver =3D 'cciss'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_32a_0'
info.product =3D 'Smart Array 64xx'
info.udi =3D '/org/freedesktop/Hal/devices/pci_e11_46'
info.vendor =3D 'Compaq Computer Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.2/0000:04:03.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.2/0000:04:03.0'
pci.device_class =3D 1 (0x1)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 4 (0x4)
pci.linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.2/0000:04:03.0'
pci.product =3D 'Smart Array 64xx'
pci.product_id =3D 70 (0x46)
pci.subsys_product =3D 'Unknown (0x4091)'
pci.subsys_product_id =3D 16529 (0x4091)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Compaq Computer Corporation'
pci.vendor_id =3D 3601 (0xe11)
24: udi =3D '/org/freedesktop/Hal/devices/pci_8086_32a_0'
info.bus =3D 'pci'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_3595'
info.product =3D '6700PXH PCI Express-to-PCI Bridge B'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_32a_0'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.2'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00.2'
pci.device_class =3D 6 (0x6)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 4 (0x4)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:02.0/0000:02:00=
=2E2'
pci.product =3D '6700PXH PCI Express-to-PCI Bridge B'
pci.product_id =3D 810 (0x32a)
pci.subsys_product =3D 'Unknown (0x0000)'
pci.subsys_product_id =3D 0 (0x0)
pci.subsys_vendor =3D 'Unknown (0x0000)'
pci.subsys_vendor_id =3D 0 (0x0)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
25: udi =3D '/org/freedesktop/Hal/devices/pci_8086_3595'
info.bus =3D 'pci'
info.linux.driver =3D 'pcieport-driver'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'E7525/E7520/E7320 PCI Express Port A'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_3595'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:02.0'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:02.0'
pci.device_class =3D 6 (0x6)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 4 (0x4)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:02.0'
pci.product =3D 'E7525/E7520/E7320 PCI Express Port A'
pci.product_id =3D 13717 (0x3595)
pci.subsys_product =3D 'Unknown (0x0000)'
pci.subsys_product_id =3D 0 (0x0)
pci.subsys_vendor =3D 'Unknown (0x0000)'
pci.subsys_vendor_id =3D 0 (0x0)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
26: udi =3D '/org/freedesktop/Hal/devices/pci_8086_329'
info.bus =3D 'pci'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_3599'
info.product =3D '6700PXH PCI Express-to-PCI Bridge A'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_329'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.0'
pci.device_class =3D 6 (0x6)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 4 (0x4)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00=
=2E0'
pci.product =3D '6700PXH PCI Express-to-PCI Bridge A'
pci.product_id =3D 809 (0x329)
pci.subsys_product =3D 'Unknown (0x0000)'
pci.subsys_product_id =3D 0 (0x0)
pci.subsys_vendor =3D 'Unknown (0x0000)'
pci.subsys_vendor_id =3D 0 (0x0)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
27: udi =3D '/org/freedesktop/Hal/devices/net_00_11_0a_5d_47_06'
info.capabilities =3D { 'net', 'net.80203' }
info.category =3D 'net.80203'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_1010_0'
info.product =3D 'Networking Interface'
info.udi =3D '/org/freedesktop/Hal/devices/net_00_11_0a_5d_47_06'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'net'
linux.sysfs_path =3D '/sys/class/net/eth2'
net.80203.mac_address =3D 73188329222ull (0x110a5d4706ull)
net.address =3D '00:11:0a:5d:47:06'
net.arp_proto_hw_id =3D 1 (0x1)
net.interface =3D 'eth2'
net.interface_up =3D false
net.linux.ifindex =3D 4 (0x4)
net.physical_device =3D '/org/freedesktop/Hal/devices/pci_8086_1010_0'
28: udi =3D '/org/freedesktop/Hal/devices/pci_8086_1010_0'
info.bus =3D 'pci'
info.linux.driver =3D 'e1000'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_32a'
info.product =3D '82546EB Gigabit Ethernet Controller (Copper)'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_1010_0'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.2/0000:0a:01.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.2/0000:0a:01.0'
pci.device_class =3D 2 (0x2)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 0 (0x0)
pci.linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.2/0000:0a:01.0'
pci.product =3D '82546EB Gigabit Ethernet Controller (Copper)'
pci.product_id =3D 4112 (0x1010)
pci.subsys_product =3D 'NC7170 Gigabit Server Adapter'
pci.subsys_product_id =3D 219 (0xdb)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
29: udi =3D '/org/freedesktop/Hal/devices/net_00_11_0a_5d_47_07'
info.capabilities =3D { 'net', 'net.80203' }
info.category =3D 'net.80203'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_1010'
info.product =3D 'Networking Interface'
info.udi =3D '/org/freedesktop/Hal/devices/net_00_11_0a_5d_47_07'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'net'
linux.sysfs_path =3D '/sys/class/net/eth3'
net.80203.mac_address =3D 73188329223ull (0x110a5d4707ull)
net.address =3D '00:11:0a:5d:47:07'
net.arp_proto_hw_id =3D 1 (0x1)
net.interface =3D 'eth3'
net.interface_up =3D false
net.linux.ifindex =3D 5 (0x5)
net.physical_device =3D '/org/freedesktop/Hal/devices/pci_8086_1010'
30: udi =3D '/org/freedesktop/Hal/devices/pci_8086_1010'
info.bus =3D 'pci'
info.linux.driver =3D 'e1000'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_32a'
info.product =3D '82546EB Gigabit Ethernet Controller (Copper)'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_1010'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.2/0000:0a:01.1'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.2/0000:0a:01.1'
pci.device_class =3D 2 (0x2)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 0 (0x0)
pci.linux.sysfs_path=20
=3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.2/0000:0a:01.1'
pci.product =3D '82546EB Gigabit Ethernet Controller (Copper)'
pci.product_id =3D 4112 (0x1010)
pci.subsys_product =3D 'NC7170 Gigabit Server Adapter'
pci.subsys_product_id =3D 219 (0xdb)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
31: udi =3D '/org/freedesktop/Hal/devices/pci_8086_32a'
info.bus =3D 'pci'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_3599'
info.product =3D '6700PXH PCI Express-to-PCI Bridge B'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_32a'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.2'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00.2'
pci.device_class =3D 6 (0x6)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 4 (0x4)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:06.0/0000:05:00=
=2E2'
pci.product =3D '6700PXH PCI Express-to-PCI Bridge B'
pci.product_id =3D 810 (0x32a)
pci.subsys_product =3D 'Unknown (0x0000)'
pci.subsys_product_id =3D 0 (0x0)
pci.subsys_vendor =3D 'Unknown (0x0000)'
pci.subsys_vendor_id =3D 0 (0x0)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
32: udi =3D '/org/freedesktop/Hal/devices/pci_8086_3599'
info.bus =3D 'pci'
info.linux.driver =3D 'pcieport-driver'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D 'E7520 PCI Express Port C'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_3599'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:06.0'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:06.0'
pci.device_class =3D 6 (0x6)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 4 (0x4)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:06.0'
pci.product =3D 'E7520 PCI Express Port C'
pci.product_id =3D 13721 (0x3599)
pci.subsys_product =3D 'Unknown (0x0000)'
pci.subsys_product_id =3D 0 (0x0)
pci.subsys_vendor =3D 'Unknown (0x0000)'
pci.subsys_vendor_id =3D 0 (0x0)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
33: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_0_if0'
info.bus =3D 'usb'
info.linux.driver =3D 'hub'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_0'
info.product =3D 'USB Hub Interface'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_0_if=
0'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-0:1.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-0:1.0'
usb.bus_number =3D 2 (0x2)
usb.can_wake_up =3D false
usb.configuration_value =3D 1 (0x1)
usb.device_class =3D 9 (0x9)
usb.device_protocol =3D 0 (0x0)
usb.device_revision_bcd =3D 518 (0x206)
usb.device_subclass =3D 0 (0x0)
usb.interface.class =3D 9 (0x9)
usb.interface.number =3D 0 (0x0)
usb.interface.protocol =3D 0 (0x0)
usb.interface.subclass =3D 0 (0x0)
usb.is_self_powered =3D true
usb.linux.device_number =3D 1 (0x1)
usb.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-0:1=
=2E0'
usb.max_power =3D 0 (0x0)
usb.num_configurations =3D 1 (0x1)
usb.num_interfaces =3D 1 (0x1)
usb.num_ports =3D 2 (0x2)
usb.product =3D 'USB Hub Interface'
usb.product_id =3D 0 (0x0)
usb.serial =3D '0000:00:1d.0'
usb.speed_bcd =3D 4608 (0x1200)
usb.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
usb.vendor_id =3D 0 (0x0)
usb.version_bcd =3D 272 (0x110)
34: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_0_usb=
raw'
info.capabilities =3D { 'usbraw' }
info.category =3D 'usbraw'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_0'
info.product =3D 'USB Raw Device Access'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_0_us=
braw'
linux.device_file =3D '/dev/bus/usb/002/001'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'usb_device'
linux.sysfs_path =3D '/sys/class/usb_device/usbdev2.1'
usbraw.device =3D '/dev/bus/usb/002/001'
35: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_0'
info.bus =3D 'usb_device'
info.linux.driver =3D 'usb'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_24d2'
info.product =3D 'UHCI Host Controller'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_0'
info.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.0/usb2'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.0/usb2'
usb_device.bus_number =3D 2 (0x2)
usb_device.can_wake_up =3D false
usb_device.configuration_value =3D 1 (0x1)
usb_device.device_class =3D 9 (0x9)
usb_device.device_protocol =3D 0 (0x0)
usb_device.device_revision_bcd =3D 518 (0x206)
usb_device.device_subclass =3D 0 (0x0)
usb_device.is_self_powered =3D true
usb_device.linux.device_number =3D 1 (0x1)
usb_device.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.0/usb=
2'
usb_device.max_power =3D 0 (0x0)
usb_device.num_configurations =3D 1 (0x1)
usb_device.num_interfaces =3D 1 (0x1)
usb_device.num_ports =3D 2 (0x2)
usb_device.product =3D 'UHCI Host Controller'
usb_device.product_id =3D 0 (0x0)
usb_device.serial =3D '0000:00:1d.0'
usb_device.speed_bcd =3D 4608 (0x1200)
usb_device.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
usb_device.vendor_id =3D 0 (0x0)
usb_device.version_bcd =3D 272 (0x110)
36: udi =3D '/org/freedesktop/Hal/devices/pci_8086_24d2'
info.bus =3D 'pci'
info.linux.driver =3D 'uhci_hcd'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_24d2'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.0'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.0'
pci.device_class =3D 12 (0xc)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 3 (0x3)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.0'
pci.product =3D '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1'
pci.product_id =3D 9426 (0x24d2)
pci.subsys_product =3D 'Unknown (0x3201)'
pci.subsys_product_id =3D 12801 (0x3201)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
37: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_1_if0'
info.bus =3D 'usb'
info.linux.driver =3D 'hub'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_1'
info.product =3D 'USB Hub Interface'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_1_if=
0'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-0:1.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-0:1.0'
usb.bus_number =3D 3 (0x3)
usb.can_wake_up =3D false
usb.configuration_value =3D 1 (0x1)
usb.device_class =3D 9 (0x9)
usb.device_protocol =3D 0 (0x0)
usb.device_revision_bcd =3D 518 (0x206)
usb.device_subclass =3D 0 (0x0)
usb.interface.class =3D 9 (0x9)
usb.interface.number =3D 0 (0x0)
usb.interface.protocol =3D 0 (0x0)
usb.interface.subclass =3D 0 (0x0)
usb.is_self_powered =3D true
usb.linux.device_number =3D 1 (0x1)
usb.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-0:1=
=2E0'
usb.max_power =3D 0 (0x0)
usb.num_configurations =3D 1 (0x1)
usb.num_interfaces =3D 1 (0x1)
usb.num_ports =3D 2 (0x2)
usb.product =3D 'USB Hub Interface'
usb.product_id =3D 0 (0x0)
usb.serial =3D '0000:00:1d.1'
usb.speed_bcd =3D 4608 (0x1200)
usb.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
usb.vendor_id =3D 0 (0x0)
usb.version_bcd =3D 272 (0x110)
38: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_1_usb=
raw'
info.capabilities =3D { 'usbraw' }
info.category =3D 'usbraw'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_1'
info.product =3D 'USB Raw Device Access'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_1_us=
braw'
linux.device_file =3D '/dev/bus/usb/003/001'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'usb_device'
linux.sysfs_path =3D '/sys/class/usb_device/usbdev3.1'
usbraw.device =3D '/dev/bus/usb/003/001'
39: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_1'
info.bus =3D 'usb_device'
info.linux.driver =3D 'usb'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_24d4'
info.product =3D 'UHCI Host Controller'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_1'
info.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.1/usb3'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.1/usb3'
usb_device.bus_number =3D 3 (0x3)
usb_device.can_wake_up =3D false
usb_device.configuration_value =3D 1 (0x1)
usb_device.device_class =3D 9 (0x9)
usb_device.device_protocol =3D 0 (0x0)
usb_device.device_revision_bcd =3D 518 (0x206)
usb_device.device_subclass =3D 0 (0x0)
usb_device.is_self_powered =3D true
usb_device.linux.device_number =3D 1 (0x1)
usb_device.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.1/usb=
3'
usb_device.max_power =3D 0 (0x0)
usb_device.num_configurations =3D 1 (0x1)
usb_device.num_interfaces =3D 1 (0x1)
usb_device.num_ports =3D 2 (0x2)
usb_device.product =3D 'UHCI Host Controller'
usb_device.product_id =3D 0 (0x0)
usb_device.serial =3D '0000:00:1d.1'
usb_device.speed_bcd =3D 4608 (0x1200)
usb_device.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
usb_device.vendor_id =3D 0 (0x0)
usb_device.version_bcd =3D 272 (0x110)
40: udi =3D '/org/freedesktop/Hal/devices/pci_8086_24d4'
info.bus =3D 'pci'
info.linux.driver =3D 'uhci_hcd'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_24d4'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.1'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.1'
pci.device_class =3D 12 (0xc)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 3 (0x3)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.1'
pci.product =3D '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2'
pci.product_id =3D 9428 (0x24d4)
pci.subsys_product =3D 'Unknown (0x3201)'
pci.subsys_product_id =3D 12801 (0x3201)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
41: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_2_if0'
info.bus =3D 'usb'
info.linux.driver =3D 'hub'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_2'
info.product =3D 'USB Hub Interface'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_2_if=
0'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-0:1.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-0:1.0'
usb.bus_number =3D 4 (0x4)
usb.can_wake_up =3D false
usb.configuration_value =3D 1 (0x1)
usb.device_class =3D 9 (0x9)
usb.device_protocol =3D 0 (0x0)
usb.device_revision_bcd =3D 518 (0x206)
usb.device_subclass =3D 0 (0x0)
usb.interface.class =3D 9 (0x9)
usb.interface.number =3D 0 (0x0)
usb.interface.protocol =3D 0 (0x0)
usb.interface.subclass =3D 0 (0x0)
usb.is_self_powered =3D true
usb.linux.device_number =3D 1 (0x1)
usb.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-0:1=
=2E0'
usb.max_power =3D 0 (0x0)
usb.num_configurations =3D 1 (0x1)
usb.num_interfaces =3D 1 (0x1)
usb.num_ports =3D 2 (0x2)
usb.product =3D 'USB Hub Interface'
usb.product_id =3D 0 (0x0)
usb.serial =3D '0000:00:1d.2'
usb.speed_bcd =3D 4608 (0x1200)
usb.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
usb.vendor_id =3D 0 (0x0)
usb.version_bcd =3D 272 (0x110)
42: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_2_usb=
raw'
info.capabilities =3D { 'usbraw' }
info.category =3D 'usbraw'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_2'
info.product =3D 'USB Raw Device Access'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_2_us=
braw'
linux.device_file =3D '/dev/bus/usb/004/001'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'usb_device'
linux.sysfs_path =3D '/sys/class/usb_device/usbdev4.1'
usbraw.device =3D '/dev/bus/usb/004/001'
43: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_2'
info.bus =3D 'usb_device'
info.linux.driver =3D 'usb'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_24d7'
info.product =3D 'UHCI Host Controller'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_2'
info.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.2/usb4'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.2/usb4'
usb_device.bus_number =3D 4 (0x4)
usb_device.can_wake_up =3D false
usb_device.configuration_value =3D 1 (0x1)
usb_device.device_class =3D 9 (0x9)
usb_device.device_protocol =3D 0 (0x0)
usb_device.device_revision_bcd =3D 518 (0x206)
usb_device.device_subclass =3D 0 (0x0)
usb_device.is_self_powered =3D true
usb_device.linux.device_number =3D 1 (0x1)
usb_device.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.2/usb=
4'
usb_device.max_power =3D 0 (0x0)
usb_device.num_configurations =3D 1 (0x1)
usb_device.num_interfaces =3D 1 (0x1)
usb_device.num_ports =3D 2 (0x2)
usb_device.product =3D 'UHCI Host Controller'
usb_device.product_id =3D 0 (0x0)
usb_device.serial =3D '0000:00:1d.2'
usb_device.speed_bcd =3D 4608 (0x1200)
usb_device.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
usb_device.vendor_id =3D 0 (0x0)
usb_device.version_bcd =3D 272 (0x110)
44: udi =3D '/org/freedesktop/Hal/devices/pci_8086_24d7'
info.bus =3D 'pci'
info.linux.driver =3D 'uhci_hcd'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_24d7'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.2'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.2'
pci.device_class =3D 12 (0xc)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 3 (0x3)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.2'
pci.product =3D '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3'
pci.product_id =3D 9431 (0x24d7)
pci.subsys_product =3D 'Unknown (0x3201)'
pci.subsys_product_id =3D 12801 (0x3201)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
45: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_3_if0'
info.bus =3D 'usb'
info.linux.driver =3D 'hub'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_3'
info.product =3D 'USB Hub Interface'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_3_if=
0'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-0:1.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-0:1.0'
usb.bus_number =3D 5 (0x5)
usb.can_wake_up =3D false
usb.configuration_value =3D 1 (0x1)
usb.device_class =3D 9 (0x9)
usb.device_protocol =3D 0 (0x0)
usb.device_revision_bcd =3D 518 (0x206)
usb.device_subclass =3D 0 (0x0)
usb.interface.class =3D 9 (0x9)
usb.interface.number =3D 0 (0x0)
usb.interface.protocol =3D 0 (0x0)
usb.interface.subclass =3D 0 (0x0)
usb.is_self_powered =3D true
usb.linux.device_number =3D 1 (0x1)
usb.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-0:1=
=2E0'
usb.max_power =3D 0 (0x0)
usb.num_configurations =3D 1 (0x1)
usb.num_interfaces =3D 1 (0x1)
usb.num_ports =3D 2 (0x2)
usb.product =3D 'USB Hub Interface'
usb.product_id =3D 0 (0x0)
usb.serial =3D '0000:00:1d.3'
usb.speed_bcd =3D 4608 (0x1200)
usb.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
usb.vendor_id =3D 0 (0x0)
usb.version_bcd =3D 272 (0x110)
46: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_3_usb=
raw'
info.capabilities =3D { 'usbraw' }
info.category =3D 'usbraw'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_3'
info.product =3D 'USB Raw Device Access'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_3_us=
braw'
linux.device_file =3D '/dev/bus/usb/005/001'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'usb_device'
linux.sysfs_path =3D '/sys/class/usb_device/usbdev5.1'
usbraw.device =3D '/dev/bus/usb/005/001'
47: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_3'
info.bus =3D 'usb_device'
info.linux.driver =3D 'usb'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_24de'
info.product =3D 'UHCI Host Controller'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_3'
info.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.3/usb5'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.3/usb5'
usb_device.bus_number =3D 5 (0x5)
usb_device.can_wake_up =3D false
usb_device.configuration_value =3D 1 (0x1)
usb_device.device_class =3D 9 (0x9)
usb_device.device_protocol =3D 0 (0x0)
usb_device.device_revision_bcd =3D 518 (0x206)
usb_device.device_subclass =3D 0 (0x0)
usb_device.is_self_powered =3D true
usb_device.linux.device_number =3D 1 (0x1)
usb_device.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.3/usb=
5'
usb_device.max_power =3D 0 (0x0)
usb_device.num_configurations =3D 1 (0x1)
usb_device.num_interfaces =3D 1 (0x1)
usb_device.num_ports =3D 2 (0x2)
usb_device.product =3D 'UHCI Host Controller'
usb_device.product_id =3D 0 (0x0)
usb_device.serial =3D '0000:00:1d.3'
usb_device.speed_bcd =3D 4608 (0x1200)
usb_device.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp uhci_hcd'
usb_device.vendor_id =3D 0 (0x0)
usb_device.version_bcd =3D 272 (0x110)
48: udi =3D '/org/freedesktop/Hal/devices/pci_8086_24de'
info.bus =3D 'pci'
info.linux.driver =3D 'uhci_hcd'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_24de'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.3'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.3'
pci.device_class =3D 12 (0xc)
pci.device_protocol =3D 0 (0x0)
pci.device_subclass =3D 3 (0x3)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.3'
pci.product =3D '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4'
pci.product_id =3D 9438 (0x24de)
pci.subsys_product =3D 'Unknown (0x3201)'
pci.subsys_product_id =3D 12801 (0x3201)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendor =3D 'Intel Corporation'
pci.vendor_id =3D 32902 (0x8086)
49: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_7_if0'
info.bus =3D 'usb'
info.linux.driver =3D 'hub'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_7'
info.product =3D 'USB Hub Interface'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_7_if=
0'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-0:1.0'
linux.sysfs_path_device=20
=3D '/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-0:1.0'
usb.bus_number =3D 1 (0x1)
usb.can_wake_up =3D false
usb.configuration_value =3D 1 (0x1)
usb.device_class =3D 9 (0x9)
usb.device_protocol =3D 1 (0x1)
usb.device_revision_bcd =3D 518 (0x206)
usb.device_subclass =3D 0 (0x0)
usb.interface.class =3D 9 (0x9)
usb.interface.number =3D 0 (0x0)
usb.interface.protocol =3D 0 (0x0)
usb.interface.subclass =3D 0 (0x0)
usb.is_self_powered =3D true
usb.linux.device_number =3D 1 (0x1)
usb.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-0:1=
=2E0'
usb.max_power =3D 0 (0x0)
usb.num_configurations =3D 1 (0x1)
usb.num_interfaces =3D 1 (0x1)
usb.num_ports =3D 8 (0x8)
usb.product =3D 'USB Hub Interface'
usb.product_id =3D 0 (0x0)
usb.serial =3D '0000:00:1d.7'
usb.speed_bcd =3D 294912 (0x48000)
usb.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp ehci_hcd'
usb.vendor_id =3D 0 (0x0)
usb.version_bcd =3D 512 (0x200)
50: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_7_usb=
raw'
info.capabilities =3D { 'usbraw' }
info.category =3D 'usbraw'
info.parent =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_7'
info.product =3D 'USB Raw Device Access'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_7_us=
braw'
linux.device_file =3D '/dev/bus/usb/001/001'
linux.hotplug_type =3D 2 (0x2)
linux.subsystem =3D 'usb_device'
linux.sysfs_path =3D '/sys/class/usb_device/usbdev1.1'
usbraw.device =3D '/dev/bus/usb/001/001'
51: udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_7'
info.bus =3D 'usb_device'
info.linux.driver =3D 'usb'
info.parent =3D '/org/freedesktop/Hal/devices/pci_8086_24dd'
info.product =3D 'EHCI Host Controller'
info.udi =3D '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_1d_7'
info.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp ehci_hcd'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'usb'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.7/usb1'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.7/usb1'
usb_device.bus_number =3D 1 (0x1)
usb_device.can_wake_up =3D false
usb_device.configuration_value =3D 1 (0x1)
usb_device.device_class =3D 9 (0x9)
usb_device.device_protocol =3D 1 (0x1)
usb_device.device_revision_bcd =3D 518 (0x206)
usb_device.device_subclass =3D 0 (0x0)
usb_device.is_self_powered =3D true
usb_device.linux.device_number =3D 1 (0x1)
usb_device.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.7/usb=
1'
usb_device.max_power =3D 0 (0x0)
usb_device.num_configurations =3D 1 (0x1)
usb_device.num_interfaces =3D 1 (0x1)
usb_device.num_ports =3D 8 (0x8)
usb_device.product =3D 'EHCI Host Controller'
usb_device.product_id =3D 0 (0x0)
usb_device.serial =3D '0000:00:1d.7'
usb_device.speed_bcd =3D 294912 (0x48000)
usb_device.vendor =3D 'Linux 2.6.16.21-0.8-bigsmp ehci_hcd'
usb_device.vendor_id =3D 0 (0x0)
usb_device.version_bcd =3D 512 (0x200)
52: udi =3D '/org/freedesktop/Hal/devices/pci_8086_24dd'
info.bus =3D 'pci'
info.linux.driver =3D 'ehci_hcd'
info.parent =3D '/org/freedesktop/Hal/devices/computer'
info.product =3D '82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller'
info.udi =3D '/org/freedesktop/Hal/devices/pci_8086_24dd'
info.vendor =3D 'Intel Corporation'
linux.hotplug_type =3D 1 (0x1)
linux.subsystem =3D 'pci'
linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.7'
linux.sysfs_path_device =3D '/sys/devices/pci0000:00/0000:00:1d.7'
pci.device_class =3D 12 (0xc)
pci.device_protocol =3D 32 (0x20)
pci.device_subclass =3D 3 (0x3)
pci.linux.sysfs_path =3D '/sys/devices/pci0000:00/0000:00:1d.7'
pci.product =3D '82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller'
pci.product_id =3D 9437 (0x24dd)
pci.subsys_product =3D 'Unknown (0x3201)'
pci.subsys_product_id =3D 12801 (0x3201)
pci.subsys_vendor =3D 'Compaq Computer Corporation'
pci.subsys_vendor_id =3D 3601 (0xe11)
pci.vendo...
[truncated message content] |
|
From: <gc...@ex...> - 2007-07-03 05:42:36
|
±ñÉ¿ÍA®S³¿ÌålÌ\[Vlbg[N^c±Ç̬ÑÅ·B N~R³ñª ȽðålÌ\[Vlbg[NֵҵĢܷB [bZ[W] N~RÅ·ôxÈÁIJßñȳ¢m(_ _)m ÔÒÁÄÜ·Ëô ºLÌURLæèN~R³ñÌo^æÊð²¢½¾¯Ü·B «±¿ç©çålÌ\[Vlbg[Nð©é±ÆªÅ«Ü·B http://www.frees.com.hytr.net/adults-sns/ ¦±ÌµÒóÌLøúÀÍ30úÔÅ·B @ålÌ\[Vlbg[NÁĽH@ ålÌ\[Vlbg[NÍA ålªålçµ½Åà©Rɯ¶ï¡AÖSðÂlÆð¬ªÅ«é ålÌ×Ì®S³¿\[VElbg[LO T[rXÅ·B ®S³¿ÌålÌ\[Vlbg[NÈçVµ¢lXÈÖWð«»Å«Ü·B ål¾©ç³êé ȽÌmçÈ¢A_gÈålÌ¢Eð`¯Ü·B ®S³¿ÌålÌ\[Vlbg[NÈçFXÈûÆR~ jP[VÅ«é ålÌébA̱kAï¡AAhoCXÈÇål¯mÌA_gÈîñðMALb`ūܷ ålÌ\[Vlbg[NÖQÁ« http://www.frees.com.hytr.net/adults-sns/ Ƚ̲QÁðSæè¨Ò¿µÄ¨èÜ·B ¡bZ[WÌèÉo¦ªÈ¢ûÖ .. ȽªbZ[WÌèÉo¦ªÈ¢êA[AhXðÔá¦Ä M³êÄ¢éÂ\«ª èÜ·B±ÌÜÜíð¨è¢vµÜ·B ®S³¿ÌålÌ\[Vlbg[N^c±Ç |
|
From: <rf...@ya...> - 2007-07-02 05:35:41
|
¦±Ì[ÖÔMµÄào^³êܹñBºLÌURL©ç²o^¾³¢B ªªªªªªªªªªªªªªªªªªªªªªªªªªªªª @@@@@@@ålÌR~ jeBwcherryxÖ̵Òó ªªªªªªªªªªªªªªªªªªªªªªªªªªªªª ±ñÉ¿ÍAwcherryx^cÇÅ·B uÜè±v(ID:gr75287)³ñª ȽðwcherryxֵҵĢܷB uÜè±v³ñ©çÌbZ[W Xµ¨è¢µÜ·m(_ _)m uÜè±v(ID:gr75287)³ñÌvtB[ðmF·éÉͱ¿ç©ç http://www.freex.hytr.net/cherry/gr75287.php ªªªªªªªªªªªªªªªªªªª wcherryxÖ¡·®QÁI« http://www.freex.hytr.net/cherry/gr75287.php ±¿ç©çïõo^ðsÁĺ³¢B²o^E²pASij¿Å·B ªªªªªªªªªªªªªªªªªªªªªªªªªªªªª wcherryx^cÇ ªªªªªªªªªªªªªªªªªªªªªªªªªªªªª |
|
From: <pri...@co...> - 2007-06-19 04:24:19
|
``````````````````````````````
@@[å}J] Ƚlɳ¿µÒóªÍ¢Ä¨èÜ·I
@@LøúÀÍ{[
ã72ÔÈàÆÈÁĨèÜ·B
``````````````````````````````
@@@@@@@µÒóÌJͱ¿ç©çǤ¼ô
@@@@@@@@@@@«««««
@@@@http://www.vipwoman.com.etyg.net/serebuparesu/
ålÈ{¨Zu¾¯ªWÁÄ¢éuZupXv
uZupXvÅVµ¢l¶ð©oµÄÝܹñ©ô
ȽêpÌ[anwð쬷êÎEEE
Ƚ̱ƪCÉÈÁ½{¨Zu«©ç̨U¢ªÜ·ô
@@@@@@@@@@@«««««
@@@@http://www.vipwoman.com.etyg.net/serebuparesu/
@@ ȽlɵÒóðÁ½ÌͱÌûÅ·@@
jbNl[Fvüq³ñ(32Î)
X[TCYF84-59-85
ÚIFØó]
@@@@@@@µÒóÌJͱ¿ç©çǤ¼ô
@@@@@@@@@@@«««««
@@@@http://www.vipwoman.com.etyg.net/serebuparesu/
|
|
From: <lov...@co...> - 2007-06-10 09:03:23
|
±ñÉ¿ÍAMeet!O[eBOÅ·B(In English Below) ÝÇè(ID:8827)l©ç ȽÖAO[eBOJ[hªÍ¢Ä¢Ü·B \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ÌURLðNbNµÄA³Á»J[hð²¾³¢I ««««««««««««««««««««««««««« http://www.frees.com.hytr.net/meet/Greetings8827.php J[hÍ30úÔ²¢½¾¯Ü·B \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ¡ÔM·éÉÍ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ±Ì[ÉÔMðµÄàA ȽÉJ[hðÁÄê½ ÝÇè(ID:8827)lÉÍܹͫñB Í¢½J[hæÊ̺iÉ\¦³êé u±Ì***³ñÉÔM·év©u***³ñÌy[WvðNbNµÄ¾³¢B »±©ç²ÔM¾³¢B ÆÍæÊ\¦Éµ½ªÁÄì·é¾¯Å·B \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ Meet!O[eBO \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ |
|
From: <qwe...@ya...> - 2007-05-06 17:09:43
|
ßN¶á»±çŽèOÉ·Æv¢Ü·B åÌÌp^[ªNãÌj«ªNº«ÆAÁÄ̪å¬ÉÈÁÄÜ·æËHH âÁÏèNÌ·ª ÁÄàæÁÛǪÇÄA¾©ç¥Èñ©ÜŽÇè ñ¾ë¤ÈBB »êÉNãÆ¥·é®ç¢¾©çNºÈñÄèɵÄêÈ¢¾ë¤ÈBB ½Äv¤ûརÆv¢Ü·B»êªSÌtÈñÅ·I»ñÈl¦ÍÌÄľ³¢I ½¾Å³¦¥µ½çÊɶð龯ÌúÉÈéÌÉBB »êÅ¢ÄUߪNãÆÈÁ½ç¢¸êÍO«ÄÊ¢ÌúÅ·B ÍÅÍèàµÄêÈ¢UßÈOÅDZū~ðU·éñŵ天H »Ìèð¢ÔÌâç½âçũ¯ç긢ÁÄ¢élª½¢ñÅ·I»ñÈlBªÀÛÉ¢é̩Ǥ©BB ^¢ª¢Æv¢Ü·B©ªÅo±µÈ¢Æª©çȢŷ©çËB »êÈçµÁ©è©ªÌÚÅm©ßľ³¢I http://nurenure777.org.uk/pc/main.php?ps5kh3 |
|
From: Hannu F. <Fis...@ae...> - 2007-04-29 11:51:40
|
ANLEGER UHR BJ5N.F!!! DIE RALLYE IST GESTARTET Firma: BOERSE INVEST BETEI WKN : 797639 ISIN : CH0012802093 Markt: Frankfurt Kürzel : BJ5N.F Preis: 1.90 5-Tag Prognose: 3.00 KAUFEN KAUFEN KAUFEN! BJ5N.F ESGESCHAFT FIN UNTER PARI! |
|
From: boston m. <bos...@at...> - 2007-04-26 12:52:40
|
systems |