Re: Isn't it a security hole...

1996-08-15 Thread David L. Craig
As Joshua Stockwell wrote: > >>> On Aug 14, 2:35pm, Bruce Perens wrote: > >>> : Ahem. Let's not use the word "hacker" to mean > >>> : "computer criminal" on this list. "cracker" is more > >>> : appropriate. > >>> >-- End of excerpt from Bruce Perens > > > Christopher R. Hertel wrote: > >>> Seco

Tin+Suck

1996-08-15 Thread Gith
I've installed tin and suck as way to read newsgroups locally. The problem is, i haven't figured out how to use tin to read the newly downloaded articles. If someone is using the suck+tin combination for news, could you post here or e-mail me directly on how to do it.. Thanks.

Re: telnet acces for root ?

1996-08-15 Thread Sherwood Botsford
On Thu, 15 Aug 1996, Ervin D. Walter wrote: > David J. Evans writes: > As a general rule, root should only be used for the actual > administrating commands and not for things like reading email, news, > etc... So, most people (that I know of) that administer from afar do > something like the foll

Re: Installing Netscape with dpkg

1996-08-15 Thread Pablo Bianucci
Hi Ken! On Wed, 14 Aug 1996, Ken Gaugler wrote: > Dpkg specifically asks for the beta 4 binary; can I get away with using > one of the newer binaries? Do I need to tweak anything to get it to > install using dpkg? This is what I've done. I got the 3.0b7 binary from their site; then grabbed the

Re: kernel size (was: How do I get GATEWAY2000 PS/2 mouse to work?)

1996-08-15 Thread Sherwood Botsford
On Thu, 15 Aug 1996, Casper BodenCummins wrote: > This is an interesting issue. You might use similar justification for > leaving all but the essentials out of the distributed kernel. This would > encourage users to learn how to recompile the kernel, and demonstrate in > doing so that it's surpris

Re: squid

1996-08-15 Thread Jim Pick
I haven't used it myself, but I believe it is a cache for surfing the WWW. You give it a certain amount of disk space (say 300MB), and you set Netscape to use it as a proxy server. So whenever you access a web page using Netscape, it will pass the request to squid, and squid will either serve up

Re: SCSI and EIDE

1996-08-15 Thread Rob Browning
Ricardo Kleemann <[EMAIL PROTECTED]> writes: > That's wonderful! > > Now will Linux implement anything greater than RAID0? > Would you say your performance is significantly increased with striping? > > How many drives can be striped? That I don't know. I'm not sure there's a (small) limit. I

Re: telnet acces for root ?

1996-08-15 Thread Richard G. Roberto
On Thu, 15 Aug 1996, Tim O'Brien wrote: > >I've set up a test PC with Debian 1.1 and want to > >administer it remotely but am refused a telnet connection > >as root ... is there a way around this ? Do I have to give > > > The way I handle this problem is log in under my account and type > >

Re: Where is the kernel-package package?

1996-08-15 Thread Susan G. Kleinmann
Hi David -- You asked: > I've been searching all over my system and ftp.debian.org and I > haven't found the kernel-package package. ... > Anybody know where to find it? kernel-package is in rex/binary-all/misc or rex/binary-i386/misc at any Debian FTP site. Good luck, Susan Kleinmann

Re: pine has long delay when sending mail via smail

1996-08-15 Thread Joey Hess
> If you have configured pine with the address of your ISPs mail server > (rather than the local one) then the smtp doesn't become involved with > your local smail. I use pine with smtp and have no smail/sendmail > installed at all! The timeout on smtp is fairly long (I don't remember > exactly), s

Re: How to debianize packages?

1996-08-15 Thread Rob Browning
[EMAIL PROTECTED] (Volker Ossenkopf) writes: > To maintain a well organized system I would like to install them > with the Debian package installation tools and not by hand or at > least to register them when being installed as debian packages. > > To focus the problem: How do I convert tar.gz arc

Re: Spreadsheet for Debian?

1996-08-15 Thread Dale Scheetz
On Thu, 15 Aug 1996, Mark Phillips wrote: > Hi, > > Are there any spreadsheets packaged for Debian? /math/oleo-1.6-6.deb is the GNU spreadsheet program. > > Also, how would I go about finding this information out for myself? > (I looked in /binary/misc and couldn't see anything likely.) > Wel

Re: SCSI and EIDE

1996-08-15 Thread Ricardo Kleemann
That's wonderful! Now will Linux implement anything greater than RAID0? Would you say your performance is significantly increased with striping? How many drives can be striped? On 15 Aug 1996, Rob Browning wrote: > Ricardo Kleemann <[EMAIL PROTECTED]> writes: > > > Good point about RAID0. > >

Re: Isn't it a security hole...

1996-08-15 Thread Stephen Masterman
>>Perhaps a bit, but not too much. The passwords in /etc/passwd are encrypted >>through one-way DES encryption. It's much easier to simply guess users' >>passwords, the majority of which are first-names or first-names followed >>by a number. >> >Actually, cracking a unix passwd file is qui

Re: dselect returns error code

1996-08-15 Thread Heiko R. Selber
On Thu, 15 Aug 1996, Heiko Schlittermann wrote: > Heiko R. Selber wrote: > : I started dselect in order to install various packages after I had the base > : system running. > : > : When I tried it once more I got the cryptic message: > : > : internal error at -e line 12 chunk 16 > > My priva

Re: pine has long delay when sending mail via smail

1996-08-15 Thread Dale Scheetz
On Wed, 14 Aug 1996, Joey Hess wrote: > I'm using pine as my email program, and smail as the MTA. When I send an > email, pine appears to wait until smail either delivers the mail or gives > up and queues it. It displays: > > [Sending mail | 100% |] > > at the bottom of

Re: Latex (Quite long)

1996-08-15 Thread Michael Meskes
Kari Davidsson writes: > I was just installing again Latex, after some accidental purging > of my old Latex setup. Among the things that I installed are: > > latex 2e-7 > kpathsea2.6-2 Path searching "tool". > mfbasfnt1.0-4 Tex default fonts. >

Re: dselect returns error code

1996-08-15 Thread Heiko Schlittermann
Heiko R. Selber wrote: : : I started dselect in order to install various packages after I had the base : system running. : : When I tried it once more I got the cryptic message: : : internal error at -e line 12 chunk 16 Yes, I saw this too ... My private solution: changed to the debian to

Re: telnet acces for root ?

1996-08-15 Thread Brian C. White
> I've set up a test PC with Debian 1.1 and want to > administer it remotely but am refused a telnet connection > as root ... is there a way around this ? Do I have to give > root privs. to a named user or can I enable telnet > connections as root ? Generally, it is better for people to login wit

Re: telnet acces for root ?

1996-08-15 Thread Ervin D. Walter
David J. Evans writes: > I've set up a test PC with Debian 1.1 and want to > administer it remotely but am refused a telnet connection > as root ... is there a way around this ? Do I have to give > root privs. to a named user or can I enable telnet > connections as root ? > > The machine norm

Re: Unidentified subject!

1996-08-15 Thread Jim Pick
> I've just upgraded my web server and also switched from Slackware to Debian > Linux. I must admit Debian is definitely a very impressive package. > > There are problems even in a wonderful land, though. I have only one > registered hostname (one IP address for this machine). Is it possible f

Re: telnet acces for root ?

1996-08-15 Thread Heiko R. Selber
On Thu, 15 Aug 1996, David J. Evans wrote: > I've set up a test PC with Debian 1.1 and want to > administer it remotely but am refused a telnet connection > as root ... is there a way around this ? Do I have to give > root privs. to a named user or can I enable telnet > connections as root ?

Re: Isn't it a security hole...

1996-08-15 Thread Joshua Stockwell
>>> On Aug 14, 2:35pm, Bruce Perens wrote: >>> : Ahem. Let's not use the word "hacker" to mean "computer criminal" on >>> : this list. "cracker" is more appropriate. >>> >-- End of excerpt from Bruce Perens Christopher R. Hertel wrote: >>> Seconded. The term "hacker" originally referred to one

squid

1996-08-15 Thread Tim O'Brien
Could someone please explain a little more about the linux software called squid? I read the homepage, but I still don't completely get the picture What is it? I know it does some caching, but from what I read I really can't see what it's good for.. I know there's a use, I just don't unders

Re: telnet acces for root ?

1996-08-15 Thread Tim O'Brien
>I've set up a test PC with Debian 1.1 and want to >administer it remotely but am refused a telnet connection >as root ... is there a way around this ? Do I have to give The way I handle this problem is log in under my account and type su root Then it'll ask for the root password an

RE: Isn't it a security hole...

1996-08-15 Thread Casper BodenCummins
Quite true, but by all accounts crackers dislike the name. You won't succeed without a majority adopting the new term, and I'm afraid that involves the cooperation of the culprits themselves. Otherwise, I'm sure this long-running debate would have concluded long ago. I think we should just accept

How to debianize packages?

1996-08-15 Thread Volker Ossenkopf
I have become more or less convinced to switch to Debian 1.1 in the next large update of my system in the next weeks. However, until now I have not yet found an answer on how to handle all those non-standard packages like pgplot, wip, vile and the hundreds of other tools which are not available as

Re: SCSI and EIDE

1996-08-15 Thread Rob Browning
Ricardo Kleemann <[EMAIL PROTECTED]> writes: > Good point about RAID0. > > I know linux's implementation of RAID0 is with the MD program. Do you > know if that's fully functional, and if so, is there a Debian package for > it? How is it used? I'm using it on two machines in the lab. One has t

Re: telnet acces for root ?

1996-08-15 Thread Andre Koopal
> I've set up a test PC with Debian 1.1 and want to > administer it remotely but am refused a telnet connection > as root ... is there a way around this ? Do I have to give > root privs. to a named user or can I enable telnet > connections as root ? > > The machine normally has no screen or

dosemu

1996-08-15 Thread Miro Torrielli
Congrats on the super distribution guys -- I'm switching forever from Solaris & Win95. They simply can't keep up with the blinding speed at which the unix-linux-net community is developing. The magic ingredient? Free software!! Well, I have installed and set up Debian 1.1.5 via ftp with no probs.

RE: telnet acces for root ?

1996-08-15 Thread Eric Ogren
David - You must add ttyp0 (assuming your the only person that wants to telnet to the box to the /etc/securetty file to allow root logins. If your not the only telnetter, you have to add ttyp0 -> ttyp12 or so, which should let you login as root even if 11 people are telnetting in

Re: telnet acces for root ?

1996-08-15 Thread Steffen Mueller
On Thu, 15 Aug 1996, David J. Evans wrote: Hi Davis, > I've set up a test PC with Debian 1.1 and want to > administer it remotely but am refused a telnet connection > as root ... is there a way around this ? Do I have to give > root privs. to a named user or can I enable telnet > connections

dosemu

1996-08-15 Thread Miro Torrielli
Congrats on the super distribution guys -- I'm switching forever from Solaris & Win95. They simply can't keep up with the blinding speed at which the unix-linux-net community is developing. The magic ingredient? Free software!! Well, I have installed and set up Debian 1.1.5 via ftp with no probs.

Re: Isn't it a security hole...

1996-08-15 Thread Christopher R. Hertel
On Aug 14, 2:35pm, Bruce Perens wrote: : Ahem. Let's not use the word "hacker" to mean "computer criminal" on : this list. "cracker" is more appropriate. >-- End of excerpt from Bruce Perens Seconded. The term "hacker" originally referred to one who would "hack" at [working] code to make it bett

Unidentified subject!

1996-08-15 Thread David_Oswald
hey ... I would like to mount a filesystem from my crummy IBM RS6000 R20 onto my massive 486-66 w 8 mb of ram. THE QUESTION - How big can a Debian ( and/or slakware) filesystem be?? - AND is that size limitation consistent with nf

telnet acces for root ?

1996-08-15 Thread David J. Evans
I've set up a test PC with Debian 1.1 and want to administer it remotely but am refused a telnet connection as root ... is there a way around this ? Do I have to give root privs. to a named user or can I enable telnet connections as root ? The machine normally has no screen or keyboard - henc

Re: MIDI & Debian?

1996-08-15 Thread Richard G. Roberto
On Wed, 14 Aug 1996, Nick Busigin wrote: > On Wed, 14 Aug 1996, Richard G. Roberto wrote: > > > Last night I installed kernel 2.0.12 and now I have sound! > > Well, I can use auplay to play a .wav file anyway. I have > > no idea how to test the rest of my board's functionality. > > Does anybody

Re: Spreadsheet for Debian?

1996-08-15 Thread Dominik Kubla
Look at GNU oleo, it's in the MATH section. Dominik

Re: Where is the kernel-package package?

1996-08-15 Thread branderh
> > what is kernel-package? a bunch of script to make building your own kernel easier. Erick

dselect returns error code

1996-08-15 Thread Heiko R. Selber
Hi Net, (thanks for the help with nfs.o) here is the next problem: I started dselect in order to install various packages after I had the base system running. I reached the nfs server, selected gcc-2.7.2 amongst others, resolved the occasional conflict, and started install... But the first p

RE: Isn't it a security hole...

1996-08-15 Thread Casper BodenCummins
Guy Maor wrote: >> Truly cracking a passwd file would take more than "a bit of time". Or >> Maybe you're an extremely patient person. It may take a while in general, but poor maintenance and naive password choice often leads to surprising results - besides, the increase in low-cost high-power CP

kernel size (was: How do I get GATEWAY2000 PS/2 mouse to work?)

1996-08-15 Thread Casper BodenCummins
This is an interesting issue. You might use similar justification for leaving all but the essentials out of the distributed kernel. This would encourage users to learn how to recompile the kernel, and demonstrate in doing so that it's surprisingly simple. On the other hand, new users might think,

Unidentified subject!

1996-08-15 Thread Lan Ha
I've just upgraded my web server and also switched from Slackware to Debian Linux. I must admit Debian is definitely a very impressive package. There are problems even in a wonderful land, though. I have only one registered hostname (one IP address for this machine). Is it possible for me to le

Re: Where is the kernel-package package?

1996-08-15 Thread Lawrence Chim
what is kernel-package? > Hello, > > I've been searching all over my system and ftp.debian.org and I > haven't found the kernel-package package. I've got the Linux-2.0.12 > source and I'd like to build a custom debian kernel image. > > Anybody know where to find it? > > Thanks. > -- > __

Re: How do I get GATEWAY2000 PS/2 mouse to work ?

1996-08-15 Thread Todd Tyrone Fries
> >From [EMAIL PROTECTED] Tue Aug 13 16:44:48 1996 > Someone (sorry, lost name) wrote: > > -- one never knows if/when PS/2 mouse is going to be available in a > >downloaded kernel, whereas serial support is virtually always there. > > Todd Fries ([EMAIL PROTECTED]) responded: > > Oh give me a

Re: Spreadsheet for Debian?

1996-08-15 Thread Mike Taylor
On Thu, 15 Aug 1996, Mark Phillips wrote: > Hi, > > Are there any spreadsheets packaged for Debian? > > Also, how would I go about finding this information out for myself? > (I looked in /binary/misc and couldn't see anything likely.) > > Thanks, > > Mark Phillips. ([EMAIL PROTECTED]) > > There

Spreadsheet for Debian?

1996-08-15 Thread Mark Phillips
Hi, Are there any spreadsheets packaged for Debian? Also, how would I go about finding this information out for myself? (I looked in /binary/misc and couldn't see anything likely.) Thanks, Mark Phillips. ([EMAIL PROTECTED])

Re: inetd killing pop3d

1996-08-15 Thread Bernd Eckenfels
Hi, > inetd[139]: pop-3/tcp server failing (looping), service terminated > Anyone know what the inetd daemon.log entry means or what may be causing = > it?=20 There is a limt of 40connections/minute in inetd. If you have more connections in a minut inetd will disable the service for 10minutes fo

Re: NFS module insertion failed

1996-08-15 Thread Christoph Lameter
Again: Why is the broken installation disk not taken off ftp.debian.org? This is a very ugly trap to run into as a newbie. : This topic has been in the list lately. Until a new version of the : kernel image package is available, you have two options. : : 1) Recompile the kernel using the kernel-s

pine has long delay when sending mail via smail

1996-08-15 Thread Joey Hess
I'm using pine as my email program, and smail as the MTA. When I send an email, pine appears to wait until smail either delivers the mail or gives up and queues it. It displays: [Sending mail | 100% |] at the bottom of the screen, and doesn't allow you to do anything el

Re: Isn't it a security hole...

1996-08-15 Thread Guy Maor
On Wed, 14 Aug 1996, Gilbert Ramirez Jr. wrote: > Actually, cracking a unix passwd file is quite easy, even for those > with minimal computer knowledge. With widely available programs like Crack > (UNIX), Crakerjack (DOS), and root_crack(DOS) anybody with a CPU >386 can > crack the DES en

Re: How do I get GATEWAY2000 PS/2 mouse to work ?

1996-08-15 Thread Gilbert Ramirez Jr.
As Mark Rahner said: > Todd, I'm sure that you're the neatest computer guy on your block, but > I think that you missed the original poster's point. Users shouldn't > have to recompile their kernels to get their PS/2 mice to work. Such a > requirement is enough to keep many potential Debian users

Re: How do I get GATEWAY2000 PS/2 mouse to work ?

1996-08-15 Thread Bruce Perens
From: [EMAIL PROTECTED] (Mark Rahner) > Users shouldn't have to recompile their kernels to get their PS/2 mice > to work. It's my fault. I built the generic kernel, and built in all of the modules I could, and I missed the fact that if I put a "y" in this little square box that I would then see a

Re: Isn't it a security hole...

1996-08-15 Thread Bruce Perens
Hi Matt! From: Matthew Bailey <[EMAIL PROTECTED]> > One of the first things to remember is to use an Alpha numeric and special > character password for root that usually fixes 99.99% of all hackers from > gaining root access. Ahem. Let's not use the word "hacker" to mean "computer criminal" on th

Where is the kernel-package package?

1996-08-15 Thread David M. Cooke
Hello, I've been searching all over my system and ftp.debian.org and I haven't found the kernel-package package. I've got the Linux-2.0.12 source and I'd like to build a custom debian kernel image. Anybody know where to find it? Thanks. -- __