Stupid Stuff

1998-06-05 Thread Diego Martinez
Hello, I know that this might sound silly, but I'm a long-time Microsoft
Windows/MS-DOS user who wants to switch from Windows 95 to Linux; and I
would like to know which files do I need to port Linux into my system;
because I've been wrestling with the FTP for over 10 hours and I still
didn't get any results.  Thank you in advance for your help!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Q: Second Ethernet Card

1998-06-05 Thread deans
I am planing on purchasing a 256k DSL to my Linux server.
I currently have one Ehternet card that is connected to
my home PC with a crossover cable.  I will need to purchase
an additional Ethernet card for my Server to connect to the
DSL connection.

Should I purchase the cable and then completely rebuild the
server from the ground up with the two Ethernet cards, or just
place the second one in and go from there?  If I just place
the second one in, what will have to be done to get it online?

BTW - As I get ready to place my server on the net with DSL,
I was planning to setup Sendmail for email, Apache as my
Web Server and TIC as my Firewall (to protect my home PC
on the other Ethernet card).  Does this look OK?  or is there
something else I should do?

Thanks.

Dean Sullinger
-- 
[EMAIL PROTECTED]
http://www.crl.com/~deans


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Stupid Stuff

1998-06-05 Thread Leandro Guimaraens Faria Corcete Dutra
On Thu, 4 Jun 1998, Diego Martinez wrote:
> because I've been wrestling with the FTP for over 10 hours and I still
> didn't get any results.  Thank you in advance for your help!

If your FTP connection is so bad, please get a CD-ROM!

If not you will be limited in the fetching of bigger s/w stuff...

Not that it is not possible to do it all by FTP, but it will be more
expensive than buying a CD.


-- 
Leandro Guimaraens Faria Corcete Dutra
http://www.lge.com.br./ [EMAIL PROTECTED]
http://www.terravista.pt./Enseada/1989/ BRASIL


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Stupid Stuff

1998-06-05 Thread Steve Lamb
On Thu, 04 Jun 1998 20:33:20 -0400, Diego Martinez wrote:

>Hello, I know that this might sound silly, but I'm a long-time Microsoft
>Windows/MS-DOS user who wants to switch from Windows 95 to Linux; and I
>would like to know which files do I need to port Linux into my system;
>because I've been wrestling with the FTP for over 10 hours and I still
>didn't get any results.  Thank you in advance for your help!

This is just a standard reply and not personal to you.  It is the same
advice I give about 10-15 people a day when I am opping on the #linux channel
on dal.net.

If you have no experience with Linux before, do *NOT* attempt an FTP
install.  Because it is a new OS and you're not sure on what is what.  Trying
to FTP on top of that just just compounding the problem.  Buy a CD. 
Everything is there that you need that way you only have to worry about
installing and not also what, exactly, to download.
 
 Personally, I do FTP installs now.  However, I have two years experience
with Linux under my belt across 4 versions of Slackware, 1 of Red Hat, 1 of
Stampede and 1 of Debian.  Even with all of that I am still leery of doing an
FTP install and have a trusted Slackware CD, a bakup Linux machine and my
Windows machine to fall back on in case I screw up.


-- 
 Steve C. Lamb | Opinions expressed by me are not my
http://www.calweb.com/~morpheus| employer's.  They hired me for my
 ICQ: 5107343  | skills and labor, not my opinions!
---+-



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


PS/2 mouse device

1998-06-05 Thread Nick Gillam

I have successfully installed Debian 1.3.1 onto several PS/2s thanks to
help from users on this list.

However, I have not been able to determine the device name for the PS/2
mouse.

Also, what Debian package is required for IP Masquerading.

Can anyone help?

Tnx,
Nick Gilliam 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


new kernel-2.0.34 missing filesystems?

1998-06-05 Thread James D. Freels
Fellow Linux users:

I have downloaded both the patch and then the complete source for the
newly released 2.0.34 kernel. It appears that at least the following
filesystems are no longer supported in the kernel: FAT, msdos, vfat,
iso9660.  Could this be true?  If so, why?

I realize that this is not a debian-specific topic, but we all are
Linux users.  Surely there is a mistake somewhere (my part I hope)!

PS: I am also using 2.1.103 on another machine which does contain the
support for these filesystems.
-- 
/--\
|James D. Freels, P.E._i, Ph.D. |Phone:  (423)576-8645 |   | L | A |
|Oak Ridge National Laboratory  |FAX:(423)574-9172 | H | I | L |
|Research Reactors Division |work e-m: [EMAIL PROTECTED]| F | N | P |
|P. O. Box 2008 |home e-m: [EMAIL PROTECTED] | I | U | H |
|Oak Ridge, Tennessee 37831-6392|world's best neutrons | R | X | A |
\--/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: new kernel-2.0.34 missing filesystems?

1998-06-05 Thread Steve Lamb
On Thu, 4 Jun 1998 23:10:19 -0400 (EDT), James D. Freels wrote:

>I have downloaded both the patch and then the complete source for the
>newly released 2.0.34 kernel. It appears that at least the following
>filesystems are no longer supported in the kernel: FAT, msdos, vfat,
>iso9660.  Could this be true?  If so, why?

Turn on NLS(?).  The FAT32 support required (for some reason) that all of
those be moved under the NLS option.


-- 
 Steve C. Lamb | Opinions expressed by me are not my
http://www.calweb.com/~morpheus| employer's.  They hired me for my
 ICQ: 5107343  | skills and labor, not my opinions!
---+-



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: PS/2 mouse device

1998-06-05 Thread Lee Bradshaw
On Thu, Jun 04, 1998 at 10:07:41PM -0500, Nick Gillam wrote:
> 
> I have successfully installed Debian 1.3.1 onto several PS/2s thanks to
> help from users on this list.
> 
> However, I have not been able to determine the device name for the PS/2
> mouse.

Try /dev/psaux

-- 
Lee Bradshaw [EMAIL PROTECTED] (preferred)
Alantro Communications   [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: new kernel-2.0.34 missing filesystems?

1998-06-05 Thread Jesse Goldman

This may be a silly question but it's related vaguely to the above which
has already been brought up. Has anyone had trouble with AIC7XXX support
for 2.0.34? Apparently, there have been many changes since 2.0.33 and it
doesn't seem to work properly for me anymore.

J. Goldman



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


debian program to list junk in filesystem?

1998-06-05 Thread Britton

Is there a debian-specific program that will go through a filesystem and
lists stuff that doesn't belong, like alien files, old directories which
have not been deleted because they are not empty (I get a lot of these
messages), etc.?  I think something like this would be extremely handy, so
perhaps it already exists somewhere? :)


Britton Kerin
__
GNU GPL: "The Source will be with you... always."



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: PS/2 mouse device

1998-06-05 Thread Rev. Joseph Carter
On Thu, Jun 04, 1998 at 10:07:41PM -0500, Nick Gillam wrote:
> I have successfully installed Debian 1.3.1 onto several PS/2s thanks to
> help from users on this list.
> 
> However, I have not been able to determine the device name for the PS/2
> mouse.

/dev/psaux


> Also, what Debian package is required for IP Masquerading.

What package?  I don't advise using any package.  Debian has one, but it's
kinda geared for static IP.  See the IP Masquerade HOWTO for info on setting
up IP masq in your kernel and the ipfwadm commands to make it work.

These commands go into either /etc/init.d/network (not the best place lest
your connection to the net is 24/7) or in /etc/ppp/ip-up.d/ipmasq, a short
sh script you'll write.

Don't forget to make a corresponding script in ip-down.d/ to remove the
forwarding commands.  I believe the HOWTO explains this too.


pgpDAYY0NM9CD.pgp
Description: PGP signature


Problem with new hamm version of ncurses

1998-06-05 Thread Oz Dror
Hi

I have upgraded to the new hamm version of ncurses, but I lost the 2 screen
option under xterm. Now when I quit vi, less or elm, the xterm screen does not
return to the previous state before any of these commands were executed.
Is there a way to fix that.

-Oz
-- 
<
NAME   Oz Dror, Los Angeles, California   
EMAIL  [EMAIL PROTECTED] <>
PHONE  Fax (310) 474-3126
>




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: debian program to list junk in filesystem?

1998-06-05 Thread Igor Mozetic

> Is there a debian-specific program that will go through a filesystem and
> lists stuff that doesn't belong, like alien files, old directories which
> have not been deleted because they are not empty (I get a lot of these
> messages), etc.?  I think something like this would be extremely handy, so
> perhaps it already exists somewhere? :)

Try cruft. It's in the unstable (slink) distribution, admin section.
It works fine within hamm - at least to me.

-Igor Mozetic


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


cgi-bin scripts for ppp dial-up

1998-06-05 Thread Edward Betts
hi, I wonder whether any body can help. i am trying to get my system (halve
bo, halve hamm) to dial-up the internet. yes it works, but only by running
pon as root. i want to have a cgi-script so that all my users on win95 boxes
can dial-up (this box does ip masq). how?

i have the scrips, basically they say connecting, and run pon. no joy, pon
can not find pppd cause it is in /usr/sbin/ and they are running with a uid
and gid of www-data. the scripts are owned by root.root so i make them
setuid, no joy there say error. i don't understand why my setuid did not
work? do you? i tried adding www-data to the dip and dialout groups, again
no joy :-( i changed the line in the cgi to /usr/sbin/pppd and it found pppd
but pppd did not have read access to /etc/ppp/peers/provide because it was
running as www-data. what is the correct way of doing this? why was setuid
not working why did adding www-data to /etc/group on dialout and dip not
work? please help. what is the correct way of doing this?


-- 
Edward Betts  http://www.hairnet.demon.co.uk/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


copyright howto (was: none)

1998-06-05 Thread Jens Ritter
"Richard E. Hawkins Esq." <[EMAIL PROTECTED]> writes:

> >> _4._ Big disclaimer, as we are not lawyers. :-)
> 
> >This is of course good...and probably necissary (I have often wondered
> >if such disclaimers are really needed or just the result of peoples 
> >misguided 
> >paranoia)
> 
> It's not *enough* of a disclaimer.  It should go on to include that "this is 
> not legal advise".  Offer legal advise, and you're held to the standard of a 
> lawyer.  That you did it for free is not any type of defense.

This disclaimer sure has to be included, too.

> While I understand tand applaud the ideas and goals, being a lawyer myself, 
> there's no way I'll touch such a project--it's a liablity problem waiting to 
> happen.
> 
> Generally, and recognise that this is not legal advise, and that I'm probably 
> not licensed in your jurisdiction anywaay, explaining what the law *is* isn't 
> legal advise, and wouldn't (usually) be actionable if incorrect.  Explain how 
> to do a specific thing, and you're a lot closer.  Apply it to a particular 
> person's situation, and you're all the way on the hooks--the person you 
> explainded it too, for free, and the DA, for practicing without a license.

(BTW what´s DA?) 
Can you get around this hanging sword above ones head, by expressing ones
opinion?

You can at least get around to be sued because of offence (or insult),
by expressing your opinion:
If you say "This boy is an a**hole!", you sure commit an offence. 
If you say "I think he behaves like an a**hole!", you express your
opinion and get around.

But this sure depends on good wording and might have to stand in
court. 

I think it´s at least worth while to collect some (meta-)information
in a copyright howto.   
 
> This is reall a job that needs a lawyer with a *big* E&O (malpractice) 
> policy. 
>  Not just for the possibility of mistakes, but because it is expensive to be 
> sued when write.

Well at least I won´t get around to consult one, when I want to
publish.

Jens

P.S.: Some more interesting readings:

http://www.debian.org/intro/free.html
http://lcweb.loc.gov/copyright/
http://cerebalaw.com/berne.htm

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: copying root partition

1998-06-05 Thread Frank Barknecht
Richard E. Hawkins Esq. hat gesagt: // Richard E. Hawkins Esq. wrote:

> I can boot my emergency redhat partition without a problem (other than
> that it uses fvwm95, gives me a warped display, and the mail doesn't
> work :). I have another 1G partition unused, and so I plan to transfer
> my root partition over.
>
> I recall this coming up a couple of times, but don't recall where I
> filed it.
>
> Is it
>
>   ( tar -clOp / ) | (tar -xp --same-owner /mountpoint)
>
> ?
>
> or would dd be better
>

I like "cp -ax" for this task, because of its shortness. 
I never managed to keep those long tar lines in my mind.

man cp:

OPTIONS
-a, --archive
  Preserve  as  much as possible of the structure and
  attributes of the original files in the copy.   The
  same as -dpR.

-x, --one-file-system
  Skip  subdirectories that are on different filesys­
  tems from the one that the copy started on.


-- 
http://www.einblick.de/";>
  Frank Barknecht   Das Koelner Stadt- und Unimagazin
  >-<   


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: tar & exclude options

1998-06-05 Thread Nils Rennebarth
On Thu, Jun 04, 1998 at 11:40:52AM -0400, Richard E. Hawkins Esq. wrote:
> I'm trying to create tar files less than 100Mb to fit on zip disks (by the
> way, my rebate arrived last week, only a year and a half & a class action
> suit late).

> 
> As I read the man page and info page, 
> 
> tar -zcv -f hawktar980603 . -X News -X www -X Office40
> 
> should tar the local directory to the new file hawktar980603 save for the 
> directories News, www, and Office40
> 
> however, it cheerfully includes all of these.  I get the same results with an 
> --exclude-from exfiles, where exfiles lists these?  am I missing somethign?
try

tar -zcv -f hawktar980603 . -X 'News*' -X 'www*' -X 'Office40*'

(the quoting is to keep the shell from globbing '*')

Nils

--
*-*
| Quotes from the net:  L> Linus Torvalds, W> Winfried Truemper   |
| L>this is the special easter release of linux, more mundanely called 1.3.84 |
| W>Umh, oh. What do you mean by "special easter release"?. Will it quit  |
* W>working today and rise on easter? *


pgpqG4UpHWEQx.pgp
Description: PGP signature


Re: new kernel-2.0.34 missing filesystems?

1998-06-05 Thread Greg Norris
On Thu, Jun 04, 1998 at 11:10:19PM -0400, James D. Freels wrote:
> Fellow Linux users:
> 
> I have downloaded both the patch and then the complete source for the
> newly released 2.0.34 kernel. It appears that at least the following
> filesystems are no longer supported in the kernel: FAT, msdos, vfat,
> iso9660.  Could this be true?  If so, why?

Turn on "Native language support (Unicode, codepages)", and they'll be back.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


JDK 1.1: rmiregistry

1998-06-05 Thread Tomas Petersson
Hello, can anyone tell how I start rmiregistry at boot time?
I which file shall I initiate it? I'm a bit confused by
all links back and forth in /etc.

/Tomas


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: cgi-bin scripts for ppp dial-up

1998-06-05 Thread Stephen Carpenter
On Fri, Jun 05, 1998 at 10:37:09AM +0100, Edward Betts wrote:
> hi, I wonder whether any body can help. i am trying to get my system (halve
> bo, halve hamm) to dial-up the internet. yes it works, but only by running
> pon as root. i want to have a cgi-script so that all my users on win95 boxes
> can dial-up (this box does ip masq). how?

There are many ways to do this... [read on]
 
> i have the scrips, basically they say connecting, and run pon. no joy, pon
> can not find pppd cause it is in /usr/sbin/ and they are running with a uid
> and gid of www-data. the scripts are owned by root.root so i make them
> setuid, no joy there say error.

a script can NOT be made suid, only binary executables can be made suid.
This is actually a security thing... suid scripts are generally a
security hole and much easier to exploit than most errors in compiled
binaries. It is for this reason that the ability to make scripts
suid is not included...and has not been available for as long as
I have been using linux...probably much longer.


> i tried adding www-data to the dip and dialout groups, again
> no joy :-( i changed the line in the cgi to /usr/sbin/pppd and it found pppd
> but pppd did not have read access to /etc/ppp/peers/provide because it was
> running as www-data. what is the correct way of doing this?

Ok there are a few workarounds hereall depending on how worried you are
about security and esp about your own users.

A) you can make pppd suid root (or sgid dip i would guess).
(not a nice option)

B) try this
install sudo ...edit the /etc/sudoers file to allow www-data group to run 
pon as root (or as group dip). Then edit your cgi to use sudo to run
it (btw you will need to allow this with no password)
[read the docs on sudo]

As long as you are not worried about your own users trying too hard to subvert 
security, that should work. The main problem would be if THEY could write 
their own CGIs and use them...then they could write a cgi that uses sudo
to run pppd...of course...then they need to be able to do something with that
(they need some way to exploit that ability)

on the whole this solution should work... there are of course other ways...
this is just what I can think of off the top of my head...

NB: be carefull...it is very easy to make a mistake editing sudoers.
just last night I made my girlfriend an sudoer to let her run pppd
so she can connect to my isp and use itI accidently did it wrong
and gave her full acess with no password to any command
(I didn't fix it tho cuz I am not worried about her having that acess through 
sudo..._)

-Steve
PS what i sthe cgi written in? is it perl? have you thought of suidperl?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Virtual terminals

1998-06-05 Thread M.C. Vernon
Dear all,

How can I address more than 6 vts? I have X installed, and it
usually runs on altf7, but when it's running, I get
Warning: dev (03:03) tty->count(1) != #fd's(2) in do_tty_hangup
Appletalk 0.17 for Linux NET3.035

On the top of the screen when I hit altf7

and on 8,
Warning: dev (03:00) tty->count(1) != #fd's(2) in do_tty_hangup

and 9-12 are blank. How can I get to use these?

Thanks,

Matthew

-- 
Elen sila lumenn' omentielvo

Steward-elect of the Cambridge Tolkien Society
Selwyn College Computer Support
http://www.geocities.com/Area51/Chamber/8841/
http://www.cam.ac.uk/CambUniv/Societies/tolkien/
http://pick.sel.cam.ac.uk/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: cgi-bin scripts for ppp dial-up

1998-06-05 Thread servis
On  5 Jun, Edward Betts wrote:
> hi, I wonder whether any body can help. i am trying to get my system (halve
> bo, halve hamm) to dial-up the internet. yes it works, but only by running
> pon as root. i want to have a cgi-script so that all my users on win95 boxes
> can dial-up (this box does ip masq). how?
> 

How about using diald?  It listens for traffic that is ment for outside
hosts and establishes a connection.  I personally don't use it but
there is a debian package and plenty of documentation out there.

-- 
Brian 
-- 
Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


isapnptools confusion.

1998-06-05 Thread Paul McDermott
Hello my debian friends,  I just got a pentium II with an awe64 sound 
card, and I want to have sound capability.  I know I have to recompile 
the kernel for this to work.  I also know that I have to use 
isapnptools.  I am running slink (2.0) kernel version 2.0.33 (from the 
base disks)  I have not recompiled the kernel yet for sound support.  I 
read the awe-sound-howto and other relavent documentaion.  I followed it 
upto a certain point.  What I have done so far is:
# phpdump > /etc/isapnp.conf (as root)  it gave me this isaphp.conf file, 
but I am stumped on what to do next.  Do I have to get source awe sound 
drivers?  I thought I could use the awe.deb packages once I got the card 
to be recognized.  Can any one shed some light on my lack of knowledge of 
isapnptools and how to use them to recognize pnp cards.
Thanks in advance.
Paul

P.S. mail me at [EMAIL PROTECTED]




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Quake Segfaults

1998-06-05 Thread Michael Beattie


After my fun experience upgrading to hamm, everything has been goin well,
but I have had one problem. After upgrading svgalib, squake seg faults
when started. (so does quake2) Is there a problem with svgalib?

svgalib-bin  1.2.13-3.2
svgalibg11.2.13-3.2
svgalib1 1.2.13-3.2

quake2   3.14a-2
squake   1.06-5
quake-lib-stub 1.3


   Michael Beattie ([EMAIL PROTECTED])

---
  If it can't be fixed with Vise-Grips & duct tape, it can't be fixed.
---
Debian GNU/Linux  Ooohh You are missing out!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: new kernel-2.0.34 missing filesystems?

1998-06-05 Thread Peter S Galbraith

Jesse Goldman wrote:

> This may be a silly question but it's related vaguely to the above which
> has already been brought up. Has anyone had trouble with AIC7XXX support
> for 2.0.34? Apparently, there have been many changes since 2.0.33 and it
> doesn't seem to work properly for me anymore.

Works for me.  But it will surely depend on what card you're using (and
what Adaptec put on it!)  Next I have to figure out how to turn-on the tag
queue on my SCSI disks... (They changed how that works to a per-device scheme)

$ uname -a
Linux mixing 2.0.34 #2 Thu Jun 4 12:09:02 EDT 1998 i686 unknown
$ uptime
  9:41am  up 21:23h,  1 user,  load average: 0.01, 0.01, 0.00
$ cat /proc/scsi/aic7xxx/0 
Adaptec AIC7xxx driver version: 5.0.14/3.2.4
Compile Options:
  AIC7XXX_RESET_DELAY: 5
  AIC7XXX_TAGGED_QUEUEING: Adapter Support Enabled
 Check below to see which
 devices use tagged queueing
  AIC7XXX_PAGE_ENABLE: Enabled (This is no longer an option)
  AIC7XXX_PROC_STATS : Disabled

Adapter Configuration:
   SCSI Adapter: Adaptec AHA-294X Ultra SCSI host adapter
   Ultra Narrow Controller
PCI MMAPed I/O Base: 0x4008
  Adaptec SCSI BIOS: Enabled
IRQ: 11
   SCBs: Active 0, Max Active 2,
 Allocated 30, HW 16, Page 255
 Interrupts: 104671
  BIOS Control Word: 0x18b4
   Adapter Control Word: 0x001f
   Extended Translation: Enabled
 SCSI Bus Reset: Enabled
Disconnect Enable Flags: 0x00ff
 Ultra Enable Flags: 0x00fd
 Tag Queue Enable Flags: 0x
Ordered Queue Tag Flags: 0x
Default Tag Queue Depth: 8
Tagged Queue By Device array for aic7xxx host instance 0:
  {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
Actual queue depth per device for aic7xxx host instance 0:
  {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

-- 
Peter Galbraith, research scientist  <[EMAIL PROTECTED]>
Maurice Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada. 418-775-0852 FAX: 775-0546


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: copyright howto (was: none)

1998-06-05 Thread Stephen Carpenter
NB: This is a rather long message. It contains mainly my views, musings, and
general distaste for the US legal system. I supose at this point this is 
really off-topic here but...it started out on topic a coupla days ago
I just re-read the end of this message...and can't figure out how this
discussion "went there" ...ok now for me to send this meaasge and get away
from "legal things" and do something in the "real world"

On Fri, Jun 05, 1998 at 12:01:28PM +0200, Jens Ritter wrote:

> "Richard E. Hawkins Esq." <[EMAIL PROTECTED]> writes:
> > While I understand tand applaud the ideas and goals, being a lawyer myself, 
> > there's no way I'll touch such a project--it's a liablity problem waiting 
> > to 
> > happen.
> > 
> > Generally, and recognise that this is not legal advise, and that I'm 
> > probably 
> > not licensed in your jurisdiction anywaay, explaining what the law *is* 
> > isn't 
> > legal advise, and wouldn't (usually) be actionable if incorrect.  Explain 
> > how 
> > to do a specific thing, and you're a lot closer.  Apply it to a particular 
> > person's situation, and you're all the way on the hooks--the person you 
> > explainded it too, for free, and the DA, for practicing without a license.
> 
> (BTW what´s DA?)

probably: District Attourny
 
> Can you get around this hanging sword above ones head, by expressing ones
> opinion?

I would say yes...but...thats me...
My views tend to disagree strongly with lawyers, politicians, judges, etc
I tend to care more about the morality and intent of issues than the
"legal side" 

> But this sure depends on good wording and might have to stand in
> court. 

Yes true...it doesn't matter what it means in the real world...it matters what 
it means in that weird universe known as "court"where things like
truth and justice takeon some really twisted meanings

> > This is reall a job that needs a lawyer with a *big* E&O (malpractice) 
> > policy. 
> >  Not just for the possibility of mistakes, but because it is expensive to 
> > be 
> > sued when write.
> 

..sigh...life would be so much simpler if people didn't feel this perverse 
need to have laws and government. At least it is comforting to know that 
lawmakers, lawyers, etc will be "the first ones up against the wall when the 
revolution comes" (no empire lasts forver...I just hope the current ones don't 
last much longer)

it is so silly to think that someone can, in good faith, try to help people out
by compiling information for them, can do this without being asked, for 
free...and can be sued for it by some ingrateful slime

am I the only one who sees the sad irony in that?

on a more practical note
I have to wonder, are there any cases where someone wrote something like this, 
and distributed it freely to anyone who wished to have it, for no charge (not 
necissarilly on the net but preferably) and been sued for bad legal advice?

Moreover have any of these disclaimers seen all over the internet on pretty
much every document, ever been "tested in court". I ask mostly because courts
tend to be very weird in that all of the "legal analysis" in the world really
tends to mean jack shit until a real case comes up and it happens in court.

I guess keeping that in mind...if this specific case has not been "tested in 
court" then the person writting it and putting their name on it should 
be prepared to have to test it (tho personally I doubt it would happen)

course...I supose now it might be too late for it to be published 
anonymously? sigh...is there anything now that is as good as anon.penet.fi used
to be a coupla years back? (of course that all assumes the person intending to 
write it was willing to not put their name on it..I forget who started
this threadbut...thats probably what I would do if it came down to it)

then again...it would probably be best done that way...and to just find some 
apropriate place to ask users to publicly post recommendations for additions
..that way they can't ask you directly for clarification (which woul dbe that 
much more so legal advice)

actually..thats not true...if it were _ME_ I would just write it and releace 
it and say "screw the law". I tend to just live my life and do what I do, if 
what I do is "legal" fine...if not...thats fine too...cuz I don't care
I care more about moral than legal

(as it is I have a web page in my name even with my adress on it, where I 
openly admit to having done things, some of which are illegal...including
drug use, attempts to grow marijuana (been away from that stuff for a while
but I left it on the web page even tho I don't do it anymore). Also on
one of the pages I am most proud of giving tips on how to disrupt the 
operations of the DEA (for fun...I myself never did any of them)
and the "disclaimer" I have was written almost exclusivly as a joke because
I thought it was funny) ...I have never been sued or had any legal actions
brought agaisnt me whatsoever

maybe this is a differnt type of thing alltogethr... my

Re: copying root partition

1998-06-05 Thread Rick Macdonald
Frank Barknecht wrote:
 
> I like "cp -ax" for this task, because of its shortness.

I told a friend to use "cp -a". I forgot about "-x", but he only has one
filesystem.

However, the copy hung on the file /proc/kmsg. Would the -x have avoided
this? In the end, he had to use tar.

-- 
...RickM...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: cgi-bin scripts for ppp dial-up

1998-06-05 Thread Kenneth . Scharf
On Fri, Jun 05, 1998 at 10:37:09AM +0100, Edward Betts wrote:
> hi, I wonder whether any body can help. i am trying to get my system
(halve
> bo, halve hamm) to dial-up the internet. yes it works, but only by
running
> pon as root. i want to have a cgi-script so that all my users on win95
boxes
> can dial-up (this box does ip masq). how?

When I installed ppp from the .deb file pppd was setuid root by default.  I
had to add read permission for group (dip) to ppp.chatscript and
ppp.options_out so user accounts (members of group dip) could start pon.  I
have been told that I could setup diald to autorun pon whenever I start
netscape (or any other program requesting internet access) and that this
should work with ip masq when a client on a windows box networked to the
linux machine does the same.  I havn't tried this yet, but I will as soon
as I get the eithernet card installed in my windows machine and hook the
two together.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Missing docs?

1998-06-05 Thread Steve Lamb
I just installed pcre-dev, newt-dev and slang-dev.  It appears that only
slang-dev actually has docs to come with it.  There are no man pages for newt
or pcre.  Shouldn't the development archives come with the documentation so
people can learn how to develop with those libraries?


-- 
 Steve C. Lamb | Opinions expressed by me are not my
http://www.calweb.com/~morpheus| employer's.  They hired me for my
 ICQ: 5107343  | skills and labor, not my opinions!
---+-



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: copyright howto (was: none)

1998-06-05 Thread Richard E. Hawkins Esq.

Jens Ritter wrote,


> > Generally, and recognise that this is not legal advise, and that I'm 
> > probably 
> > not licensed in your jurisdiction anywaay, explaining what the law *is* 
> > isn't 
> > legal advise, and wouldn't (usually) be actionable if incorrect.  Explain 
> > how 
> > to do a specific thing, and you're a lot closer.  Apply it to a particular 
> > person's situation, and you're all the way on the hooks--the person you 
> > explainded it too, for free, and the DA, for practicing without a license.
> 
> (BTW what´s DA?) 

oh :)  District Attorney 

> Can you get around this hanging sword above ones head, by expressing ones
> opinion?

Legal advise is fundamentally an opinion about a particular situation, so no 
:) However, the usual way of doing this is instead of talking about hte actual 
facts, to propose a hypothetical situation and discuss the legal principals 
which would govern it.


> You can at least get around to be sued because of offence (or insult),
> by expressing your opinion:
> If you say "This boy is an a**hole!", you sure commit an offence. 
> If you say "I think he behaves like an a**hole!", you express your
> opinion and get around.

> But this sure depends on good wording and might have to stand in
> court. 

Once it stands in court and wins, you've already lost--defending these is 
expensive even when you win, and you don't get attorney's fees in most US 
jurisdictions.

> 
> I think it´s at least worth while to collect some (meta-)information
> in a copyright howto.   

Quite useful to have.  But a landmine for those who write it :(

rick, esq.


-- 
These opinions will not be those of ISU until it pays my retainer.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: tar & exclude options

1998-06-05 Thread Richard E. Hawkins Esq.
Nils wrote,

> try
> 
> tar -zcv -f hawktar980603 . -X 'News*' -X 'www*' -X 'Office40*'
> 
> (the quoting is to keep the shell from globbing '*')

ack, I think I see.  News isn't treated the same wauy as it would if listed as 
a regular file, so only News/ is omitted, but News/abc and the like don't get 
omitted?  ugh.

thanks

rick


-- 
These opinions will not be those of ISU until it pays my retainer.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


pppd disconnects after authenticating

1998-06-05 Thread Paul Miller

(I'm dialing from a win95 machine to my Linux box)

Immediately after I authenticate (using PAP), pppd disconnects me and
windows just says to try connecting again... I looked through all the logs
for any kind of error or warning, but i didn't find anything -- even with
debug on.  The last pppd line contains the correct login name and
password.  Why is pppd disconnecting me?

I'm using the lastest Debian hamm/slink packages (pppd 2.3.5)..  kernel
2.0.34pre16 with ppp support built in. 

Anyone experiancing similar problems?  How can I resolve this issue?

Also, I don't know if this makes a difference with connecting to pppd, but
I have not configured any networking settings for pppd (other than the
options.ttyS1 and /etc/hosts files)... I only have 1 internet IP and I
want to run ip masquerading from ppp0 to eth1 .. (I already have ip masq
working from eth0 to eth1)...

The FAQs aren't very helpful.

Thanks
-Paul

---
Paul Miller <[EMAIL PROTECTED]>
Public PGP key at http://paul.3dillusion.com/pgpkey.txt



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Missing docs?

1998-06-05 Thread James Troup
"Steve Lamb" <[EMAIL PROTECTED]> writes:

> I just installed pcre-dev, newt-dev and slang-dev.  It appears that
> only slang-dev actually has docs to come with it.  There are no man
> pages for newt or pcre.

aziraphale|15:27:19 ~ $dpkg -c 
hamm/hamm/binary-i386/devel/libpcre1-dev_1.06-3.deb  | grep man/man3/p
-rwxr-xr-x root/root 14866 1998-02-28 21:33 usr/man/man3/pcre.3.gz
-rwxr-xr-x root/root  2147 1998-02-28 21:33 usr/man/man3/pcreposix.3.gz
aziraphale|15:27:26 ~ $

-- 
James
~Yawn And Walk North~


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


account disabled

1998-06-05 Thread Paul Miller

Some of my users' accounts are getting disabled by the system.  I have not
set any expiration dates, etc..  How do I re-enable them and prevent this
from occurring again?

---
Paul Miller <[EMAIL PROTECTED]>
Public PGP key at http://paul.3dillusion.com/pgpkey.txt


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


mgetty input/output error

1998-06-05 Thread Paul Miller

When I try to dialup to my Linux box, I'm disconnected right after
authentification.  The following messages appear in syslog:

Jun  5 10:20:55 serv1 mgetty[378]: data dev=ttyS1, pid=378, caller='none', 
conn='115200', name='', cmd='/usr/sbin/pppd', user='/Auto
Jun  5 10:20:59 serv1 PAM_pwdb[378]: (ppp) session opened for user paul by 
ppp(uid=0)
Jun  5 10:21:00 serv1 mgetty[17271]: TIOCMBIS failed: Input/output error
Jun  5 10:21:00 serv1 mgetty[17271]: cannot turn off soft carrier: Input/output 
error
Jun  5 10:21:00 serv1 mgetty[17271]: tcgetattr failed: Input/output error
Jun  5 10:21:00 serv1 mgetty[17271]: cannot get TIO: Input/output error
Jun  5 10:22:00 serv1 mgetty[17271]: failed dev=ttyS1, pid=17271, got signal 1, 
exiting

What is causing this to happen and how can I fix it?

Thanks
-Paul


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Xwindow from win95?

1998-06-05 Thread Mikhali Mifsud

Is there any program that people know of that will allow my to xwindow
to my debian box from my win95 machine?  Thanks.



==

On the plains of hesitation lies the bones of countless millions who, on the 
verge of victory, sat down to wait and in waiting died.
   




_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: isapnptools confusion.

1998-06-05 Thread Marcus Brinkmann

Hello Paul!

You have luck, it's me, the awe-howto maintainer. Next time, you should
really sent your questions to me :)

You need to edit the isapnp.conf file, as described in my howto. You have to
uncomment the correct lines (don't forget the ACT Y lines), and to add two
lines with IO adresses.

You need the awe-drv package, correct. There are other packages, too, but
don't install awe-netscape for now. (is it still broken?).

Then you need to apply the awe patch to the kernel-source (hint:
/usr/src/awe-drv/install.sh) and compile the kernel.

Add "sound" to conf.modules,a nd you are mostly done.

Thank you,
Marcus

> P.S. mail me at [EMAIL PROTECTED]

-- 
"Rhubarb is no Egyptian god."Debian GNU/Linuxfinger brinkmd@ 
Marcus Brinkmann   http://www.debian.orgmaster.debian.org
[EMAIL PROTECTED]for public  PGP Key
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/   PGP Key ID 36E7CD09


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: pppd disconnects after authenticating

1998-06-05 Thread David Wright
On Fri, 5 Jun 1998, Paul Miller wrote:

> (I'm dialing from a win95 machine to my Linux box)
> 
> Immediately after I authenticate (using PAP), pppd disconnects me and
> windows just says to try connecting again... I looked through all the logs
> for any kind of error or warning, but i didn't find anything -- even with
> debug on.  The last pppd line contains the correct login name and
> password.  Why is pppd disconnecting me?

First, who is authenticating who? It's quite likely that the linux box
is trying to get W95 to authenticate it. I have no idea how you would deal
with that at the W95 end.

Are you using mgetty to answer the call. I think it may have a default
setting of +pap on the /AutoPPP/ line in /etc/mgetty/login.config which
you might need to override with -pap or nothing.

Lastly, pppd is rather matter of fact in its log files. It isn't an
"error" when authentication fails; it's the Right Thing. So rather you
should look for LCP packets with ConfRej in them. Here's an example
from an old email I sent a while ago to someone else.

 Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfReq id=0x1 
]
 Mar 26 19:10:43 sparky pppd[524]: rcvd [LCP ConfReq id=0x1 
 ]
 it wants you to authenticate with pap

 Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfRej id=0x1 ]
 you refused ^^^ 

 Mar 26 19:10:46 sparky pppd[524]: rcvd [LCP TermReq id=0x3]
 Mar 26 19:10:46 sparky pppd[524]: LCP terminated at peer's request

Cheers,

-- 
Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
Disclaimer:   These addresses are only for reaching me, and do not signify
official stationery. Views expressed here are either my own or plagiarised.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


sound? cd?

1998-06-05 Thread Mikhali Mifsud

How do you go about configuring sound in Xwin?

also, do I have to do anything special (as in install something
extra)to access a CDrom?

thanks. 



==

On the plains of hesitation lies the bones of countless millions who, on the 
verge of victory, sat down to wait and in waiting died.
   




_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Xwindow from win95?

1998-06-05 Thread Michael Stenner
On Fri, 5 Jun 1998, Mikhali Mifsud wrote:
>Is there any program that people know of that will allow my to xwindow
>to my debian box from my win95 machine?  Thanks.

I'm not entirely sure that I know what it means "to xwindow", but I'll
assume you mean create an entire Xwindows environment, not just telnet, or
something like that.  I have used an Xwindows emulator called xwin32 that
seemed pretty good.  Last I checked, it was not free, but they had a free
crippled version that would run for 2 hours at a time and would only allow
one use at a time per network.  Check out http://www.starnet.com/

-Michael


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Xwindow from win95?

1998-06-05 Thread Stuart Krivis
On Fri, 5 Jun 1998, Michael Stenner wrote:

> On Fri, 5 Jun 1998, Mikhali Mifsud wrote:
> >Is there any program that people know of that will allow my to xwindow
> >to my debian box from my win95 machine?  Thanks.
> 
> I'm not entirely sure that I know what it means "to xwindow", but I'll
> assume you mean create an entire Xwindows environment, not just telnet, or
> something like that.  I have used an Xwindows emulator called xwin32 that
> seemed pretty good.  Last I checked, it was not free, but they had a free
> crippled version that would run for 2 hours at a time and would only allow
> one use at a time per network.  Check out http://www.starnet.com/

The best one I've seen is eXceed from Hummingbird. It works quite well.

Under NT you can get OpenNT with an X server. That works nicely too.


-- 

Stuart Krivis[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


config opti 930 soundcard

1998-06-05 Thread edge
hi, 
i want to config an opti930 soundcard, i tried some kernel config, but
dont seem to work. I made module for mad16...
i tried to config isapnp, but failed, it dont detect the card.
It should work in linux if it works in WinCrash95 

what should i do?

Eric


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Xwin permission?

1998-06-05 Thread Mikhali Mifsud


How do I allow normal users run xwin?  Thanks.


==

On the plains of hesitation lies the bones of countless millions who, on the 
verge of victory, sat down to wait and in waiting died.
   




_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


New Applications Site

1998-06-05 Thread matthew tebbens

Thought I would mention my site once here, for anyone interested
in looking up Linux Applications.

http://www.linuxapps.com/

The site is running Debian ! :)

Thanks,
Matthew


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Xwin permission?

1998-06-05 Thread Niclas Anderberg
On Fri, 5 Jun 1998, Mikhali Mifsud wrote:

> How do I allow normal users run xwin?  Thanks.

You make sure the owner of the file is root, then you set the suid bit:

(as root):

chmod +s 

This goes for the server you are linking the X symbolic link to, not the
link itself.

/Nic


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


/dev/sga and /dev/dsp no longer accessable

1998-06-05 Thread Matt Thompson
I have a fully upgraded hamm system.  I upgrade with dselect almost daily.
I recently tried to use my scanner under GIMP and it said:

Failed to open device 'umax:/dev/scanner' invalid argument.

A day or so later I tried to play a RealAudio feed, but it said 'Cannot
open audio device'.  Just as a test, I tried xanim on a .wav file, and it
said 'Can't open /dev/dsp device'.

All of these things worked a week or so ago, but I've upgraded using
dselect more than once in that time so I'm afraid I don't know which
packages were installed that resulted in this problem.  I do have a hard
drive image tarball dated May 13th that I unpacked to another partition,
and everything works there.  Don't know if that date will help at all.  It
can be assumed that the May 13th image was up to date within a day or two.

I could just update the May 13th image package by package, but that would
be a bit tedious, as you can imagine.  If anyone has any suggestions, that
would be great, otherwise, that's what I'll do and at least then I'll know
which packages breaks access to these devices.

Cheers,
Matt

P.S.  I did scan the May and June list archives in hopes of finding
someone else with this problem, but didn't see anything.  My apologies if
it's been discussed and I missed it.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: pppd disconnects after authenticating

1998-06-05 Thread Paul Miller
On Fri, 5 Jun 1998, David Wright wrote:

> On Fri, 5 Jun 1998, Paul Miller wrote:
> 
> > (I'm dialing from a win95 machine to my Linux box)
> > 
> > Immediately after I authenticate (using PAP), pppd disconnects me and
> > windows just says to try connecting again... I looked through all the logs
> > for any kind of error or warning, but i didn't find anything -- even with
> > debug on.  The last pppd line contains the correct login name and
> > password.  Why is pppd disconnecting me?
> 
> First, who is authenticating who? It's quite likely that the linux box
> is trying to get W95 to authenticate it. I have no idea how you would deal
> with that at the W95 end.

???
the win95 end is setup correctly.  I have had it working with an older
version of pppd awhile ago...

> Are you using mgetty to answer the call. I think it may have a default
> setting of +pap on the /AutoPPP/ line in /etc/mgetty/login.config which
> you might need to override with -pap or nothing.

Yes, mgetty is setup correctly -- otherwise pppd would have never been
executed.

> Lastly, pppd is rather matter of fact in its log files. It isn't an
> "error" when authentication fails; it's the Right Thing. So rather you
> should look for LCP packets with ConfRej in them. Here's an example
> from an old email I sent a while ago to someone else.
> 
>  Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfReq id=0x1 
> ]
>  Mar 26 19:10:43 sparky pppd[524]: rcvd [LCP ConfReq id=0x1 
>  ]
>  it wants you to authenticate with pap
> 
>  Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfRej id=0x1 ]
>  you refused ^^^ 
> 
>  Mar 26 19:10:46 sparky pppd[524]: rcvd [LCP TermReq id=0x3]
>  Mar 26 19:10:46 sparky pppd[524]: LCP terminated at peer's request

here is a complete session from the pppd log file

Jun  5 10:47:23 serv1 pppd[17576]: pppd 2.3.5 started by ppp, uid 0
Jun  5 10:47:23 serv1 pppd[17576]: Using interface ppp0
Jun  5 10:47:23 serv1 pppd[17576]: Connect: ppp0 <--> /dev/ttyS1
Jun  5 10:47:23 serv1 pppd[17576]: sent [LCP ConfReq id=0x1  
   ]
Jun  5 10:47:26 serv1 pppd[17576]: rcvd [LCP ConfReq id=0x3  
   ]
Jun  5 10:47:26 serv1 pppd[17576]: sent [LCP ConfRej id=0x3 ]
Jun  5 10:47:26 serv1 pppd[17576]: sent [LCP ConfReq id=0x1  
   ]
Jun  5 10:47:26 serv1 pppd[17576]: rcvd [LCP ConfReq id=0x4  
  ]
Jun  5 10:47:26 serv1 pppd[17576]: sent [LCP ConfAck id=0x4  
  ]
Jun  5 10:47:26 serv1 pppd[17576]: rcvd [LCP ConfAck id=0x1  
   ]
Jun  5 10:47:26 serv1 pppd[17576]: sent [LCP EchoReq id=0x0 magic=0xc317]
Jun  5 10:47:26 serv1 pppd[17576]: rcvd [PAP AuthReq id=0x1 user="paul" 
password="mypass"]



-Paul


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


persist not working

1998-06-05 Thread Luiz Otavio L. Zorzella

I use the "persist" option in my pppd to keep my link alive, and it
used to work very well, but lately, sometimes (not always) the link
goes down, and is not restablished again. Any clues why would this
happen? 

-- 
Luiz Otavio L. Zorzella Product Engineer
[EMAIL PROTECTED]  http://www.conexware.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Default permissions(was Re: cat's got my lp1)

1998-06-05 Thread Adrian Bridgett
On Thu, Jun 04, 1998 at 01:39:10PM -0500, [EMAIL PROTECTED] wrote:
> On  3 Jun, Adrian Bridgett wrote:
> > On Wed, Jun 03, 1998 at 03:52:12PM -0400,  wrote:
> >> I recently chmod / -R 777 my system to try and cure a permission problem I
> >> was having, I know - major stupid, This might be the problem.
> > 
> > I think I'd do a reinstall after this - I doubt that it will introduce
> > permission problems, but security will be .. lacking.  
> > 
> >> My delema is not knowing how to reverse the 777 stuff, or where to fix the
> >> lpd.
> > 
> > I'd give up on the first on I think :-(
> > 
> 
> I think it would be great if perhaps the Contents files that are on the
> ftp sites would also list the permissions of the files as they are
> installed.  This would at least help those that have permission
> problems.  It won't help for files that are created in setup scripts
> but it would be better that a complete reinstall. My $0.02.

Oddly enough, someone at work was mentioning that on HP, the permissions are
listed in a file, so why don't we do something similar and add the
permissions into /var/lid/dpkg/info/.list.  This could be useful -
if you install a package with messed up permissions, any *upgrades* won't
change those permissions to the correct ones without "chmod/chown" calls in
the postinst.

Mind you, he then had problems with "chown" setting the permissions of a
*symlink* (i.e. the symlink itself was being set to mode 550 !!).  I'm glad
I'm on Linux :-)

Adrian

email: [EMAIL PROTECTED], http://www.poboxes.com/adrian.bridgett
Windows NT - Unix in beta-testing.   PGP key available on public key servers
Debian Linux  http://www.debian.org  The superior Linux distribution


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Speech recognition

1998-06-05 Thread Junior System Administrator

Hi.  I was just wondering whether Debian has a speech recognition program for
the shell or X Windows, it doesn't really matter.  If any of you also use OS/2,
do you know of any speech recognition software available for that as well
(preferably free ;-) ?

Thanks in advance,


Pete =:-)


/*** [burdock] /
/* /|   [EMAIL PROTECTED]  */
/* \ o.O|   http://www.restall.net/petes/ */
/*  =(_)= */
/*U [FORGET THE ABOVE URL]*/
/**/

/*** [Windoze 95] /
/* Windows 95: n.  (Author Unknown). */
/*32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit */
/*operating system originally coded for a 4 bit microprocessor, written  */
/*by a 2 bit company that can't stand 1 bit of competition.  */
/*/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Quake Segfaults

1998-06-05 Thread shaleh
I recently ran into this.  On my box, svgalib was crosslinked to libc6 -- so
quake was linked to both libc5 and 6 so it segfaulted.  To see if this has 
happened to you run ldd on your quake binary like this: 
ldd /usr/games/squake.real.  If you see libc5 and libc6 then you have the bad
lib package.  Getting the new version and/or running ldconfig as root should
fix it.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


X Colors

1998-06-05 Thread Matthew Myers
How do you change the X default 8bpp color to something higher?
I really need this please.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


CD-rom and Zip-drive

1998-06-05 Thread Marc van der Vossen
Hi,

I have a problem with my secondary IDE channel. I have a CD-rom as slave ans
a Zip-drive as Master on that controller. When I insert my Debian-CD,
install goes OK. Then, after reboot, dselect starts and I say; load from
CD-rom. That's the place it does not work. I tried installing a mitsumi
driver with the following settingns,
mcd=0x376,15
Is this correct ?
I tried setting CD as Master and Zip as slave, but the system does not run
and I can't even get the dos driver, nor the win95 driver to work.

What's happening ?

Any input would be greatly appreciated

Marc
[EMAIL PROTECTED]




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Checking Ports?

1998-06-05 Thread Marcus Johnson
Is there a way for a nonSysAdmin to check to see what program is using a
particular port? Even if the program is being run by a different user?

Thanks!

Marcus



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: X Colors

1998-06-05 Thread Stephen Carpenter
On Fri, Jun 05, 1998 at 12:31:04PM -0500, Matthew Myers wrote:
> How do you change the X default 8bpp color to something higher?
> I really need this please.
> 
 edit the file /etc/X11/XF86Config ..in the section where it lists your screen 
setup
(ie it is the last section that mrentions your vid card, monitor, and 
resolutions)
add :
DefaultColorDepth #
where # is the color depth you want


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Xwindow from win95?

1998-06-05 Thread Peter S Galbraith

http://www.microimages.com/freestuf/mix/

 ``MI/X works fine as an X terminal emulator. You may also want to make your
   PC a true X Server and run multiple X clients from your desktop.''

Last time I looked at it, it ran under Win95.  It looked like a win95
window with a twm window manager and all the X applications.

Works.  It's free.
-- 
Peter Galbraith, research scientist  <[EMAIL PROTECTED]>
Maurice Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada. 418-775-0852 FAX: 775-0546


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Xwindow from win95?

1998-06-05 Thread Jim Russell
>http://www.microimages.com/freestuf/mix/


>Works.  It's free.

I second that.  MI/X is a nice, free X server for Win32.  I've been running
it under both Win95 and WinNT with no problems.  Also, if you directly run
the server (XS.EXE) instead of the default startup stub (TNTSTART.EXE), it
starts without the local TWM manager, and you can fire up your own WM from
the Linux machine.

Jim Russell
Nutley NJ



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: copying root partition

1998-06-05 Thread Bob Hilliard
Rick Macdonald <[EMAIL PROTECTED]> writes:
> > I like "cp -ax" for this task, because of its shortness.
> 
> I told a friend to use "cp -a". I forgot about "-x", but he only has one
> filesystem.
> 
> However, the copy hung on the file /proc/kmsg. Would the -x have avoided
> this? In the end, he had to use tar.

 cp -ax would have skipped /proc completely.  Actually, your
friend has more than one file system.  proc is a virtual file system,
mounted on the mount point /proc.

 When you copy an entire file system with cp -ax it skips any
separate file systems, and doesn't even copy the mount points.  So
after copying, you have to check the directories that contained the
mount points, and create them in the new system.  I prefer to unmount
as many separate files systems as possible before running cp -ax.

Bob
-- 
   _
  |_)  _  |_   Robert D. Hilliard<[EMAIL PROTECTED]>
  |_) (_) |_)  Palm City, FL  USAPGP Key ID: A8E40EB9


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


AIC7XXX in 2.0.34

1998-06-05 Thread Peter S Galbraith
Jesse Goldman wrote:

> This may be a silly question but it's related vaguely to the above which
> has already been brought up. Has anyone had trouble with AIC7XXX support
> for 2.0.34? Apparently, there have been many changes since 2.0.33 and it
> doesn't seem to work properly for me anymore.

Oups!  I said it worked for me... On closer inpestion it failed to detect
my external devices.  Strange!
-- 
Peter Galbraith, research scientist  <[EMAIL PROTECTED]>
Maurice Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada. 418-775-0852 FAX: 775-0546


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: copying root partition

1998-06-05 Thread Nathan E Norman
On Fri, 5 Jun 1998, Bob Hilliard wrote:

: Rick Macdonald <[EMAIL PROTECTED]> writes:
: > > I like "cp -ax" for this task, because of its shortness.
: > 
: > I told a friend to use "cp -a". I forgot about "-x", but he only has one
: > filesystem.
: > 
: > However, the copy hung on the file /proc/kmsg. Would the -x have avoided
: > this? In the end, he had to use tar.
: 
:  cp -ax would have skipped /proc completely.  Actually, your
: friend has more than one file system.  proc is a virtual file system,
: mounted on the mount point /proc.
: 
:  When you copy an entire file system with cp -ax it skips any
: separate file systems, and doesn't even copy the mount points.  So
: after copying, you have to check the directories that contained the
: mount points, and create them in the new system.  I prefer to unmount
: as many separate files systems as possible before running cp -ax.

I realise this is practically a religious debate, but I'm going to
mention this anyway.

I don't know whether `cp -ax' skips the mount point or not; I never use
cp -ax.  I use two commands found on every debian system:

`find . -xdev -print | cpio -padm /target'

This command should be executed from the source directory.  So, if you
wanted to copy the root filesystem to another partition (currently
mounted on /mnt), you would:

cd /
find . -xdev -print | cpio -padm /mnt

Works every time.  Handles device files, doesn't recurse down other
devices, but DOES copy the mount points.

I'm sure this will start a flame war; it always does.  I'm not
interested in participating, thanks.

--
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
mailto://[EMAIL PROTECTED]   http://www.midco.net
finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: /dev/sga and /dev/dsp no longer accessable

1998-06-05 Thread Matt Thompson
On Fri, 5 Jun 1998, Ed Cogburn wrote:
> Matt Thompson wrote:
> > I have a fully upgraded hamm system.  I upgrade with dselect almost daily.
> > I recently tried to use my scanner under GIMP and it said:
> > 
> > Failed to open device 'umax:/dev/scanner' invalid argument.
> > 
> > A day or so later I tried to play a RealAudio feed, but it said 'Cannot
> > open audio device'.  Just as a test, I tried xanim on a .wav file, and it
> > said 'Can't open /dev/dsp device'.
 

 
>   Did you check /dev to see if these devices were actually present?  If 
> they
> are not there re-run MAKEDEV.  'MAKEDEV audio' will recreate the /dev/dsp
> device.  Look in /etc/devinfo for info on what keyword to use with MAKEDEV
> for creating /dev/scanner.  Have you changed kernels since the last time
> they worked?  Maybe your kernel setup is wrong.
> 
> 
> -- 
> Ed
> 
Man, do I feel like a dork!  I did a ls -l on the two /dev's and they're
there, but for some reason the permissions have changed.  Root is able to
open them just fine.  *sigh*  I guess I still don't research things as
well as I should before posting to the list.

Thanks loads for the help, Ed :)
Matt


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: AIC7XXX in 2.0.34

1998-06-05 Thread Gergely Madarasz
On Fri, 5 Jun 1998, Peter S Galbraith wrote:

> Jesse Goldman wrote:
> 
> > This may be a silly question but it's related vaguely to the above which
> > has already been brought up. Has anyone had trouble with AIC7XXX support
> > for 2.0.34? Apparently, there have been many changes since 2.0.33 and it
> > doesn't seem to work properly for me anymore.
> 
> Oups!  I said it worked for me... On closer inpestion it failed to detect
> my external devices.  Strange!

I didnt check this, but I was told that the default scsi bus reset delay
time was lowered to 5 seconds from 15. You might try this after you
increase it.

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


IP masq was:PS/2 mouse device

1998-06-05 Thread Michael B. Taylor


On Thu, 4 Jun 1998, Nick Gillam wrote:

> Also, what Debian package is required for IP Masquerading.

I have a Debian System that does IP masquerading, here is how I did it.
First, echoing an earlier comment, consult the HOWTO on this subject.

I read somewhere that the masquerading code in kernel 2.0.33 is more
stable than in earlier kernels, so I got the source for 2.0.33 and
compiled it using the Debian kernel package.  You will need to compile in
support for firewalls, ect, per the HOWTO.

Here is my setup:  mapleloop connects to the outside world using a modem
and ppp.  It has a regular internet ip address assigned to that
connection.  mapleloop connects to a dual boot NT/Debian machine through
an ethernet card (eth0).  I have assigned ip=192.168.1.1 to that
connection.  I have assigned 192.168.1.2 and 192.168.1.3 to the ethernet
card in the dual boot machine.  It uses one address for NT, the other for
Debian.  I am allowed to assign these ip's because this part of the
network is private;  these ip's will never be seen by the internet. 

I run bind on mapleloop for the benifit of the dual boot machine.  This is
available as a Debian package.

I added the following to /etc/init.d/network in mapleloop.  This is
probably the wrong place for it, but it works.  (Maybe someone more
knowledgeable can tell us where it *should* go.) 

ifconfig eth0 192.168.1.1 up
route add -net 192.168.1.0 eth0
ipfwadm -F -a m -S 192.168.1.0/3 -D 0.0.0.0/0
insmod ip_masq_ftp

There is also ip_masq module for irc I think.  You will need this module
too if you use irc behind the firewall.

Before I installed the ip_masq_ftp module in the firewall machine, ftp
clients behind the firewall would sometimes drop connection and abort in
the middle of a download.  I understand you can also fix this problem by
configuring your clients to work in passive mode, but it is easier for me
to just use the module.

I configure the dual boot machine to point to 192.168.1.1 for both gateway
and DNS services for both operating systems.

Not exactly on the subject but related:  My only printer is connected to
mapleloop.  I connect to it from the Debian remote machine by configuring
lp as a remote printer in the printcap of the remote Debian machine.  The
remote NT machine obtains print services from mapleloop by using the LPR
method in printer setup.  See the NT help utility for details. 

Hope this helps
Mike


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: cgi-bin scripts for ppp dial-up

1998-06-05 Thread Martin Bialasinski

>> "EB" == Edward Betts <[EMAIL PROTECTED]> writes:

EB> bo, halve hamm) to dial-up the internet. yes it works, but only by running
EB> pon as root. i want to have a cgi-script so that all my users on win95 
EB> boxes
EB> can dial-up (this box does ip masq). how?

Maybe masqdialer will work for you. It has a frontend for win95 as
well. www.freshmeat.net has it listed it its index. Check the site for
more info.

Ciao,
Martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: pppd disconnects after authenticating

1998-06-05 Thread Martin Bialasinski

>> "PM" == Paul Miller <[EMAIL PROTECTED]> writes:


PM> here is a complete session from the pppd log file

[...]

This is all? Where are the termination requests?

Ciao,
Martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: CD-rom and Zip-drive

1998-06-05 Thread Martin Bialasinski

>> "MV" == Marc van der Vossen <[EMAIL PROTECTED]> writes:

MV> I have a problem with my secondary IDE channel. I have a CD-rom as
MV> slave ans
MV> a Zip-drive as Master on that controller. When I insert my Debian-CD,
MV> install goes OK. Then, after reboot, dselect starts and I say; load from
MV> CD-rom. That's the place it does not work. I tried installing a mitsumi
MV> driver with the following settingns,
MV> mcd=0x376,15

No, this line is used for the running the a mitsumi cdrom attached to a
soundcard (IIRC).

You don't need any driver for atapi devices.

You said "it does not work", but what message do you get?

When you choose dselect's cdrom method, it will ask you about a block
device.

master at the 2nd IDE controller is /dev/hdc
slave  at the 2nd IDE controller is /dev/hdd

Try this when dselect asks you.

Ciao,
Martin
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: oops, the message

1998-06-05 Thread Richard E. Hawkins Esq.
greg bonser wrote,

> On Thu, 4 Jun 1998, Richard E. Hawkins Esq. wrote:

> > oops, here's the message.  And it's always the same LBA & Sector

> Back the hard drive up NOW. Are you running 2.0.33?  I got errors just
> like this with 2.0.33 and UltraDMA disks.  Reverting to 2.0.32 fixed it
> for me.

Give that man a cigar.  I responded to him that no, i had .32.  It turned out 
that i did indeed have .32.

After a few hours, I gave up and did a clean install of frozen on another 
partition.  Some is a little cleaner, but there's some new glitches:
a) subdomain names aren't allowed.  eyry.econ.iastate.edu cannot be of domain 
iastate.edu; i had to know where to edit this myself
b) no keyboard shortcuts durning install steps anymore
c) a redhat-style "what type of system" popped up.  I didn't know how to mark 
these; everything i tried didn't work, but I didn't think of space until after 
i tried "enter" at one i wanted.

Anyway, i managed to install in a blank partition, have managed to make a 
2.0.32 kernel, and am running again.  I have e2fsck looking for bad blocks on 
the old partition.  But what if it doesn't find any?  Do I just blast it and 
reformat?

another couple of miscellenay:  
d) if kernel-headers is installed after kernel-source, it seems to change the 
linux symlink to itself.  libc6dev seems to demand kernelheaders even if source 
is already installed.  this also causes "include/asm" is a directory problems
e) make zlilo still seems to use the partition rather than the device for 
"boot".  THat is, it creates boot=/dev/hda10 rather than boot=/dev/hda

rick

-- 
These opinions will not be those of ISU until it pays my retainer.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


nethack has wrong scoreboard file

1998-06-05 Thread Richard E. Hawkins Esq.

also, after reinstall I get:

eyryttyp1:hawk>nethack 
Warning: cannot write scoreboard file /usr/lib/games/nethack//var/lib/games/net
hack/record

how/where do I tell it that it's just /var;/obgames/nethack/record?


-- 
These opinions will not be those of ISU until it pays my retainer.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Checking Ports? (fwd)

1998-06-05 Thread Marcus Johnson
-- Forwarded message --
Date: Fri, 5 Jun 1998 12:50:21 -0700 (PDT)
From: Marcus Johnson <[EMAIL PROTECTED]>
To: John Hasler <[EMAIL PROTECTED]>
Subject: Re: Checking Ports?

Sorry for my brevity and thank you for your answer.  I meant ports as in
IP ports.  I tried to start a server-type program but it exits and tells
me that port is already in use.  This seems very odd to me because I
should be the only one using it.  I suspect its still running another copy
of my server.  How can I find out and if it is another instance of my
server how can I kill it?

Marcus

On Fri, 5 Jun 1998, John Hasler wrote:

> > Is there a way for a nonSysAdmin to check to see what program is using a
> > particular port? Even if the program is being run by a different user?
> 
> Do you mean serial ports?
> 
> lsof | grep "/dev/ttyS1" | cut -f1 -d' '
> 
> will produce a list of all programs with /dev/ttyS1 open.
> 
> John Hasler <[EMAIL PROTECTED]>
> 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Xwindow from win95?

1998-06-05 Thread Alain Toussaint
> Is there any program that people know of that will allow my to xwindow
> to my debian box from my win95 machine?  Thanks.

there's also VNC (Virtual Network Computing) that allow what you need,the
main feature is that it doesn't store any state information (it is
basically stateless like NC),the way it work is that both X and the X
server run on the linux machine and the win95 machine use only a graphic
displaying program,it allow you to keep your session while working on
different computer,it's released under the GPL,but i think it's only
available on hamm (or maybe slink),you can have a look at it at:
http://www.orl.co.uk/ ,it's quite impressive.

Alain



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


lpd looking for wrong device

1998-06-05 Thread servis
Hi all,

When I try to print to one of my 'printers' lpd tries to look for
/dev/lp instead of /dev/lp1.  This is my printcap


lpm|djm|hpdj660m|HP Deskjet 660Cse Mono Econo:\ 
:lp=/dev/lp1:sd=/var/spool/lpd/lpm:\ 
:sh:pw#80:pl#66:px#1440:mx#0:\ 
:if=/usr/sbin/lpm-filter:\ 
:af=/var/log/lp-acct:lf=/var/log/lp-errs: 
 
raw|djraw|hpdj660raw|HP Deskjet 660Cse Printer:\  
:lp=/dev/lp1:sd=/var/spool/lpd/raw:\ 
:sh:pw#80:pl#66:px#1440:mx#0:\  
:af=/var/log/lp-acct:lf=/var/log/lp-errs: 

When I print to 'lpm' it works as expected. When I try to print to 'raw'
the log file, /var/log/lpr.log, states:

Jun  5 15:18:31 brian lpd[15270]: /dev/lp: No such file or directory

(This printer is for samba printing so I don't need an input filter.)

Why is lpd looking for /dev/lp instead of /dev/lp1 as is specified in
the printcap?  I can make a symlink in dev of lp->lp1 but that just
hides the problem.

By the way this is a hamm systems with lpr verstion 5.9-26.1

Thanks,

Brian 
-- 
Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Xwindow from win95?

1998-06-05 Thread Alain Toussaint
i forgot to say that the graphic display program run on X,on win95/NT and
on java.

Alain



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


HAMM ftp proxy install

1998-06-05 Thread Kenneth Johansson
I tried to install hamm thru a ftp proxy. It did not work.

I tried ping my proxy and that was OK. But the install never could do a
connect. I dont know exaktly what went wrong other than it faild.
I tried to start dselect with debugging but that did not print anything
on the ftp connect.

I did a ftp from WinNT ftp and the sesseion is something like this

WinNT>ftp 
proxy>User: 
proxy>Password: 
proxy>ftp> user [EMAIL PROTECTED]
debian>Password: 
IN!!

what type of session is dselect ftp expecting ???

One improvement in the ftp install would be a manual login to the ftp
server then return to the script. Then It should work for more people.

I looked at the perl script but as I dont know perl that did not help
much. To me it looked like proxy never could work but that probably
wrong.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


mail corrupts uuencoded file

1998-06-05 Thread Luiz Otavio L. Zorzella

Hi,

I use to:

cat  | uuencode  | mail -s  

To transfer files. But I had problems transmiting a large one (almost
4 Mb) that I tried several times. I decided to take a look, and
generated a uuencode, and then mailed this uuencode to myself (local
machine), and compared the two of them.

The diff showd that every once in a while there was a line with
missing characters, like the second one in this excerpt:

-corrupted file--

MH"CF)1?.$4^_13N8_F_159#G4/3SPO,H!GMA((I7O##T+=KW83SU(:H=5+R^
VV[89A+\%889A,L#L,[EMAIL PROTECTED]"78A0M:@B-A^([EMAIL PROTECTED]">Z$82E!
M.`*K">Z)P`J":A'XEJ!)!#81M(O`5JKZ$82E!
M.`*K">Z)P`J":A'XEJ!)!#81M(O`5JK |< |---"
464c464
530c530
728c728
794c794
860c860
926c926
992c992
1058c1058
1124c1124
1190c1190
1256c1256
1389c1389
1455c1455
1521c1521
1587c1587
1653c1653
1719c1719
1785c1785
(...)

Does anyone have any clue why is this happening?

TIA!

-- 
Luiz Otavio L. Zorzella Product Engineer
[EMAIL PROTECTED]  http://www.conexware.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Man errors?

1998-06-05 Thread Ossama Othman
Hi,

What does all of the following mean and how can I correct the problem?

# man afclient
Updating index cache for path `/usr/man'. Wait...man: can't open
/usr/man/man1/gnuserv.1: No such file or directory
man: warning: /usr/man/man1/gnudoit.xemacs20.1.gz: bad symlink or ROFF
`.so' request
man: can't open /usr/man/man1/gnuserv.1: No such file or directory
man: warning: /usr/man/man1/gnuclient.xemacs20.1.gz: bad symlink or ROFF
`.so' request
man: can't open /usr/man/man1/gnuserv.1: No such file or directory
man: warning: /usr/man/man1/gnuattach.xemacs20.1.gz: bad symlink or ROFF
`.so' request
man: warning: /etc/alternatives/yaccman is a dangling symlink
man: can't open /usr/man/man1/yacc.1: No such file or directory
man: warning: /usr/man/man1/yacc.1.gz: bad symlink or ROFF `.so' request
man: warning: /usr/man/man1/pstogif.xemacs20.1.gz is a dangling symlink
man: can't open /usr/man/man1/pstogif.1: No such file or directory
man: warning: /usr/man/man1/pstogif.1.gz: bad symlink or ROFF `.so'
request
man: warning: /etc/alternatives/tixwish.1.gz is a dangling symlink
man: can't open /usr/man/man1/tixwish.1: No such file or directory
man: warning: /usr/man/man1/tixwish.1.gz: bad symlink or ROFF `.so'
request
man: can't open /usr/man/man1/gnuserv.1: No such file or directory
man: warning: /usr/man/man1/gnuclient.1.gz: bad symlink or ROFF `.so'
request
man: can't open /usr/man/man1/gnuserv.1: No such file or directory
man: warning: /usr/man/man1/gnudoit.1.gz: bad symlink or ROFF `.so'
request
man: can't open /usr/man/man1/gnuserv.1: No such file or directory
man: warning: /usr/man/man1/gnuattach.1.gz: bad symlink or ROFF `.so'
request
done.
No manual entry for afclient

I know that I have no man page for afclient.  The above errors/warnings
occur whenever I try to "man" a non-existent man page.

Thanks,
-Ossama


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Using Both IDE and SCSI Controllers

1998-06-05 Thread Allan Bart

Hello,

I was wondering if any of the users on this group have concurrently
run both types of disk drives. i am planning to use an advansys 5140
and an internal ide controller on my old ast 486dx system. 

looking ro hear from you,

allan bart



==
Allan W. Bart, Jr.
Strategic Analyst

_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


RE: Using Both IDE and SCSI Controllers

1998-06-05 Thread The Gecko
My system runs an Adaptec 7xxx SCSI controller (and drive), three IDE drives
and an IDE CD-Rom...   Works... boots off of /dev/hda1 so I had to use LILO to
boot anything off of /dev/sda1

On 05-Jun-98 Allan Bart wrote:
> I was wondering if any of the users on this group have concurrently
> run both types of disk drives. i am planning to use an advansys 5140
> and an internal ide controller on my old ast 486dx system. 

--
http://benham.net/index.html
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCS d+(-) s:+ a29 C++$ UL++> P+++$ L++> E? W+++$ N+(-) o? K- w+++$(--)
O M-- V- PS-- PE++ Y++ PGP++ t+ 5 X R+ !tv b
 DI+++ D++ G++>G+++ e h+ r* y+
--END GEEK CODE BLOCK--
--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Quake Segfaults

1998-06-05 Thread Michael Beattie
On Fri, 5 Jun 1998 [EMAIL PROTECTED] wrote:

> I recently ran into this.  On my box, svgalib was crosslinked to libc6 -- so
> quake was linked to both libc5 and 6 so it segfaulted.  To see if this has 
> happened to you run ldd on your quake binary like this: 
> ldd /usr/games/squake.real.  If you see libc5 and libc6 then you have the bad
> lib package.  Getting the new version and/or running ldconfig as root should
> fix it.


hmmm only this:

libm.so.5 => /lib/libm.so.5 (0x4000a000)
libvga.so.1 => /usr/lib/libc5-compat/libvga.so.1 (0x40013000)
libc.so.5 => /lib/libc.so.5 (0x4004f000)
 

but an ldconfig fixed it.. thanks!


   Michael Beattie ([EMAIL PROTECTED])

---
  God's last name is not damn.
---
Debian GNU/Linux  Ooohh You are missing out!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Using Both IDE and SCSI Controllers

1998-06-05 Thread George R
On 06/05/98 at 02:35 PM, Allan Bart <[EMAIL PROTECTED]> said:

>Hello,

>I was wondering if any of the users on this group have concurrently run
>both types of disk drives. i am planning to use an advansys 5140 and an
>internal ide controller on my old ast 486dx system. 

>looking ro hear from you,

I'm using a Symbios SCSI card(3 hard drives and a CD) and the onboard
IDE(2 harddrives and a floppy).  Works for me.

George
 

A computer virus can be said to either 1) trash your hard drive, 2) lock
up your computer, or 3) slow down your computer over time.

Sounds like windows to me.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: pppd disconnects after authenticating

1998-06-05 Thread Paul Miller
On Fri, 5 Jun 1998, Geof Goodrum wrote:

> On Fri, 5 Jun 1998, Paul Miller wrote:
> 
> ...
> > Jun  5 13:52:16 serv1 pppd[398]: rcvd [PAP AuthReq id=0x2 user="paul" 
> > password="mypass"]
> ...
> > > Generally, you must use a recent development kernel (2.1.x) or do 'make
> > > kernel' from the pppd 2.3.x source distribution to patch 2.0.x kernels. 
> > > This was true at least through kernel 2.0.33 (I haven't tried 2.0.34). 
> > 
> > I've never done that before... I just tried it with 2.0.34, and it failed
> > to compile..
> 
> I presume that the end of the debug log was just "link terminated at
> peer's request", i.e. nothing particularly useful about the pap
> authentication?

No!  That is an exact copy of the log file (except for the password of
course).

> Is your pap-secrets file properly configured?  Note that the format is
> slightly different than that used for pppd v2.2.x.  Since you did not
> specify 'login' in your pppd options, I presume you have "paul" and
> "mypass" specified in pap-secrets, along with * for the IP address.

No.  There is only one line in the pap-secrets file:
# clientserver  secret  ip
*   serv1   ""  *

> Of course, compiling the kernel is another can of worms.  I can't even
> begin to guess why you are having problems without more information.  You
> did say that you compiled the kernel before (i.e., the /include symbolic
> links are correct)?  Some bugs have been noted with ppp v2.3.5, but
> patches have been posted to the linux-ppp list.  If you are using a Debian
> source package, I expect these patches have been made already. 

Right... everything is setup correctly.  Here is a clip of syslog:

Jun  5 13:41:39 serv1 mgetty[320]: data dev=ttyS1, pid=320, caller='none', 
conn='115200', name='', cmd='/usr/sbin/pppd', user='/AutoPPP/'
Jun  5 13:41:47 serv1 PAM_pwdb[320]: (ppp) session opened for user paul by 
ppp(uid=0)
Jun  5 13:41:48 serv1 mgetty[398]: TIOCMBIS failed: Input/output error
Jun  5 13:41:48 serv1 mgetty[398]: cannot turn off soft carrier: Input/output 
error
Jun  5 13:41:48 serv1 mgetty[398]: tcgetattr failed: Input/output error
Jun  5 13:41:48 serv1 mgetty[398]: cannot get TIO: Input/output error
Jun  5 13:52:10 serv1 mgetty[398]: data dev=ttyS1, pid=398, caller='none', 
conn='115200', name='', cmd='/usr/sbin/pppd', user='/AutoPPP/'
Jun  5 13:52:17 serv1 PAM_pwdb[398]: (ppp) session opened for user paul by 
ppp(uid=0)
Jun  5 13:52:18 serv1 mgetty[2076]: TIOCMBIS failed: Input/output error
Jun  5 13:52:18 serv1 mgetty[2076]: cannot turn off soft carrier: Input/output 
error
Jun  5 13:52:18 serv1 mgetty[2076]: tcgetattr failed: Input/output error
Jun  5 13:52:18 serv1 mgetty[2076]: cannot get TIO: Input/output error

It appears that mgetty is having trouble with my modem--but the modem
isn't the problem.  Any ideas?  It doesn't look like PAM_pwdb failed...???

-Paul


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


python-extclass missing

1998-06-05 Thread Alain Toussaint
anyone know what happened to this package ???

dists/unstable/main/binary-i386/interpreters/python-extclass_1.0.2-4.deb:
No such file or directory.

Alain



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]