Well, then the bushido class is growning up and growing out. A lot of the fellow consultants I know have one goal (to quote a very insightful lady): "To make fuck off money and retire".
The most beautiful places in the world call for us to buy some property there and settle and protect it.
I've had BA schedule their tech to come in on the COVAD install 3 times now. The first time they sent someone in on a day I told them I'd be out. The second time no-one showed up, but they closed the day with "customer not present" on the ticket (and I was at home from freaking 8am to 5pm!), and the third time the tech called me but *HUNG UP* before I could pick up on the second ring.
But, I got him on caller-id, called him back, got him to commit to coming over at 4:00... and he blew me off.
I'm completely fed up with Bell Atlantic. I need to go rest now... and prepare for the fourth install.
*cries*
Covad, on the other hand, already came by and dropped off my dsl router and ran lines to my closet, in anticipation of BA completing their end.
Actually, would't re-export of a read/write nfs share, as done by sunos nfs servers be prior art?
I.e. The motif or openlook file manager is the user interface. There being one "database" server, which would be a main NFS server, and their being "intermediate" servers which are servers that mount the main server and re-export it to nearer servers (I've seen such setups in university environments, for some reason).
In fact, isn't this the core behind a standard AFS setup with a caching local copy of data read?
Filesystems are just simple databases.
I'm sure that the IMS and other hard-core database folks could come up with other examples of this kind of method being used all over the place.
This stuff is great. I've heard about these before, but I'd have given my right arm to have been able to track these down last year. I like the software solutions, but I'd definetely like to use these, too.
-Peter
Re:How Much / What Type of redundancy
on
Linux Failover?
·
· Score: 1
Have you priced out a pair of fibre channel arrays, a fibre channel extender (over dark fibre or oc3) and a raid 1 driver? It'll be slow as shit (speed of light for the data to travel through the fibre channel->WAN->fibre channel) but it'll get all of your content somewhere else in real time. It'll probably cost you as much as an EMC box, though, which does it a bit more... sanely.
-Peter
Re:What is needed for real NIC failover.
on
Linux Failover?
·
· Score: 1
The bonding driver does this for you w/o needing much/any intervention from the user.
-Peter
Re:What is needed for real NIC failover.
on
Linux Failover?
·
· Score: 1
Really? The following code looks pretty foolproof (from bonding.c, bond_xmit()):
while (good == 0) { slave = queue->current_slave->dev; if (slave->flags & (IFF_UP|IFF_RUNNING)) { skb->dev = slave; skb->priority = 1; dev_queue_xmit(skb); good = 1; } if (queue->current_slave->next != NULL) { queue->current_slave = queue->current_slave->next; } else { queue->current_slave = queue->head; } }
Care to explain where the problem lies in detecting if the card is active or not, and how this is less reliable then an IGP?
-Peter
Re:Linux Channel Bonding Might help
on
Linux Failover?
·
· Score: 1
You can avoid the problem of having to share the channel between switches by using spanning tree to shut one off until it's needed. This ensures that only one interface and switch pair is active for a particular bonded address at any one time, eliminating the need for the switches to have to load-balance between those 8 channels that they have available.
This solution expands to an arbitrary number of switches and an arbitrary number of host interfaces.
-Peter
Re:Linux "shooting self in foot"
on
Linux Failover?
·
· Score: 1
Have you ever talked to someone who has had sun consultants come in and try to do a sun cluster install? Maybe they've gotten better since last year, but I talked to at least 2 companies that had been over-promised a working solution by sun. One company ripped sun's work out of their data center (sun didn't have the cluster working a couple of months into the project, and the 3rd party worked far easier and faster) and the other settled for a reduced spec.
*BLECH*
-Peter
Re:Can be done with scripts...
on
Linux Failover?
·
· Score: 1
You're out of date as of solaris 2.6. The sun trunking module (cost of about $1000 per system it's on), bad documentation and all, takes care of this problem far better then any set of scripts can.
Linux's bonding driver addresses this, too.
-Peter
Re:Failure to implement open standards.
on
Linux Failover?
·
· Score: 1
And bay and ipivot. It works, and it's a publicly available RFC. Much nicer situation then HSRP.
and, FWIW, I doubt simple channel bondig would help, either
Actually, this should be doable with channel bonding (where the MAC address is identical across all interfaces) combined with a conservative spanning tree configuration (having trunking between both switches would be sugar on top, in case of the upstream interface dying on the switch).
1) Compile the kernel with the bonding device as a module. 2) Set your ethernet cards up through a bond device. 3) Plug NIC #1 into switch #1, and NIC #2 into switch #2. Let's say they're on vlan 100. 4) Trunk vlan 100 between the 2 switches. 5) Set your spanning tree config to favor devices seen through switch 1 (your primary). 6) Activate the bonding device. Once you do this, both switches will see the same MAC address, and switch #2's spanning tree config should cause it to administratively shut down the port that is connected to NIC #2.
What happens next is that all traffic goes through NIC #1, and switch #1. However, if switch #1 goes down, or if NIC #1 goes down, then switch #1 will surrender to switch #2 and allow switch #2 to bring up NIC #2, which will share the same IP address and MAC address as NIC #1 (read the doco for the bonding driver if you don't understand how this works).
Actually, this doesn't even require trunking the vlan, but it does require that you have switches that have spanning tree, that you pay careful attention to the spanning tree config, and that both interfaces can see each other so the spanning tree config will isolate them on the network.
NOTE!!! YMMV I don't know for sure that this works under linux. I know that this config should work with sun trunking, and reading the bond_xmit() function in the bonding driver it looks like it should work. I will test it on some cisco equipment if I get a chance.
If you want me to help you set this up, send me email, as I'm available to do such work.
I think the first question misss that even if the patch is distributed seperately a customer or client or whatever has to apply it. The resulting binary almost definetely falls under the GPL (remeber, the patch had to be applied and compiled - the sources were combined).
If, again *if* it is distributed, then the party at the receiving end is entitled to the complete source code for the resulting, GPL licensed, application since it was integrated with the patch and the program before distributing it.
I disagree with the common notion on Slashdot that just because CSS doesn't prevent all copying, it is worthless as a copy protection. If we could all burn DVD's for a buck or two like CDR, the movie studio would lose a lot of money from decreased sales.
If you visit china you can return with a suitcase full of pirated dvd's. To me this substantiates the claim that css is ineffectual as a copy protection measure, since these DVD's can be played on any player. Unless you're running linux. Then you need DeCSS or a dxr2.
I think you are suggesting that traceroutes will give the information needed to give a server knowledge of a clients net.location?
Remeber that program that looks for traceroutes and sends back fake information? It's be easy to set up a daemon that looked for packets that would trigger an icmp time exceeded and interfere with it. Just make it look like the packet takes another 5 hops to canada - or wherever! The thing could be in the Democratic (hah!) Republic of Congo in 2 hops if you wanted it to look that way.
I think it would be more accurate to say that the american content companies have the right to stop it at the border. I don't think that means suing icrave, but it does mean being able to get law enforcement or someone else to prevent it from crossing into areas where the US is sovereign.
It's pretty common that cat 5 wiring above drop tile and under floors is not completely compliant. The standard specifies more then just a quality of copper, but also the bends and contacts that have to be used.
Let's see how many installations fall over when they're pushed.
I just called the number posted here, and contacted a woman with a heavy chinese accent who told me that Mr. Bottoms is not present, and that she does not know when he'll be in.
Me: Do you know when he'll be in? Her: I don't know. Some days he is in late some days he is not even coming in.
So, since the number I was given doesn't provide me with a way of contacting Mr. Bottom, let me turn around and ask Mr. Bottom to contact me. If he is still in the New York City area I am available to meet. He can contact me at the email address provided in the article.
Yeah, what got under my skin is the claim that the code came from NeXT days. Their lies are very specific and it is necessary that we debunk them, even on the particulars where we can.
After writing the note that I sent out I did talk to LinuxOne's sales rep ("VP of sales") as per another LWE attendees post. He indicated that to his understanding everything on the floppy was proprietary technology. I still have to follow up with the request, and if I cannot get a response out of them my next step is to get in touch with the FSF.
You're jumping between concepts here. There are concepts with a material form: a computer (i.e. the one I'm typing on) which can be realized and included in the lexicon of the speaker by, as you state, "the first german [speaker] being introduced to one". There's also the abstract concept of a computer which exists without an introduction.
Can you say some more about the latter's existance and (or limitations to understanding the existance of) in the native speaker without the introduction to the former, except as concepts and abstractions, within the language?
I have tried it. It is rather unpleasant. I'd rather use gnome or kde under X, or macos < 10.
-Peter
Well, then the bushido class is growning up and growing out. A lot of the fellow consultants I know have one goal (to quote a very insightful lady): "To make fuck off money and retire".
The most beautiful places in the world call for us to buy some property there and settle and protect it.
-Peter
I've had BA schedule their tech to come in on the COVAD install 3 times now. The first time they sent someone in on a day I told them I'd be out. The second time no-one showed up, but they closed the day with "customer not present" on the ticket (and I was at home from freaking 8am to 5pm!), and the third time the tech called me but *HUNG UP* before I could pick up on the second ring.
But, I got him on caller-id, called him back, got him to commit to coming over at 4:00... and he blew me off.
I'm completely fed up with Bell Atlantic. I need to go rest now... and prepare for the fourth install.
*cries*
Covad, on the other hand, already came by and dropped off my dsl router and ran lines to my closet, in anticipation of BA completing their end.
Those bastards!
-Peter
Actually, would't re-export of a read/write nfs share, as done by sunos nfs servers be prior art?
I.e. The motif or openlook file manager is the user interface. There being one "database" server, which would be a main NFS server, and their being "intermediate" servers which are servers that mount the main server and re-export it to nearer servers (I've seen such setups in university environments, for some reason).
In fact, isn't this the core behind a standard AFS setup with a caching local copy of data read?
Filesystems are just simple databases.
I'm sure that the IMS and other hard-core database folks could come up with other examples of this kind of method being used all over the place.
-Peter
This stuff is great. I've heard about these before, but I'd have given my right arm to have been able to track these down last year. I like the software solutions, but I'd definetely like to use these, too.
-Peter
Have you priced out a pair of fibre channel arrays, a fibre channel extender (over dark fibre or oc3) and a raid 1 driver? It'll be slow as shit (speed of light for the data to travel through the fibre channel->WAN->fibre channel) but it'll get all of your content somewhere else in real time. It'll probably cost you as much as an EMC box, though, which does it a bit more... sanely.
-Peter
The bonding driver does this for you w/o needing much/any intervention from the user.
-Peter
Really? The following code looks pretty foolproof (from bonding.c, bond_xmit()):
while (good == 0) {
slave = queue->current_slave->dev;
if (slave->flags & (IFF_UP|IFF_RUNNING)) {
skb->dev = slave;
skb->priority = 1;
dev_queue_xmit(skb);
good = 1;
}
if (queue->current_slave->next != NULL) {
queue->current_slave = queue->current_slave->next;
} else {
queue->current_slave = queue->head;
}
}
Care to explain where the problem lies in detecting if the card is active or not, and how this is less reliable then an IGP?
-Peter
You can avoid the problem of having to share the channel between switches by using spanning tree to shut one off until it's needed. This ensures that only one interface and switch pair is active for a particular bonded address at any one time, eliminating the need for the switches to have to load-balance between those 8 channels that they have available.
This solution expands to an arbitrary number of switches and an arbitrary number of host interfaces.
-Peter
Have you ever talked to someone who has had sun consultants come in and try to do a sun cluster install? Maybe they've gotten better since last year, but I talked to at least 2 companies that had been over-promised a working solution by sun. One company ripped sun's work out of their data center (sun didn't have the cluster working a couple of months into the project, and the 3rd party worked far easier and faster) and the other settled for a reduced spec.
*BLECH*
-Peter
You're out of date as of solaris 2.6. The sun trunking module (cost of about $1000 per system it's on), bad documentation and all, takes care of this problem far better then any set of scripts can.
Linux's bonding driver addresses this, too.
-Peter
And bay and ipivot. It works, and it's a publicly available RFC. Much nicer situation then HSRP.
-Peter
Actually, this should be doable with channel bonding (where the MAC address is identical across all interfaces) combined with a conservative spanning tree configuration (having trunking between both switches would be sugar on top, in case of the upstream interface dying on the switch).
See my other post for a likely configuration.
-Peter
Here's a configuration that should work.
1) Compile the kernel with the bonding device as a module.
2) Set your ethernet cards up through a bond device.
3) Plug NIC #1 into switch #1, and NIC #2 into switch #2. Let's say they're on vlan 100.
4) Trunk vlan 100 between the 2 switches.
5) Set your spanning tree config to favor devices seen through switch 1 (your primary).
6) Activate the bonding device. Once you do this, both switches will see the same MAC address, and switch #2's spanning tree config should cause it to administratively shut down the port that is connected to NIC #2.
What happens next is that all traffic goes through NIC #1, and switch #1. However, if switch #1 goes down, or if NIC #1 goes down, then switch #1 will surrender to switch #2 and allow switch #2 to bring up NIC #2, which will share the same IP address and MAC address as NIC #1 (read the doco for the bonding driver if you don't understand how this works).
Actually, this doesn't even require trunking the vlan, but it does require that you have switches that have spanning tree, that you pay careful attention to the spanning tree config, and that both interfaces can see each other so the spanning tree config will isolate them on the network.
NOTE!!! YMMV I don't know for sure that this works under linux. I know that this config should work with sun trunking, and reading the bond_xmit() function in the bonding driver it looks like it should work. I will test it on some cisco equipment if I get a chance.
If you want me to help you set this up, send me email, as I'm available to do such work.
-Peter
[Warning: IANAL]
I think the first question misss that even if the patch is distributed seperately a customer or client or whatever has to apply it. The resulting binary almost definetely falls under the GPL (remeber, the patch had to be applied and compiled - the sources were combined).
If, again *if* it is distributed, then the party at the receiving end is entitled to the complete source code for the resulting, GPL licensed, application since it was integrated with the patch and the program before distributing it.
-Peter
If you visit china you can return with a suitcase full of pirated dvd's. To me this substantiates the claim that css is ineffectual as a copy protection measure, since these DVD's can be played on any player. Unless you're running linux. Then you need DeCSS or a dxr2.
-Peter
I think you are suggesting that traceroutes will give the information needed to give a server knowledge of a clients net.location?
Remeber that program that looks for traceroutes and sends back fake information? It's be easy to set up a daemon that looked for packets that would trigger an icmp time exceeded and interfere with it. Just make it look like the packet takes another 5 hops to canada - or wherever! The thing could be in the Democratic (hah!) Republic of Congo in 2 hops if you wanted it to look that way.
This idea is bunk against active deceit.
-Peter
I think it would be more accurate to say that the american content companies have the right to stop it at the border. I don't think that means suing icrave, but it does mean being able to get law enforcement or someone else to prevent it from crossing into areas where the US is sovereign.
-Peter
It's pretty common that cat 5 wiring above drop tile and under floors is not completely compliant. The standard specifies more then just a quality of copper, but also the bends and contacts that have to be used.
Let's see how many installations fall over when they're pushed.
-Peter
But you're not in the office.
I just called the number posted here, and contacted a woman with a heavy chinese accent who told me that Mr. Bottoms is not present, and that she does not know when he'll be in.
Me: Do you know when he'll be in?
Her: I don't know. Some days he is in late some days he is not even coming in.
So, since the number I was given doesn't provide me with a way of contacting Mr. Bottom, let me turn around and ask Mr. Bottom to contact me. If he is still in the New York City area I am available to meet. He can contact me at the email address provided in the article.
-Peter (C. Norton)
I told you what was on the disk in the message that got posted above. Just in case you need more proof, here's the contents of the LinuxMac floppy.
/]$ ls /mnt/floppy /]$
[spacey@obelisk
LinuxMac-0.9.0-1.i386.rpm lost+found
[spacey@obelisk
-Peter (C. Norton)
Yeah, what got under my skin is the claim that the code came from NeXT days. Their lies are very specific and it is necessary that we debunk them, even on the particulars where we can.
-Peter
After writing the note that I sent out I did talk to LinuxOne's sales rep ("VP of sales") as per another LWE attendees post. He indicated that to his understanding everything on the floppy was proprietary technology. I still have to follow up with the request, and if I cannot get a response out of them my next step is to get in touch with the FSF.
-Peter (C. Norton)
No, that's Peter F. Norton. He doesn't have much involvement with the Utiltites company anymore, and he's a really nice guy.
-Peter (C. Norton)
You're jumping between concepts here. There are concepts with a material form: a computer (i.e. the one I'm typing on) which can be realized and included in the lexicon of the speaker by, as you state, "the first german [speaker] being introduced to one". There's also the abstract concept of a computer which exists without an introduction.
Can you say some more about the latter's existance and (or limitations to understanding the existance of) in the native speaker without the introduction to the former, except as concepts and abstractions, within the language?
-Peter