Re: lpr wants /usr/spool???

1998-02-21 Thread Alex Romosan
it worked probably because there used to be a symlink from /usr/spool
to /var/spool. this link has disappeared in the new base-files package
(1.6), so you either create the symlink by hand (like i did) or edit
the printcap file.

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: aha2920, "no disk found"

1998-02-21 Thread David Stern
On Sat, 21 Feb 1998 13:00:32 CST, TW Kayos wrote:
> doesn't anyone have experience installing Debian on this hardware?
> Perhaps
> the card should be removed from the "working" hardware list, as it
> doesn't
> work with linux.

What makes you think aic7xxx supports your controller?

/usr/src/kernel-source-2.0.32/drivers/scsi/README.aic7xxx says:

 Supported cards/chipsets
  
Adaptec Cards
---
AHA-274x   
AHA-2842   
AHA-2940   
AHA-2940W  
AHA-2940U  
AHA-2940UW 
AHA-2944D  
AHA-2944WD
AHA-3940
AHA-3940W
AHA-3985
AHA-3985W

I looked around and didn't see any mention of the 2920 anywhere.

If this is one of those mobos with the built in aic7xxx chipsets, then 
you might try to see if there's a newer kernel and driver for your card 
at:

  http://www.linuxhq.com

There's also the possibility that your card uses another driver, but 
since I didn't see it listed, I wouldn't be able to say which one.

-- 
D a v i d   S t e r n  
--
 http://weber.u.washington.edu/~kotsya
   [EMAIL PROTECTED]




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PS/2 Mouse Port

1998-02-21 Thread William R. Ward
In article <[EMAIL PROTECTED]>, Nathan E Norman <[EMAIL PROTECTED]> writes:
> You probably did this already, but have you enabled your PS/2 mouse port
> in your BIOS?  You also need a kernel with PS/2 support compiled in, or
> you need to insert the module.  I believe typing 'cat /proc/misc' will
> show you if ps2 support is currently enabled.  Also, check
> /proc/interrupts to see if IRQ 12 is free.

Well /proc/misc shows only "rtc" and "softdog" whatever those are.
IRQ 12 is free.  I'll play with the BIOS - I assumed it would have
been enabled out of the box like the rest of the ports.  My kernel has
PS/2 mouse port support included as a module.

--Bill.

-- 
William R Ward  Bay View Consulting   http://www.bayview.com/~hermit/
[EMAIL PROTECTED] 1803 Mission St. #339voicemail +1 408/479-4072
[EMAIL PROTECTED]   Santa Cruz CA 95060 USA   pager +1 408/458-8862
 PGP Key 0x2BD331E5; Public key at http://www.bayview.com/~hermit/pubkey.txt
-
"The government of the United States of America is not in any sense founded
upon the Christian Religion." - John Adams


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: 1FA:

1998-02-21 Thread Nathan E Norman
On Fri, 20 Feb 1998, Stephen P. Ryan wrote:

: On 20 Feb, Bruce Dobrin wrote:
: > 1FA:   is what I get when I try to boot from My hard drive.  I had this 
: > problem once before and the problem mysteriously went away. It hasn't gone 
: > away yet on this box.  this disturbs me.  This is a new machine with a 
: > 9gig cheeta drive,  1st (system) partition is 500meg.  Any Ideas???
: > 
: > Thank you
: 
: That is a prompt from your BIOS, wanting to know which partition /
: drive to boot from.  You might get this from pressing a key too soon in
: the boot sequence, or from not having a proper boot sector installed.
: If you are using LILO, check to make sure that it is installed on the
: boot sector rather than in the partition.
: 
: -- 
: Stephen Ryan   Debian GNU/Linux
: Mathematics graduate student, Dartmouth College

Well, sorta.  It's actually a prompt from a program called "mbr".  See
/usr/doc/mbr on your debian box for further info.  mbr is what the
Debian install puts in your Master Boot Record when you choose to
install a boot loader.  The next step in the install is where you can
set the Linux root partition active ... Debian by default installs LILO
in the Boot Record, rather than in the MBR.  (Boy, that's clear)

Usually, one sees the "1FA:" prompt by playing with the keyboard
somewhere between the POST and the LILO boot code.  Installing LILO in
the MBR can solve the problem, but may cause headaches with MS OSes ...
they like to overwrite the MBR whenever you reinstall.

HTH,

--
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
phone: (605) 334-4454 fax: (605) 335-1173
mailto://[EMAIL PROTECTED]   http://www.midco.net
PGP Key ID: 0xA33B86E9 - Public key available at keyservers
PGP Key fingerprint: CE03 10AF 3281 1858  9D32 C2AB 936D C472



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PS/2 Mouse Port

1998-02-21 Thread Nathan E Norman
On 20 Feb 1998, William R. Ward wrote:

: I have a motherboard that has a PS/2 mouse port.  It's *not* an ATX
: motherboard, though - the PS/2 port and the parallel port are together
: on a metal insert that goes in one of the card slot holes in the
: case.  I have a TrackMan that has a PS/2 port: with an adapter it
: works fine in the serial port, but I want to free up that port and use
: the PS/2 port on the motherboard.
: 
: I tried plugging the mouse in, powering up the system, and configuring
: XFree86 to use /dev/psaux or /dev/psmouse, but no dice.  I also tried
: "cat /dev/psaux" and moving the trackball and pushing buttons, and saw
: nothing - I expected to see gibberish.  So maybe it isn't working at
: all!
: 
: I'd appreciate any suggestions for 1) testing to see if my PS/2 port
: even works, 2) configuring Linux to find my PS/2 port, and/or 3)
: getting it to work with X.
: 
: --Bill.

You probably did this already, but have you enabled your PS/2 mouse port
in your BIOS?  You also need a kernel with PS/2 support compiled in, or
you need to insert the module.  I believe typing 'cat /proc/misc' will
show you if ps2 support is currently enabled.  Also, check
/proc/interrupts to see if IRQ 12 is free.

HTH,

--
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
phone: (605) 334-4454 fax: (605) 335-1173
mailto://[EMAIL PROTECTED]   http://www.midco.net
PGP Key ID: 0xA33B86E9 - Public key available at keyservers
PGP Key fingerprint: CE03 10AF 3281 1858  9D32 C2AB 936D C472



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Viewing bootup message

1998-02-21 Thread Nathan E Norman
On 20 Feb 1998, William R. Ward wrote:

: Lindsay Allen <[EMAIL PROTECTED]> writes:
: > On Tue, 10 Feb 1998, Hamish Moffatt wrote:
: > > On Mon, Feb 09, 1998 at 09:11:27PM -0500, [EMAIL PROTECTED] wrote:
: > > > How can you view the entire list of messeges that show when you boot 
into
: > > > linux? It all either scrolls by too fast or too much read/decipher as it
: > > > rolls off the top. Is there a file that mirrors that output or someway I
: > > > can re-direct it to a file for perusal?
: > > 
: > > dmesg will show you the kernel stuff, eg "dmesg | less". Most of 
: > > it is in the logs in /var/log too. There's no way (that I know of)
: > > to see all the non-kernel stuff.
: > 
: > I could shift/page right back to the bios messages after startup until I
: > upgraded svgatextmode (currently Version: 1.8-4.)  Now I cannot go back
: > past whatever is on the screen when svgatextmode starts.  Has anyone got a
: > fix for this?
: 
: I've never seen much point in svgatextmode, personally - you can get
: 80x50 from LILO, isn't that enough?

Sure, if you've got a 15" monitor, and have never used a 132 column
monitor.  However, this argumant is pointless as it doesn't fulfill the
purpose of the list - address the user's question.

At any rate, I believe the new version of stm resets the screen when it
starts, so that gpm will work as advertised (if you start gpm, then
start stm, and don't send a SIGWINCH (iirc) to gpm, it still thinks
you're in a 80x25 window.  Ugly)  I suppose this reset is causing your
inability to scroll back.

I'm not a master with stm, gpm, but I think there is a way to _not_ run
stm on one of your consoles.  Is there?  If you don't use gpm, you could
comment out the reset program in the stm config file ... or, even if you
do use gpm you could try this.

I'll try it out on my Compaq monday at work.  Until then, this is mostly
conjecture.

HTH,

--
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
phone: (605) 334-4454 fax: (605) 335-1173
mailto://[EMAIL PROTECTED]   http://www.midco.net
PGP Key ID: 0xA33B86E9 - Public key available at keyservers
PGP Key fingerprint: CE03 10AF 3281 1858  9D32 C2AB 936D C472



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Question - Hamm, Mgetty, PPP, wtmp - Arrgh!

1998-02-21 Thread Jeff Noxon
On Sat, Feb 21, 1998 at 03:25:42PM -0500, Tim Sailer wrote:
> I wrote:
> > I just tried to shuffle modems.  Only /dev/ttyC1 shows connect speeds.
> > That rules out modem settings.
> 
> That makes me thing you need to look at /etc/mgetty.config. Check the
> per-port init strings.

This is it:

#
# mgetty configuration file
#
# this is a sample configuration file, see mgetty.info for details
#
# comment lines start with a "#", empty lines are ignored


# - global section -
#
# In this section, you put the global defaults, per-port stuff is below


# set the global debug level (5 is quite verbose)
debug 3

# set the local fax station id
fax-id unconfigured

# access the modem(s) with 38400 bps
speed 115200

# the /dev/tty-device is owned by uucp.uucp and mode "rw-rw-r--" (664)
port-owner root
port-group dialout
port-mode 0660

# incoming faxes are owned by "root.uucp" and mode "rw-rw" (660)
fax-owner root
fax-group fax
fax-mode 0660


# - port specific section -
# 
# Here you can put things that are valid only for one line, not the others
#

# Zoom V.FX 28.8, connected to ttyS0: don't do fax, less logging
#
#port ttyS0
#  debug 3
#  data-only y

# ZyXEL 2864, connected to ttyS1: maximum debugging, grab statistics
#
#port ttyS1
#  debug 8
#  init-chat "" \d\d\d+++\d\d\dAT&FS2=255 OK ATN3S0=0S13.2=1 OK 
#  statistics-chat "" AT OK ATI2 OK
#  statistics-file /tmp/statistics.2864
#  modem-type cls2

# direct connection of a VT100 terminal which doesn't like DTR drops
#
#port ttyS2
#  direct y
#  speed 19200
#  dtr-toggle n

port ttyC1
  data-only y
  init-chat "" ATZ OK
port ttyC2
  data-only y
  init-chat "" ATZ OK
port ttyC4
  data-only y
  init-chat "" ATZ OK
#  statistics-chat "" AT OK ATI6 OK ATI11 OK
#  statistics-file /tmp/statistics.ttyC2



And this is from /etc/inittab:

C1:23:respawn:/sbin/mgetty /dev/ttyC1
C2:23:respawn:/sbin/mgetty /dev/ttyC2
C4:23:respawn:/sbin/mgetty /dev/ttyC4

Thanks,

Jeff


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Question - Hamm, Mgetty, PPP, wtmp - Arrgh!

1998-02-21 Thread Tim Sailer
Jeff Noxon wrote:
> > > > >  On Mon, Feb 16, 1998 at 01:06:59PM -0600, Jeff Noxon wrote:
> > > > >> I have three dial-in modems on my hamm box.  They are all identical
> > > > >> USR Couriers AFIAK, and their configuration *appears* to be the same.
> > > > >> But one port always shows connect speed in wtmp, and the others do 
> > > > >> not:
> > > > >
> > > The modem settings are identical.  The modem firmware revisions are
> > > identical.  The mgetty configuration lines are the same.  The inittab
> > > lines are the same.  This is really bizarre.  It used to work with bo,
> > > and one of my mgetty upgrades killed it a long time back.  I asked back
> > > then, and nobody offered to help.
> > 
> > So when you shuffle the modems around on the ports, does the same port 
> > show the speed, or the same modem? At least that should eliminate the 
> > possibility of differing modems.
> 
> I just tried to shuffle modems.  Only /dev/ttyC1 shows connect speeds.
> That rules out modem settings.

That makes me thing you need to look at /etc/mgetty.config. Check the
per-port init strings.

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
   It works better if you plug it in.
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: traceroute program?

1998-02-21 Thread Ralph Winslow
When Paul Miller wrote, I replied:

When I run "dpkg -S traceroute" is see things from the netstd package.
> 
> What package contains the traceroute program (not mtr, something similar
> to microsoft's tracert.exe program).
> 
> ---
> Paul Miller <[EMAIL PROTECTED]>, finger for public PGP key
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] .
> Trouble?  e-mail to [EMAIL PROTECTED] .

-- 
-
Ralph Winslow [EMAIL PROTECTED]
Mary bought a pair of skates
upon the ice to frisk
now wasn't that a crazy way
her sweet young *?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


aha2920, "no disk found"

1998-02-21 Thread TW Kayos
doesn't anyone have experience installing Debian on this hardware?
Perhaps
the card should be removed from the "working" hardware list, as it
doesn't
work with linux.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Beeping the Speaker

1998-02-21 Thread Michael Beattie
On Sat, 21 Feb 1998, Michael Beattie wrote:

> Is it at all possible to beep the PC Speaker via bash? or perl... or
> whatever? 
> 
> What I want to do is set up my ip-up script, so that fetchmail is run from
> it, and there is some sort of notification when it is complete.. i.e. a
> double beep or something.
> 

Thanks for all the reply's, I have found a solution
`echo CTRL-V CTRL-G' works, as does `echo -e "\a"' but when run in ip-up,
they must be redirected to a tty... i.e `echo -e "\a" > /dev/tty11' 
My only problem is that echoing the \a twice runs them together to sound
like one... I would like a double beep, so i used `runq;runq' to get a
suitable pause in between beeps... If anyone has a better idea :)
I guess it's okay like that if you use queue_only (smail), you kind of
need to deliver mail that arrives via fetchmail. :)

Thank you again for any help recieved...


   Michael Beattie ([EMAIL PROTECTED])

---
  If NT is the answer, you didn't understand the question. (NOTE: Stolen sig)
---
Debian GNU/Linux  Ooohh You are missing out!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Question - Hamm, Mgetty, PPP, wtmp - Arrgh!

1998-02-21 Thread Jeff Noxon
On Thu, Feb 19, 1998 at 04:48:04PM +, David Wright wrote:
> On Thu, 19 Feb 1998, Jeff Noxon wrote:
> 
> > On Wed, Feb 18, 1998 at 04:33:58AM +, [EMAIL PROTECTED] wrote:
> > > >  On Mon, Feb 16, 1998 at 01:06:59PM -0600, Jeff Noxon wrote:
> > > >> I have three dial-in modems on my hamm box.  They are all identical
> > > >> USR Couriers AFIAK, and their configuration *appears* to be the same.
> > > >> But one port always shows connect speed in wtmp, and the others do not:
> > > >
> > The modem settings are identical.  The modem firmware revisions are
> > identical.  The mgetty configuration lines are the same.  The inittab
> > lines are the same.  This is really bizarre.  It used to work with bo,
> > and one of my mgetty upgrades killed it a long time back.  I asked back
> > then, and nobody offered to help.
> 
> So when you shuffle the modems around on the ports, does the same port 
> show the speed, or the same modem? At least that should eliminate the 
> possibility of differing modems.

I just tried to shuffle modems.  Only /dev/ttyC1 shows connect speeds.
That rules out modem settings.

Thanks,

Jeff


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Enlightenment Stuff.

1998-02-21 Thread Timothy M. Hospedales
Has anyone gotten Enlightenment & related apps (ImLib, eMusic, ePlus,
eTerm, etc), to compile properly on their debian system?
>From what i've seen RH5 people seem to beable to compile E-stuff fine,
while they give trouble on other distributions.
I'm wondering what the RH5 people have that i'm missing: On my Hamm
system, ImLib compiles fine, but none of the other Enlightenment things
or Enlightenment itself will compile.
Any ideas on what RH5 might have over my Debian Hamm, and how to fix it?

Thanks,
Timothy.

PS: Are there any plans to debianize Enlightenment now that it's in
beta?



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


RE: Any Mappers?? [HTML imagemap creation on Linux]

1998-02-21 Thread Paul Lew
> "Rob" == Pure Energy <[EMAIL PROTECTED]> writes:

Rob> Anyone know of any programs that work on debian/linux for
Rob> creating imagemaps? I've looked but haven't been able to find
Rob> anything.

I have been using tgif to do my web imagemaps, pretty good.  Tgif is
object based, you can associate attributes to each object.  If the
object name is "href=", you can then select output to be html and
it will create client side imagemap upon print request.

#N  tgif (Xlib based 2d drawing program for X11)
#U  http://bourbon.cs.ucla.edu:8001/tgif/
#U  ftp://ftp.x.org/contrib/applications/tgif/tgif-3.0-p16.tar.gz
#D  11/15/97  02:38 AM


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


traceroute program?

1998-02-21 Thread Paul Miller
What package contains the traceroute program (not mtr, something similar
to microsoft's tracert.exe program).

---
Paul Miller <[EMAIL PROTECTED]>, finger for public PGP key


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


FrameMaker

1998-02-21 Thread Ralph Winslow
Is there a Debian package of FrameMaker or something that does
the same kinds of things?  I've started using it a work and
would like to practice using it on my home machine.
-- 
-
Ralph Winslow [EMAIL PROTECTED]
Mary bought a pair of skates
upon the ice to frisk
now wasn't that a crazy way
her sweet young *?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: US Mutt in hamm

1998-02-21 Thread Jeff Noxon
On Fri, Feb 20, 1998 at 10:18:42AM -0800, Adam Klein wrote:
> The new /etc/Muttrc doesn't set any colors, and the default in mutt is
> black and white.

It's annoying that old configuration files aren't backed up unless
they're modified.  Fortunately, I found an old /etc/Muttrc on another
system, and got my colors back.

Oh well,

Jeff


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Wanted: the TUTOR MC68K emulator??

1998-02-21 Thread Benoit Goudreault-Emond
> Does anyone know if there exists a debian package that simulates any type
> of MC68K assembler??  Specifically the TUTOR software.  Any help is
> greatly appreciated.

Last time I checked, there wasn't any.  The people who developed the thing
don't seem to distribute the source, and I didn't find ANY Linux version (only
Solaris).

Still... If you can stand text mode, the DOS version works great under
DOSEMU.  I used it that way last semester ; worked like a charm (but
the way the software is written, it tends to eat all CPU time polling
the keyboard... But that's the way DOS taught people to program, I
guess).

-- 
Benoit Goudreault-Emond
Reply to: [EMAIL PROTECTED]
PGP public key fingerprint: 11 43 A9 04 7C 11 41 44  5F FC 69 B1 B6 0A ED 78
E-mail me to receive the actual public key.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lpr wants /usr/spool???

1998-02-21 Thread Richard E. Hawkins Esq.
> check your /etc/printcap file.
> 

ahah, you're right.  I took it from one of the workstations.  But this begs 
the question as to why it worked for weeks before this . . .


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



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lpr wants /usr/spool???

1998-02-21 Thread Adam Klein
On Fri, Feb 20, 1998 at 12:54:23PM -0600, Richard E. Hawkins Esq. wrote:
> 
> I used to be able to print from the appropriate account to this print spooler.
>  but now I get the message,
> 
> lpq: he183-lj5m: cannot chdir to spooling directory
> 
> and a cannot create /usr/spool/.seq error when trying to print.  I've created 
> /usr/spool, as 777, and it prints.  But as near as I can tell, it should want 
> /var/spool, not /usr/spool.

Well, I'm the maintainer of lpr, and I can assure you that it never
uses in /usr/spool unless you tell it to.

Adam Klein


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


a problem with headers (Was: in search for Mr. Scheetz)

1998-02-21 Thread mfrattola
Hi,
first of all I want to thank all those who helped me in my desperate search
for Mr. Scheetz. 
Now here's the problem that made impossible for me to reach Mr. Scheetz directly
I'm using elm+sendmail+popclient to send/receive my mail. On my outbound mail, I
use elm to properly rewrite the header with my POPaccount address. It used to
work, but Mr. Scheetz's ISP does (or at least this is what I have understood) 
some checks on mail headers to reject spam.
My mail messages seems to originate from my machine, which is not permanently
on internet and has no valid DNS name. Since this name doesn't resolve, my
messages can't reach Mr. Scheetz directly since they're taken as spam (coming
from a fake address).
Once upon a time I used to masquerade (in sendmail) my local machine name with
my ISP name. This was the only way known to me at that time to make the return
address come out right. When I discovered (thanks to this list again) the elm
header rewriting function, I stopped masquerading. I tried to revert to this
solution, but it doesn't seems to work (take a look at my header) now.

Now my questions are:
1. how can I make my messages reach Mr. Scheetz (and everybody who has spam
   address check)?
2. is there a way (preferably with sendmail, but I'm evaluating all suggestions)
   to masquerade only outbound messages (I have a small LAN and masquerading
   makes mail stop working on my LAN)

I'm not attaching any config file (pollution-wise), but I'm ready to send
whatever could help sort this out.
TIA
-- 
|||| |||  Marco Frattola Microsoft is not the answer
||`..'|| |||...   Piacenza, ItalyMicrosoft is the question
|||  ||| |||''[EMAIL PROTECTED]"No" is the answer
|||  ||| |||  www.enjoy.it/users/~mk/index.html  Live Linux, live free!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: FTP Killing PPP Connection

1998-02-21 Thread Alex Yukhimets
> I'm having some strange results when I use the default FTP software. It
> goes for a while and eventually kills my PPP connection. I don't make it
> to a meg of a download before the system redials. This also happens when
> remote users access ftpd and transfer files. But not as badly or as often.
> The strange thing is... ncftp does NOT do this. I have never had a redial
> while using it. Anyone else run into this? Could it be a network setting
> that needs to be adjusted? Because I can't nail this down to a specific
> cause... RTFM hasn't been too successful ;) The connection is a standard
> 33.6 USR Sportster. I run a low usage Apache server, sendmail (20 users
> max) and 21 Eggdrop bots. I first thought I was taxing my bandwidth.
> however, lag is not a problem... everything else functions great, and if
> it was a bandwidth problem... ncftp would have the same problem.

Hi.

I studied the code of both ftp and ncftp recently and found that while
there is a great deal of inspiration of ncftp from ftp, they are a bit
different in settings the socket options for both control and data
connection. But you can't change it. The other thing is that ncftp
uses passive mode by default while ftp sendport mode for data connection.
Try setting "passive" in ftp and see if it helps.

Alex Y.
-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \(")|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: XWindows too big for my screen.

1998-02-21 Thread Alex Yukhimets
> Hello,
> ==
> 
> > In X-Windows, almost any software I run extends off the edges of the
> > screen, making it difficult or impossible to use some stuff (Especialy
> > games, but other stuff too.) I'm using an SVGA monitor, but with a
> > generic VGA graphics card.

Hi.

While the following is all true, what you probably asked for is just that
most (if not all) X programs have "-geometry" option which allowes to
specify the initial size of the window. Like in the following
gv -geometry 200x300-0+0
will make gv open the window in the upper right corner with height 300
and width 200.

Alex Y.

> Well, how much VRAM do you have on your graphics card? I have just 1 MB,
> but it allows me to run XWindow in 800x600x256 colors with virtual
> screen of 1024x768. I think it is also suitable for you.
> 
> Virtual screen is a screen that 'exceeds' the size of your physical
> screen. You can enlarge it and move in it by simply dragging your mouse
> towards some corner of the screen. I suspect your virtual screen is too
> small, so it'll be good to enlarge it.
> 
> So, edit the /etc/X11/XF86Config file, find the 'Screen sections'
> section and add this line to every 'Subsection "Display"':
> 
> Virtual 1024 768 (or how much do you want)
> 
> so it looks like this:
> 
>  Subsection "Display"
> Depth   8
> Modes   "800x600" "1024x768" "1280x1024" "640x480"
> ViewPort0 0
> Virtual 1024 768
> EndSubsection
> 
> Of course, only one of that subsections is responsible for your display
> (because X automatically chooses the proper driver and settings for your
> card), but because I don't know which one of them is to be used to set
> up your X, I suggest you put that line into every such subsection. Of
> course you may experiment and find out which one subsection is really
> needed and edit only that. 
> 
> I think you should edit preferably those section which are commented to
> be for generic VGA. But there is nothing to mess.
> 
> By the way, how many screens do you have on your X? It is set in the
> system.fvwm2rc file (if you're using FVWM2) in the line DeskTopSize.
> Make sure it is at least 2x2.
> 
> Well, try it - and if it doesn't work, just e-mail ;-)
> 
> Everything the best,
> Peter
> 
> -- 
>   *
>   * Peter Paluch  *
>   * Kukucinova 939/35 *
>   * Kysucke Nove Mesto*
>   * 024 01*
>   * Slovakia, Europe  *
>   * - *
>   * tlf: +421 826 421 2542*
>   * e-mail: [EMAIL PROTECTED] *
>   *
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 
> 


-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \(")|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xearth

1998-02-21 Thread Noah L. Meyerhans
To solve that problem, you need to tell the compiler where to find
libXt.so.  Edit your Makefile and find all instances of the string '-lXt'.
Insert -L/usr/X11R6/lib, or whatever the appropriate path is to the
directory containing libXt.so.

However, instead of building this program from source, you should download
the Debian package file containing the pre-compiled binary.  It's
available at
ftp://ftp.debian.org/debian/non-free/binary/xearth_1.0-12.deb

Use 'dpkg -i xearth_1.0-12.deb' to install it once you've downloaded it.

noah

On Sat, 21 Feb 1998, Abou Anber wrote:

> 
> Dear Sir: 
>  I try to Install xearth, version 1.0 under Linux but I got an error 
> 
> message, which is"ld: cannot open -lXt No such file or directory" 
>   " make: *** [xearth] error 1" 
> 
> I'll be appreciate if you can help me about solving this problem. 
> 
> Many thanks 
> Scincerly 
> Ahmed 
> 
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 

  
  PGP public key available at
  http://lynx.dac.neu.edu/home/httpd/n/nmeyerha/mail.html
  or by 'finger -l [EMAIL PROTECTED]'





--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Wanted: the TUTOR MC68K emulator??

1998-02-21 Thread Jesus Duran

Does anyone know if there exists a debian package that simulates any type
of MC68K assembler??  Specifically the TUTOR software.  Any help is
greatly appreciated.

Regards,

jd

PS. On the MC68K, TUTOR is a 16kb resident package, that allows various
assembler type commands to be issued to the processor to view memory
execute commands...etc.  It cam with the motorola Educational computer
boardto learn the mc68k architecture.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: X Windows 16-bit

1998-02-21 Thread Martin Bialasinski
Corey Miller <[EMAIL PROTECTED]> writes:

>   When I run X Windows in 16 bpp mode, I can see the grided outlines
you mean 8bpp here, right?

> of windows when I try to move them. However, when I witch to 16 bpp, it
> stops displaying the outlines when I try to move windows around. Thanks
> for your help,

This is a issue with the windowmanager.

For fvwm2, you need a line like "XORValue 255" in the configfile.

Ciao,
Martin


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xearth

1998-02-21 Thread Martin Bialasinski
Abou Anber <[EMAIL PROTECTED]> writes:

>  I try to Install xearth, version 1.0 under Linux but I got an error 
> 
> message, which is"ld: cannot open -lXt No such file or directory" 
>   " make: *** [xearth] error 1" 
> 

Which debianpackage of xearth did you install? The output of 
"dpkg -s xearth" will give us more info about your problem. Looks like a
dependency problem.

Ciao,
Martin


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xearth

1998-02-21 Thread Daniel Martin at cush
Abou Anber <[EMAIL PROTECTED]> writes:

> Dear Sir: 
>  I try to Install xearth, version 1.0 under Linux but I got an error 
> 
> message, which is"ld: cannot open -lXt No such file or directory" 
>   " make: *** [xearth] error 1" 
> 
> I'll be appreciate if you can help me about solving this problem. 

Well, I just tried to make xearth and everything went just fine.
I just did a simple:

xmkmf
make

Tell me - do you have both the packages xlib6 and xlib6-dev installed
on your system?  (If you're using unstable debian (a.k.a. hamm) the
packages are called xlib6g and xlib6g-dev).


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


FTP Killing PPP Connection

1998-02-21 Thread AzCaPpY
Using Kernal: 2.0.32

I'm having some strange results when I use the default FTP software. It
goes for a while and eventually kills my PPP connection. I don't make it
to a meg of a download before the system redials. This also happens when
remote users access ftpd and transfer files. But not as badly or as often.
The strange thing is... ncftp does NOT do this. I have never had a redial
while using it. Anyone else run into this? Could it be a network setting
that needs to be adjusted? Because I can't nail this down to a specific
cause... RTFM hasn't been too successful ;) The connection is a standard
33.6 USR Sportster. I run a low usage Apache server, sendmail (20 users
max) and 21 Eggdrop bots. I first thought I was taxing my bandwidth.
however, lag is not a problem... everything else functions great, and if
it was a bandwidth problem... ncftp would have the same problem.

Thanks in advance for any input you guys can offer.

Keith

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
E-Mail: [EMAIL PROTECTED]  ~\_O_   _O_/~
http://psychobabble.dyn.ml.org  | \   D e b i a n   / | 
ICQ: #5386440  /-\ ~   L i n u x   ~ /-\
   __   _ /   \R o c k s/   \
  / /  (_)__  __   __~ ~   ~ ~
 / /__/ / _ \/ // /\ \/ /  . . .  t h e   c h o i c e   o f   a
//_/_//_/\_,_/ /_/\_\  G N U   g e n e r a t i o n . . .
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lpr remote printing

1998-02-21 Thread Hamish Moffatt
On Sat, Feb 21, 1998 at 02:49:36AM -0600, Alex Romosan wrote:
> people). which brings up one of the things that i am beginning to find
> annoying about linux these days: this so called file system standard,
> which seems to be getting weirder and weirder every day, and more and
> more different than the other unixes. i used unix long before there
> was even linux, and for a while it was a pleasure to watch linux
> transform itself into a full fledged unix-like operating system. but
> now it is beginning to suffer from the emacs syndrome, insisting on
> doing things its own way for the sake of being different (or so it

I don't think it's for the sake of being different. Usually, there's
a genuine (and good) reason. For example, I recently installed FreeBSD
2.2.5 here and was surprised to find that all the non-essential
software was installed into /usr/local. When I asked my local expert,
he said it's because that's the way traditional BSD
systems are installed. 

But is that a good reason? I don't think so.
To me, the FSSTND gives a very nice, pure system;
a fresh FreeBSD install does not feel the same.
(These comments are not instended to be anti-FreeBSD,
since the same applies to Solaris, BSDI, etc).

Hamish
-- 
Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: MANPATH environment variable

1998-02-21 Thread Daniel Martin at cush
Paul Miller <[EMAIL PROTECTED]> writes:

> When I set the MANPATH environment variable, the /usr/man, etc. manual
> pages don't work...  How can I fix this?
> 
> MANPATH=$MANPATH:/usr/local/qt/man
> export MANPATH

Short answer:
  MANPATH=`manpath -q`:/usr/local/qt/man
  export MANPATH
will work, but adding:
MANPATH_MAP /usr/local/qt/bin   /usr/local/qt/man
to /etc/manpath.config is a better solution.

Longer answer:
Debian uses a more recent convention for determining manpaths than
just a MANPATH environment variable.  It's explained somewhat in the
manpath(1) and manpath(5) pages.  Essentially, the manpath program is
run to get where to search for man pages, instead of just looking for
a $MANPATH environment variable - manpath then will return the
$MANPATH environment variable if it exists, or use its own rules if
that environment variable doesn't exist.  (manpath's own rules have it 
figure out the man path from the current $PATH variable)

To the list: does anyone know if manpath actually examines anything
but the path?  The man page claims that it looks also at the current
directory and the user's environment, but I don't see the effect.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: XWindows too big for my screen.

1998-02-21 Thread Peter Paluch
Hello,
==

> In X-Windows, almost any software I run extends off the edges of the
> screen, making it difficult or impossible to use some stuff (Especialy
> games, but other stuff too.) I'm using an SVGA monitor, but with a
> generic VGA graphics card.

Well, how much VRAM do you have on your graphics card? I have just 1 MB,
but it allows me to run XWindow in 800x600x256 colors with virtual
screen of 1024x768. I think it is also suitable for you.

Virtual screen is a screen that 'exceeds' the size of your physical
screen. You can enlarge it and move in it by simply dragging your mouse
towards some corner of the screen. I suspect your virtual screen is too
small, so it'll be good to enlarge it.

So, edit the /etc/X11/XF86Config file, find the 'Screen sections'
section and add this line to every 'Subsection "Display"':

Virtual 1024 768 (or how much do you want)

so it looks like this:

 Subsection "Display"
Depth   8
Modes   "800x600" "1024x768" "1280x1024" "640x480"
ViewPort0 0
Virtual 1024 768
EndSubsection

Of course, only one of that subsections is responsible for your display
(because X automatically chooses the proper driver and settings for your
card), but because I don't know which one of them is to be used to set
up your X, I suggest you put that line into every such subsection. Of
course you may experiment and find out which one subsection is really
needed and edit only that. 

I think you should edit preferably those section which are commented to
be for generic VGA. But there is nothing to mess.

By the way, how many screens do you have on your X? It is set in the
system.fvwm2rc file (if you're using FVWM2) in the line DeskTopSize.
Make sure it is at least 2x2.

Well, try it - and if it doesn't work, just e-mail ;-)

Everything the best,
Peter

-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Setting X default color depth

1998-02-21 Thread Peter Paluch
Hello friends,
==

> put something like this in /etc/X11/xdm/Xservers
> 
> :0 local /usr/X11R6/bin/X vt7 -bpp 16

This is a very common procedure, however, I think it is better to edit
XF86Config file and isert this line:

DefaultColorDepth 16

right above the first 'Subsection' definition in the Accel section. For
example, here is an excerpt from mine XF86Config:

--Here begins---
# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32,
Mach64)

Section "Screen"
Driver  "accel"
Device  "Diamond"
Monitor "PHILIPS"
DefaultColorDepth 16
Subsection "Display"
Depth   8
And here it continues...--

If I'm not right, let me know, but I am using it so and I am satisfied
with it.

Everything the best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: 1FA:

1998-02-21 Thread Hamish Moffatt
On Fri, Feb 20, 1998 at 11:33:03PM -0500, Stephen P. Ryan wrote:
> On 20 Feb, Bruce Dobrin wrote:
> > 1FA:   is what I get when I try to boot from My hard drive.  I had this 
> > problem once before and the problem mysteriously went away. It hasn't gone 
> > away yet on this box.  this disturbs me.  This is a new machine with a 
> > 9gig cheeta drive,  1st (system) partition is 500meg.  Any Ideas???
> > 
> > Thank you
> 
> That is a prompt from your BIOS, wanting to know which partition /
> drive to boot from.  You might get this from pressing a key too soon in
> the boot sequence, or from not having a proper boot sector installed.
> If you are using LILO, check to make sure that it is installed on the
> boot sector rather than in the partition.

Actually it's a prompt from the package mbr, not your BIOS. The effect
is the same though.

hamish
-- 
Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Dialing up....

1998-02-21 Thread Martin Bialasinski
Jesus Duran <[EMAIL PROTECTED]> writes:

> running.  Gimp is wonderful.  Ok now on to my last "Real" project.  I need
> to get a ppp dialup connection up and running.  I was trying to start off

http://www.debian.org/cgi-bin/fom?file=20 is a good place to start with.

Ciao,
Martin


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: FSDEXT2, mounting linux partitions under windows 95 read-only (was Re: Linux on top of win95)

1998-02-21 Thread John Spence
On Sat, Feb 21, 1998 at 11:46:17AM +0900, Sen Nagata wrote:
> 
> p.s. has anyone had any luck unounting mounted linux partitions
> using fsdext2?  i tried what was in the included faq (/u option)
> but to no avail (option is not recognized).  perhaps this option
> is not in version 0.16?


I've been using version 0.17 for at least 3 months now and I can unmount
with no worries.  See if you can locate version 0.17.

If you can't find it let me know and I'll email it to you (off the list).
It is only about 82k compressed.

-- 
John Spence <[EMAIL PROTECTED]>  http://www.lynx.net.au/~jspence


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: NIC Configuration

1998-02-21 Thread M K Pai

Dear Kechie,

You are very brave. You are new to Unix and you have chosen to 
install Debian. You can get a lot of help by going to www.linuxpress.com.
They have a book online which will be of great help to you. Download it
and if you like it, buy the real thing. Read on ...


> I install Debian/Linux on one of the machines at my office and I can't
> get the Network Card to work.
> 

Have you conpiled ethernet support in your kernel ? If not do so.

> The network card is a PCI 3Com Ethernet XL Combo. And I can't find the
> driver on the installation package.  I don't have a copy of its manual.

Compile all the 3Com drivers as modules and then install them, testing
them one by one until your machine recognizes one of them. In case none of
them is recognized by your PC, the card is probably  plug'n'play. There is
a tool called isapnptools that can help you. Check it out at
www.debian.org.

> 
> And one thing more, how do you configure LILO to boot MSDOS.  I've made
> the partitions on the hard drive (primary, logical(bootable, msdos
> filesystem), swap(linux)).  I don't have any experience with UNIX/Linux
> so I need all the help that I can.
> 
The book I recommended will help do all that and more.

Regards
M. K. Pai


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


make menuconfig problem

1998-02-21 Thread Charles
Disregard previous post please, I have found the source of the problem
and have taken care of it.  Thanks again for all the help that I have
received from the members of this newsgroup.  :)
Charles


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


cfs package orphaned

1998-02-21 Thread Sen Nagata
at some point around Sat, 21 Feb 1998 01:37:57 -0500 (EST)
Steve Hsieh <[EMAIL PROTECTED]> mentioned:

[comments about cfs snipped]

> If this hasn't been reported as a bug yet on the bugtraq system, you ought
> to report it.  Also it would be good to mention that 1.4.0beta is out.

the cfs package appears to be orphaned :-(

-sen


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


NIC Configuration

1998-02-21 Thread Kechie
I install Debian/Linux on one of the machines at my office and I can't
get the Network Card to work.

The network card is a PCI 3Com Ethernet XL Combo. And I can't find the
driver on the installation package.  I don't have a copy of its manual.

And one thing more, how do you configure LILO to boot MSDOS.  I've made
the partitions on the hard drive (primary, logical(bootable, msdos
filesystem), swap(linux)).  I don't have any experience with UNIX/Linux
so I need all the help that I can.

Thanks.

Richard L. Alhama
Cyberspace Laoag, Philippines

http://iln.cyberspace.com.ph/~keyoz


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lpr wants /usr/spool???

1998-02-21 Thread Alex Romosan
check your /etc/printcap file.

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Setting X default color depth

1998-02-21 Thread Alex Romosan
>anywhere I could specify the color depth elsewhere?  I looked for
>somewhere I could append a ` -- -bpp 16' to in the xdm and other X
>configuration files, but I'm not having much luck.

put something like this in /etc/X11/xdm/Xservers

:0 local /usr/X11R6/bin/X vt7 -bpp 16

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lpr remote printing

1998-02-21 Thread Alex Romosan
the problem is the missing link to /var/spool from /usr/spool. since
there are no references to /usr/spool/lpd in lpd, this most certainly
comes from the /etc/printcap file. it certainly does on my system (the
printcap is generated automatically by the distributed printing
people). which brings up one of the things that i am beginning to find
annoying about linux these days: this so called file system standard,
which seems to be getting weirder and weirder every day, and more and
more different than the other unixes. i used unix long before there
was even linux, and for a while it was a pleasure to watch linux
transform itself into a full fledged unix-like operating system. but
now it is beginning to suffer from the emacs syndrome, insisting on
doing things its own way for the sake of being different (or so it
seems to me). don't get me wrong, i love linux and emacs (i am typing
this in emacs on a debian/linux machine) but i do think that the fsf
people suffer form terminal grandeur and debian, by choosing to follow
them so closely, is beginning to exhibit the same symptoms.

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


make menuconfig problem

1998-02-21 Thread Charles
Can anyone tell me why I keep getting this message when I try to 'make
menuconfig' on my system to try to recompile my kernel.  I also get the
same basic error message when trying to 'make dep' so therefore I cannot
properly recompile my kernel :((
Any suggestions would be appreciated.
BTW It was suggested to me that I edit Makefile, but as I am not that
far along in my learning of C programming, I dont know what needs
edited, if anything, which my first guess tells me it is not a problem
with the Makefile or it would have been well documented by now.
Charles
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/linux/scripts/lxdialog'
gcc -O2 -Wall -fomit-frame-pointer -DLOCALE  -I/usr/include/ncurses 
-DCURSES_LOC=""   -c lxdialog.c -o lxdialog.o
lxdialog.c: In function 'main':
lxdialog.c:123: warning: assignment of read only location
gcc installation problem, cannot exec 'as': No such file or directory
make [1]: *** [lxdialog.o] Error 1
make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog'
make: *** [menuconfig] Error 2


Re: System reboots while booting

1998-02-21 Thread Gerardo Lamastra
Hello,

my name is Gerardo and I have written a similar mail few days ago!!

[EMAIL PROTECTED] has replayed me that he has also experienced the
same problem, and that Award BIOS can be the cause!
I have the following config:

1) PowerBoard for Pentium 233 MMX (TX with 512 KB cache!)
2) 64 MB DRAM
2) S3 Virge
 
Some usual stuff. I also thinked that advanced serial ports can cause some
problem; they are implemented using USB system (I think); I am going to
investigate further, I let you know!!
For now, I am thinking about a motherboard substitution!!

Gerardo



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Any Mappers??

1998-02-21 Thread Pure Energy

Anyone know of any programs that work on debian/linux for creating
imagemaps? I've looked but haven't been able to find anything.

--Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: CFS, help with cmkdir

1998-02-21 Thread Steve Hsieh

That's a packaging error in the CFS source.  You need to rebuild the
package yourself and change 

EXE cpasswd debian/tmp/usr/bin/cmkdir

to

EXE cmkdir debian/tmp/usr/bin/cmkdir

inside debian/tmp.files

If this hasn't been reported as a bug yet on the bugtraq system, you ought
to report it.  Also it would be good to mention that 1.4.0beta is out.


On Sat, 21 Feb 1998, matthew tebbens wrote:

> 
> Started cfsd
> I created /null with mode 000
> Exported it to localhost.
> Created /var/sdb1/crypt
> Did a mount -o port=3049,intr localhost:/null /var/sdb1/crypt
> Everything seemed to work ok...
> 
> Now, I can't seem to get cmkdir to work, it keeps thinking that
> its cpasswd ??
> 
> If/When I get cmkdir to work, do I create directories only under
> /var/sdb1/crypt or anywhere ?  I'm confused about where all my encrypted
> files would be stored...the cfs documentation doesn't help.
> 
> Thanks!
> Matthew
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


xearth

1998-02-21 Thread Abou Anber

Dear Sir: 
 I try to Install xearth, version 1.0 under Linux but I got an error 

message, which is"ld: cannot open -lXt No such file or directory" 
  " make: *** [xearth] error 1" 

I'll be appreciate if you can help me about solving this problem. 

Many thanks 
Scincerly 
Ahmed 



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


help with boot disk and aha2920

1998-02-21 Thread TW Kayos
does anyone have any experience with debian and this card?
does the rescue disk have the needed driver?



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


CFS, help with cmkdir

1998-02-21 Thread matthew tebbens

Started cfsd
I created /null with mode 000
Exported it to localhost.
Created /var/sdb1/crypt
Did a mount -o port=3049,intr localhost:/null /var/sdb1/crypt
Everything seemed to work ok...

Now, I can't seem to get cmkdir to work, it keeps thinking that
its cpasswd ??

If/When I get cmkdir to work, do I create directories only under
/var/sdb1/crypt or anywhere ?  I'm confused about where all my encrypted
files would be stored...the cfs documentation doesn't help.

Thanks!
Matthew


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


MANPATH environment variable

1998-02-21 Thread Paul Miller
When I set the MANPATH environment variable, the /usr/man, etc. manual
pages don't work...  How can I fix this?

MANPATH=$MANPATH:/usr/local/qt/man
export MANPATH

---
Paul Miller <[EMAIL PROTECTED]>, finger for public PGP key


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


VAX/VMS emulator

1998-02-21 Thread C.J.LAWSON
Hi,
   Does anyone know of a VMS/VAX emulator?

Thanks 
Jonathan


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Newbie Proprietary CDROM Install Problems

1998-02-21 Thread Anthony H. Rossmeier
Dear Sirs:
I am having a problem installing linux on my system.  I have the install
on CDROM and I can't get the system to see my CDROM.  I have tried with
Debian, RedHat and Caldera Open Linux Lite and I can't seem to get through
the install.   I know that the aztcd module is the module for my
proprietary CDROM and have tried it in manual and autoprobe but still
can't the CDROM to be seen. MY I/O address is (360) and I enter the
parameters at boot like:
  aztcd=0x360, 
 is this right or not?  If it isn't could somebody tell me the
right method, I have already read so many FAQ's and online manuals that my
eyes hurt
   My proprietary CDROM is:  Orchid CDS-3110CD
 attached to a:  Orchid GameWave 32 SC

Is there perhaps a problem with the system seeing the address
because of the sound card?

   Email me at:  [EMAIL PROTECTED]

Thanks in advance,

Anthony Rossmeier 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: 1FA:

1998-02-21 Thread Stephen P. Ryan
On 20 Feb, Bruce Dobrin wrote:
> 1FA:   is what I get when I try to boot from My hard drive.  I had this 
> problem once before and the problem mysteriously went away. It hasn't gone 
> away yet on this box.  this disturbs me.  This is a new machine with a 
> 9gig cheeta drive,  1st (system) partition is 500meg.  Any Ideas???
> 
> Thank you

That is a prompt from your BIOS, wanting to know which partition /
drive to boot from.  You might get this from pressing a key too soon in
the boot sequence, or from not having a proper boot sector installed.
If you are using LILO, check to make sure that it is installed on the
boot sector rather than in the partition.

-- 
Stephen Ryan   Debian GNU/Linux
Mathematics graduate student, Dartmouth College


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


1FA:

1998-02-21 Thread Bruce Dobrin
1FA:   is what I get when I try to boot from My hard drive.  I had this problem 
once before and the problem mysteriously went away. It hasn't gone away yet on 
this box.  this disturbs me.  This is a new machine with a 9gig cheeta drive,  
1st (system) partition is 500meg.  Any Ideas???

Thank you


Bruce Dobrin
Multi Media Dept.
Sony Pictures Imageworks
310-840-8412


"My buddy got busted for counterfeiting.  He was making pennies.  They
caught him because he was putting the heads and tails on the wrong
sides.  He's in a minimum security prison now; he's on a whiffle-ball
and chain."
  -You Know Who


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: X Windows scroll bars

1998-02-21 Thread Daniel Martin at cush
Paul Miller <[EMAIL PROTECTED]> writes:

> I installed that package.. and I my scrollbars changed to a 3d type athena
> widget...same mouse controls..  How do I fix this?

What do you mean by "that package" - the scrollbars you describe seem
to by the ones you get with xaw3d.  Just do as I suggested in my last
message and use the nextaw (or, in hamm, nextawg) package - it'll be
nicer for you in terms of not havine to use separate mouse buttons.
(Now granted, there may be some weird Xdefaults setting I'm not aware
of to make regular xaw scrollbars behave with the mouse the way you'd
like them to, but I don't know it).


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: X Windows scroll bars

1998-02-21 Thread Paul Miller
I installed that package.. and I my scrollbars changed to a 3d type athena
widget...same mouse controls..  How do I fix this?

---
Paul Miller <[EMAIL PROTECTED]>, finger for public PGP key

On Fri, 20 Feb 1998, Daniel Martin at cush wrote:

> Joey Hess <[EMAIL PROTECTED]> writes:
> 
> > Paul Miller wrote:
> > > How can I change the scroll bars (for xterm, xconsole, etc) to look
> > > exactly like those of Netscape's?  I absolutely hate using a different
> > > mouse button to move the scroll bar in each direction...
> > 
> > The closest you can get is to install the xaw3d package. It's not an exact
> > clone of netscape's scroll bars, but it's closer than the default.
> 
> I personally think that the xaw95 package is a closer match in terms
> of look; however, the annoyance at using multiple buttons might be
> better gotten rid off by using nextaw (or in hamm, nextawg) - under
> this library, all three buttons have an effect similar to button 2 in
> the normal xaw library; not quite what Netscape does, but probably
> close enough.
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Unidentified subject!

1998-02-21 Thread Daniel Martin at cush
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: My trials upgrading to hamm/Bad bash 2.01-5 for bo
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Daniel Martin 
Date: 20 Feb 1998 22:49:29 -0500
In-Reply-To: Daniel Martin's message of "18 Feb 1998 20:31:11 -0500"
Message-ID: <[EMAIL PROTECTED]>
Lines: 22
X-Mailer: Gnus v5.5/XEmacs 20.3 - "Vatican City"

(This message is being CCed to people whom I've pointed to my
bash_2.01-5 for bo in the past)

As I said in my earlier post on this thread, I had compiled some bash
2.01 binaries and made them available under
http://www.math.jhu.edu/~martind/bash/ - however, as I discovered when 
I upgraded to hamm, using those .deb files will make the autoup script 
not work.  I now have at that location some information on fixing one's
system if one goes ahead and uses the autoup script anyway.

I also have re-done my bash 2.01 for bo .deb's so that they obey the
debian version numbering scheme; these new packages are linked off of
http://jhunix.hcf.jhu.edu/~dtm12/bash/ - if you are using my bash 2.01
for bo .deb files, you are strongly encouraged to either switch to
these packages which have the correct version numbers, or to wait a
few days for a bash 2.01 to appear in bo-unstable.

[EMAIL PROTECTED]: I found recompiling bash 2.01 for bo a bit annoying; on
that page with the new packages is a link to a patchfile I created
against the hamm source tree.  Unless you've already gone through the
process of reworking the debian/* files to build nicely under (and
for) bo, you might want to use my patch as a starting point.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: cron fails following hamm upgrade

1998-02-21 Thread David Stern
On Fri, 20 Feb 1998 18:34:32 PST, I wrote:
> Hi,
> 
> According to /var/log/syslog, my cron was working all day on Feb 8 (the 
> day I upgraded to hamm), and stopped working the following morning when 
> I rebooted.  /var/log/syslog now shows that crontab edits, removals, 
> and lists work fine, and I've reviewd my crontab entries with 
> diligence, however restarting crontab consistently "fails":
> 
> --/var/log/syslog--
> localhost crontab[951]: (kotsya) LIST (kotsya) 
> localhost crontab[971]: (kotsya) REPLACE (kotsya)
> localhost crontab[971]: (kotsya) END EDIT (kotsya) 
> localhost /usr/sbin/cron[1520]: (CRON) STARTUP (fork ok)
> localhost /usr/sbin/cron[1520]: (CRON) STAT FAILED (/etc/cron.d)
> 
> One thing that seems unusual is that there is no /etc/cron.d, as syslog 
> complains (above), so I'm wondering if this may have resulted from the 
> hamm upgrade.  I've reviewd the upgrade document, but see no mention of 
> it.  I have all the proper startup scripts in /etc/rc*.d/ for cron 
> (just like anacron).  Also, anacron works fine.

I just found the problem: /var/lib/dpkg/info/cron.list says that 
there's supposed to be an /etc/cron.d file (but I don't have one), so 
I'll purge and reinstall cron and everything should be ok.

Thanks anyway and sorry if I bugged ya for nothin!

-- 
D a v i d   S t e r n  
--
 http://weber.u.washington.edu/~kotsya
   [EMAIL PROTECTED]




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


FSDEXT2, mounting linux partitions under windows 95 read-only (was Re: Linux on top of win95)

1998-02-21 Thread Sen Nagata
at some point around Fri, 20 Feb 1998 09:18:54 +0100 (CET)
Fredrik Ax <[EMAIL PROTECTED]> mentioned:

> Peter van Sebille has written ext2 drivers for Win95. The driver
> is called FSDEXT2 and is at the present available in the incoming 
> folders of sunsites e.g.
> ftp://sunsite.unc.edu/pub/Linux/Incoming/FSDEXT2.ZIP
> 
> He also have a homepage for FSDEXT2 at
> http://www.globalxs.nl/home/p/pvs/index.htm
> from which downloading is possible.

neat!  i've downloaded and installed fsdext2 0.16 -- this works
like a charm for viewing data -- though the developer doesn't seem to
have any plans to provide write access :-(

-sen

p.s. has anyone had any luck unounting mounted linux partitions
using fsdext2?  i tried what was in the included faq (/u option)
but to no avail (option is not recognized).  perhaps this option
is not in version 0.16?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PS/2 Mouse Port

1998-02-21 Thread Robert D. Hilliard
 The kernel must be compiled with PS/2 support (or the appropriate
module loaded).  The /etc/gpm.conf file should look something like:

device=/dev/psaux
responsiveness=
type=ps2
append="-R" # this line is needed to use a PS/2 mouse in X

 Your XF86Config file should contain a section like this:

Section "Pointer"
   Protocol"MouseSystems"
   Device  "/dev/gpmdata"
   Emulate3Buttons
   Emulate3Timeout50

(This is only needed for PS/2 mice when gpm is run in both X and the console.)

Bob

On 20 Feb 1998, [EMAIL PROTECTED] (William R. Ward) wrote:  
> I'd appreciate any suggestions for 1) testing to see if my PS/2 port
> even works, 2) configuring Linux to find my PS/2 port, and/or 3)
> getting it to work with X.
 LocalWords:  BayView COM LocalWords


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


cron fails following hamm upgrade

1998-02-21 Thread David Stern
Hi,

According to /var/log/syslog, my cron was working all day on Feb 8 (the 
day I upgraded to hamm), and stopped working the following morning when 
I rebooted.  /var/log/syslog now shows that crontab edits, removals, 
and lists work fine, and I've reviewd my crontab entries with 
diligence, however restarting crontab consistently "fails":

--/var/log/syslog--
localhost crontab[951]: (kotsya) LIST (kotsya) 
localhost crontab[971]: (kotsya) REPLACE (kotsya)
localhost crontab[971]: (kotsya) END EDIT (kotsya) 
localhost /usr/sbin/cron[1520]: (CRON) STARTUP (fork ok)
localhost /usr/sbin/cron[1520]: (CRON) STAT FAILED (/etc/cron.d)

One thing that seems unusual is that there is no /etc/cron.d, as syslog 
complains (above), so I'm wondering if this may have resulted from the 
hamm upgrade.  I've reviewd the upgrade document, but see no mention of 
it.  I have all the proper startup scripts in /etc/rc*.d/ for cron 
(just like anacron).  Also, anacron works fine.

I've done quite a bit of research on this, including looking at bug reports, 
change docs, README's, upgrade docs, man pages.  I've updated packages many 
times since Feb 8. Does anyone know why this might be happening?
-- 
D a v i d   S t e r n  
--
 http://weber.u.washington.edu/~kotsya
   [EMAIL PROTECTED]




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


install prob, AHA2920 SCSI, "no disk found"

1998-02-21 Thread TW Kayos
Version 1.3.1 (newest) rescue disk, gives message "no disk found" when I
get
to the disk partition step (first step that looks for a hard drive).

controller: AHA2920
   disk: ST3151N (Seagate)

The obvious answer would be that the rescue disk kernel does not have
support
for the card.  Is this the case?  How can it be remedied?

The drive and the PCI controller are new to the system.  The previous
SCSI
controller was on the ISA bus.  It worked fine.  There is little reason
to suspect
the jumper settings.  The system finds the controller card at boot, but
control-A
does not bring up a bios program as on the 2940  (is this normal?).



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PS/2 Mouse Port

1998-02-21 Thread Jean Pierre LeJacq
On 20 Feb 1998, William R. Ward wrote:

> I have a motherboard that has a PS/2 mouse port.  It's *not* an ATX
> motherboard, though - the PS/2 port and the parallel port are together
> on a metal insert that goes in one of the card slot holes in the
> case.  I have a TrackMan that has a PS/2 port: with an adapter it
> works fine in the serial port, but I want to free up that port and use
> the PS/2 port on the motherboard.
> 
> I tried plugging the mouse in, powering up the system, and configuring
> XFree86 to use /dev/psaux or /dev/psmouse, but no dice.  I also tried
> "cat /dev/psaux" and moving the trackball and pushing buttons, and saw
> nothing - I expected to see gibberish.  So maybe it isn't working at
> all!

Is the kernel (or kernel module) configured to support the ps/2 mouse?

Also check in the bios if the PS/2 port is enabled and at the excepted
IRQ.

-- 
Jean Pierre



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


lprng

1998-02-21 Thread Ralph Winslow
Has stopped working - I say lp file, the file queues, I try lpstat
and see "ERROR: printer 'lp', chdir to /var/spool/lpd/bj10sx' failed;
'No such file or directory'" which makes sense as ther's no file or
directory named bj10sx in /var/spool/lpd.  This had been working prior
to by recent re-installation, however.  dpkg -S bj10sx returns "dpkg:
*bj10sx* not found".  My printer is a Canon bj10sx.  I've de-installed
and reinstalled lprng and magicfilter.  What's my next step?
-- 
-
Ralph Winslow [EMAIL PROTECTED]
Mary bought a pair of skates
upon the ice to frisk
now wasn't that a crazy way
her sweet young *?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


PS/2 Mouse Port

1998-02-21 Thread William R. Ward
I have a motherboard that has a PS/2 mouse port.  It's *not* an ATX
motherboard, though - the PS/2 port and the parallel port are together
on a metal insert that goes in one of the card slot holes in the
case.  I have a TrackMan that has a PS/2 port: with an adapter it
works fine in the serial port, but I want to free up that port and use
the PS/2 port on the motherboard.

I tried plugging the mouse in, powering up the system, and configuring
XFree86 to use /dev/psaux or /dev/psmouse, but no dice.  I also tried
"cat /dev/psaux" and moving the trackball and pushing buttons, and saw
nothing - I expected to see gibberish.  So maybe it isn't working at
all!

I'd appreciate any suggestions for 1) testing to see if my PS/2 port
even works, 2) configuring Linux to find my PS/2 port, and/or 3)
getting it to work with X.

--Bill.

-- 
William R Ward  Bay View Consulting   http://www.bayview.com/~hermit/
[EMAIL PROTECTED] 1803 Mission St. #339voicemail +1 408/479-4072
[EMAIL PROTECTED]   Santa Cruz CA 95060 USA   pager +1 408/458-8862
 PGP Key 0x2BD331E5; Public key at http://www.bayview.com/~hermit/pubkey.txt
-
"The government of the United States of America is not in any sense founded
upon the Christian Religion." - John Adams


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: ppp progress

1998-02-21 Thread Daniel Martin at cush
Shaleh <[EMAIL PROTECTED]> writes:

> What is the error you get?

That is, what do the last several lines of:
  grep 'pppd\[' /var/log/messages
say?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


XWindows too big for my screen.

1998-02-21 Thread Stuart Smith
I'm sure this is a stupid problem, and that the answer is right in
front of me in one of the man pages, but I can't for the life of me
find it.

In X-Windows, almost any software I run extends off the edges of the
screen, making it difficult or impossible to use some stuff (Especialy
games, but other stuff too.) I'm using an SVGA monitor, but with a
generic VGA graphics card.

Thanks in advance, if anyone can help.


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


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: root access and dselect | ftp

1998-02-21 Thread C.J.LAWSON
Hi,
   Does anyone know of a VMS/VAX emulator

J. 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


root access and dselect | ftp

1998-02-21 Thread David Stern
Hi,

It occurred to me that running dselect | ftp as root could potentially 
compromise root access.

I don't want users to be able to run dselect, and I don't want to loose 
the power of dselect by downloading all packages and package lists 
individually, but I want to decrease the potential of root access being 
compromised while running dselect | ftp.

What's an intelligent solution?
-- 
D a v i d   S t e r n  
--
 http://weber.u.washington.edu/~kotsya
   [EMAIL PROTECTED]




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: US Mutt in hamm

1998-02-21 Thread Adam Klein
On Thu, Feb 19, 1998 at 03:13:07PM -0600, Jeff Noxon wrote:
> On Thu, Feb 19, 1998 at 01:42:12PM -0500, Tim Sailer wrote:
> > Bleh... the default behavior of mutt changed. Can anyone tell me how to
> > make the latest mutt *not* move the read email to $HOME/mbox on exit?
> > I can't find it in the docs. I'd like it to stay in the spool file.
> 
> add to .muttrc:
> 
> set mbox=/var/spool/mail/
> 
> There may be a more generic way to do it in /etc/Muttrc, but this
> is what I figured out after reading the docs in the last upgrade.
> If you find the generic way, please let me know.
> 
> I'm annoyed that the View-URL function has been moved into another
> program.  Is anyone going to package the View-URL thing?  IMHO, that
> was one of Mutt's greatest features.
> 
> Also, the colorization is now gone.  I haven't had a chance to
> find out why.

The new /etc/Muttrc doesn't set any colors, and the default in mutt is
black and white.

Adam Klein


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .