RE: Load Balancing

2002-05-23 Thread Tilly, Lawrence
Hi, Paul. It's 6:30am and has already been a long day for me, so please forgive any disjointed thoughts. :-} Anyway, I'm not very familiar w/ LVS-IP because I haven't used that, but the problem w/ balancing SSL is when the encrypted transaction hits your load balancer the balancer is

Re: My Website

2002-05-23 Thread Benjamin Scott
On Wed, 22 May 2002, at 8:51pm, Alexander DelMore wrote: With M$ SharePoint I Have Setup a Calendar to put up for GNHLUG Dates .. so send'em to me Not that we don't appreciate the effort, but what is wrong with the existing calendar at http://www.gnhlug.org/lug_cal/? -- Ben Scott [EMAIL

RE: Load Balancing

2002-05-23 Thread chadrh
This is my question also. Now, I'm not an expert on security in any way shape or form, I would classify myself as a novice at best. I do understand defense in depth and multiple layers but I have the same question that Lawrence does. Unless your webserver sits completely naked outside your

MS lobbies DOD to drop OSS

2002-05-23 Thread pll
Don't know if anyone saw this article off of /. : http://www.washingtonpost.com/wp-dyn/articles/A60050-2002May22.html But I found an interesting quote at the very end of the article: ...the Defense Department is now prohibited from purchasing any software that has not

HP ships Debian pre-installed on their Blade servers

2002-05-23 Thread pll
Saw this pointed to on Debian Planet: http://www.software.hp.com/blade-servers/debian_img.htm Though others might care. Could be wrong ;) -- Seeya, Paul * To unsubscribe from this list, send mail to [EMAIL PROTECTED]

Re: HP ships Debian pre-installed on their Blade servers

2002-05-23 Thread Kenneth E. Lussier
On Thu, 2002-05-23 at 10:37, [EMAIL PROTECTED] wrote: Saw this pointed to on Debian Planet: http://www.software.hp.com/blade-servers/debian_img.htm Though others might care. Could be wrong ;) It's about time, too. Even Linux Companies like Penguin, Angstrom Micro, and formerly

Re: HP ships Debian pre-installed on their Blade servers

2002-05-23 Thread pll
In a message dated: 23 May 2002 11:09:07 EDT Kenneth E. Lussier said: It's about time, too. Even Linux Companies like Penguin, Angstrom Micro, and formerly VA, didn't ship Debian. It was all Red Hat. That's not entirely true. VA was shipping Debian towards the end. Of course, way back then

Re: HP ships Debian pre-installed on their Blade servers

2002-05-23 Thread Jerry Feldman
I'd love to see more corporate support for Debian. Several years ago I switched from Debian to SuSE because the Debian systems were not up to date for my system. I found that SuSE was the best release for my system. I had Red Hat running on my Alpha. SuSE's YaST (YaST1) was very similar in

Re: HP ships Debian pre-installed on their Blade servers

2002-05-23 Thread Mark Komarinski
, with one asking for Debian. Strange thing was, they bought the machines with RH, then installed Debian afterwords. In other news, Sherwin-Williams will be using IBM gear and Linux to drive cash registers at 2500 stores. http://story.news.yahoo.com/news?tmpl=storyncid=581e=2cid=581u=/nm/20020523

KDE 3.0.1 has been announced

2002-05-23 Thread Bayard Coolidge USG
Just caught this off of Slashdot, and thought folks here might be interested. Note that various volunteers have created RPMs or other appropriate packages for various Linux and UNIX distributions, including Tru64 UNIX, but *NOT* Red Hat. http://www.kde.org/announcements/announce-3.0.1.html

bash question

2002-05-23 Thread Kenny Donahue
Ok, here's one for all you bash experts out there. I have a line in a script that does this: lspci -d1134:1 | /usr/bin/wc -l The idea of course is to get the number of our boards in the system. the funny thing is, if I log in as root I get 2/* Note the 6 blank spaces before the 2 */

Re: bash question

2002-05-23 Thread Tom Buskey
Kenny Donahue said: Ok, here's one for all you bash experts out there. I have a line in a script that does this: lspci -d1134:1 | /usr/bin/wc -l The idea of course is to get the number of our boards in the system. the funny thing is, if I log in as root I get 2/* Note the 6 blank

Re: bash question

2002-05-23 Thread pll
In a message dated: Thu, 23 May 2002 16:45:47 EDT Kenny Donahue said: Ok, here's one for all you bash experts out there. I have a line in a script that does this: lspci -d1134:1 | /usr/bin/wc -l [...snip...] /* Note the 6 blank spaces before the 2 */ if I log in as my self or ssh into the

Re: bash question

2002-05-23 Thread Ken Ambrose
On Thu, 23 May 2002, Kenny Donahue wrote: lspci -d1134:1 | /usr/bin/wc -l The idea of course is to get the number of our boards in the system. the funny thing is, if I log in as root I get 2/* Note the 6 blank spaces before the 2 */ if I log in as my self or ssh into the

Re: bash question

2002-05-23 Thread Kenny Donahue
It's got to be somewhere in my environment. Like I said, The problem is solved it's just messing up my head that it works differently for me and others than it does for root. I was just hoping for someone to say export SET_THIS_DUMMY=get_spaces and get the spaces in my environment. Thanks,

Re: bash question

2002-05-23 Thread Kenny Donahue
nope. TERM=xterm on both which xterm /usr/bin/X11/xterm on both Ken Ambrose wrote: On Thu, 23 May 2002, Kenny Donahue wrote: lspci -d1134:1 | /usr/bin/wc -l The idea of course is to get the number of our boards in the system. the funny thing is, if I log in as root I get 2

Re: bash question

2002-05-23 Thread Kevin D. Clark
[PLEASE DON'T TOPQUOTE] Kenny Donahue [EMAIL PROTECTED] writes: Ken Ambrose wrote: On Thu, 23 May 2002, Kenny Donahue wrote: lspci -d1134:1 | /usr/bin/wc -l The idea of course is to get the number of our boards in the system. the funny thing is, if I log in as root I get