Re: Work-Needing and Prospective Packages for Debian GNU/Linux

1997-12-24 Thread Boris D. Beletsky
 On Mon, 22 Dec 1997 wnpp wrote:

 wnpp snip
 

Does anybody working on the egcs package? If not, I would like to
try.

Also I am going to do some research on the Scheme-C scheme.

thks,
borik
__
Boris D. Beletsky   [EMAIL PROTECTED]
Network Administrator  [EMAIL PROTECTED]
Berger Financial Research,  [EMAIL PROTECTED]
IBM Building   Home: +972 2 6411880
Tel-Aviv IsraelWork: +972 3 6944218








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


setting up pcmcia - hostname(none)- problem

1997-12-24 Thread Marc Fleureck
Hi,

There has been a great amount of progress since I have tried to 
configure my pcmcia card (3c562) thanks to great help I received from 
people on this list. Thanks !
However, there is still a problem. I get the following errors at boot 
time:

  hostname: can't open '(null)'
  SIOCSIFADDR: no such device
  SIOCSIFNETMASK: no such device
  SIOCSIFBRADDR: no such device
  SIOCADDRT: network unreachable

/etc/hosts is OK, /etc/pcmcia/network.opts too. No error messages in 
/var/adm/messages, except maybe the following indication :

Linux PCMCIA Card Services 2.9.12
Kernel build: 2.0.32 unknown
etc. etc.   (no errors)
loading device 'eth0' ...
eth0:  3com 3c562, .. irq, base address, etc

Regards,
marc


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


macro expansion error in firewall.c when compiling kernel-source-2.0.30

1997-12-24 Thread Raymond Rusk
Package: kernel-source-2.0.30
Version: 2.0.30-7

Has anyone else come across the following error condition while
compiling IP masquerading support in kernel-source-2.0.30:

---Error message---
make[5]: Entering directory `/usr/src/kernel-source-2.0.30/net/core'
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.30/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODVERSIONS 
-DEXPORT_SYMTAB -c firewall.c
firewall.c:151: macro `_basic_version' used with just one arg
firewall.c:152: macro `_basic_version' used with just one arg
firewall.c:153: macro `_basic_version' used with just one arg
firewall.c:154: macro `_basic_version' used with just one arg
firewall.c:155: macro `_basic_version' used with just one arg
make[5]: *** [firewall.o] Error 1
make[5]: Leaving directory `/usr/src/kernel-source-2.0.30/net/core'

My current kernel is a custom built 2.0.30.  I am using
libc.so.5.4.33.  I attempted to make a new custom kernel with
firewalling/IP masquerading support as follows:

make xconfig;make dep;make clean
make-kpkg clean
make-kpkg -r=custom.1.0 kernel_image

My kernel configuration file '.config' is included below:

---
#
# Automatically generated make config: don't edit
#

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KERNELD=y

#
# General setup
#
# CONFIG_MATH_EMULATION is not set
CONFIG_NET=y
# CONFIG_MAX_16M is not set
CONFIG_PCI=y
CONFIG_PCI_OPTIMIZE=y
# CONFIG_MCA is not set
CONFIG_SYSVIPC=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_JAVA=m
CONFIG_KERNEL_ELF=y
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M686 is not set
CONFIG_BIGPHYS_AREA=y

#
# Floppy, IDE, and other block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDE_PCMCIA is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_TRITON=y
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=m
CONFIG_MD_STRIPED=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_FIREWALL=y
CONFIG_NET_ALIAS=y
CONFIG_INET=y
CONFIG_IP_FORWARD=y
CONFIG_IP_MULTICAST=y
CONFIG_SYN_COOKIES=y
CONFIG_RST_COOKIES=y
CONFIG_IP_FIREWALL=y
CONFIG_IP_FIREWALL_VERBOSE=y
CONFIG_IP_MASQUERADE=y

#
# Protocol-specific masquerading support will be built as modules.
#
CONFIG_IP_MASQUERADE_IPAUTOFW=y
CONFIG_IP_MASQUERADE_ICMP=y
CONFIG_IP_TRANSPARENT_PROXY=y
CONFIG_IP_ALWAYS_DEFRAG=y
CONFIG_IP_ACCT=y
CONFIG_IP_ROUTER=y
# CONFIG_NET_IPIP is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_IP_ALIAS is not set
# CONFIG_ARPD is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_PCTCP is not set
CONFIG_INET_RARP=m
# CONFIG_NO_PATH_MTU_DISCOVERY is not set
CONFIG_IP_NOSR=y
# CONFIG_SKB_LARGE is not set

#
#  
#
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m
# CONFIG_AX25 is not set
# CONFIG_BRIDGE is not set
CONFIG_NETLINK=y
# CONFIG_RTNETLINK is not set

#
# SCSI support
#
# CONFIG_SCSI is not set

#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_EQUALIZER=m
CONFIG_DLCI=m
CONFIG_DLCI_COUNT=24
CONFIG_DLCI_MAX=8
CONFIG_SDLA=m
# CONFIG_PLIP is not set
CONFIG_PPP=m

#
# CCP compressors for PPP are only built as modules.
#
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_NET_RADIO=y
CONFIG_BAYCOM=m
CONFIG_STRIP=m
CONFIG_WAVELAN=m
CONFIG_WIC=m
CONFIG_SCC=m
CONFIG_NET_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
CONFIG_NET_ISA=y
# CONFIG_AT1700 is not set
# CONFIG_E2100 is not set
# CONFIG_DEPCA is not set
# CONFIG_EWRK3 is not set
# CONFIG_EEXPRESS is not set
# CONFIG_EEXPRESS_PRO is not set
# CONFIG_FMV18X is not set
# CONFIG_HPLAN_PLUS is not set
# CONFIG_HPLAN is not set
# CONFIG_HP100 is not set
# CONFIG_ETH16I is not set
CONFIG_NE2000=m
# CONFIG_NI52 is not set
# CONFIG_NI65 is not set
# CONFIG_SEEQ8005 is not set
# CONFIG_SK_G16 is not set
# CONFIG_NET_MCA is not set
CONFIG_NET_EISA=y
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
CONFIG_DE4X5=m
CONFIG_DEC_ELCP=m
# CONFIG_DGRS is not set
# CONFIG_ZNET is not set
# CONFIG_NET_POCKET is not set
# CONFIG_TR is not set
# CONFIG_FDDI is not set
# CONFIG_ARCNET is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Filesystems
#
CONFIG_QUOTA=y
# CONFIG_LOCK_MANDATORY is not set
CONFIG_MINIX_FS=y
CONFIG_EXT_FS=m

Re: GMT setting

1997-12-24 Thread Lindsay Allen

On Mon, 22 Dec 1997, Adam Klein wrote:

 On Tue, Dec 23, 1997 at 04:01:57AM +, Lindsay Allen wrote:
  
  In the past (pre rcS.d) I could edit /etc/init.d/boot and set GMT to -u
  to indicate that my hardware clock is in GMT.
  
  How is this done now?  Perhaps a better question is Where is there a
  description of the new boot process?  I can see the settime script
  checking the GMT variable but I can not see where it is set.
  
 
 It's set in /etc/default/rcS.
 
 Adam Klein

Thanks Adam.  

It turns out that it was set correctly.  Everything looked right but did
not work as expected.  My timezone, for instance, was Australia/Perth.  In
the end I reinstalled timezones and it all came good.  Ho hum.

Cheers
Lindsay

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lindsay Allen   [EMAIL PROTECTED]  Perth, Western Australia
voice +61 8 9316 248632.0125S 115.8445Evk6lj  Debian Unix
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


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


windows

1997-12-24 Thread Hamish Moffatt
If you thought Unix's handling of the date, being seconds since
Jan 1, 1970, in a 32 bit value, was weird, I quote your from the Win32
API help:

The FILETIME structure is a 64-bit value representing the 
number of 100-nanosecond intervals since January 1, 1601. 

Still, by my calculations, that should last us until the year
60095. Perhaps there's something in the 95 :-)


Hamish
-- 
Hamish Moffatt   Mobile: +61 412 011 176   [EMAIL PROTECTED]

Rising Software Australia Pty. Ltd. 
Developers of music education software including Auralia  Musition.
31 Elmhurst Road, Blackburn, Victoria Australia, 3130
Phone: +61 3 9894 4788  Fax: +61 3 9894 3362  USA Toll Free: 1-888-667-7839
Internet: http://www.rising.com.au/


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


Re: fixed, please ignore!

1997-12-24 Thread Eloy A. Paris
Hi Hamish,

 Hi again. Sorry about this. I forgot that you had to use smbpasswd
 to set the passwords. It works now from smbclient on a couple of
 machines although my NT has gone into denial mode and wants a
 restart I think.

I was going to reply to your previous message and the I got this one.
I am glad that your problem is solved.

I recently took over maintenance of the samba package. Starting with
samba_1.9.18alpha12-1, sambades gets replaced (conflicts with)
sambades. The reason is that in the new 1.9.18 series, support for
encrypted passwords has been built in without the need for the libdes
libraries. This makes Samba exportable without any legal problems.

The version in Hamm right now is samba_1.9.18alpha12-1. I created a
samba_1.9.18alpha13-1 that I never released but now I am planning to
release 1.9.18alpha14-1, that was released a couple of hours ago.

1.9.17p5 is out there but I am not packaging that because the release
of the 1.9.18 series is inminent. Also, the current alpha series have
reached a high degree of stability, which makes them suitable to be
delivered a Debian quality software.

I recomend you upgrade to Samba 1.9.18alpha14-1, that will be
available by tomorrow.

Regards,

E.-

-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9431645


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


Re: samba problems

1997-12-24 Thread Eloy A. Paris
Hi Hamish,

is this solved already or you need help with this? You sent two
messages before and in one of them you say the problem is solved, but
I don't know if it is the problem in your 1st. message or the one in
this message.

Regards,

E.-

 Hi Eloy,
 
 I just upgraded to your latest samba package. Before I was running
 an old samba without password encryption, but now I need to talk
 to it from NT+SP3 so I upgraded it. However I can't even talk
 to it from smbclient!
 
 [1:41am] [EMAIL PROTECTED]:/usr/doc/samba smbclient yodeller\\hamish
 Added interface ip=203.63.216.19 bcast=203.63.216.23 nmask=255.255.255.248
 Server time is Wed Dec 24 01:41:47 1997
 Timezone is UTC+11.0
 Password: 
 Domain=[RISING SOFTWARE] OS=[Unix] Server=[Samba 1.9.18alpha12]
 security=share
 SMBtconX failed. ERRSRV - ERRbadpw (Bad password - name/password pair in a 
 Tree Connect or Session Setup are invalid.)
 Perhaps you are using the wrong sharename, username or password?
 Some servers insist that these be in uppercase
 
 With security=user, I can't get a share listing either; same error.
 I can't get anything from NT either; it just asks me for a password
 all the time and says it was wrong. I did have shadow passwords
 disabled but just turned them on in case it would help; it hasn't.
 
 Any ideas? I have the old sambades going great on another machine.
 On that machine I can smbclient to itself just fine, but not to this
 machine with the new 1.9.18alpha12-1.
 
 thanks,
 Hamish
 


-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9431645


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


Problem with a new Mach64 3D Xpression 2MB

1997-12-24 Thread Dirk Eddelbuettel

I am trying to set up a new machine for someone else. The machine came with
an ATI 3D Xpression 2MB card.

Using Debian 1.3.1, I can't get any X11 server other than vga16 to work. The
Mach64 server seems to splits the screen vertically a couple of times.  X
-probeonly says

  unknown ATI (82304x) rev 154, Aperture @ 0xe00, Block I/0 @ 0x6100
  Memory type: 3
  Clock type: Internal
  Ramdac is Internal

I would be grateful if anyone could help me out. Please email me directly as
I am not following this list very regularly.

Thanks, Dirk  

-- 
[EMAIL PROTECTED]   According to the latest official figures, 
http://rosebud.ml.org/~edd43% of all statistics are totally worthless.


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


Re: fixed, please ignore!

1997-12-24 Thread Eloy A. Paris
Eloy A. Paris [EMAIL PROTECTED] wrote:

: I recently took over maintenance of the samba package. Starting with
: samba_1.9.18alpha12-1, sambades gets replaced (conflicts with)
: sambades.

Opp!!! What I meant was: Starting with samba_1.9.18alpha12-1,
sambades gets replaced (conflicts with) by samba.

Sorry for the mistake.

E.-

-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9431645


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


Re: Bootdisk for PCMCIA?

1997-12-24 Thread Stephen Ryan
Lukas Eppler wrote:
 
 Hi,
 
 Is there a boot floppy set which supports installation over a pcmcia
 network card?
 
 If not, how is the simplest way to do it?

Not that I know of.  I've recently installed Debian on 3 laptops, mostly
by stumbling around in the dark until something worked.  My latest and
easiest attempt was:
1. Download Rescue, drivers, base disks, pcmcia-cs*.deb,
pcmcia-modules*.deb and dhcpcd*.deb
2. Boot from rescue disk, install drivers disk and base disks.
3. Reboot when prompted
4. Just before running dselect for the first time, switch consoles; 
install pcmcia-cs and pcmcia-modules; the version number for
pcmcia-modules should match the one for the kernel.  I wasn't sure which
one to get, so I downloaded them all and tried one after another until
one worked.
5. Since Dartmouth now supports DHCP, I also installed dhcpcd so I
wouldn't have to wait a week for the computer center to give me another
IP address.  If you are not using DHCP, then you will need to edit
/etc/pcmcia/network.opts to include your IP address, etc.  These should
be picked up from the numbers you typed in during the install, but I
switched to DHCP before I figured this all out.
6. Insert network card, which should now be recognized and started
automatically.  
7. Switch back to the first console and continue with dselect as usual.

A couple of notes:  I've had a little difficulty with the dhcpcd
package; normally, it works just fine.  Wait 10-15 seconds, and
magically the system gets an IP address and sets all the routing tables
by itself.  Sometimes, though, after coming out of a suspend, it seems
to lose the network card completely, until I manually do ifconfig eth0
down followed by ifconfig eth0 up, which seems to cure whatever ails
it.  Also, now that I think about it, I've been installing from
unstable/.  I've needed to install the latest libc5 and libc6 before I
could install pcmcia-cs from unstable/.  I followed the libc5 to libc6
HOWTO slavishly here and had no problems.

I'm typing this from memory, so I may have forgotten some details. 
Holler for more help if this doesn't work.
-- 
Stephen Ryan   Debian GNU/Linux
Mathematics graduate student, Dartmouth College


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


Help-ethernet card

1997-12-24 Thread BRIAN SCHRAMM
I am looking for help in getting a SMC 8416 ethernet card in a Dell
 433/l machine.  I have tried to use the SMC ultra and SMC 9000 modules
 to get it to work on install.  I need the network card to work since
 this machine does not have a CD-ROM in it and I need to get the
 distribution from the network.  How do I get it to recognize the card?

 Please respond to me directly at [EMAIL PROTECTED] and
 [EMAIL PROTECTED] since I do not belong to the mail list yet at
 work.

 Thanks

 Brian Schramm


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


NFS

1997-12-24 Thread Hamish Moffatt
I'm experimenting with exporting a directory over NFS over
a dialup link with PPP. At the server end, nfsd and mountd
and portmap are running, and rpcinfo -p shows the correct
programs (and so does rpcinfo -p servername).

At the client end, rpcinfo -p servername says no programs
registered and so does mount. rpcinfo -p clientname from
either end works.

In summary,

server - client works
server - server works
client - client works
client - server doesn't work

Any suggestions?


thanks,

Hamish


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


smc-ultra module from drivers disk

1997-12-24 Thread Douglas Bates
I am bringing up a new machine with an SMC Ultra ethernet card.  After 
reading the rescue and drivers disks I ask for the Net modules and
install the SMC-Ultra module.  I receive some curious error messages
after

 loading device 'eth0'...
 smc-ultra.c:v2.00 6/6/96 Donald Becker ([EMAIL PROTECTED])
 eth0: SMC Ultra at 0x300, 00 00 C0 75 B3 98, assigned IRQ 10 memory 
0xcc000-0xc

That all looks as expected.  Then I get

 Executing module post-install script 'cdromsymlink' ...
 script: -ultra
 -ultra: not found

 Executing shell_smc-ultra failed

This is when running the installation disks with the v30 kernel
(i.e. 2.0.30). I guess I don't understand why it is trying to do some
cdrom sym-linking after installing an Ethernet card.

It appears that I can go ahead and configure the network anyway.


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


Re: setserial problems

1997-12-24 Thread Steve Kostecke
In article [EMAIL PROTECTED],
[EMAIL PROTECTED] (Will Lowe) writes:
 I need to set ttyS3 to irq 10 to use my modem.  I've been doing this as
 setserial /dev/ttyS3 irq 10

Have you tried doing this in /etc/rc.boot/0setserial ?

 someplace) or allow a normal user to setserial?  I've gotten around it in

Try the super package.
-- 
   _ _  
Steve Kostecke| (_)_ __  _   ___  __
[EMAIL PROTECTED]| | | '_ \| | | \ \/ /
http://kostecke.home.ml.org   | | | | | | |_| |   
  |_|_|_| |_|\__,_/_/\_\


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


Re: setserial problems

1997-12-24 Thread Adam Klein
On Tue, Dec 23, 1997 at 11:54:05AM -0500, Will Lowe wrote:
 I need to set ttyS3 to irq 10 to use my modem.  I've been doing this as
 setserial /dev/ttyS3 irq 10
 
 but this requires me to be root.  Wouldn't be a problem to set it once on
 boot with a root-owned script,  but after ttyS3 is used for a while (e.g.
 by pppd or minicom) it reverts to irq 3,  requiring me to setserial again.
 
 Is there any way to either set the irq permanently (hardcode it in
 someplace) or allow a normal user to setserial?  I've gotten around it in
 my pppd setup by writing a script which essentially does
 
 setserial /dev/ttyS3 irq 10
 pppd dial net
 
 but I'm leary of writing too many root-permissioned scripts to be executed
 in user space.  Of course,  if this isn't a security concern,  I could
 write one for minicom and everything else that uses the modem,  but that
 sounds kinda silly.
 
   Will

Have you compiled serial support as a module?  If so, try having it loaded
from /etc/modules instead of letting kerneld load it on demand.  If
you have serial compiled into the kernel, just ignore me.

Adam Klein


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


Re: best Linux video card

1997-12-24 Thread John Goerzen
Pere,

I got an ATI 3D Pro Turbo PC2TV 8MEG (Mach64/3D RageII+) card for
about $210.  It is quite awesome, and lightning fast.  It supports my
21 monitor quite nicely, and is well-supported under Windows as well.

The TV output doesn't work under Linux, but that's not what I got it
for anyway :-)

Pere Camps [EMAIL PROTECTED] writes:

 Hi!
 
   What's the best Linux/Debian (Win95/NT too) compatible video card 
 available for $100-225? 
 
   Thanks in advance for your help!
 
 Pere.
 
 Salutacions, Pere     __o mailto:[EMAIL PROTECTED]
   2:343/108.91   -  _`\;_   http://casal.upc.es/~pere/
 PGP key available ---  (_)/ (_)Lo importante es el concepto
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . Trouble? 
 e-mail to [EMAIL PROTECTED] .
 

-- 
John Goerzen  | Developing for Debian GNU/Linux (www.debian.org)
Custom Programming| Debian GNU/Linux is a free replacement for
[EMAIL PROTECTED] | DOS/Windows -- check it out at www.debian.org.
--+--
Find out how to avoid all those pesky crashes, lockups, application errors,
and slow applications at http://www.debian.org -- Debian can replace Windows
95 with a much more stable operating system.


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


couldn't match host name or address

1997-12-24 Thread Aaron Walker
When I try to dial my ISP using /etc/ppp.chatscript in my ppp.log file I

get this message:

Dec 24 09:52:42 speedy chat[827]: ATDT7454342(a carrot goes here)M
Dec 24 09:52:42 speedy chat[827]: Couldn't match host name or address -
please try again(carrot goes here)M

There is nothing after this. It is the last entry in the log.  To see
the exact results, goto http://www.iconmedia.com/aaron/ppplog.gif
Does anyone have any suggestions? Thanks.

--
``
Aaron Walker

Work:
  Site: http://www.iconmedia.com
  Email: [EMAIL PROTECTED]

Personal:
  Site: http://www.iconmedia.com/aaron
  Email: [EMAIL PROTECTED]
``



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


Re: windows

1997-12-24 Thread Orn E. Hansen
 The FILETIME structure is a 64-bit value representing the 
 number of 100-nanosecond intervals since January 1, 1601. 

 It's important, to be able to keep time in nanoseconds on a computer... and as
we all know, 1601 is an important date ;-)


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


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


Re: setserial problems

1997-12-24 Thread Will Lowe
On Tue, 23 Dec 1997, Adam Klein wrote:

 On Tue, Dec 23, 1997 at 11:54:05AM -0500, Will Lowe wrote:
  I need to set ttyS3 to irq 10 to use my modem.  I've been doing this as
  setserial /dev/ttyS3 irq 10
 
 Have you compiled serial support as a module?  If so, try having it loaded
 from /etc/modules instead of letting kerneld load it on demand.  If
Indeed,  that turns out to be the problem.  Put serial in /etc/modules and
now it gets set once by /etc/rc.boot/0setserial,  and doesn't have to get
re-set again.

Seems wierd that it has to be done that way,  since it kinda removes the
usefulness of having compiled it as a module in the first place... 

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|The problem with computers: |
||
|  rivendell[501] [~] love me   |
|  bash: love: command not found |
|  rivendell[502] [~] hug me|
|  bash: hug: command not found  |
--


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


Re: Problem with a new Mach64 3D Xpression 2MB

1997-12-24 Thread Bob Clark
Dirk Eddelbuettel wrote:
 
 I am trying to set up a new machine for someone else. The machine came with
 an ATI 3D Xpression 2MB card.
 
 Using Debian 1.3.1, I can't get any X11 server other than vga16 to work. The
 Mach64 server seems to splits the screen vertically a couple of times.  X
 -probeonly says
 
   unknown ATI (82304x) rev 154, Aperture @ 0xe00, Block I/0 @ 0x6100
   Memory type: 3
   Clock type: Internal
   Ramdac is Internal
 
 I would be grateful if anyone could help me out. Please email me directly as
 I am not following this list very regularly.
 
 Thanks, Dirk
 
 --
 [EMAIL PROTECTED]   According to the latest official figures,
 http://rosebud.ml.org/~edd43% of all statistics are totally worthless.
 
I'm using a 2MB ATI with the Mach64 server.  Here's my
XF86Config if it helps:
--[ cut here ]--
Section Files
RgbPath /usr/X11R6/lib/X11/rgb
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/
FontPath /usr/X11R6/lib/X11/fonts/freefont/
FontPath /usr/X11R6/lib/X11/fonts/sharefont/
EndSection
# Section Module
#
# This loads the module for the Joystick driver
#
# Load xf86Jstk.so
# 
# EndSection

Section ServerFlags
EndSection

Section Keyboard
ProtocolStandard
AutoRepeat  500 5
LeftAlt Meta
RightAltModeShift
XkbDisable
XkbKeymap   xfree86(us)
EndSection

Section Pointer
ProtocolPS/2
Device  /dev/mouse
Emulate3Buttons
Emulate3Timeout50
EndSection

Section Monitor

Identifier  My Monitor
VendorName  AST
ModelName   RMO7F11
HorizSync   30-68
VertRefresh 50-90
# 640x480 @ 60 Hz, 31.5 kHz hsync
Modeline 640x480 25.175 640  664  760  800   480  491 
493  525
# 800x600 @ 60 Hz, 37.8 kHz hsync
Modeline 800x600 40 800  840  968 1056   600  601 
605  628 +hsync +vsync
Modeline 1024x768 651024 1064 1208 1344768 
791  797  806 -hsync -vsync
Modeline 1024x767 65.00   1024 1056 1200 1344767 
791  797  806 -hsync -vsync
# 1280x1024 @ 60 Hz, 63.51 kHz hsync
Modeline 1280x1024   110.00   1280 1328 1512 1732   1024
1025 1028 1058
# 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio
Modeline 320x200 12.588 320  336  384  400   200  204 
205  225 Doublescan
# 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio
Modeline 320x240 12.588 320  336  384  400   240  245 
246  262 Doublescan
# 320x240 @ 72 Hz, 36.5 kHz hsync
Modeline 320x240 15.750 320  336  384  400   240  244 
246  262 Doublescan
# 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio
ModeLine 400x300 18 400  416  448  512   300  301 
602  312 Doublescan
# 400x300 @ 60 Hz, 37.8 kHz hsync
Modeline 400x300 20 400  416  480  528   300  301 
303  314 Doublescan
# 400x300 @ 72 Hz, 48.0 kHz hsync
Modeline 400x300 25 400  424  488  520   300  319 
322  333 Doublescan
# 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio
ModeLine 480x300 21.656 480  496  536  616   300  301 
302  312 Doublescan
# 480x300 @ 60 Hz, 37.8 kHz hsync
Modeline 480x300 23.890 480  496  576  632   300  301 
303  314 Doublescan
# 480x300 @ 63 Hz, 39.6 kHz hsync
Modeline 480x300 25 480  496  576  632   300  301 
303  314 Doublescan
# 480x300 @ 72 Hz, 48.0 kHz hsync
Modeline 480x300 29.952 480  504  584  624   300  319 
322  333 Doublescan

EndSection

Section Device
Identifier  ATI Mach64
VendorName  Unknown
BoardName   Unknown
#VideoRam1024
# Insert Clocks lines here if appropriate
Option  power_saver
EndSection

Section Screen
Driver  accel
Device  ATI Mach64
Monitor My Monitor
Subsection Display
Depth   8
#   Modes   1280x1024 1024x768 800x600
640x480
#   Modes   1024x768 800x600 640x480
Modes   800x600
ViewPort0 0
EndSubsection
Subsection Display
Depth   16
Modes   1024x767 800x600 640x480
ViewPort0 0
EndSubsection
Subsection Display
Depth   24
Modes   800x600 640x480
ViewPort0 0
EndSubsection
Subsection Display
Depth   32
Modes   640x400
ViewPort0 0
EndSubsection
EndSection


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


couldn't match host name or address

1997-12-24 Thread Aaron Walker
When I try to dial my ISP using /etc/ppp.chatscript in my ppp.log file I
get this message:

Dec 24 09:52:42 speedy chat[827]: ATDT7454342(a carrot goes here)M
Dec 24 09:52:42 speedy chat[827]: Couldn't match host name or address -
please try again(carrot goes here)M

There is nothing after this. It is the last entry in the log.  Does
anyone have any suggestions? Thanks.

--
``
Aaron Walker

Work:
  Site: http://www.iconmedia.com
  Email: [EMAIL PROTECTED]

Personal:
  Site: http://www.iconmedia.com/aaron
  Email: [EMAIL PROTECTED]
``



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


Apache 1.2.4 Binary Version

1997-12-24 Thread Aaron Walker
I just downloaded the binary version of Apache 1.2.4 for my Debian 1.3.1
machine.  At the Apache site, it says if you have a binary version,
there will be a file called httpd in the src directory. I have no httpd
file in my src directory.  Does anyone know why this is?
Please help. Thanks.

--
``
Aaron Walker

Work:
  Site: http://www.iconmedia.com
  Email: [EMAIL PROTECTED]

Personal:
  Site: http://www.iconmedia.com/aaron
  Email: [EMAIL PROTECTED]
``



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


disconnecting a user

1997-12-24 Thread Aaron Walker
How would I go about disconnecting a remote user from my machine? Thanks
in advance.

Also... I want to install Apache.  Where is the best place to intall
this? Thanks again.

--
``
Aaron Walker

Work:
  Site: http://www.iconmedia.com
  Email: [EMAIL PROTECTED]

Personal:
  Site: http://www.iconmedia.com/aaron
  Email: [EMAIL PROTECTED]
``



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


Re: disconnecting a user

1997-12-24 Thread Will Lowe
On Tue, 23 Dec 1997, Aaron Walker wrote:

 How would I go about disconnecting a remote user from my machine? Thanks
 in advance.
Figure out which shell process he's running,  and kill it.  That oughta
work.

 Also... I want to install Apache.  Where is the best place to intall
 this? Thanks again.
The debian package will install itself ok.  The only thing you might want
to modify is the location of the web home directory,  which you can change
by answering questions when you install the package.  I think the
recommeneded directory was /var/www,  but I think I put mine under
/home/www because I had a lot of space on my /home partition.


Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|The problem with computers: |
||
|  rivendell[501] [~] love me   |
|  bash: love: command not found |
|  rivendell[502] [~] hug me|
|  bash: hug: command not found  |
--


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


booting debian on IBM thinkpad 760ED 3COM 3c562

1997-12-24 Thread Steve Hsieh

As perhaps others have already posted here, you must use the special/tecra
2.0.29 rescue disk to boot linux on an IBM thinkpad 760ED.  This is great,
but I'd like to use kernel 2.0.33 instead.  The problem is that I don't
know what changes to the kernel have to be made. Can anyone tell me or
point me to the patch(es)?

Also, I tried using the pcmcia-cs 2.9.6-3 package to get my 3Com 3c562
card going.  However, when I insert the card, it isn't recognized
properly.  Instead, I see

initializing socket 1
socket 1: Anonymous Memory Card
executing: 'insmod /lib/modules/2.0.29/pcmcia/pcmem_cs.o'
cardmgr: executing: './pcmem stop pcmem0'

Can someone help?




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


Re: disconnecting a user

1997-12-24 Thread AzCaPpY
Do a who command on them to get their tty and use the fuser command:

fuser -k /dev/ttyp?


On Wed, 24 Dec 1997, Will Lowe wrote:

 On Tue, 23 Dec 1997, Aaron Walker wrote:
 
  How would I go about disconnecting a remote user from my machine? Thanks
  in advance.
 Figure out which shell process he's running,  and kill it.  That oughta
 work.
 
  Also... I want to install Apache.  Where is the best place to intall
  this? Thanks again.
 The debian package will install itself ok.  The only thing you might want
 to modify is the location of the web home directory,  which you can change
 by answering questions when you install the package.  I think the
 recommeneded directory was /var/www,  but I think I put mine under
 /home/www because I had a lot of space on my /home partition.
 
 
   Will
 
 
 --
 | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   
 |
 | http://www.cis.udel.edu/~lowe/   |
 --
 |The problem with computers: |
 ||
 |  rivendell[501] [~] love me   |
 |  bash: love: command not found |
 |  rivendell[502] [~] hug me|
 |  bash: hug: command not found  |
 --
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
E-Mail: [EMAIL PROTECTED]
http://psychobabble.dyn.ml.org
ICQ: #5386440
   __   _
  / /  (_)__  __   __
 / /__/ / _ \/ // /\ \/ /  . . .  t h e   c h o i c e   o f   a
//_/_//_/\_,_/ /_/\_\  G N U   g e n e r a t i o n . . .
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



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


Re: libc5 to libc6: purge or install

1997-12-24 Thread Scott K. Ellis
On Tue, 23 Dec 1997, Jameson Burt wrote:

 This seems the correct approach.  So, the libc5-libc6-Mini-HOWTO should say 
 not just
The minimum list of packages to install to be able to run unstable-
branch packages is below.  Install these packages one at a time in
exactly the order listed.  When versions are mentioned, that is a
minimum suggested version, any later version should also be
acceptable.
 o  ldso_1.9.5-1
 o  libc6_2.0.4-1
 
 but should also include something like
 o  ldso_1.9.5-1
 o  libc5_5.4.38  from unstable hamm **
 o  libc6_2.0.4-1
 
 The need for the above appeared to me again today, in my office, when  a 
 colleague tried to install Debian Linux.  As recommended in the HOWTO, he did 
 not use dselect.  However, haveing followed the libc5-libc6-Mini-HOWTO two 
 times, he is about to try installing Debian Linux for the third time in one 
 day.   The first recommended package ldso_1.9.6-2 installed properly.  The 
 second package libc6_2.0.5c-0.1 failed to install, responding that dpkg COULD 
 NOT REMOVE libc5!  He knew not to use a -force option, so he used a --purge 
 option on libc5.  He followed this by again having dpkg install 
 libc6_2.0.6c-0.1.  All seemed well, except that the purging of libc5 removed 
 /lib/libreadline.so.2, so he could no longer log on --time to reinstall 
 Debian 
 Linux.

I plan on mentioning this when I update the howto over the holidays.  I am
also going to plaster said howto with large warnings for

DO NOT PURGE LIBC5 WHEN UPGRADING.
DO NOT USE --force FOR ANY REASON when doing the libc5-libc6 upgrade.

(not shouting at you, just at anyone else out there considering it)


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


Re: Problems with CD in Dselect

1997-12-24 Thread Joost Kooij
On Tue, 23 Dec 1997, Jan Francsi wrote:

 I have a little problem with the installation of Debian Linux.
 When I start dselect and go to the Access section, I can chose cdrom. My
 drive spinns up and the dialog beginns. 

Ok, so you know what /dev your cdrom is!

 But now I could not chose the right Directory. Evrytime I do so, dselect
 says Dir don´t exists. I have checked under win95 and the dir´s are
 there on my cd it must be Debian/Local . 

I don't know about the layout of your particular cdrom, but trying / and
. as base dir sometimes works.

 when I check the cdrom Path (ls /cdrom) in a second shell, nothing was
 in it. Is this ok ? 

Yes, because it is mounted as /var/lib/dpkg/methods/cdrom or something
like that. 

 If not, how can I mount a CD and where do I find it ?
 Please help   :-)

You can mount a cd (if it is not mounted already with a command like:
  mount -t iso9660 /dev/{your cdrom} /cdrom
provided that you fill in the correct device for {your cdrom} and /cdrom
exists (it probably does.) It might even work when you leave out the -t
iso9660 part, because it is the default fs type.
Unmount with:
  umount /cdrom ,
provided you (or another user/process) are not in a directory beneath
/cdrom when you try to unmount (you'll get an error saying the device is
busy.)

In my /etc/fstab I have a line that says:
  /dev/scd0   /cdrom  iso9660 user,noauto,ro   0   0
With this, I can mount a cd a mortal user by typing mount /cdrom.

Read about it in the mount and fstab manpages (oh, dang, you have to
install the manpages first - from your cdrom ;-)  

Good luck!


Joost


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


router hick-up

1997-12-24 Thread m*
our router choked some time last night. a reset has made it happy
again.

sorry for any inconveniences!

have a happy,

m*


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


Re: Problems with CD in Dselect

1997-12-24 Thread AzCaPpY
Try mounting your CD:

mount -t iso9660 /dev/hdc /cdrom
  ^^^make this whatever your system
 sees your CDROM as

On Tue, 23 Dec 1997, Jan Francsi wrote:

 Hello,
 it´s me. A second time. Sorry, in my first mail I have forgotten the Head.
 
 I have a little problem with the installation of Debian Linux.
 When I start dselect and go to the Access section, I can chose cdrom. My
 drive spinns up and the dialog beginns. But now I could not chose the right
 Directory. Evrytime I do so, dselect says Dir don´t exists. I have checked
 under win95 and the dir´s are there
 on my cd it must be Debian/Local .
 when I check the cdrom Path (ls /cdrom) in a second shell, nothing was in
 it. Is this ok ?
 If not, how can I mount a CD and where do I find it ?
 Please help   :-)
 
 thanks
 
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
E-Mail: [EMAIL PROTECTED]
http://psychobabble.dyn.ml.org
ICQ: #5386440
   __   _
  / /  (_)__  __   __
 / /__/ / _ \/ // /\ \/ /  . . .  t h e   c h o i c e   o f   a
//_/_//_/\_,_/ /_/\_\  G N U   g e n e r a t i o n . . .
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



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


Re: libc5 to libc6: purge or install

1997-12-24 Thread Jameson Burt
   
   Your libc5-libc6-Mini-HOWTO.txt saves many people from ruinning their 
   operating systems.  A few changes could save a few more people.  When a
   person 
   ruins zher operating system by badly adding packages from hamm, zhe 
   consumes 
   weeks of time.  You might save tens of people a hundred wasted hours each.
  
  Didn't save me.  I followd the instructions on an old test system here and
  STILL managed to blow it up. I was tired and cranky ... got to the part 
  where I
  manuall did a dpkg on libc6 ... but it conflicts with libc5 ... (dpkg -i
  libc6_2.0.4-1.i386.deb) so without thinking I did a dpkg -r --force depends
  libc5 thinking that my next command would be to install libc6 ... there was 
  no
  next command on that system.
 
 the libc5 from hamm doesn't conflict with libc6. So, you should have
 installed the libc5 from hamm, before installing libc6.
 
 I'm sure that is mentioned in the libc5-libc6-mini-howto.

This seems the correct approach.  So, the libc5-libc6-Mini-HOWTO should say 
not just
   The minimum list of packages to install to be able to run unstable-
   branch packages is below.  Install these packages one at a time in
   exactly the order listed.  When versions are mentioned, that is a
   minimum suggested version, any later version should also be
   acceptable.
o  ldso_1.9.5-1
o  libc6_2.0.4-1

but should also include something like
o  ldso_1.9.5-1
o  libc5_5.4.38  from unstable hamm **
o  libc6_2.0.4-1

The need for the above appeared to me again today, in my office, when  a 
colleague tried to install Debian Linux.  As recommended in the HOWTO, he did 
not use dselect.  However, haveing followed the libc5-libc6-Mini-HOWTO two 
times, he is about to try installing Debian Linux for the third time in one 
day.   The first recommended package ldso_1.9.6-2 installed properly.  The 
second package libc6_2.0.5c-0.1 failed to install, responding that dpkg COULD 
NOT REMOVE libc5!  He knew not to use a -force option, so he used a --purge 
option on libc5.  He followed this by again having dpkg install 
libc6_2.0.6c-0.1.  All seemed well, except that the purging of libc5 removed 
/lib/libreadline.so.2, so he could no longer log on --time to reinstall Debian 
Linux.


-- 
Jim Burt, NJ9L, Fairfax, Virginia, USA
[EMAIL PROTECTED]   http://www.mnsinc.com/jameson
[EMAIL PROTECTED]

If merely 'feeling good' could decide, drunkenness would be the supremely 
valid human experience.  --William James, Varieties of Religious 
Experience



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


Xfree86 question

1997-12-24 Thread Timothy Hospedales
Hi! I am a new Linux user converted from Windows NT. :).
I have a 17 inch monitor, but my XFree86 insists on displaying in an
approximately 15 inch rectangle of my screen. How do I configure it to fill
the whole screen?
Also! Is there an equivalent of Microsoft's file manager for X windows?

Thanks,
Timothy


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


Pico spell problem

1997-12-24 Thread Lazar Fleysher
HI everybody,

I have noticed that spell checker in pico does not always work.
If I just start the editor 
$ pico
and type .. the spell checker works, but if I load an existing file into
the editor or start it
$ pico filename
the spell checker does not work. 
Probably, pico generates an error, but I can see it..
I have installed on the system:
pico3.96L-2
spell   1.0-1
ispell  3.1.20-0.1

Any input will be appreciated.

ZORO


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


silly gateway networking

1997-12-24 Thread Aaron Brick

I'm trying to set up a Debian system here on my office network. However,
I don't know exactly how to go about it, because the setup is not the
straightforward one-IP-per-computer schema.

There is one computer which has a dedicated dialup PPP connection, and
runs a gateway. Thus all the other machines' net requests go through
that box - anyway, it's a super-cheap setup. My question is, how do I
configure Debian (with the blue/grey curses configuration that you get on
the rescue disk) on this kind of network? What, for example, do I put in
for the domain name? The PPP connection does have a static IP, so maybe
that's a little helpful. 

Thanks, you guys have been real helpful!

Aaron Brick.


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


Re: NFS

1997-12-24 Thread Tim Sailer
George Bonser wrote:
 
 
 1) What is in your /etc/exports?
 
 2) also, debian runs a number of rcp services out of inetd so make sure
/etc/hosts.allow and .deny are set up correctly.
 
 3) You can client -- server does not work, do you mean that the server is
 unable to mount a client drive? Does it give an error?

When I have NFS problems, I resort to using 'showmount -e system.com' from
each machine to the other, just to make sure what is exported is what
I think it is..

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
   You cannot paint the 'Mona Lisa' by assigning one dab 
 each to a thousand painters.
  -- William F. Buckley, Jr.
** 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] .


Debian setup w/HP LJ6 and MagicFilter

1997-12-24 Thread Randy Edwards
Does anyone have a configured printcap entry and/or /etc/magic file
configured for a Hewlett-Packard LaserJet 6L printer and MagicFilter? 
If so, could you send a copy of it this way?  I'd appreciate it.  I'm in
the process of grabbing the various printing how-tos, but a working
model to play with would speed things up quite a bit.  Thanks in
advance.

Have a Merry Christmas and a happy holiday season!

-- 
 Regards, | Debian GNU/ __  o
 .|/ / _  _  _  _  _ __  __
 Randy|   / /__  / / / \// //_// \ \/ /
 ([EMAIL PROTECTED])  |  // /_/ /_/\/ /___/  /_/\_\
  |  ...because lockups are for convicts...


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


Diamond Stealth II S220 card

1997-12-24 Thread Douglas Bates
I just received a couple of machines that were to be shipped with
Diamond Stealth video cards.  Well they do have such cards but they
are a new revision that does not seem to be available in the cards
database and is not even recognized by SuperProbe.  The documentation
says this card is a Diamond Stealth II S220.  I guessed that it would
use the S3 driver as most of the other Diamond cards do.  However,
neither the svga nor the S3 driver can manage to probe this card and
get clock speeds and SuperProbe is also stuck.  I even upgraded to
the hamm distribution so I would using the 3.3.1 drivers.

The www.xfree86.org web site does not seem to have any information on
this card.  Does anyone have suggestions of where I can look for
information on this?
-- 
Douglas Bates[EMAIL PROTECTED]
Statistics Department608/262-2598
University of Wisconsin - Madisonhttp://www.stat.wisc.edu/~bates/


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


Re: Xfree86 question

1997-12-24 Thread Will Lowe
On Wed, 24 Dec 1997, Timothy Hospedales wrote:

   I have a 17 inch monitor, but my XFree86 insists on displaying in an
 approximately 15 inch rectangle of my screen. How do I configure it to fill
 the whole screen?
Try playing with xvidtune.

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|The problem with computers: |
||
|  rivendell[501] [~] love me   |
|  bash: love: command not found |
|  rivendell[502] [~] hug me|
|  bash: hug: command not found  |
--


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


broken pipe using dselect with CD

1997-12-24 Thread Aaron Brick

When I try to get dselect to recognize the CD as a file source, I have to 
enterthe distribution top level. Whatever reasonable response I give, it breaks:

/usr/lib/dpkg/methods/disk/setup: line 8: 343 Broken pipe [...]

I don't know what adverse effect this is having (if any), but it's disturbing.

Any ideas?

Thanks.

Aaron Brick.


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


Network Card Problems

1997-12-24 Thread Philip and David Dutton Dutton
I seem to be having trouble getting my computer to regocnize my network
card. I have an SMC-Ultra (jumper on card set to soft configuration) which
in setup at first does not initialize, but afterwards setup tells me that it
installed the driver successfully. WHen I boot up, it gives me the messages: 
   
   SIOCSIFADDR: No Such Device
   SIOCSIFNETMASK: No Such Device
   SIOCSIFDADDR: No Such Device
   SIOCADDRT: Network is Unreachable

I configured the network in setup also, however, I have no netmask or
broadcast address. Should I use the values that the setup program gives me
or should I put 0.0.0.0? Is there anything else I can try? I know it's not
the hardware or the IP address becasue it works fine in my other computer.


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


corrupted group descriptor?

1997-12-24 Thread G'razel
I recently had a new problem show up which has kept me from getting into
linux, it seems something happened to my main partition and when it boots
I get:
  EXT2-fs:can't mount 03:03 due to unsupported optional features.

if I try doing a mount with the rescue disk usng the sb= option I get
a message about bitmap for group 0 could not be found (in block.) and
group descriptor block corrupted!

If I try to run fsck on the partition I get:
  Filesystem revision too high, get a newer version of fsck!

I am running from unstable and have the latest e2fsprogs packages, if I
can find a way to get the fsck executables from these packages might I be
able to fix the partition?

Also on the boot just before I got a set of INIT errors right after
syslogd loaded about couldn't run /sbin/getty and the reboot from that is
when the problems started. Any ideas?

G'razel




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


Re: setting up pcmcia - hostname(none)- problem

1997-12-24 Thread Brian Mays
[EMAIL PROTECTED] (Marc Fleureck) writes:

 However, there is still a problem. I get the following errors at boot 
 time:
 
   hostname: can't open '(null)'

Do you have your host's name specified in /etc/hostname?

Brian


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


Help Backpack CD-ROM

1997-12-24 Thread Brian Schramm
I am trying to install Debian 1.31 from a backpack cd.  I get a message
saying that /dev/bpcd is not a block device.  I have selected the
cdrom module in the device install.  Any Ideas?

Brian Schramm


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


dselect ftp upgrade

1997-12-24 Thread PATRICK DAHIROC
Hi

I would like to upgrade to libc6 and I tried to do so via dselect ftp, but
I can not find the unstable or hamm directory at ftp.debian and dselect
just quits on me.  Can someone tell me how to upgrade packages via ftp.

I am also insearch of an efficient web browser, and I am considering the
latest version of Amaya.  Is there a .deb binary yet?  Any comments on
this particular browser is welcomed.

Thanks
Patrick


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