loadkey problem after upgrade

1997-05-21 Thread Martin Bialasinski
Hi,

I decided to give libc6 (without the dev) a try and upgraded a couple 
of progs (including the ones newly compiled with libc6).

Now I don't get my german keybindings anymore (at startup).

When I try loadkeys /etc/kbd/default.map at the console I get:

/etc/kbd/default.map:1:parse error
syntax error in map file

default.map is a link to de-latin1-nodeadkey.map

I have kbd_0.94-1

BTW: the keymaps are now gz as their name should imply. This wouldn't 
make any sense (for de-latin1-nodeadkey.map at least). .map == 2243 
Bytes .map.gz == 2323 Bytes

X is unaffected by this, but anyway I want to fix it...


Ciao,
Martin

--
stud. rer. pol.ICQ UIN: 280452
Universitaet zu Koeln

I think Bill Gates is 1/2 Borg and 1/2 Ferengi.
The worst halves of each of course... :-)


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


Re: Help with IP masquerading

1997-05-21 Thread Craig Sanders
On Tue, 20 May 1997, Benjamin T. White wrote:

 **I can not do domain name resolution with my new setup** The ip
 masquerading seems to work with most network traffic. Packets sent by
 IP number are forwarded appropriately. I can telnet and use my web
 browser on my macs if I use IP numbers. DNS resolution works great on
 the linux box, and I have triple checked the nameserver addresses on
 the macs. When I do a name lookup on the mac I can see the modem SD
 light periodicly lighting up, so I assume that DNS queries are being
 sent, but now replys. I can do a name lookup on the linux system
 without difficulty. The nameservers on both machines are configured
 identically.

 The kicker: booting with my old slackware setup fixes this problem,
 without changing anything on the macs.

DNS is one of the limitations of masquerading.  It doesn't work.

The solution is to install bind on your linux machine (make it use your
ISP as a forwarder). It's actually pretty easy with debian - the install
script asks a few simple questions and configures it for you. For just a
forwarding name server you wont need to ever do any more configuration
of bind.

Most Linux documentation advises against running bind, saying that it's
way too difficult to configure. Nothing could be further from the truth.
It was true that a few years ago (when much of the Linux net docco was
first being written) that bind was quite unstable, but it's never been
terribly difficult to get running. Nowadays, it's very stable and,
with the debian package, is probably one of the easiest things to get
workingit only takes a few minutes at most.

IMO, the benefits of having a local caching name server far outweigh the
difficulty of installing it.


once that's done, configure the Macs to use the Linux machine.


BTW, if you're using diald you'll probably want to configure it so that
it doesn't bring up the link every time you want to resolve a name. But
you'll want to do that whether you're running bind or not.


craig

--
craig sanders
networking consultant  Available for casual or contract
temporary autonomous zone  system administration tasks.


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


Re: Metrolink Motif

1997-05-21 Thread Alex Yukhimets
Gernot,

I also got Motif 2.0.1 from Metrolink and I actually have different
question to you. What moitf archive you decided to install: rpm or tar?
In any case, cpuuld you please check the user/group ownerships of the
files from this motif archives. 
(like  ls -l /usr/X11R6/lib/X11/config/Motif.* )
I myself got some strange numbers instead of some real users (like root)
and groups (like bin). It happend with both rpm and tar archives.
After I upgraded tar from 1.11.8-11 to 1.12-1 I managed to get reasonable
ownerships (bin/bin) but only with tar archive. rpm still gives strange
numbers. 

I used alien_3.3 to convert rpm to .deb, but since ownerships were still
bad, I just made a simple slackware .tgz package, it is not hard at all,
you just have to modify motif.install file to look like slackware's
doinst.sh and repack everything in a single motif-2.0.1.tgz file.
After that I again used alien_3.3 to convert that to .deb.

 Suprisingly, alien_5 didn't work for this purpors. It does not
convert .tgz packages properly. (after installation I still have /install
directory). - Does anyone have any idea why?


Alex Y.



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


Re: Which program 'owns' srm.conf?

1997-05-21 Thread Jaldhar H. Vyas


-- Jaldhar 

On Tue, 20 May 1997, Christian Hudon wrote:

 Hi,
 
 During a recent cron run, I got a complain about the file
 srm.conf... Could someone tell me which program uses this file? There's
 no manpage for it and dpkg -S doesn't know about it.
 

Apache or NCSA httpd.

-- Jaldhar



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


Re: Metrolink Motif

1997-05-21 Thread Joey Hess
Alex Yukhimets:
 I myself got some strange numbers instead of some real users (like root)
 and groups (like bin). It happend with both rpm and tar archives.
 After I upgraded tar from 1.11.8-11 to 1.12-1 I managed to get reasonable
 ownerships (bin/bin) but only with tar archive. rpm still gives strange
 numbers. 
 
 I used alien_3.3 to convert rpm to .deb, but since ownerships were still
 bad,

What't the problem with the ownerships? Is it just that the deb and tar file
have users in them that arn't present in debian? If you use alien, it should
clean that up so everything is owned by root.root.

 I just made a simple slackware .tgz package, it is not hard at all,
 you just have to modify motif.install file to look like slackware's
 doinst.sh and repack everything in a single motif-2.0.1.tgz file.
 After that I again used alien_3.3 to convert that to .deb.
 
  Suprisingly, alien_5 didn't work for this purpors. It does not
 convert .tgz packages properly. (after installation I still have /install
 directory). - Does anyone have any idea why?

Probably because my slackware .tgz support is broken (I maintain alien).
I'll grab a couple of .tgz packages and see if I can get this fixed.

-- 
See shy Jo.


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


Re: Help with IP masquerading

1997-05-21 Thread Ben White
On Wed, 21 May 1997, Craig Sanders wrote:

 On Tue, 20 May 1997, Benjamin T. White wrote:
 
  **I can not do domain name resolution with my new setup** The ip
... other stuff deleted ...
  The kicker: booting with my old slackware setup fixes this problem,
  without changing anything on the macs.
 
 DNS is one of the limitations of masquerading.  It doesn't work.
 
 The solution is to install bind on your linux machine (make it use your
 ISP as a forwarder). It's actually pretty easy with debian - the install
 script asks a few simple questions and configures it for you. For just a
 forwarding name server you wont need to ever do any more configuration
 of bind.
 
 Most Linux documentation advises against running bind, saying that it's
 way too difficult to configure. Nothing could be further from the truth.
 It was true that a few years ago (when much of the Linux net docco was
 first being written) that bind was quite unstable, but it's never been
 terribly difficult to get running. Nowadays, it's very stable and,
 with the debian package, is probably one of the easiest things to get
 workingit only takes a few minutes at most.
 
 IMO, the benefits of having a local caching name server far outweigh the
 difficulty of installing it.
 
 
 once that's done, configure the Macs to use the Linux machine.
 
 
 BTW, if you're using diald you'll probably want to configure it so that
 it doesn't bring up the link every time you want to resolve a name. But
 you'll want to do that whether you're running bind or not.
 
 
 craig
 
Craig,

Thanks, easily installed and configured and now things seem to work like 
a charm.  I still have a question or two if you don't mind.

Why didn't I have this problem with 1.2.13/slackware?

Why does ip masq mangle dns resolution?

Thanks a million!

Ben
[EMAIL PROTECTED]


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


Re: Metrolink Motif

1997-05-21 Thread Alex Yukhimets
 
 Alex Yukhimets:
  I myself got some strange numbers instead of some real users (like root)
  and groups (like bin). It happend with both rpm and tar archives.
  After I upgraded tar from 1.11.8-11 to 1.12-1 I managed to get reasonable
  ownerships (bin/bin) but only with tar archive. rpm still gives strange
  numbers. 
  
  I used alien_3.3 to convert rpm to .deb, but since ownerships were still
  bad,
 
 What't the problem with the ownerships? Is it just that the deb and tar file
 have users in them that arn't present in debian? If you use alien, it should
 clean that up so everything is owned by root.root.

Unfortunately it doesn't. After installing package convrted with 
alien *.rpm (for version 5) or
alien -i -n *.rpm (for 3.3) files still have bad ownerships.

Alex Y.


 
  I just made a simple slackware .tgz package, it is not hard at all,
  you just have to modify motif.install file to look like slackware's
  doinst.sh and repack everything in a single motif-2.0.1.tgz file.
  After that I again used alien_3.3 to convert that to .deb.
  
   Suprisingly, alien_5 didn't work for this purpors. It does not
  convert .tgz packages properly. (after installation I still have /install
  directory). - Does anyone have any idea why?
 
 Probably because my slackware .tgz support is broken (I maintain alien).
 I'll grab a couple of .tgz packages and see if I can get this fixed.
 
 -- 
 See shy Jo.
 
 


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


Re: Metrolink Motif

1997-05-21 Thread Joey Hess
Alex Yukhimets:
    Suprisingly, alien_5 didn't work for this purpors. It does not
   convert .tgz packages properly. (after installation I still have /install
   directory). - Does anyone have any idea why?

Fixed in alien 5.2.

-- 
See shy Jo.


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


hdb trouble

1997-05-21 Thread John Maheu

I just upgraded to frozen. I rebooted and I noticed syslogd and kmsg took
a long time to load. Then I had some trouble reading /dev/hdb(my linux
drive) and I found this in /var/log/messages:

May 20 20:33:03 macrae kernel: hdb: read_intr: status=0x59 { DriveReady
SeekComplete DataRequest Error }
May 20 20:33:03 macrae kernel: hdb: read_intr: error=0x04 {
DriveStatusError }
M

My machine froze soon after this and a reboot had trouble reading hdb.
Also /hdb emitted a clicking sound repeatedly.
I was eventually able to reboot linux. 

Can I expect my hdb to fail soon? Could this have anything to do with the
upgrade

Thanks for any ideas
John


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


Re: www chat system

1997-05-21 Thread George Bonser

Uhm, If you do not HAVE to physicly have the chat server on your machine,
I know a company that will provide private web-based web chat for your
application (help desk, whatever) and the user client program (it is a
java applet that downloads the first time you use the chat) for web
browsers.

They charge a fee, you are welcome to add a profit. They would bill you,
you bill the end user.

THey will also train folks and staff them to handle questions, etc, if you
are using it as a help desk type of operation or the company could use
their own staff.'

Let me know if you are interested, they are a major NSP with dilaups US
and Canada (no, not Netcom).


George Bonser
[EMAIL PROTECTED], [EMAIL PROTECTED]


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


Re: www chat system

1997-05-21 Thread George Bonser


Try the one from Quaterdeck. It They sell the server and give away the
client.  I am not sure if they have a Linux client but they were working
on one.


On Tue, 20 May 1997, Tim Sailer wrote:

 I have been asked to provide a web based chat system for a client at
 my ISP. I tried to talk him into IRC or a MUD/MOO, but they want it
 web based. Does anyone know of a set of programs/scripts/whatever
 that will do this?
 
 Thanks,
 Tim
 
 PS: If this works, I may package it up as a Debian package.
 
 -- 
  (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - 
 http://www.buoy.com/~tps
 You have not converted a man because you have silenced him.
- John Morley
 ** Disclaimer: My views/comments/beliefs, as strange as they are, are my 
 own.**
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 

George Bonser
[EMAIL PROTECTED], [EMAIL PROTECTED]


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


Where is xev?

1997-05-21 Thread David S. Zelinsky
I have Debian v1.1 installed, and a CD with Debian 1.2 (haven't yet upgraded),
and I can't find xev (or equivalent?) anywhere.  Can anyone explain why, or
tell me where to find it?

Thanks in advance.

--
David Zelinsky
[EMAIL PROTECTED]


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


Re: Where is xev?

1997-05-21 Thread Rick Jones

It's in the xcontrib package.

On Tue, 20 May 1997, David S. Zelinsky wrote:

 I have Debian v1.1 installed, and a CD with Debian 1.2 (haven't yet upgraded),
 and I can't find xev (or equivalent?) anywhere.  Can anyone explain why, or
 tell me where to find it?
 
 Thanks in advance.
 
 --
 David Zelinsky
 [EMAIL PROTECTED]
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 

L8R,

--Rick

Unsolicited commercial/propaganda email subject to legal action.  Under US
Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C), and Sec.227(b)(3)(C), a
State may impose a fine of NOT LESS than $500 per message.  Read the full
text of Title 47 Sec 227 at http://www.law.cornell.edu/uscode/47/227.html



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


Re: Which program 'owns' srm.conf?

1997-05-21 Thread Rick Jones

localhost# dpkg -S srm.conf
apache-modules: /usr/doc/apache-modules/examples/srm.conf-fcgi
apache: /usr/doc/apache/examples/srm.conf


On Tue, 20 May 1997, Christian Hudon wrote:

 Hi,
 
 During a recent cron run, I got a complain about the file
 srm.conf... Could someone tell me which program uses this file? There's
 no manpage for it and dpkg -S doesn't know about it.
 
 Thanks,
 
   Christian
 

L8R,

--Rick

Unsolicited commercial/propaganda email subject to legal action.  Under US
Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C), and Sec.227(b)(3)(C), a
State may impose a fine of NOT LESS than $500 per message.  Read the full
text of Title 47 Sec 227 at http://www.law.cornell.edu/uscode/47/227.html



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


Network Driver Suggestion.

1997-05-21 Thread George Bonser

Had some trouble with Frozen.  No driver for 3Com PCI network card
(3C590C). This is a very handy card as it has all three interface
connectors for ethernet.  Luckily I had a NE2000 sitting around so I am
grabbing the driver and kernel sources via FTP.

Is it possible to include an option to the config menu to pull additional
driver modules from an additional diskette, if needed, in future releases?

For example, the menu might list several of the more popular NICs with
a final option of Additional Modules From Diskette that might include less
popular options. 

Having just installed the new Caldera Open Linux - Standard, their use of
this approach got that system on the network pretty fast.



George Bonser
[EMAIL PROTECTED], [EMAIL PROTECTED]


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


Re: hdb trouble

1997-05-21 Thread Syd Alsobrook
-BEGIN PGP SIGNED MESSAGE-

At 09:44 PM 5/20/97 -0400, you wrote:

I just upgraded to frozen. I rebooted and I noticed syslogd and kmsg took
a long time to load. Then I had some trouble reading /dev/hdb(my linux
drive) and I found this in /var/log/messages:

I would check your CMOS to make sure that you have the drive perimeters set
correctly. I have had this problem with other machines where I had
forgotten to change the settings


-BEGIN PGP SIGNATURE-
Version: 2.6.2

iQCVAwUBM4J13kAiZe6TgKrhAQH5LgP/T1CJJdQzaGLie0PAl9dqHE4KEUdqwVFn
ysLYlqJR1gtDsXNSTxtS7wBaTx+P7CEjdqdo3veC3j6RmZMNfDUWbEm/2T29dP0Q
WZoHXstDcyig6LuDI2hH7H5TcMvr/83bQv+6MhZymafYsi878e6UpU8EsYSWideV
0QtTEUXyzJQ=
=W31b
-END PGP SIGNATURE-

Syd

http://www.uc.edu/~alsobrsp

How do you know you're having fun   
 if there's no one watching you have it.
Douglas Adams
finger [EMAIL PROTECTED] for PGP public key!


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


Re: Network Driver Suggestion.

1997-05-21 Thread George Bonser


Well, it looks like the 3c59x module was there all along :( I just didn't
know it was there.


George Bonser
[EMAIL PROTECTED], [EMAIL PROTECTED]


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


libc6-dev

1997-05-21 Thread Eric G. Stern
How do I put libc6-dev on my system with libc5-dev without having
to reinstall all my other -dev packages?  If I select libc6-dev
in dselect, I get 10 or so conflicts of packages that it wants to
remove before it will allow me to put libc6 on.

Thanks,
Eric Stern


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


Newbie Question (sorta :)

1997-05-21 Thread Adam Shand
Hi.

I was getting a new unix trainee to install debian today for the first
time.  They muffed choosing the right module for the ethernet card and made
it all the way through the install.

The question is: Is there any way to get back to the screen with the menu
interface for loading modules into the kernel once you are done with the
install or is it a once only sorta thing?

It would make their life easier... otherwise I'll just start teaching them
how to recompile the kernel :)

Adam


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


Re: Newbie Question (sorta :)

1997-05-21 Thread Heikki Vatiainen
The utility for loading modules is called modconf. If you run it in an xterm 
be sure to have

#ifdef COLOR
*customization: -color
#endif

in your $HOME/.Xresources and have your TERM environment variable set to 
xterm-color.

Adam Shand wrote:
 
 I was getting a new unix trainee to install debian today for the first
 time.  They muffed choosing the right module for the ethernet card and made
 it all the way through the install.
 
 The question is: Is there any way to get back to the screen with the menu
 interface for loading modules into the kernel once you are done with the
 install or is it a once only sorta thing?
 
 It would make their life easier... otherwise I'll just start teaching them
 how to recompile the kernel :)
 

// Heikki
-- 
Heikki Vatiainen  * [EMAIL PROTECTED]
Tampere University of Technology  * Tampere, Finland



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


Re: Multiple NE2000 cards

1997-05-21 Thread ioannis
On May 20, Scott wrote
 I am having a hard time getting LINUX to recognize that I have two NIC's
 in my computer.  I have two Novell NE2000 cards installed.  I have already
 tried the 'append = ether=0,0,eth1 ' without any luck.  On boot-up LINUX
 probes and finds the first card - but not the second.  Thanks Scott.

 (A)

 If ne is already compiled in the kernel, the lilo append parameter should
 look like this:

 append =ether=12,0x280,eth0 ether=15,0x240,eth1

 Of course, adjust for your values. The 0,0, eth1 lable assumes that the
 card is detectable and more than likely, you need two of those. If you wish
 to try your luck with autodetect, please verify the 0,0,eth1 syntax 
 which is explained in /usr/doc/HOWTO/mini/Multiple-Ethernet.gz  ):


 (B)

 If ne is loaded as module, then use this alias in /etc/modules :
 ne io=0x240,0x280 irq=15,12


 Please refrain using both methods at the same time. One method
 precludes the other, there should be no need to pass both the append to lilo
 and the alias in /etc/modules. I remember having problems detecting 
 the second card when I tried to notify the kernel in more than one
 way at once.
 


-- 
Ioannis Tambouras 
[EMAIL PROTECTED], West Palm Beach, Florida
Signed pgp-key on key server. 


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


Re: Newbie Question (sorta :)

1997-05-21 Thread George Bonser

I found it pretty easy:

look in /lib/modules/2.0.30/net and see if the module that you need is
there, if it is, edit /etc/modules to comment out the incorrect module,
enter the proper one on a new line and reboot.

If it is not there and if you have kernel source installed, go to
/usr/src/linux/drivers/net and look at the source for the module to see if
it has an example compile line at the top or at the bottom of the source
file.  Compile it, do a manual insmod to make sure that it installs OK, if
it does, copy the .o file to /lib/modules/net and enter the line in
/etc/modules as above and reboot. An example compile command can be found
at the end of the 3c59x.c file (for example).

if all that fails, make a kernel.





On Wed, 21 May 1997, Adam Shand wrote:

 Hi.
 
 I was getting a new unix trainee to install debian today for the first
 time.  They muffed choosing the right module for the ethernet card and made
 it all the way through the install.
 
 The question is: Is there any way to get back to the screen with the menu
 interface for loading modules into the kernel once you are done with the
 install or is it a once only sorta thing?
 
 It would make their life easier... otherwise I'll just start teaching them
 how to recompile the kernel :)
 
 Adam
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 

George Bonser
[EMAIL PROTECTED], [EMAIL PROTECTED]


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


Re: Newbie Question (sorta :)

1997-05-21 Thread Tomislav Vujec
Adam Shand [EMAIL PROTECTED] writes:

 The question is: Is there any way to get back to the screen with the menu
 interface for loading modules into the kernel once you are done with the
 install or is it a once only sorta thing?

Run /usr/sbin/modconf. It's from package modconf, which is required so 
it should be on every debian system.

-- 
Tomislav Vujec [EMAIL PROTECTED]
---
To understand recursion, one must first understand recursion...


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


Re: Help with IP masquerading

1997-05-21 Thread Francois Gouget
On Wed, 21 May 1997, Craig Sanders wrote:

 On Tue, 20 May 1997, Benjamin T. White wrote:
 
  **I can not do domain name resolution with my new setup** The ip
[...]
 DNS is one of the limitations of masquerading.  It doesn't work.

I have the same setup as Benjamin T except that I have two Linux
machines. I could not prove it right now because I have installed a DNS
server on the Linux doing the masquerading but if I remember well my 486 
was able to do DNS resolution before I installed the new DNS. So that was
through the IP masquerading. I have the kernel 2.0.27 and I load some
optional IP masquerading modules (mainly ftp).

 Most Linux documentation advises against running bind, saying that it's
[...]
 get it workingit only takes a few minutes at most.

I would rather say that it took me a several hours but perhaps I'm
worse than average.

 BTW, if you're using diald you'll probably want to configure it so that
 it doesn't bring up the link every time you want to resolve a name. But
 you'll want to do that whether you're running bind or not.

In fact if you're using diald having a local bind server is
perhaps more trouble than it's worth. Here is why:
 - Either diald does not bring the connection up for DNS requests. Then
applications will seem to hang if the result for their DNS query is not in
the cache. They will stay blocked in some gethostbyname call until the DNS
server times out which takes quite a long time. With some X applications
you can completely freeze the X server (with netscape click on a menu. It
does it's name lookup right here and it seems to block X).
 - The second problem does not depend on whether DNS bring the PPP link
up. If your IP address is dynamically assigned by you ISP and you type
ftp ftp.debian.org and the name lookup is returned by the local DNS
cache then the first packet on the network is the first packet for the TCP
conenction. But I noticed that in that case diald seems to send the packet
with the wrong source IP address, i.e. that of the fake serial device
instead of the one of the fresh new PPP connection. Consequence the
connection will never make it, you have to abort ftp and restart it. This
effectively prevents me from using diald with the DES client.

-- 
Francois Gouget
[EMAIL PROTECTED]http://www.mygale.org/05/fgouget/

Wonder what to do with all your spare CPU cycles ! Participate to the DES
cracking challenge with the SolNet team http://www.des.sollentuna.se/


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


Front Page Extension

1997-05-21 Thread I.N.A. SpA - Agenzia Generale di Pontedera
Can I find front page extension for Debian 2.0.29 with Apache 1.1.3?

Francesco

Direzione Commerciale
Ufficio Relazioni Esterne - Web Promote

Gruppo I.N.A. Sede di Pontedera 
Via ToscoRomagnola, 120/a - 56025  PONTEDERA   PI
Web http://www.ina.pontedera.pisa.it
E-mail: [EMAIL PROTECTED]
Tel. +39-587-52389 Fax: +39-587-53801 PtPostel: 000-100-7576


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


Re: libc6-dev

1997-05-21 Thread joost witteveen
 How do I put libc6-dev on my system with libc5-dev 

You should not do that. they install the header files in the same
locations, so they mess eachother up realy good.

 without having
 to reinstall all my other -dev packages?

If you install libc6-dev, you'll also have to install the libc6 compiled
other lib*-dev packages. The problem is that currently there aren't many
other libc6 dev compiled lib packages.

  If I select libc6-dev
 in dselect, I get 10 or so conflicts of packages that it wants to
 remove before it will allow me to put libc6 on.


-- 
joost witteveen, [EMAIL PROTECTED]
#!/bin/perl -sp0777iX+d*lMLa^*lN%0]dsXx++lMlN/dsM0j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$kSK$/SM$n\EsN0p[lN*1
lK[d2%Sa2/d0$^Ixp|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)


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


Re: mgetty for PPP; Need help

1997-05-21 Thread Eugene Sevinian
On Tue, 20 May 1997, Alex Yukhimets wrote:

 
 Then try to point Netscape (or telnet)
 to some digit location.

I tried to ping from w95 using digit location. 
Ping to linux machine's IP gives reasonable results. The same with 
w95's pseudo IP address. However ping doesn't see any other machines in
LAN (ping reported Request timing out). I think due to this reason
DNS is not available. On the other side w95 has a corect idea about 
all addresses ( if winipcfg tell me truth ).


Below I placed some info which you mentioned. 

 Then, look in /var/log/massages (the last 20-30 lines,immediately after 
 win95 connection to your server  and after netscape fails). 

It was telnet but I think it doesn't matter. Do you see any clue here?
I do not.

May 21 02:20:11 crdlx2 kernel: PPP line discipline registered.
May 21 02:20:11 crdlx2 kernel: registered device ppp0
May 21 02:20:11 crdlx2 pppd[268]: pppd 2.2.0 started by root, uid 0
May 21 02:20:11 crdlx2 pppd[268]: Using interface ppp0
May 21 02:20:11 crdlx2 pppd[268]: Connect: ppp0 -- /dev/ttyS1
May 21 02:20:14 crdlx2 pppd[268]: local  IP address 194.67.208.105
May 21 02:20:14 crdlx2 pppd[268]: remote IP address 194.67.208.10
May 21 02:20:14 crdlx2 pppd[268]: found interface eth0 for proxy arp
May 21 02:20:17 crdlx2 pppd[268]: CCP terminated at peer's request
May 21 02:20:17 crdlx2 pppd[268]: Compression disabled by peer.
May 21 02:35:40 crdlx2 pppd[268]: LCP terminated at peer's request
May 21 02:35:43 crdlx2 pppd[268]: Connection terminated.
May 21 02:35:43 crdlx2 pppd[268]: Exit.
May 21 02:37:10 crdlx2 kernel: PPP: ppp line discipline successfully 
unregistered


 You may also take a look in your /etc/ppp/options and
 /etc/ppp/options.ttyS? files -- options in these files will also apply
 when pppd is started.
 
Here is the list of settings from /etc/ppp/options. 
(I don't use the second file - options.ttyS?)
-
dns-addr 194.67.209.1
dns-addr 193.124.134.1
asyncmap 0
crtscts
lock
modem
mru 542
-pap
proxyarp
lcp-echo-interval 30
lcp-echo-failure 4
---
Still hope to get any advice from debian user's community. 
Any help would be greatly appreciated. 


Eugene Sevinian


Cosmic Ray Division
Yerevan Phisics Institute
Alikhanian's Brothers str.2
375036 Yerevan 36
Armenia

URL: http://www.yerphi.am/crd/prs/sevinian.html
Phone: 374-2-352041 (YerPhI), 374-2-344873 (aprt.)
Fax: 374-2-350030



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


Re: Help with IP masquerading

1997-05-21 Thread Lars Hallberg
In message [EMAIL PROTECTED], Craig San
ders writes:
[...]
 IMO, the benefits of having a local caching name server far outweigh the
 difficulty of installing it.
[...]
 BTW, if you're using diald you'll probably want to configure it so that
 it doesn't bring up the link every time you want to resolve a name. But
 you'll want to do that whether you're running bind or not.

Craig, sorry, got to ask You one thing...

Humm, I use diald. It do for some reason lose the first package on a new
fresh conection. My ugly workaround is to have no local nameresolving and
the nameserver listed multiple times in /etc/resolv.conf. This way the first
nameresolving atempt fails, but brings up the link, the nemeresolving is
then retryed (thanks to multipel entrys in resolv.conf) and evrething comes
upp as expected.

This ugly workaround is expensiv as I cant have any lokal nameresolving.
Much iritating as my ISP's DNS is frekvently down...

As I understands it this is a problem allot of peple on this list have and
I wonder: Do You know a way to 'cleanly' configuer diald/pppd? Or do You
know a less expensiv/ugly workaround?

Pointers to FM is welcome.

Hope I have not missed something obvius...

TIA /Lars

 
 craig
 
 --
 craig sanders
 networking consultant  Available for casual or contract
 temporary autonomous zone  system administration tasks.
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 



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


Re: where is xload? (dpkg improvment?)

1997-05-21 Thread Lars Hallberg
In message [EMAIL PROTECTED], Scott K. 
Ellis writes:
 -BEGIN PGP SIGNED MESSAGE-
 
 On Mon, 19 May 1997, Andree Leidenfrost wrote:
 
  Hi Dirk,
  
  funny thing! The same happened to me when switching to frozen. It's in
  the xproc package. I do not understand what is happening there because
  xload definitely is in the package. It seems that it just isn't copied
  to it's place... Perhaps you could file a bug report on this?1?
  
  By the way, if you want to know to which package a certain file belongs
  you can use 'dpkg -S filename'
 
 Actually it was in the old xcontrib packages, then moved to xproc.
 Depending on installation order, you could install xproc with xload,
 xcontrib with xload, then upgrade to xcontrib without xload and loose
 xload.  Re-install xproc and it will be there.

If dpkg, when removing a pagage, check if any other package owns any files
before removing them - this kind of problem will not happen

I think this also will avoid futer problem like the curent swap of Latex
distrubution.
 
I don't realy know wher this ide shuld go... The Diety project, or is ther
still aktiv devolopment of dpkg???

Someone, please point me or this mesage in the right direction /Lars
 
 ++
 |   Scott K. Ellis   |   Argue for your limitations and  |
 |   [EMAIL PROTECTED]   | sure enough, they're yours.   |
 ||-- Illusions   |
 ++
 
 -BEGIN PGP SIGNATURE-
 Version: 2.6.3
 Charset: noconv
 
 iQCVAwUBM4EFKtH31Ek1qsc9AQGX1AP/fxj5E9NNpDtO/XgeiC81lgh1Abmeor0l
 LLrHsUdRc/8xLM5vh7UKxSDqAFgVTKcAkPKByzrqSlhByTOZrov1eppZF/tMP2Cu
 tEbKXxhKdxWWRI7Vv9a+/A8DUuZfhODKziUImxA0bv1nY09t/W9FmIeLR7nM+uzl
 Sf3l0bjL4NM=
 =ryJr
 -END PGP SIGNATURE-
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 



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


diald runs ip-upp twice

1997-05-21 Thread Lars Hallberg
Randomly diald reports New addresses twice and runs the diald.ip-up script
twice. this makes fetchmail fail (started twice). This happens maybe one
time out of ten. Any ide?

May 21 12:49:45 zita pppd[12805]: remote IP address 193.45.137.28
May 21 12:49:46 zita diald[500]: New addresses: local 194.236.97.58, remote 
193.45.137.28.
May 21 12:49:49 zita fetchmail[12823]: Running /etc/diald.fetch-up
May 21 12:49:50 zita diald[500]: New addresses: local 194.236.97.58, remote 
193.45.137.28.
May 21 12:49:53 zita fetchmail[12844]: Running /etc/diald.fetch-up

--
   /  / _/_ _/_ Lars Hallberg IT-konsult  Micro++
  /\_/\ /   /   www.micropp.se/lahwww.micropp.se
 /   Micro++OOP C++ WWW-Design Utbildning LINUX FreeWare



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


moving to 2.1.xx?

1997-05-21 Thread Tim Bell
Hi,

I'm interested in moving to the 2.1 series kernels. There are a number of
things I need to upgrade besides the kernel itself, and I'm wondering if
there are any debian packages built to do those upgrades. According to
Documentation/Changes, I need:

 - Kernel modules modutils-2.1.34   *
 - Gnu C  2.7.2.1   *
 - Binutils   2.8.0.3
 - Linux C Library5.4.23
 - Dynamic Linker (ld.so) 1.8.5
 - Linux C++ Library  2.7.2.1   *
 - Procps 1.01
 - Mount  2.6g
 - Net-tools  1.41
 - Loadlin1.6a
 - Sh-utils   1.16
 - Autofs 0.3.0
 - NFS0.4.21

I've found the ones marked (*) as debian packages -- what about the rest?

Also, has anyone got any war-stories about updating to 2.1.xx? (I know
these are officially unstable kernels; I'm mainly interested in Debian-
specific details.)

Thanks,

Tim.
-- 
Tim Bell  |  Due to a shortage of trumpeters, the end of the world
[EMAIL PROTECTED]  |   will be postponed three months.   -- Anon


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


Re: login installation weirdness?

1997-05-21 Thread Bruce Perens
There's something like /etc/inittab.real, diff it against inittab.
This is a result of a failure in an installation script that should
have moved inittab.real to inittab . Probably you control-C-ed out of
the root-password-setting process at the end of installation or something
similar.

Thanks

Bruce
-- 
Bruce Perens K6BP   [EMAIL PROTECTED]   510-215-3502
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 


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


bruce back from vacation

1997-05-21 Thread Bruce Perens
I am back from vacation. If you have Debian issues for me, please send them
to my address [EMAIL PROTECTED] .


Thanks

Bruce Perens
Debian Project Leader
-- 
Bruce Perens K6BP   [EMAIL PROTECTED]   510-215-3502
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 


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


Re: Help with IP masquerading

1997-05-21 Thread jghasler
Lars Hallberg writes:
 As I understands it this is a problem allot of peple on this list have
 and I wonder: Do You know a way to 'cleanly' configuer diald/pppd? Or do
 You know a less expensiv/ugly workaround?

Have you tried request-route?

John HaslerThis posting is in the public domain.
[EMAIL PROTECTED]Do with it what you will.
Dancing Horse Hill Make money from it if you can; I don't mind.
Elmwood, Wisconsin Do not send email advertisements to this address.


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


Re: Newbie Question (sorta :)

1997-05-21 Thread Paul McDermott
hi Adam, you go through the install again by choosing your keyboard, 
activating your swap drive, mounting your hardrives and then choose to 
configure your device drivers.  I hope this helps
Paul

On Wed, 21 May 1997, Adam Shand wrote:

 Hi.
 
 I was getting a new unix trainee to install debian today for the first
 time.  They muffed choosing the right module for the ethernet card and made
 it all the way through the install.
 
 The question is: Is there any way to get back to the screen with the menu
 interface for loading modules into the kernel once you are done with the
 install or is it a once only sorta thing?
 
 It would make their life easier... otherwise I'll just start teaching them
 how to recompile the kernel :)
 
 Adam
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


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


Re: mgetty for PPP; Need help

1997-05-21 Thread Jens B. Jorgensen
Eugene Sevinian wrote:
 
 On Tue, 20 May 1997, Jens B. Jorgensen wrote:
 
  I think the difficulty is on the Win95 end at this
  point. When you bring up the connection from the Win95 end can you
  ping the IP of the Linux box (the IP for the dialup)?
 
 
 Ping to linux machine's IP gives reasonable results. The same with
 w95 pseudo IP address. However ping doesn't see any other machines in LAN.
 The result is:
 
 Request timing out.
 Request timing out.
 Request timing out.
 
 It seems DNS is not guilty at all. I also run winipcfg which proved that
 w95 recognized this stuff corectly.
 

Ok, here's a question. Did you recompile your kernel or anything?
If you did recompile, did you enable IP forwarding? I ask because
it looks like the problem is that packets aren't getting past your
linux box. Since you can ping the linux side, the link is just
fine. If you have the same kernel which came with the dist. then
I *think* it has IP forwarding enabled (I'm not sure about this, 
since I didn't compile that kernel myself). You may be able to
discover if it's enabled by looking at some /proc/?? file, but I'm
not too sure. Anyone else have a thought?

--
Jens B. Jorgensen
[EMAIL PROTECTED]


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


Re: Help with IP masquerading

1997-05-21 Thread Rob Browning
Francois Gouget [EMAIL PROTECTED] writes:

   I have the same setup as Benjamin T except that I have two Linux
 machines. I could not prove it right now because I have installed a DNS
 server on the Linux doing the masquerading but if I remember well my 486 
 was able to do DNS resolution before I installed the new DNS. So that was
 through the IP masquerading.

Yep, I have the same situation, and name resolution works fine.  The
only things I've found that don't work are ftp (dir listings only,
file gets by wget and netscape work fine (which I don't understand))
and ping.

-- 
Rob


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


Re: mgetty for PPP; Need help

1997-05-21 Thread Kevin Traas
 Eugene Sevinian wrote:
  
  On Tue, 20 May 1997, Jens B. Jorgensen wrote:
  
   I think the difficulty is on the Win95 end at this
   point. When you bring up the connection from the Win95 end can you
   ping the IP of the Linux box (the IP for the dialup)?
  
  
  Ping to linux machine's IP gives reasonable results. The same with
  w95 pseudo IP address. However ping doesn't see any other machines in
LAN.
  The result is:
  
  Request timing out.
  Request timing out.
  Request timing out.
  
  It seems DNS is not guilty at all. I also run winipcfg which proved
that
  w95 recognized this stuff corectly.
  
 
 Ok, here's a question. Did you recompile your kernel or anything?
 If you did recompile, did you enable IP forwarding? I ask because
 it looks like the problem is that packets aren't getting past your
 linux box. Since you can ping the linux side, the link is just
 fine. If you have the same kernel which came with the dist. then
 I *think* it has IP forwarding enabled (I'm not sure about this, 
 since I didn't compile that kernel myself). You may be able to
 discover if it's enabled by looking at some /proc/?? file, but I'm
 not too sure. Anyone else have a thought?

I think if /proc/net/ip_forward exists, then it's enabled in the kernel. 
cat this file on my router shows:

root# cat /proc/net/ip_forward
IP firewall forward rules, default 4

IP forwarding is enabled on my machine (and it's a router for my LAN) so if
your output is similar, then you should be enabled too.

An easy way to check what's happening with IP traffic is tcpdump.  This
is an optional package which you will have to install separately if you
haven't already done so.

On the Linux box, run tcpdump -i eth0 on one screen and tcpdump -i ppp0
on another.  Then, run a continuous ping from a client (your Win95 box) and
see what happens on each screen.

A big problem I once had that I first thought was forwarding was actually a
routing problem.  (I wasn't using IP_Masq.)  ICMP (Pings) were coming in on
eth0 and going out on the ppp0, but nothing was coming back.  My ISP didn't
have a route back to my client (which they said _was_ configured!  I proved
them wrong)  (Note - this shouldn't be your problem *if* you're using
IP_Masq.

Later,

Kevin Traas
Systems Analyst
Edmondson Roper CA
http://www.eroper.bc.ca


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


Re: automatically tracking just a few unstable packages

1997-05-21 Thread Roderick Schertler
I wrote:

 My system is mostly bo, but I've installed a couple of packages out
 of hamm.  I have my dselect access method set to ftp and pointing at
 the bo Packages files.  I'd like a way to know when the hamm packages
 I'm tracking are updated.  Does the system have a way to do that?

Jaldhar H. Vyas [EMAIL PROTECTED] responded:

 There's a package in the net section of unstable called ftpwatch which
 sounds like it could do what you want.

Thanks, I looked at it, but unless I'm missing something I don't think
it's appropriate.  It would need to watch for files by pattern, but I
think it can only watch whole directories or perhaps files by name (and
I'm not sure that it can watch files by name).

Aaron M. Johnson [EMAIL PROTECTED] responded:

 I believe dftp has what you are looking for.  [...]

I found the dftp manual hard to follow so I might have missed something,
but I also don't see how dftp can be made to help me.

I wrote a little script to do what I want.  It checks the available and
status files to see what packages are installed which are newer than
what are available (and therefore I manually installed from hamm) and
then it reads the hamm packages files and reports what newer versions of
these modules are available.  I then wrote a short wrapper script to
fetch the hamm packages files and run the main script.

Here are the scripts in case anyone else might find them useful.

#!/bin/sh
# This is a shell archive (produced by GNU sharutils 4.1).
# To extract the files from this archive, save it to some FILE, remove
# everything before the `!/bin/sh' line above, then type `sh FILE'.
#
# Made on 1997-05-21 12:09 EDT by [EMAIL PROTECTED].
# Source directory was `/home/roderick/bin/linux'.
#
# Existing files will *not* be overwritten unless `-c' is specified.
#
# This shar contains:
# length mode   name
# -- -- --
#   2519 -r-xr-xr-x tracked-packages
#   2041 -r-xr-xr-x tracked-packages-run
#
touch -am 1231235999 $$.touch /dev/null 21
if test ! -f 1231235999  test -f $$.touch; then
  shar_touch=touch
else
  shar_touch=:
  echo
  echo 'WARNING: not restoring timestamps.  Consider getting and'
  echo installing GNU \`touch', distributed in GNU File Utilities...
  echo
fi
rm -f 1231235999 $$.touch
#
# = tracked-packages ==
if test -f 'tracked-packages'  test X$1 != X-c; then
  echo 'x - skipping tracked-packages (file already exists)'
else
  echo 'x - extracting tracked-packages (text)'
  sed 's/^X//'  'SHAR_EOF'  'tracked-packages' 
#!/usr/bin/perl -w
use strict;
X
# $Id: tracked-packages,v 1.3 1997-05-21 12:07:05-04 roderick Exp $
#
# Roderick Schertler [EMAIL PROTECTED]
X
# This program checks the Debian available and status files to see what
# packages are installed which are newer than what are available (and
# therefore were manually installed from a newer release) and then it
# reads some given packages files (presumable from the newer release)
# and reports what newer versions of the tracked modules are available.
X
use FileHandle();
use Proc::WaitStat  qw(close_die);
use Sort::Versions  qw(versioncmp);
X
(my $Me = $0) =~ s-.*/--;
X
my $Available   = '/var/lib/dpkg/available';
my $Debug   = 0;
my $Exit= 0;
my $Status  = '/var/lib/dpkg/status';
X
sub xmess {
Xpush @_,  $!\n if $_[$#_] =~ /:$/;
X$Me: , @_;
}
X
sub xwarn {
Xwarn xmess @_;
X$Exit ||= 1;
}
X
sub xdie {
Xdie xmess @_;
}
X
sub parse {
Xlocal $_ = shift;
Xmy ($pkg, $version);
X
Xchomp;
X/^Package:\s*(\S+)\s*$/im or xdie bad status line:\n$_;
X$pkg = $1;
X/^Version:\s*(\S+)\s*$/im or xdie bad status line:\n$_;
X$version = $1;
Xreturn $pkg, $version;
}
X
sub main {
Xmy (%have, $pkg, $version, %tracking, $file);
X
X@ARGV or ! -t  or xdie no packages files specified\n;
Xopen STATUS, $Status   or xdie can't read $Status:;
Xopen AVAIL, $Available or xdie can't read $Available:;
X
XSTATUS-input_record_separator('');
XAVAIL-input_record_separator('');
X
Xwhile (STATUS) {
X   if (/^Status:.*\sinstalled\b/im) {
X   ($pkg, $version) = parse $_;
X   $have{$pkg} = $version;
X   }
X}
Xclose_die \*STATUS, $Status;
X
Xwhile (AVAIL) {
X   ($pkg, $version) = parse $_;
X   if (exists $have{$pkg}  versioncmp($have{$pkg}, $version)  0) {
X   $tracking{$pkg} = $have{$pkg};
X   printf tracking %-20s have %s\n, $pkg, $have{$pkg}
X   if $Debug;
X   }
X}
Xclose_die \*AVAIL, $Available;
X
X@ARGV = qw(-) unless @ARGV;
Xfor $file (@ARGV) {
X   unless (open PACKAGES, $file) {
X   xwarn can't read $file:;
X   next;
X   }
X   PACKAGES-input_record_separator('');
X   while (PACKAGES) {
X   ($pkg, $version) = parse $_;
X   if (exists $tracking{$pkg}) {
X   printf compare  %-20s available %s\n, $pkg, 

Re: mgetty for PPP; Need help

1997-05-21 Thread Eugene Sevinian
 On Wed, 21 May 1997, Jens B. Jorgensen wrote:

 Eugene Sevinian wrote:
  
  Ping to linux machine's IP gives reasonable results. The same with
  w95 pseudo IP address. However ping doesn't see any other machines in LAN.
  The result is:
  
  Request timing out.
  

 Ok, here's a question. Did you recompile your kernel or anything?
 If you did recompile, did you enable IP forwarding? 

You are RIGHT! It was disabled. The reason is - a lack of knowledge :-(
Now I will recompile it and hope it will work. 

 I ask because
 it looks like the problem is that packets aren't getting past your
 linux box. Since you can ping the linux side, the link is just
 fine. If you have the same kernel which came with the dist. then
 I *think* it has IP forwarding enabled (I'm not sure about this, 
 since I didn't compile that kernel myself). You may be able to
 discover if it's enabled by looking at some /proc/?? file, but I'm
 not too sure. Anyone else have a thought?
 
 --
 Jens B. Jorgensen
 [EMAIL PROTECTED]
 

Eugene Sevinian


Cosmic Ray Division
Yerevan Phisics Institute
Alikhanian's Brothers str.2
375036 Yerevan 36
Armenia

URL: http://www.yerphi.am/crd/prs/sevinian.html
Phone: 374-2-352041 (YerPhI), 374-2-344873 (aprt.)
Fax: 374-2-350030


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


It works! (was Re: mgetty for PPP; Need help)

1997-05-21 Thread Eugene Sevinian
Dear friends,
Thanks a lot for your great help!
This problem was solved due to your consistent assistance.

Sincerly,
Eugene

On Wed, 21 May 1997, Jens B. Jorgensen wrote:

 Eugene Sevinian wrote:
  
   On Wed, 21 May 1997, Jens B. Jorgensen wrote:
  
   Eugene Sevinian wrote:
   
Ping to linux machine's IP gives reasonable results. The same with
w95 pseudo IP address. However ping doesn't see any other machines in 
LAN.
The result is:
   
Request timing out.
   
  
   Ok, here's a question. Did you recompile your kernel or anything?
   If you did recompile, did you enable IP forwarding?
  
  You are RIGHT! It was disabled. The reason is - a lack of knowledge :-(
  Now I will recompile it and hope it will work.
  
 
 Ok, I'm almost positive this will do it. Let me know.
 
 --
 Jens B. Jorgensen
 [EMAIL PROTECTED]
 

Eugene Sevinian


Cosmic Ray Division
Yerevan Phisics Institute
Alikhanian's Brothers str.2
375036 Yerevan 36
Armenia

URL: http://www.yerphi.am/crd/prs/sevinian.html
Phone: 374-2-352041 (YerPhI), 374-2-344873 (aprt.)
Fax: 374-2-350030


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


Re: Multiple NE2000 card

1997-05-21 Thread Scott
Adding the line you suggested to /etc/modules worked - thank you very much
for your help.  Scott   

On Wed, 21 May 1997 [EMAIL PROTECTED] wrote:

 On May 20, Scott wrote
  I am having a hard time getting LINUX to recognize that I have two NIC's
  in my computer.  I have two Novell NE2000 cards installed.  I have already
  tried the 'append = ether=0,0,eth1 ' without any luck.  On boot-up LINUX
  probes and finds the first card - but not the second.  Thanks Scott.
 
  (A)
 
  If ne is already compiled in the kernel, the lilo append parameter should
  look like this:
 
  append =ether=12,0x280,eth0 ether=15,0x240,eth1
 
  Of course, adjust for your values. The 0,0, eth1 lable assumes that the
  card is detectable and more than likely, you need two of those. If you wish
  to try your luck with autodetect, please verify the 0,0,eth1 syntax 
  which is explained in /usr/doc/HOWTO/mini/Multiple-Ethernet.gz  ):
 
 
  (B)
 
  If ne is loaded as module, then use this alias in /etc/modules :
  ne io=0x240,0x280 irq=15,12
 
 
  Please refrain using both methods at the same time. One method
  precludes the other, there should be no need to pass both the append to lilo
  and the alias in /etc/modules. I remember having problems detecting 
  the second card when I tried to notify the kernel in more than one
  way at once.
  
 
 
 -- 
 Ioannis Tambouras 
 [EMAIL PROTECTED], West Palm Beach, Florida
 Signed pgp-key on key server. 
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


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


DES Solnet package available

1997-05-21 Thread Jim Pick

Hi.

I've packaged up the client for the SolNET DES Challenge Attack.  I noticed
that the [EMAIL PROTECTED] entry is currently at position #2 in the e-mail
stats, so I must not be the only one participating!

I'm trying to upload it to os.inf.tu-dresden.de (non-US), but that site seems
to be having some connectivity problems right now.  There will be an 
announcement in debian-devel-changes when I can successfully upload it.

It's also available from:

ftp://ftp.jimpick.com/pub/debian/des-solnet/

More info on the contest is availabe at:

http://www.des.sollentuna.se/

Also, on a related note.  I've set up a Canadian mirror for the debian-non-US
site at:

ftp://ftp.jimpick.com/pub/mirrors/debian-non-US/

So people living on this side of the globe don't have to use up that 
overseas bandwidth anymore to get the crypto stuff.  (I can legally export
crypto from Canada)

Cheers,

 - Jim




pgp61HnTpaoLy.pgp
Description: PGP signature


Re: hdb trouble

1997-05-21 Thread John Maheu
On Wed, 21 May 1997, Syd Alsobrook wrote:
 
 I just upgraded to frozen. I rebooted and I noticed syslogd and kmsg took
 a long time to load. Then I had some trouble reading /dev/hdb(my linux
 drive) and I found this in /var/log/messages:
 
 I would check your CMOS to make sure that you have the drive perimeters set
 correctly. I have had this problem with other machines where I had
 forgotten to change the settings
 
My hdb had a complete failure. I was lucky to get a backup in time.
However thanks to fips I can still work on hda.

Whats a good 1-2Gig drive that is quiet?
Any suggestions? 
John


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


Debian 1.2 and XFree86 X-Server 3.2

1997-05-21 Thread Chris Osicki
Hi,

Please forgive me if this question has been answered before.
Is there anybody out there running XFree86 server with Debian 1.2
on a ThinkPad 760E in 800x600 mode? 
Or Accelerated X-Server from X-Inside?

Regards,
Chris

-- 
Chris Osicki ([EMAIL PROTECTED])GfAI - Group for Applied Informatics Ltd.
Dipl. Informatik Ing. HTL Mettlenwaldweg 17   
Systems Engineer  CH-3037 Herrenschwanden
Tel. +41 31 308 67 00 Switzerland
Fax. +41 31 301 30 04


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


Unknown error when I plug cable into NE2000 NIC

1997-05-21 Thread Scott
When I plug an RJ45 cable into my NE2000 card I get the following error
over and over again until I remove the cable - eth1: Command unit
stopped, status 4040, restarting.  Has anyone else seen this, and were
you able to fix it?  Scott.


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


Re: Help with IP masquerading

1997-05-21 Thread Francois Gouget
On 21 May 1997, Rob Browning wrote:

 Francois Gouget [EMAIL PROTECTED] writes:
 
  I have the same setup as Benjamin T except that I have two Linux
  machines. I could not prove it right now because I have installed a DNS
  server on the Linux doing the masquerading but if I remember well my 486 
  was able to do DNS resolution before I installed the new DNS. So that was
  through the IP masquerading.
 
 Yep, I have the same situation, and name resolution works fine.  The
 only things I've found that don't work are ftp (dir listings only,
 file gets by wget and netscape work fine (which I don't understand))
 and ping.

This must be related to masquerading (i.e. not diald). For ftp to
work you must load a specific module: ip_masq_ftp. I think this module
also does the icmp masquerading (for ping). This is because ftp sends a
port number and has the server call you back at that port.
There are other specific modules for some other protocols. The
modules that I have are: ip_masq_raudio, ip_masq_vdolive, ip_masq_cuseeme,
ip_masq_irc.

-- 
Francois Gouget
[EMAIL PROTECTED]http://www.mygale.org/05/fgouget/

Wonder what to do with all your spare CPU cycles ! Participate to the DES
cracking challenge with the SolNet team http://www.des.sollentuna.se/


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