[techtalk] Hi
Hi, I just joined this mailing list and thought I'd say hello. A little about: Name : Bill Age 31 gender Male I have been using linux a long time, I am a member of TLUG and CLC. Bill ___ Get 100% FREE email for life from Excite Canada Visit http://mail.excite.ca ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
RE: [techtalk] login restriction
in inetd.conf - turn off all services you don't want. This includes rlogin, rtelnet, and telnet. in /etc/passwd set the last to /dev/null use tcpwrappers on all incoming services you left open (via inetd.conf). Do not run any stand alone servers you don't trust. That is all. Bill On Fri, 7 Jul 2000 14:12:06 -0400 , Fan, Laurel wrote: > Susannah D. Rosenberg, [EMAIL PROTECTED], said: > > yeah, but it still leaves rlogind and telnetd flapping in the wind. can > > you say "telnet to port 25", boys and girls? > > > > gaping security flaws are /bad/. > > Taking out rlogind and telnetd won't close port 25. And I'm assuming a > mail server would like to leave the smtp port open. > > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Get 100% FREE email for life from Excite Canada Visit http://mail.excite.ca ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
[techtalk] Problems with two ethernet cards
Here is the situation. I am building a firewall with an old 486 33 Mhz. Motherboard = ??? ram = 20 M hd = 800 M 2 3com 3c509 ethernet cards 1 56 k zircon internal modem The problem. The network hangs. if one ethernet card is started I can ping the test machine easily. When the second is turned on everything freezes. Things to know: interrupts eth0 - 10 eth1 - 11 both use ioport 0300 - 030f ( I think this is the problem) Questions Has anyone seen this before? Is there a fix? For the record I haven't gone through the howto networking on this yet but plan to download the most recent. Any help would be appriciated Thanks, Bill ___ Get 100% FREE email for life from Excite Canada Visit http://mail.excite.ca ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] Re: Problems with two ethernet cards
Thanks to everyone who replied. I am grateful. I will implement the solution this weekend. Thanks, Bill On Tue, 11 Jul 2000 06:54:56 -0700 (PDT), [EMAIL PROTECTED] wrote: > Hey All, >You can adjust the settings (IO,IRQ) of your 3com cards via their dos > setup utility. There really is no need to buy another card. > HTH, > > Harry Hoffman > Manager - Information Technology > Restaurants Unlimited Inc. > 206.634.3082 x. 270 > > On Mon, 10 Jul 2000, Justin Zygmont wrote: > > > > > > > On Mon, 10 Jul 2000, bill t wrote: > > > > > > > > Here is the situation. > > > > > > I am building a firewall with an old 486 33 Mhz. > > > Motherboard = ??? > > > ram = 20 M > > > hd = 800 M > > > 2 3com 3c509 ethernet cards > > > 1 56 k zircon internal modem > > > > > > The problem. > > > The network hangs. > > > if one ethernet card is started I can ping the test machine easily. When the > > > second is turned on everything freezes. > > > > > > Questions > > > > > > Has anyone seen this before? > > > Is there a fix? > > > > Yes. I had the EXACT same problem. Your 3c509's are defaulting to IRQ 10 > > since they are PnP. My solution was to but a jumpered SMC card for $5 and > > set it's IRQ to something other that 10. The remaining 3com will work > > fine. The 3coms will chose IRQ 10 regardless of any software settings. > > > > hope this helps... > > > > > > > For the record I haven't gone through the howto networking on this yet but > > > plan to download the most recent. > > > > > > Any help would be appriciated > > > > > > Thanks, > > > Bill > > > > > > > > > > > > > > > > > > ___ > > > Get 100% FREE email for life from Excite Canada > > > Visit http://mail.excite.ca > > > > > > > > > > > > > > ___ > > techtalk mailing list > > [EMAIL PROTECTED] > > http://www.linux.org.uk/mailman/listinfo/techtalk > > > > > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Get 100% FREE email for life from Excite Canada Visit http://mail.excite.ca ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] HA/Virtual Server solutions?
Hi, If they have their solution already set up, your best bet is to write a script that monitors the health of all the servers, and returns the information to the machine that runs the DNS. Once you have this information, you can write another script that takes servers off the DNS round robin if it goes above some threshold. Some edge conditions have to be dealt with, example, minimum numbers on line all the time. Generally speaking, round robin algorithms are best for tasks that are all similar in nature (cpu usage, memory usage, time to completion) so I don't think you'll get anything by changing the algorithm. What you need to do is check for over use of one server and put that temporily off line until it finishes. I don't know if there are products out there that can do the job, but perl has all the requirements to allow you to do it yourself. Just my thought Bill On Mon, 17 Jul 2000 16:12:25 -0400, Shane Landrum wrote: > Hi all > > So I started a new job with a company that does lots of work with open source > solutions, which is fun. One of the first tasks I've been put up to is > researching clustering technology for a client. The client has a cluster of > VA Linux webservers that are currently set up with round-robin DNS; they want a > more robust solution that'll route traffic away from dead webservers and do > load-balancing among the servers that are up. I've never touched clustering > technology, and this is a bit daunting to me. > > Can anyone recommend which software/packages/vendors I should look at > or stay away from? For example, I've been warned away from piranha because of > security issues in recent versions. Or, for that matter, can anyone tell > me what's behind the various cluster/HA products on the commercial market? > Most of them look like packaged versions of the LVS project's tools. > > So far, I've looked at Understudy > (http://www.polyserve.com/prod_overview.html) and at packages that various > Linux vendors offer (Redhat, TurboLinux). I'm also looking at Ultramonkey, > which seems to be a decent noncommercial package of the Linux Virtual Server > project's tools. How much of a pain is it to set up clustering with any of > these, and which tools offer the best feature set? > > TIA, > srl > -- > --- > Shane R. Landrum + [EMAIL PROTECTED] + Software/Systems Engineer > -- www.ainnovations.com - Anansi Innovations -- > > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Get 100% FREE email for life from Excite Canada Visit http://mail.excite.ca ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] Student information system for Linux?
CLASSFORGE go to sourceforge (www.sourceforge.net) and do a search. Bill On Tue, 29 Aug 2000 16:09:37 -0500 (CDT), Allison Faber wrote: > Does anyone know of a student information system (SIS) for Linux, or even > another flavor of unix? The SIS system needs to be able to handle class > registration and scheduling, transcripts, etc. > > - > Allison Faber > Computer Specialist > Nebraska Network for Children and Families http://nncf.unl.edu/ > > > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Say Bye to Slow Internet! http://www.home.com/xinbox/signup.html ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] Clustering anyone?
try www.beowulf.org it has links to every major cluster. I did exactly what you are trying with my old hardware. Before going down any route ask yourself why? I found after building one that it was a cool experience but I really didn't have a use for a cluster other than using all the old hardware in the basement. Bill On Thu, 14 Sep 2000 14:11:14 -0400, [EMAIL PROTECTED] wrote: > > > > I am considering building a Linux cluster with some of our old PC's. I've > checked out Beowulf, and it looks like its what I want, but everything I > have found about how to set it up is at least two years old so I am a bit > wary. Anybody out there set up Beowulf and/or any other type of cluster? If > so, your input would be much appreciated. Thanks. > > > Ryan Thibodeau > IT Specialist > Athens Newspapers, Inc. > (706) 559-7101 > > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Get 100% FREE email for life from Excite Canada Visit http://mail.excite.ca ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] Linux and UNIX
Fire off the questions. The worst we can say is that it isn't applicable to linux. Most of us on this list are familar with more than one *nix anyway. I suggest you try to mention the *nix in the question because there is slight differences between the flavours. Bill On Thu, 5 Oct 2000 23:53:33 -0700 (PDT), Lynn Kuhlman wrote: > Is Linux close enough to UNIX that I could ask some UNIX questions? > > Thanks, > Lynn > > > > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Get 100% FREE email for life from Excite Canada Visit http://mail.excite.ca ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] Moving up.
> You mean something like this (assuming you have ssh available)? > > tar cf - /home | ssh new-machine "cd /; tar xf -" > > (you can replace ssh with rsh if you like.) > > > Anyway, my question is. does tar keep the files by the owner name or > > UID, this would make a difference as if I hand enter the users again, > > (moving some actual users to just virtual email) for instance, I may > > have different username to UID. Will the files match the proper UID > > with user name? You can move the /etc/passwd, /etc/groups files over and you'll have instant users with proper uid. If your using shadow passwords, copy the password.shad(??) files as well. What I normally do in this situation is tar up the entire /etc directory move it over, and selectively change files from the old one. Bill > > The tar command saves using uid. If you are entering users by hand, bear > in mind that you can always specify the uid for new users (I'm not sure > what distribution or tools you are using, but, for example, the useradd > command has a -u option for this). > > Cheers, > Malcolm > > -- > Malcolm Tredinnickemail: [EMAIL PROTECTED] > CommSecure Pty Ltd > > << File Attachment Removed: "application/pgp-signature" >> ___ Get 100% FREE email for life from Excite Canada Visit http://mail.excite.ca ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] HP Productivity Center 2001
When did this list become an advertising outlet? Bill On 02/01/01 12:42:42 PM, Productivity Services wrote: > To: BLUESTONE CONSULTING INC > > NEW! > > HP 1100 Xi-CCE > The Complete Hewlett Packard Productivity Center For All Your Personal And Business Needs. > > Includes 8 page per minute high-resolution laser printer for enhanced output of documents, graphics and > bankable checks - software to create documents, forms and custom checks - software to manage > contact information of your business associates and friends - 2 toner cartridges for enhanced document > and check printing - 750 PREMIUM blank checks to print your own checks > > The included software and checks work with Microsoft Office, Quicken, Money, QuickBooks and more. > > Click on the following link for more details: > http://www.g7ps.com/scripts/hpspec.asp > > > Thank you very much. > Yours truly, > > [EMAIL PROTECTED] > 800-303-2620 > > If you do not want to hear about product news in the future, click on: > http://www.globalzon2k.com/scripts/mf_de.asp?[EMAIL PROTECTED] > > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] gnome panel --- on top???
Open the control center. go to panel. in misc. there is a tick box - keep panel below window. tick that off. Bill On Mon, 26 Feb 2001 10:34:37 +0800, [EMAIL PROTECTED] wrote: > What should be a simple tick box option has turned into a huge mystery > to me. > For ages now I have been trying to get the gnome panel(taskbar) to stay > on top. > Ive read the panel documentation,ive been to the gnome site and read the > faq, > ive perused every possible setting under everypossible mouse button and > term command but i'll be damned if i can get the bloody thing to stay on > top of programs. > even if you have the hide arrowws visible and have the panel hidden then > open it it still goes behind whatever you have on the screen portion it > occuoies. > the kde panel manages to stay on top!!! > has anyone managed to get it to stay on top??? > Im sure there was a setting onece in the gnome early days...but!!! > im using mandrake 7.2 > with gnome-helix. > > any ideas would be most thankfully tried!!! > > > yours, > Desire`e > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] uptimes ... ;)
To answer your question. There is no way to upgrade a kernel without rebooting the machine. My firewall has been up 127 days. Its not connected to a UPS though and the last three times it went down was a power failure. I use the power failures (about once every four months) as excuses to do maintenance on the firewall. The longest uptime I have seen was a 1.2.13 kernel (Slackware) 486 processor being used as a DNS server. It started up in 1996 and was retired in Jan 2000 when the power supply went. It was two months shy of 4 years. Bill On Sun, 27 May 2001 15:17:19 +0200, Almut Behrens wrote: > On Sun, May 27, 2001 at 11:09:13AM +0100, James Sutherland wrote: > > > > LOL! You could try porting the login script my friend has - it tracks the > > top 10 uptimes on the network, and this machine's position in the chart. > > The highest listed is slightly under 203 days, on a 2.0 kernel; no 2.4 > > boxes listed yet... > > in my home LAN I have an old 2.0.36 system with an uptime of currently > 181 days -- seems to have been a particularly stable kernel version. > I've had many Netscape Navigators running wild and trying to crash it, > but I still always somehow managed to have it survive... > This is the system I can always return to when I messed up everything > else, but need to get something done. What a nice and warm feeling! > > And just in case you were wondering: 181 days ago, there was a power > outage which my UPS wasn't able to smooth away ;) > > BTW, does anyone know of a way to upgrade the kernel while keeping > uptimes? > ... a question, the heart of which only real geeks do understand :) > > - Almut (being silly today) > > > ___ > techtalk mailing list > [EMAIL PROTECTED] > http://www.linux.org.uk/mailman/listinfo/techtalk ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
[techtalk] The End of The World
I just returned from the TLUG meeting, where Jim Mercer had attended. I tell you the end is near. (Jim Mercer, for those who don't know is one of the freeBSD Gurus) ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk