Strange eth0 and eth1 dmesg

2000-03-17 Thread Patrick
Hi all,

some machines are just plain unco-operative.  After getting a custom
aic7870 rescu and drivers disks, I got installed and then faced this
set of messages on boot.

My apologies if it seems long but I am assuming that the root of
this oproblem lies with the scsi setup. 

the cards claim to work but the command route add -net just causes
the shell to hang until Ctrl C is pressed.  eth0 can be ping itself
but nothing else can ping it. eth1 cannot be ping because I can't
set up a route.

All help appreciated.  Patrick Kirk

Memory: sized by int13 088h
Console: 16 point font, 400 scans
Console: colour VGA+ 80x25, 1 virtual console (max 63)
pcibios_init : BIOS32 Service Directory structure at 0x000f0280
pcibios_init : BIOS32 Service Directory entry at 0xf0210
pcibios_init : PCI BIOS revision 2.10 entry at 0xf0200
Probing PCI hardware.
Calibrating delay loop.. ok - 66.36 BogoMIPS
Memory: 62980k/65536k available (848k kernel code, 384k reserved, 1324k data)
Swansea University Computer Society NET3.035 for Linux 2.0
NET3: Unix domain sockets 0.13 for Linux NET3.035.
Swansea University Computer Society TCP/IP for NET3.034
IP Protocols: IGMP, ICMP, UDP, TCP
VFS: Diskquotas version dquot_5.6.0 initialized
Checking 386/387 coupling... Ok, fpu using exception 16 error reporting.
Checking 'hlt' instruction... Ok.
Intel Pentium with F0 0F bug - workaround enabled.
alias mapping IDT readonly ...  ... done
Linux version 2.0.36 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #1 Mon Aug 23 
21:08:31 CDT 1999
Starting kswapd v 1.4.2.2 
Real Time Clock Driver v1.09
tpqic02: Runtime config, $Revision: 0.4.1.5 $, $Date: 1994/10/29 02:46:13 $
tpqic02: DMA buffers: 20 blocks, at address 0x219600 (0x2195bc)
Ramdisk driver initialized : 16 ramdisks of 4096K size
loop: registered device at major 7
hdb: 40X PCA403CD, ATAPI CDROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
md driver 0.36.3 MAX_MD_DEV=4, MAX_REAL=8
(scsi0)  found at PCI 10/0
(scsi0) Wide Channel, SCSI ID=7, 16/255 SCBs
(scsi0) Downloading sequencer code... 406 instructions downloaded
scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
   
scsi : 1 host.
(scsi0:0:0:0) Synchronous at 20.0 Mbyte/sec, offset 8.
  Vendor: SEAGATE   Model: ST34572W  Rev: 0876
  Type:   Direct-Access  ANSI SCSI revision: 02
Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
scsi : detected 1 SCSI disk total.
SCSI device sda: hdwr sector= 512 bytes. Sectors= 8388316 [4095 MB] [4.1 GB]
Partition check:
 sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 >
VFS: Mounted root (ext2 filesystem) readonly.
Adding Swap: 102380k swap-space (priority -1)
Adding Swap: 102380k swap-space (priority -2)
ne2k-pci.c:v0.99L 2/7/98 D. Becker/P. Gortmaker 
http://cesdis.gsfc.nasa.gov/linux/drivers/ne2k-pci.html
ne2k-pci.c: PCI NE2000 clone 'Via 82C926' at I/O 0xd080, IRQ 15.
eth0: PCI NE2000 found at 0xd080, IRQ 15, 08:00:39:01:04:66.
tulip.c:v0.89H 5/23/98 [EMAIL PROTECTED]
eth1: Digital DC21040 Tulip at 0xd000, 00 00 c0 a9 76 0f, IRQ 10.
Serial driver version 4.13 with no serial options enabled
tty00 at 0x03f8 (irq = 4) is a 16550A
tty01 at 0x02f8 (irq = 3) is a 16550A
Linux PCMCIA Card Services 3.0.14
  kernel build: 2.0.36 unknown
  options:  [pci] [cardbus]
Intel PCIC probe: not found.
ds: no socket drivers loaded!
eth1: No 10baseT link beat found, switching to AUI media.
eth0: timeout waiting for Tx RDC.
eth0: timeout waiting for Tx RDC.
eth0: timeout waiting for Tx RDC.
eth0: timeout waiting for Tx RDC.
eth0: timeout waiting for Tx RDC.


Re: automatically deleting ^M on text files

2000-03-17 Thread Olaf Meeuwissen
Yannick Jestin <[EMAIL PROTECTED]> writes:

> > t s a d i <[EMAIL PROTECTED]> writes:
> [...]
> > > has the character "^M" all over it (caused when someone uploads a
> text
> 
>   Olaf's solution is a bit complex, I'd say. It involves a 'rm', and
> it can be dangerous !

Would you care to enlighten me and the rest of the list?  The original
file is only removed if `tr' succeeded.

For reference, I suggested:

  for file in *; do
mv $file $file.old
tr '\015' '\012' < $file.old > $file && rm $file.old
  done

> The sysutils package, at least in slink and potato, has the dos2unix
> program.
> 
>  $ dos2unix *

-- 
Olaf Meeuwissen   Epson Kowa Corporation, Research and Development


Re: how to setup default.kmap.gz

2000-03-17 Thread Joseph Carter
On Thu, Mar 16, 2000 at 03:34:09PM -0800, kmself@ix.netcom.com wrote:
>   Serves me right for installing random debs, eh?
> 
> Still, the default keyboard setting ought to correspond with the kbd or
> console-tools settings.

If someone wants to adopt dvorak7min   It's been up for adoption quite
some time now.

-- 
Joseph Carter <[EMAIL PROTECTED]>   GnuPG key 1024D/DCF9DAB3
Debian GNU/Linux (http://www.debian.org/) 20F6 2261 F185 7A3E 79FC
The QuakeForge Project (http://quakeforge.net/)   44F9 8FF7 D7A3 DCF9 DAB3

 -include ../../debian/el33t.h
 sendmail build...strange header name :)
 hahaha
* netgod laffs
 BenC: can u tell i used to maintain sendmail?  :P
 heh :)


Re: Communicator 4.72

2000-03-17 Thread Colin Watson
[EMAIL PROTECTED] (Sean 'Shaleh' Perry) wrote:
>On 16-Mar-2000 Timothy C. Phan wrote:
>>   Since there wasn't any deb package(s) that would install
>>   Communicator 4.72 without required libc5 stuff.  I am
>>   going to get the tar ball and install it.
>> 
>>   Looking into the netscape ftp site and there were several
>>   version:
>> 
>>   . /pub/communicator/english/4.72/unix/unsupported/linux22
>>   . /pub/communicator/english/4.72/unix/supported/linux20_glibc2
>
>the reason we do not ship a libc6 based communicator

Huh?

[EMAIL PROTECTED] ~]$ cat /etc/debian_version 
woody
[EMAIL PROTECTED] ~]$ dpkg -p communicator-smotif-472
Package: communicator-smotif-472
Priority: optional
Section: non-free/web
Installed-Size: 13596
Maintainer: Adam Heath <[EMAIL PROTECTED]>
Architecture: i386
Source: netscape4.72
Version: 4.72-15
Provides: netscape, www-browser, news-reader, mail-reader,
communicator-browser-472, netscape-browser-472
Depends: libc6 (>= 2.1.2), libstdc++2.8 (>= 2.90.26-1), libxpm4, xlib6g
(>= 3.3.5), communicator-base-472, netscape-base-4 (>= 1:4.70-23)
[...]

(Though I've no argument with it being unstable; I use the libc5 version
myself.)

-- 
Colin Watson   [EMAIL PROTECTED]


no such device as /dev/lpt1

2000-03-17 Thread Kent West
Hi all!

When I first set up my Debian box, and whenever
I've recompiled/upgraded/etc, I've left the
support for parallel ports out, because I didn't
have a printer.

Now I have a printer.

I turned on the parallel port in CMOS (standard
irq/io settings). I recompiled my kernel (using
"make menuconfig"), and set the following:
 Under "Loadable Module Support", I set *'d
"Enable loadable module support" and "Kernel
module loader".
 Under "General Setup, I M'd "Parallel Port
support" and "PC-Style hardware".
 Under "Plug and Play Support", I left the "Plug
and Play" support blank (I only have PCI devices).

 Under "Block Devices", I only saw one reference
to the parallel port, and it referred to
IDE support, which didn't sound like anything
I needed, so I left it blank.
 Under "Network Device Support", I left "PLIP..."
blank, as I don't believe I need it.
 Under "Character Devices", I M'd "Parallel
Printer Support" and *'d "Support IEEE1284 status
readback".

I then did a "make dep", then a "make clean", then
a "make bzImage", then "make modules", then "make
modules_install", then I copied the bzImage to
/boot. Since the new kernel image is named the
same as the old kernel image, I may not have
re-run LILO. Did I need to?

I've got my printcap pointing to /dev/lp0. This is
one question I have; it seems that when I started
with Linux, /dev/lp0 referred to what would be
lpt1 in the DOS/Windows world, but that it has
changed since then so that /dev/lp1 refers to
DOS's lpt1. True or not?

(BTW, my kernel is 2.2.14, and my system is mostly
(entirely maybe?) a potato system.)

On reboot, when I try to print something to the
printer (I believe my printcap is set up properly)
using "lp Notes" (Notes is a plain text file), and
then do an "lpq", I get:
Printer: [EMAIL PROTECTED]  'HP LaserJet III'
 Queue: 1 printable job
 Server: pid 2026 active
 Unspooler: pid 2033 active
 Status: cannot open '/dev/lp0' - 'No such
device', attempt 2, sleeping 20 at 18:17:36.195
 Rank   Owner/ID  Class Job
Files Size Time
active(attempt-2) [EMAIL PROTECTED]   A25
Notes 9619 18:16:55

When I do an "lsmod", I get
Module  Size  Used by
vmnet  16160   2
vmmon  17664   1
es1371 22656   0  (unused)
soundcore   2340   4  [es1371]
3c59x  18304   1
smbfs  25360   0  (unused)

When I do a "ls -l /dev/lp*", I get:
crw-rw1 root lp 6,   0 Mar  3
1999 /dev/lp0
crw-rw1 root lp 6,   1 Mar  3
1999 /dev/lp1
crw-rw1 root lp 6,   2 Mar  3
1999 /dev/lp2

When I do a "cat /proc/devices", I get:
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyS
  5 cua
  7 vcs
 10 misc
 14 sound
119 vmnet
128 ptm
136 pts

Block devices:
  2 fd
  3 ide0
 22 ide1

(What's "vcs" on # 7? Does this refer to IRQ7? If
so, are the numbers above 15 virtual IRQs or
something?)

An "insmod lp0" gives me a "no module by that name
found".
Same for "insmod lp1".

However, an "insmod lp" gives:
/lib/modules/2.2.14/misc/lp.o: unresolved symbol
parport_ieee1284_nibble_mode_ok
/lib/modules/2.2.14/misc/lp.o: unresolved symbol
parport_unregister_device
/lib/modules/2.2.14/misc/lp.o: unresolved symbol
parport_enumerate
/lib/modules/2.2.14/misc/lp.o: unresolved symbol
parport_claim_or_block
/lib/modules/2.2.14/misc/lp.o: unresolved symbol
parport_register_device
/lib/modules/2.2.14/misc/lp.o: unresolved symbol
parport_wait_peripheral
/lib/modules/2.2.14/misc/lp.o: unresolved symbol
parport_release

A "modprobe lp" gives:
/lib/modules/2.2.14/misc/lp.o: invalid parameter
parm_io
/lib/modules/2.2.14/misc/lp.o: insmod
/lib/modules/2.2.14/misc/lp.o failed
/lib/modules/2.2.14/misc/lp.o: insmod lp failed

I'm without clue. I apparently don't know how to
get my parallel port working. Can anyone give me
any help here?

For some reason I've been bumped from the list,
and can't seem to get resubscribed, so please CC
me.

Thanks!




Re: Debian install cannot find ATA 66 hard drive

2000-03-17 Thread Greg Madden
Yes & no, it may depend on the chipset of your mb. My athlon system has
the AMD chipset with onchip support ( not a card), debian (aka Corel
Linux K=2.2.12) installs from cd no problem, it may or may not perform
at the ata 66 spec, but that is another issue. Kernel ver 2.4 will have
generic ata 66 support.


Re: messed up terminal

2000-03-17 Thread t.bedlam
On Sun, Apr 16, 2000 at 06:17:47PM +0200, Ron Rademaker was only 
   escaped alone to tell thee:

> You can either type reset or setterm -reset (on the messed up prompt)

On the advice of the keyboard/console HOWTO I put this in my .bash_profile:

alias blow='echo -e \\\033c'

In addition to clearing the screen, it resets the keymaps and all.

-- 
[EMAIL PROTECTED]  ||  http://www.concentric.net/~bedlam
Though nothing is wasted, everything is spent. -- Annie Dillard
But to live outside the law you must be honest -- Bob Dylan


Can a machine with a private class B IP (172.17.120.5) establish a ssh connection with a machine with legal IP ?

2000-03-17 Thread Shaul Karl
I use a proxy server to connect to the Internet since I have a private class B 
IP (172.17.120.5) and am behind a firewall and that way the net I am on is 
configured. I have to use socks for passive ftp and telneting.
Recently the admin of www.linux.org.il, which is not found on the private net 
I am connected to and does have a full Internet IP (192.116.202.69) has 
suggested that the 2 machines will be connected with ssh. However when I tried 
to connect I get:

[09:29:03 /tmp]$ socksify ssh -v www.linux.org.il
SSH Version OpenSSH-1.2.2, protocol version 1.5.
Compiled with SSL.
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying options for *
debug: ssh_connect: getuid 1000 geteuid 0 anon 0
debug: Connecting to www.linux.org.il [192.116.202.69] port 22.
debug: Allocated local port 643.

And that is it. It keeps waiting and I had to ^C it.

The admin of the other machine says he can see in his logs attempts from my IP 
(172.17.120.5) at the times I claim I have tried to establish the ssh 
connection. He also says that contrary to his first suggestion, he now 
believes that we can not get connected with ssh because I do not have an 
Internet IP.

1) Are there ways for the 2 machines to get a ssh connection? Perhaps the 
configuration of the other machine is not appropriate for the situation I have 
described? Maybe a VPN or something similar will work?
2) Beside a full Internet IP are there things I could ask from the net admin 
of the private network I am on in order to get this ssh connection to work?

I believe that it is worth mentioning that I can successfully socksify telnet 
and successfully socksify passive ftp to the machine I want to establish the 
ssh connection with (www.linux.org.il).
-- 
Shaul Karl [EMAIL PROTECTED]
An elephant is a mouse with an operating system.



netscape bus error

2000-03-17 Thread eric k. wolven
-BEGIN PGP SIGNED MESSAGE-


Fellow Debian-users:

I'm getting "bus error" when I start netscape navigator (4.72) from xterm.
Also some "cranking" from hd when I menu-click, but then no go.

Communicator 4.7 the same.

No Plugger, but I did download RealPlayer7 per update and Deb wrapper installed 
it. My problem might be related to this?

Any ideas?

Thanks.


Eric Wolven
-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: noconv
Comment: Processed by Mailcrypt 3.5.5, an Emacs/PGP interface

iQB1AwUBONGA8clLFbyoURnJAQHF2gL8DK9lQCb4OvmjNwVAIN3tmDLaVoRKZT1J
wHT3IG71NxtvI9K6Nscq/VM0H0Qg1zRkKtZCJzibxqCtyYGZQRk7y6QB2MOQ7qpq
KrQaWiNCsQ89bUug+4cCkmPk68ojCRbZ
=F4Cz
-END PGP SIGNATURE-


Re: how to setup default.kmap.gz

2000-03-17 Thread Marshal Kar-Cheung Wong
Actually, I might be interested in adopting it.  I've been looking for
a small project to get my feet wet with.  And since I'm one of those
crazy people that actually use Dvorak, this might be a start.

Are there any procedures that need to be done?

Marshal
> "Joseph" == Joseph Carter <[EMAIL PROTECTED]> writes:

> On Thu, Mar 16, 2000 at 03:34:09PM -0800, kmself@ix.netcom.com
> wrote:
>>  Serves me right for installing random debs, eh?
>> 
>> Still, the default keyboard setting ought to correspond with
>> the kbd or console-tools settings.

> If someone wants to adopt dvorak7min   It's been up for
> adoption quite some time now.

> -- Joseph Carter <[EMAIL PROTECTED]> GnuPG key 1024D/DCF9DAB3
> Debian GNU/Linux (http://www.debian.org/) 20F6 2261 F185 7A3E
> 79FC The QuakeForge Project (http://quakeforge.net/) 44F9 8FF7
> D7A3 DCF9 DAB3

>  -include ../../debian/el33t.h  sendmail
> build...strange header name :)  hahaha * netgod laffs
>  BenC: can u tell i used to maintain sendmail?  :P
>  heh :)


> -- Unsubscribe?  mail -s unsubscribe
> [EMAIL PROTECTED] < /dev/null



Re: automatically deleting ^M on text files

2000-03-17 Thread esoR ocsirF
On Fri, Mar 17, 2000 at 09:11:19AM +0900, Olaf Meeuwissen wrote:
> Yannick Jestin <[EMAIL PROTECTED]> writes:
> 
> Would you care to enlighten me and the rest of the list?  The original
> file is only removed if `tr' succeeded.
> 
> For reference, I suggested:
> 
>   for file in *; do
> mv $file $file.old
> tr '\015' '\012' < $file.old > $file && rm $file.old
>   done
> 
IANAG ( I am not a guru ;-), however it would seem to me that the rm is
safe but that the unacceptable behaviour would be that all your files
would be renamed to *.old even if tr failed. 

If the script did its juggling the other way around I would find it
acceptable.

for file in *; do
  tr '\015' '\012' < $file > $file.new && mv $file.new $file
  if [ -e $file.new ]; then
rm $file.new 
  fi
done

Warning *untested*
note: The "if" is not necessary if the translation goes according to
  plan. It is only there to clean up if somethiing goes screwy.

tata for now
  

-- 
Frisco Rose "By any other name, I would smell the same"
E.O.U. Student  [EMAIL PROTECTED] (541) 962-2987

Science Journal Ed. [EMAIL PROTECTED]
EOU Hoke Center 307 (541) 962-3787
La Grande, OR. 97850


Re: mailinglist replying

2000-03-17 Thread Jaye Inabnit ke6sls

 Hey Bart,

It's pretty much up to you. I like to respond to the list becuase this can
often help others. I rarely CC anyone unless another person is having
similar problems I am (and you just KNOW that's rare!).

tatah

On Thu, 16 Mar 2000, Bart Friederichs wrote:
> since i am quite at mailinglists like these, i was wondering, what is the
> best way of replying to a posted message? reply to sender only, to list
> only, or to sender with a CC to the list?
> 
> i would like to know, because i keep getting all replys to my own posts
> twice. i there some convention? some sort of mailinglist-iquette or
> something?
> 
> bart
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
-- 


Jaye:-}

M.J. Inabnit, KE6SLS e-mail  [EMAIL PROTECTED]
44.4.48.6 telnet/chat[EMAIL PROTECTED]
707-442-6579 h/m 707-441-7096 p
http://www.qsl.net/ke6slsICQ# 12741145
This mail composed with kmail on kde on X on linux warped by debian
If it's stupid, but works, it ain't stupid.


Re: Voodoo3 at more than 8bpp?

2000-03-17 Thread Stephen Zander

> "Colin" == Colin Watson <[EMAIL PROTECTED]> writes:
Colin> I don't know if any of this helps, but let me know if
Colin> there's anything else in your setup you'd like to compare
Colin> with mine!

Bruce sent me a similar email, there's nothing unusual in either of
your configurations. Hmm.

Could you both send me the output of 

cat /proc/cpuinfo /proc/interrupts

off-list would probably be better.  I'm wondering if I need to enable
interupts for this card and whether running an SMP system is making a
difference.

Thanks for your help.

-- 
Stephen

"So if she weighs the same as a duck, she's made of wood."... "And
therefore?"... "A witch!"


Free Internet connection

2000-03-17 Thread Antonio Rodriguez
Does anybody know how to connect to the free ISP-s from Debian boxes? I
want to drop my AT&T account, but I am not sure that it will work, since
most of the free ISP say in their requirements windows. I have been
considering BlueLight (yahoo). Any ideas?
Thanks,
Antonio.


Debian on the i-opener?

2000-03-17 Thread Wayne Topa
  Has anyone got Debian running on the $99 i-opener yet?  I will be
trying to as soon as the 2.5" HD gets here.  Should make a nice system
when USB is stable.

Wayne

-- 
Basic, n.:
A programming language.  Related to certain social diseases in
that those who have it will not admit it in polite company.
___


Re: mailinglist replying

2000-03-17 Thread Eric G . Miller
On Thu, Mar 16, 2000 at 05:28:32PM -0800, Jaye Inabnit ke6sls wrote:
> 
>  Hey Bart,
> 
> It's pretty much up to you. I like to respond to the list becuase this can
> often help others. I rarely CC anyone unless another person is having
> similar problems I am (and you just KNOW that's rare!).
> 
> tatah
> 
> On Thu, 16 Mar 2000, Bart Friederichs wrote:
> > since i am quite at mailinglists like these, i was wondering, what is the
> > best way of replying to a posted message? reply to sender only, to list
> > only, or to sender with a CC to the list?
> > 
> > i would like to know, because i keep getting all replys to my own posts
> > twice. i there some convention? some sort of mailinglist-iquette or
> > something?
> > 
> > bart
> > 

I think the rule of thumb for mailing lists is to treat them like
newsgroups. That is, post to the list, read on the list. That way
lurkers can read a whole thread -- and the whole thread will make sense.
There's no reason to CC someone if your posting to the list, since then
the person gets two copies (annoying). Non-topical issues (i.e. not
about Debian/Linux) should go "off-list" in general.

My 2¢...

-- 
++
| Eric G. Milleregm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
++


Re: netscape bus error

2000-03-17 Thread Colin Watson
"Eric K. Wolven" <[EMAIL PROTECTED]> wrote:
>I'm getting "bus error" when I start netscape navigator (4.72) from xterm.
>Also some "cranking" from hd when I menu-click, but then no go.

Does switching to the libc5 version of Navigator (the
navigator-smotif-472-libc5 package) solve your problem?

-- 
Colin Watson   [EMAIL PROTECTED]


Re: [OT] C help plz..

2000-03-17 Thread Matthew Dalton
One could easily expand the code snippet to something more like...

int i;
char c;
unsigned long l;
:
:
for (i = sizeof(unsigned long); i > 0; i--)
{
int shift_factor = (i - 1) * 8;
c = (char)((l & ((unsigned long)0xFF << shift_factor)) >>
shift_factor);
putchar(c);
}

... if you want to be pedantic about the size of an unsigned long.

Sean 'Shaleh' Perry wrote:
> 
> On 16-Mar-2000 Shao Zhang wrote:
> > Thanks. This is exactly what I want. I have thought about doing it this
> > way, it is just that from memory, there is a libc function that does the
> > equivalent.
> >
> 
> What was given is the only safe and sane way I have ever seen.  Bigger 
> question
> is why do you have a unsigned long (which can be upwards of 8 bytes (64bits))
> output only 4bytes (32bits)?  remember, not every machine uses int === long.


swap partition

2000-03-17 Thread Kenneth Scharf
What is the max size of a swap partition under the 2.2
and 2.3/2.4 kernels.  I know that the 2.0 kernels were
limited to 128 (or 127?)mb, but you could have several
of them.  Did this change in 2.2-2.4?

=
Amateur Radio, when all else fails!

http://www.qsl.net/wa2mze

Debian Gnu Linux, Live Free or .



__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


Re: Can't mount data CD burned using Windows SW

2000-03-17 Thread kvaughan
At 08:07 PM 3/16/00 -0500, you wrote:
>> "CB" == Chris Brown <[EMAIL PROTECTED]> writes:
>CB> Sounds like the CDROM drive at home is having problems
>CB> physically reading the data off of the media.  This could have a
>CB> couple of causes.  Media could be one --- I have a 52x Creative
...
>
>Turns out the problem was a bad CD-ROM drive. The CD-ROM refused to read

I'm coming in on the tail end of this one, but ran into something similar
myself recently with a Stormix CD burned here (work) which I tried to use
at home in a 5-6 year old CD.  No go.  Worked here on a 3 year old system
without a hitch.

A student of mine pointed out that in his experience the older drives can
have trouble with new CD's, particularly if they are burned on the higher
capacity discs (that's what I had used, even though it was an image under
650Mb).

I haven't tried a normal capacity disc there yet.

Kenward


  .'^~;,_
Dr. Kenward Vaughan   ':,^'
Professor of Chemistry\;:/
Bakersfield College   |,;|
Bakersfield, CA  93305   / ', \
/ o  O \
[EMAIL PROTECTED]   (oOoOOoOo)
 ------
  ???$$MM$$???



Re: Voodoo3 at more than 8bpp?

2000-03-17 Thread kvaughan
At 05:37 PM 3/16/00 -0800, you wrote:
>
>> "Colin" == Colin Watson <[EMAIL PROTECTED]> writes:
>Colin> I don't know if any of this helps, but let me know if
...
>Bruce sent me a similar email, there's nothing unusual in either of
>your configurations. Hmm.
>
>Could you both send me the output of 
>
>cat /proc/cpuinfo /proc/interrupts
>
>off-list would probably be better.  I'm wondering if I need to enable

Stephen,

I'm looking at getting an Athlon system with a Voodoo 3500 in it soon. I'd
like to know if you come up with a solution.

Also would like to hear if anyone's had luck/trouble with that specific model?

Kenward

  .'^~;,_
Dr. Kenward Vaughan   ':,^'
Professor of Chemistry\;:/
Bakersfield College   |,;|
Bakersfield, CA  93305   / ', \
/ o  O \
[EMAIL PROTECTED]   (oOoOOoOo)
 ------
  ???$$MM$$???



Re: Can't mount data CD burned using Windows SW

2000-03-17 Thread kvaughan
At 08:07 PM 3/16/00 -0500, you wrote:
>> "CB" == Chris Brown <[EMAIL PROTECTED]> writes:
>CB> Sounds like the CDROM drive at home is having problems
...
>Turns out the problem was a bad CD-ROM drive. The CD-ROM refused to read
...

I'm coming in on the tail end of this one, but ran into something similar
myself recently with a Stormix CD burned here (work) which I tried to use
at home in a 5-6 year old CD.  No go.  Worked here on a 3 year old system
without a hitch.

A student of mine pointed out that in his experience the older drives can
have trouble with new CD's, particularly if they are burned on the higher
capacity discs (that's what I had used, even though it was an image under
650Mb).

I haven't tried a normal capacity disc there yet.

Kenward


  .'^~;,_
Dr. Kenward Vaughan   ':,^'
Professor of Chemistry\;:/
Bakersfield College   |,;|
Bakersfield, CA  93305   / ', \
/ o  O \
[EMAIL PROTECTED]   (oOoOOoOo)
 ------
  ???$$MM$$???



SMTP password

2000-03-17 Thread Camilo Alejandro Arboleda
Hello!

I have a problem: my ISP ask me for username and password to send e-mail
by smtp. With Netscape is easy to configure it, but I don't know how to
do that with smail or sendmail. Can somebody help me?

Thanks,
Camilo Alejandro Arboleda.

P.S. Sorry, terrible English.
-- 
* De simio la conoci y he visto hombres que la añoran.
* En lo que a mi se refiere, ni entonces ni ahora
* perdi mi libertad.
  Informe para una academia. Franz Kafka


Re: Voodoo3 at more than 8bpp?

2000-03-17 Thread Sean Johnson
Stephen Zander wrote:

> Could you both send me the output of
> 
> cat /proc/cpuinfo /proc/interrupts
> 
> off-list would probably be better.  I'm wondering if I need to enable
> interupts for this card and whether running an SMP system is making a
> difference.
> 

I'm running a Voodoo3 2000 PCI on a dual PPro system. My desktop is
running at [EMAIL PROTECTED] and looks great. I've attached my XF86Config
file, and the /proc/cpuinfo and /proc/interrupts info that you
requested, though I don't know what good it'll do you, as neither of
those really has anything to do with X.

Best of luck.

Sean# File generated by xf86config.

#
# Copyright (c) 1995 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

#FontPath   "/usr/X11R6/lib/X11/fonts/local/"
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/"

# For OSs that support Dynamically loaded modules, ModulePath can be
# used to set a search path for the modules.  This is currently supported
# for Linux ELF, FreeBSD 2.x and NetBSD 1.x.  The default path is shown
# here.

#ModulePath "/usr/X11R6/lib/modules"

EndSection

# **
# Module section -- this is an optional section which is used to specify
# which dynamically loadable modules to load.  Dynamically loadable
# modules are currently supported only for Linux ELF, FreeBSD 2.x
# and NetBSD 1.x.  Currently, dynamically loadable modules are used
# only for some extended input (XInput) device drivers.
# **
#
# Section "Module"
#
# This loads the module for the Joystick driver
#
# Load "xf86Jstk.so"
# 
# EndSection

# **
# Server flags section.
# **

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#NoTrapSignals

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#DontZap

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.


Is color printing an option?

2000-03-17 Thread Jaye Inabnit ke6sls
Hi All,

I ran magicfilterconfig and set up my local printer on lp0. The closest thing
to my hp560c was an hp530c driver.  It prints ok, but only in black/white. Is
there a way I can have linux print using colors too, or is this restricted to
using one of my windows boxes?

Set up is linux 2.2.14 slink. 3 windows boxes behind my linux box. hp560c is
the printer, and also serves the network.  When I print a color doc on the
windoz boxes, it prints in color now, only linux prints in b/w.

 tnx much.



-- 


Jaye:-}

M.J. Inabnit, KE6SLS e-mail  [EMAIL PROTECTED]
44.4.48.6 telnet/chat[EMAIL PROTECTED]
707-442-6579 h/m 707-441-7096 p
http://www.qsl.net/ke6slsICQ# 12741145
This mail composed with kmail on kde on X on linux warped by debian
If it's stupid, but works, it ain't stupid.


Re: swap partition

2000-03-17 Thread kmself
On Thu, Mar 16, 2000 at 06:53:21PM -0800, Kenneth Scharf wrote:
> What is the max size of a swap partition under the 2.2
> and 2.3/2.4 kernels.  I know that the 2.0 kernels were
> limited to 128 (or 127?)mb, but you could have several
> of them.  Did this change in 2.2-2.4?

RTM:  /usr/src/linux/Documentation/Changes

...the 128 MB limit has been lifted, though the dox don't say what the
new limit is, I'd expect in the absence of other information that it is
restricted by VFS/VM and general memory subsystem support to 1 or 2 GB
depending on your compile options.  Which is a really technical sounding
way of saying I really don't know fsck, but it's more than 128 MB now
.

-- 
Karsten M. Self (kmself@ix.netcom.com)
What part of "Gestalt" don't you understand?

Scope out Scoop:  http://scoop.kuro5hin.org/
Nothin' rusty about Kuro5hin:  http://www.kuro5hin.org/


Re: Free Internet connection

2000-03-17 Thread rick
In article <[EMAIL PROTECTED]> you wrote:
> Does anybody know how to connect to the free ISP-s from Debian boxes? I
> want to drop my AT&T account, but I am not sure that it will work, since
> most of the free ISP say in their requirements windows. I have been
> considering BlueLight (yahoo). Any ideas?

freewwweb is linux-friendly.  No advertising bars onscreen.  Only
catch is they ask you to use their page as your Netscape startup.
Oh, and you've got to use the account more than 8hrs/month or something.

The minumum use thing is going to get me killed.  I've got the
account to back up cable because it's been so flakey but I haven't
had to use it much.

  http://www.teledyn.com/products/FreeWWW/


Re: netscape bus error

2000-03-17 Thread rick
In article <[EMAIL PROTECTED]> you wrote:
> "Eric K. Wolven" <[EMAIL PROTECTED]> wrote:
>>I'm getting "bus error" when I start netscape navigator (4.72) from xterm.
>>Also some "cranking" from hd when I menu-click, but then no go.
> 
> Does switching to the libc5 version of Navigator (the
> navigator-smotif-472-libc5 package) solve your problem?

I started crashing the bus yesterday after a woody upgrade.
Purged everything with netscape/navigator in the name, plugger,
cleared cache and installed navigator-smotif-472-libc5 and it
seems fine so far.


RealPlayer .deb

2000-03-17 Thread John Dalbec
Just apt-get removed realplayer because it was causing a bus error in Netscape.
The maintainer may want to read the fine print on real.com:
RealPlayer 7 for RedHat is a beta version.
Do beta versions belong in a frozen distribution?
John


Re: no such device as /dev/lpt1

2000-03-17 Thread Kent West
[EMAIL PROTECTED] wrote:

> On Thu, Mar 16, 2000 at 06:29:12PM -0600, Kent West wrote:
> > Hi all!
> >
> > When I first set up my Debian box, and whenever
> > I've recompiled/upgraded/etc, I've left the
> > support for parallel ports out, because I didn't
> > have a printer.
> >
> > Now I have a printer.
> >
>
> You need to
>
> insmod lp
>
> (This module taks care of all LP ports, you may need additional
> modules under 2.2.14)
>
> /dev/lp0 refers to lpt1 under 2.2
> /dev/lp1 refers to lpt2 under 2.2
> /dev/lp0 by default refered to lpt3 under 2.0, /dev/lp1 refered to lpt1,
> /dev/lp2 refered to lpt2, /dev/lp3 to lpt4.
>
> I can understand the change!
>
> Jim

Thanks Jim, for the response. That helps clear up a couple of things. So
now, when I do an "insmod lp", I get this:

/lib/modules/2.2.14/misc/lp.o: unresolved symbol
parport_ieee1284_nibble_mode_ok
/lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_unregister_device
/lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_enumerate
/lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_claim_or_block
/lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_register_device
/lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_wait_peripheral
/lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_release

Just for kicks, I just now did another "make modules" and "make
modules_install", but it didn't help. Maybe I'll get another clue from
someone else pretty soon. Again, thanks!



Re: Free Internet connection

2000-03-17 Thread ktb
I haven't tried it but go to,

www.teledyn.com/products/FreeWWW/

tell me how it works for you if you try it, I'm just curious.
hth,
kent


- Original Message -
From: Antonio Rodriguez <[EMAIL PROTECTED]>
To: 
Sent: Thursday, March 16, 2000 7:10 PM
Subject: Free Internet connection


> Does anybody know how to connect to the free ISP-s from Debian boxes? I
> want to drop my AT&T account, but I am not sure that it will work, since
> most of the free ISP say in their requirements windows. I have been
> considering BlueLight (yahoo). Any ideas?
> Thanks,
> Antonio.
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>


xwindows

2000-03-17 Thread Beavis



try to set up x
 
installed the following packages
xserver-common, xfonts-base, fonts-100dpi, 
xfonts-75dpi, xfonts-scalable
 
ran the following:
apt-get install xf86setupXF86Config
 
do startx
 
i 
get the error messages:
x: 
exec of /usr/bin/X11/XF86_SVGA failed
..giving 
up
xinit: 
connection refused (errno 111): unable to connect to x 
server
xinit: 
No such process )errno 3):  Server error.
 
anyone 
have any ideas?
 
thankx 
in advance  beavis


Re: xwindows

2000-03-17 Thread Marshal Kar-Cheung Wong
Have you installed xserver-SVGA?

Marshal
> "Beavis" == Beavis  <[EMAIL PROTECTED]> writes:

> try to set up x

>  

> installed the following packages

> xserver-common, xfonts-base, fonts-100dpi, xfonts-75dpi,
> xfonts-scalable

>  

> ran the following:

> apt-get install xf86setup XF86Config

>  

> do startx

>  

> i get the error messages:

> x: exec of /usr/bin/X11/XF86_SVGA failed

> ..giving up

> xinit: connection refused (errno 111): unable to connect to x
> server

> xinit: No such process )errno 3):  Server error.

>  

> anyone have any ideas?

>  

> thankx in advance  beavis


Re: RealPlayer .deb

2000-03-17 Thread Joey Hess
John Dalbec wrote:
> Just apt-get removed realplayer because it was causing a bus error in 
> Netscape.
> The maintainer may want to read the fine print on real.com:
> RealPlayer 7 for RedHat is a beta version.
> Do beta versions belong in a frozen distribution?

It's either that or expired non-beta versions that don't work at all. Take
your pick.

-- 
see shy jo


Re: Voodoo3 at more than 8bpp?

2000-03-17 Thread Stephen Zander
Sean> I'm running a Voodoo3 2000 PCI on a dual PPro system. My
Sean> desktop is running at [EMAIL PROTECTED] and looks great. I've
Sean> attached my XF86Config file, and the /proc/cpuinfo and
Sean> /proc/interrupts info that you requested, though I don't
Sean> know what good it'll do you, as neither of those really has
Sean> anything to do with X.

Thanks for the configuration.

I wanted the /proc/cpuinfo to see if they had SMP boxen, as you do,
and /proc/interrupts to see if the video card was being assigned an
interupt by the kernel or no.

-- 
Stephen

"And what do we burn apart from witches?"... "More witches!"


xwindows

2000-03-17 Thread Beavis



i have been playing with the xf86config but can't 
seem to get everything to work
 
the best i can do is get to a grey scrren with an x 
in the middle.  it stays at that screen for about 5 sec and then  goes 
back to the normal command line screen
 
i looks like it almosts wants to load, then 
halts.
 
the last line reads: waiting for x server to shut 
down
 
 
any ideas what could cause this and more 
importantly, how to fi it?
 
thankx in advance beavis


Re: Can a machine with a private class B IP (172.17.120.5) establish a ssh connection with a machine with legal IP ?

2000-03-17 Thread Richard Eckart
Hello

Well... I'm not quite an expert about this, but I'd say you either
need NAT (network address translation) enabled on your firewalling
machine, so your address is masqueraded to the outside. Ssh connects
from your machine to the outside would work fine then, but nobody from 
outside could connect to you... or you might consider setting up an
http tunnel through your proxy, although I ain't got no idea how this
would work. I'd expect you'd also need the remote system to set up
facilities to use this method, but don't ask me... I've never done it.

Richard

Shaul Karl wrote:
> 
> I use a proxy server to connect to the Internet since I have a private class B
> IP (172.17.120.5) and am behind a firewall and that way the net I am on is
> configured. I have to use socks for passive ftp and telneting.
> Recently the admin of www.linux.org.il, which is not found on the private net
> I am connected to and does have a full Internet IP (192.116.202.69) has
> suggested that the 2 machines will be connected with ssh. However when I tried
> to connect I get:
> 
> [09:29:03 /tmp]$ socksify ssh -v www.linux.org.il
> SSH Version OpenSSH-1.2.2, protocol version 1.5.
> Compiled with SSL.
> debug: Reading configuration data /etc/ssh/ssh_config
> debug: Applying options for *
> debug: ssh_connect: getuid 1000 geteuid 0 anon 0
> debug: Connecting to www.linux.org.il [192.116.202.69] port 22.
> debug: Allocated local port 643.
> 
> And that is it. It keeps waiting and I had to ^C it.
> 
> The admin of the other machine says he can see in his logs attempts from my IP
> (172.17.120.5) at the times I claim I have tried to establish the ssh
> connection. He also says that contrary to his first suggestion, he now
> believes that we can not get connected with ssh because I do not have an
> Internet IP.
> 
> 1) Are there ways for the 2 machines to get a ssh connection? Perhaps the
> configuration of the other machine is not appropriate for the situation I have
> described? Maybe a VPN or something similar will work?
> 2) Beside a full Internet IP are there things I could ask from the net admin
> of the private network I am on in order to get this ssh connection to work?
> 
> I believe that it is worth mentioning that I can successfully socksify telnet
> and successfully socksify passive ftp to the machine I want to establish the
> ssh connection with (www.linux.org.il).
> --
> Shaul Karl [EMAIL PROTECTED]
> An elephant is a mouse with an operating system.
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: xwindows

2000-03-17 Thread C. Folstrom
On Thu, Mar 16, 2000 at 10:11:01PM -0800, Beavis wrote:
> i have been playing with the xf86config but can't seem to get everything to 
> work
> 
> the best i can do is get to a grey scrren with an x in the middle.

You need to add a line in ~/.xinitrc as follows:

exec wmaker

This would run Windowmaker when X starts up.  The principal holds for
other window managers.

Curt 


Re: Voodoo3 at more than 8bpp?

2000-03-17 Thread Stephen Zander

> "Stephen" == Stephen Zander <[EMAIL PROTECTED]> writes:
Stephen> Thanks for your help.

And thanks again, Colin, Bruce & Sean.  I still can't get XFree86
3.3.6 to do the right thing, but I now have XFree86 4.0 running
successfully at [EMAIL PROTECTED] with 32bpp.  It will run 1600x1200 at
32bpp but my monitor starts to get wierd.  However, 1280x1024 is
enough for now.  Now where did those glide packages go... :)

Kenward: My solution? Use XFree86 4.0 once it's out.

-- 
Stephen

"So if she weighs the same as a duck, she's made of wood."... "And
therefore?"... "A witch!"


Mail download problem

2000-03-17 Thread Christian Dysthe
Hi,

I am using fetchmail/exim to download my mail. Recently fetchamil quits
in the middle of downloading mails with attachments and exim complains
about a unexpected termination of SMTP. All other download works fine
on my system. 

I have also tried using a MUA with it's own POP3 retrieval, but the
same thing happens! 

What might be wrong?

TIA

-- 

Regards,
Christian Dysthe
E-mail: [EMAIL PROTECTED]
Web: http://oddbird.dyndns.org
ICQ 3945810
eFax/Voicemail: 1-208-248-9634
Powered by Debian GNU/Linux

   
"Clones are people two"


Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Linux Information

I am getting 20+ 'unresolved symbol' errors after installing a custom kernel 
and modules under the potato freeze of Debian.  Actually, now that I look at 
it, I get a lot more than 20, and the majority of them (I loose a lot from 
scrolling past the console buffer) are in /lib/modules/2.2.14/misc/.  I have 
applied two kernel patches (ppDev and ppSCSI), which both worked (after some 
tweaking).  My HP 5100 scanjet parallel port scanner works very well through 
the Gimp now!  The only other thing I have done to the kernel is to install (or 
try to) the Soundblaster Live module.  It does not work.  The errors I get from 
it are like this:

Using /lib/modules/2.2.14/misc/sound.o
/lib/modules/2.2.14/misc/sound.o: unresolved symbol 
sound_preinit_lowlevel_drivers_Rebdfb792
/lib/modules/2.2.14/misc/sound.o: unresolved symbol 
isa_dma_bridge_buggy_Rf82abc1d
/lib/modules/2.2.14/misc/sound.o: unresolved symbol 
sound_unload_lowlevel_drivers_Ra675fda1
/lib/modules/2.2.14/misc/sound.o: unresolved symbol 
sound_init_lowlevel_drivers_Rec0251af

I can access the mixer, but I'm not sure I've got the correct mixer devices, so 
I don't actually know if the mixer is picking up the mixer device (if that 
makes any sense).

I also get a smaller list of 'unresolved symbol' errors during boot.

Any ideas?


Re: Voodoo3 at more than 8bpp?

2000-03-17 Thread John Gould
Hi there,
 Voodoo 3 should run fine under 3.3.6, I wouldn't mess with 4
just yet! Can you send me your XF86Config file privately and I'll take a
look? It's in /etc/X11.

Regards JohnG

ps. You shuld get 8bpp, 16bpp and 24bpp resolutions no prob!

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/  John Gould  _/
_/  Senior Systems Support Engineer _/
_/  Power Innovations Limited   _/
_/  Manton Lane, Bedford. MK41 7BJ, England _/
_/  PGP - Public key available  _/ 
_/  email: [EMAIL PROTECTED], [EMAIL PROTECTED]  _/
_/  Tel:   +44 1234 223002  Fax: +44 1234 223000_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


On 16 Mar 2000, Stephen Zander wrote:

> 
> Please cc me, I'm not subscribe to -user
> 
> Does anyone have a Voodoo3 card that they're running in 16bpp or 24bpp
> mode?  I bought one yesterday and couldn't get X 3.3.6 to come up even
> in 8bpp.  I get characters written all over the screen as though
> something's not setting the card mode correctly.
> 
> XFree86 4.0 does work in 8bpp but again produces character dumps for
> higer bpp.  It also produces a nice /red or green border on the
> right-hand side of this image with resolutions > 1280x1024.
> 
> Any config snippets/tips/etc appreciated.  BTW, win9x has never been
> near this card; is there some install step I missed?
> 
> -- 
> Stephen
> 
> "And what do we burn apart from witches?"... "More witches!"
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


prevent eterm to automatically boot a program

2000-03-17 Thread Jaume Teixi
so , how to do that ?

thanks!


Re: Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Oswald Buddenhagen
> I am getting 20+ 'unresolved symbol' errors after installing a custom kernel 
> and modules under the potato freeze of Debian.  Actually, now that I look at 
> it, I get a lot more than 20, and the majority of them (I loose a lot from 
> scrolling past the console buffer) are in /lib/modules/2.2.14/misc/.  I have 
> applied two kernel patches (ppDev and ppSCSI), which both worked (after some 
> tweaking).  My HP 5100 scanjet parallel port scanner works very well through 
> the Gimp now!  The only other thing I have done to the kernel is to install 
> (or try to) the Soundblaster Live module.  It does not work.  The errors I 
> get from it are like this:
> 
> Using /lib/modules/2.2.14/misc/sound.o
> /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> sound_preinit_lowlevel_drivers_Rebdfb792
> /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> isa_dma_bridge_buggy_Rf82abc1d
> /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> sound_unload_lowlevel_drivers_Ra675fda1
> /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> sound_init_lowlevel_drivers_Rec0251af

first idea: if you make a modular kernel, you must be consequent, i.e.,
if you build you soundcard drivers as modules, you have to make soundcore,
etc. and everything it depends on as modules, too.
alternatively you can pathch the kernel sources and export the symbols by
hand, but that requires experience.

second idea: the patches were for a newer kernel, which uses other symbol
names than yours. in that case you would have to modify the patches.

third idea: your modules.conf (or conf.modules) is incorrect.

fourth: did you make a 'depmod' after the "make modules modules_install"?
(i'm wondering, why modules_install does not do that automatically?)



Midnight Commander without mouse?

2000-03-17 Thread David Densmore
When I installed Midnight Commander I recall that dpkg setup required
a mouse to be present even thought mc can be operated without one.

Now I'm about to install Debian on a machine which will have no mouse
and want to use mc.  What can I do?


Re: Mail download problem

2000-03-17 Thread Oswald Buddenhagen
> I am using fetchmail/exim to download my mail. Recently fetchamil quits
> in the middle of downloading mails with attachments and exim complains
> about a unexpected termination of SMTP. All other download works fine
> on my system. 
> 
> I have also tried using a MUA with it's own POP3 retrieval, but the
> same thing happens! 
> 
> What might be wrong?
*possibly* your mailbox on the server is screwed up. however, this is
unprobable.

is there enough space on you hard drive, i.e. on your /var partition?
you say, that only mails with attachements are refused (which tend to be a
bit larger).

if the other fetching programm (your pop3-mua) would not complain, too, i
would suspect, that fetchmail's fetch-limit is set too low.



Re: Midnight Commander without mouse?

2000-03-17 Thread Oswald Buddenhagen
> When I installed Midnight Commander I recall that dpkg setup required
> a mouse to be present even thought mc can be operated without one.
> 
> Now I'm about to install Debian on a machine which will have no mouse
> and want to use mc.  What can I do?
> 
basically i see no problem with using mc without a mouse. the only thing i
could not figure out how to do without a mouse is, how to access the
history lists - but probably i should RTFM. ;-)

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Linux - the last service pack you'll ever need.


Re: How to make SCSI only bootup

2000-03-17 Thread Patrick
I have the same problem with an aic7870 scsi controller.  Please let me know if 
you find a way to boot it.

Patrick


On Fri, Mar 17, 2000 at 10:43:57AM +1200, [EMAIL PROTECTED] wrote:
> Hiya
> 
> i have a SCSI only system and i am not too sure how to load the drivers for
> it to enable it to boot up.  I have specified the SCSI disk to be the boot
> disk and it has written the boot/lilo onto it which is good, but when i
> boot the machine i only get 2FA:
> 
> I presume the SCSI disk needs the drivers loaded in order to make it
> boot/run.. but the drivers cannot be loaded because they are stored on the
> SCSI :)
> 
> hmm
> 
> Load the system via floppy which has the SCSI controller on it?
> 
> what other alternative is there to make the SCSI boot up without the need
> of a floppy?
> 
> Thanx
> 
> 
> Zane
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

-- 
Patrick Kirk

Diplomacy is the art of saying "nice doggy" until you can find a rock.


Re: Midnight Commander without mouse?

2000-03-17 Thread Henry White
On Fri, Mar 17, 2000 at 04:28:54AM -0600, David Densmore wrote:
 > When I installed Midnight Commander I recall that dpkg setup required
 > a mouse to be present even thought mc can be operated without one.
 > 
 > Now I'm about to install Debian on a machine which will have no mouse
 > and want to use mc.  What can I do?
 > 
 > 
 > -- 
 > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Use the TAB to switch panels, up/down arrow key to 'scroll'

-- 
Henry White 
mailto:[EMAIL PROTECTED]


Re: no such device as /dev/lpt1

2000-03-17 Thread Oswald Buddenhagen
hi,

you have to compile the lowlevel parallel port drivers (as modules), too. 
with "make menuconfig" they are in "general setup" -> "parallel port
support" (m) and "pc-style hardware (NEW)" (m)

> [EMAIL PROTECTED] wrote:
> 
> > On Thu, Mar 16, 2000 at 06:29:12PM -0600, Kent West wrote:
> > > Hi all!
> > >
> > > When I first set up my Debian box, and whenever
> > > I've recompiled/upgraded/etc, I've left the
> > > support for parallel ports out, because I didn't
> > > have a printer.
> > >
> > > Now I have a printer.
> > >
> >
> > You need to
> >
> > insmod lp
> >
> > (This module taks care of all LP ports, you may need additional
> > modules under 2.2.14)
> >
> > /dev/lp0 refers to lpt1 under 2.2
> > /dev/lp1 refers to lpt2 under 2.2
> > /dev/lp0 by default refered to lpt3 under 2.0, /dev/lp1 refered to lpt1,
> > /dev/lp2 refered to lpt2, /dev/lp3 to lpt4.
> >
> > I can understand the change!
> >
> > Jim
> 
> Thanks Jim, for the response. That helps clear up a couple of things. So
> now, when I do an "insmod lp", I get this:
> 
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol
> parport_ieee1284_nibble_mode_ok
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_unregister_device
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_enumerate
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_claim_or_block
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_register_device
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_wait_peripheral
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_release
> 
> Just for kicks, I just now did another "make modules" and "make
> modules_install", but it didn't help. Maybe I'll get another clue from
> someone else pretty soon. Again, thanks!
> 
> 
> 
> 

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Linux - the last service pack you'll ever need.


Re: Strange eth0 and eth1 dmesg

2000-03-17 Thread Philipp Letschert
Patrick wrote:
> 
> Hi all,
> 
> some machines are just plain unco-operative.  After getting a custom
> aic7870 rescu and drivers disks, I got installed and then faced this
> set of messages on boot.
> 
> My apologies if it seems long but I am assuming that the root of
> this oproblem lies with the scsi setup.
> 
> the cards claim to work but the command route add -net just causes
> the shell to hang until Ctrl C is pressed.  eth0 can be ping itself
> but nothing else can ping it. eth1 cannot be ping because I can't
> set up a route.
> 
> All help appreciated.  Patrick Kirk
> 
>   
> 
>dmesg.txtName: dmesg.txt
> Type: Plain Text (text/plain)

perhaps you need to give some options for your cards. read
/usr/src/linux/Documentation/networking/YOURCARD or look directly to the
files in ../../driver/net/YOURCARD

then modprobe options=XX
if everything fails try some other NIC's because they could be out of
order. I don't think it has anything to do with scsi-card, because the
problems start later, when the two cards are already detected.

Fitsch


Re: SMTP password

2000-03-17 Thread Oswald Buddenhagen
> Hello!
> 
> I have a problem: my ISP ask me for username and password to send e-mail
> by smtp. With Netscape is easy to configure it, but I don't know how to
> do that with smail or sendmail. Can somebody help me?
> 
the problem is: smtp has NO password at all (AFAIK). the point is, you
have to do "POP before SMTP" to authorize yourself, which netscape does
normally.
when using an mta (e.g. sendmail) you have to do a "fetchmail" before
sending any e-mail. on one box i configured i simply put a "fetchmail"
in the ppp-up script, that is, fetchmail is called directly after dialing
in. a problem arises, if you stay on-line that long, that your
authorization times out - then you would have to "fetchmail" before
sending e-mail again. but i thing it is a good idea to run fetchmail as a
daemon as long as you are on-line, so it checks for mail and holds your
smpt-authorization open every, say 10, minutes.

in short:
 put a "fetchmail -d 600" in your /etc/ppp/ppp-up
 put a "fetchmail --quit" in your /etc/ppp/ppp-down
(i'm not sure if the files are in /etc/ppp/ on debian, as i set up a suse
box.)

> P.S. Sorry, terrible English.
not that bad - at least not worse than mine :-)

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Linux - the last service pack you'll ever need.


Re: Strange eth0 and eth1 dmesg

2000-03-17 Thread Patrick
I did a search on google and found a report of this with a
suggestion from Alan Cox that replacing the ne2k-pci modules with
ne.o and setting the options to match those of the card in the bios.

I forgot to mention that the person who I am doing this server for
bought the kit from his brother who works at NCR.  Every possible
setting is hard coded into the bios.  I can't help but wonder if
that's part of the problem.

Many thanks for pointing me in the right direction.
-- 
Patrick Kirk

Diplomacy is the art of saying "nice doggy" until you can find a rock.


Re: mailinglist replying

2000-03-17 Thread Chirag

- Original Message - 
From: Bart Friederichs <[EMAIL PROTECTED]>
To: Debian userlist 
Sent: Friday, March 17, 2000 5:06 AM
Subject: mailinglist replying

Hi

> since i am quite at mailinglists like these, i was wondering, what is the
> best way of replying to a posted message? reply to sender only, to list
> only, or to sender with a CC to the list?

In the Outlookexpress inbox right click on the message and select
Reply to all:-(
> 
> i would like to know, because i keep getting all replys to my own posts
> twice. i there some convention? some sort of mailinglist-iquette or
> something?

contact [EMAIL PROTECTED] directly


Previ





Re: How to make SCSI only bootup

2000-03-17 Thread Gregory T. Norris
The "2FA:" prompt is generated by mbr... it looks like it doesn't know
which partition to boot (you haven't gotten far enough to require the
SCSI drivers yet).  Just as a guess, I'd say that you didn't flag the
relevant partition as "active" when you partitioned the disk.

Try pressing "2" when you see the prompt... that tells mbr that you
want to boot off of the second primary partition (that's what the "2"
in "2FA:" is referring to), which should get you past this issue. 
Assuming this works, don't forget to go back into fdisk and mark the
partition active.

Good luck.

On Fri, Mar 17, 2000 at 10:43:57AM +1200, [EMAIL PROTECTED] wrote:
> Hiya
> 
> i have a SCSI only system and i am not too sure how to load the drivers for
> it to enable it to boot up.  I have specified the SCSI disk to be the boot
> disk and it has written the boot/lilo onto it which is good, but when i
> boot the machine i only get 2FA:
> 
> I presume the SCSI disk needs the drivers loaded in order to make it
> boot/run.. but the drivers cannot be loaded because they are stored on the
> SCSI :)
> 
> hmm
> 
> Load the system via floppy which has the SCSI controller on it?
> 
> what other alternative is there to make the SCSI boot up without the need
> of a floppy?
> 
> Thanx
> 
> 
> Zane


Debian V2.1

2000-03-17 Thread Leanne Gibson
I have a client running Debian V2.1 via a dial up modem for e-mail.  They
were hit by virus the other day and are looking for anti-virus software for
the above version.  Please could you come back to me asap.

Kind regards

Leanne Gibson


Re: Midnight Commander without mouse?

2000-03-17 Thread David Densmore
No, I mean how do I INSTALL mc without a mouse?  libgpmg is a required
package for mc, and if it is not present dpkg complains and won't install
mc.  Since mc operates perfectly well without a mouse I can't imagine
why this is so, but there it is.  I guess I could go ahead and install
libgpmg even though there physically is no mouse present, but won't
that create problems for libgpmg setup?

How can I force install and config of mc without a mouse?

Oswald Buddenhagen <[EMAIL PROTECTED]> wrote:

>> When I installed Midnight Commander I recall that dpkg setup required
>> a mouse to be present even thought mc can be operated without one.
>>
>> Now I'm about to install Debian on a machine which will have no mouse
>> and want to use mc.  What can I do?
>
>basically i see no problem with using mc without a mouse. the only thing i
>could not figure out how to do without a mouse is, how to access the
>history lists - but probably i should RTFM. ;-)


Re: How to make SCSI only bootup

2000-03-17 Thread David Wright
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> 
> i have a SCSI only system and i am not too sure how to load the drivers for
> it to enable it to boot up.  I have specified the SCSI disk to be the boot
> disk and it has written the boot/lilo onto it which is good, but when i
> boot the machine i only get 2FA:

I'll come back to this.

> I presume the SCSI disk needs the drivers loaded in order to make it
> boot/run.. but the drivers cannot be loaded because they are stored on the
> SCSI :)

This isn't really an OS issue. The installation kernels are stuffed with
SCSI drivers. If you've built your own, you've presumably built in the
correct drivers. If you haven't, you'll get a kernel panic after it's
detected all the hardware, when it tries to mount the root filesystem,
i.e. before/instead of:

Partition check:
 sda: sda1 sda2 sda3 sda4
 hda: hda1
VFS: Mounted root (ext2 filesystem) readonly.

> Load the system via floppy which has the SCSI controller on it?

This is worth doing just to convince yourself that the kernel on the
floppy does have all the correct drivers included.

> what other alternative is there to make the SCSI boot up without the need
> of a floppy?

The BIOS needs to be able to read from the boot device without any
assistance from linux. If you're getting 2FA, then that task is done.
Now lilo needs to read the kernel from the partition where it has been
told it is. I think that's what's failing.

The causes are varied, I believe. If you boot up with a floppy, keep
a copy of /etc/lilo.conf and edit this file (remembering to run lilo
each time before you reboot without the floppy), you should be able
to fix it.

If you're lucky, however, you might find it's as simple as marking the
approriate partition active. That didn't work for me, but I've seen
others report it as a solution.

What worked for *me* in this instance was putting linear in lilo.conf
and changing boot=/dev/hda2 to boot=/dev/hda . This puts lilo in the
master boot record of the disk instead of the boot sector of the
2nd partition. (You'll be using sd, not hd, and maybe a different
partition number.)

Much later, I found that I could revert to the previous settings if
the firmware of the disk was not set to "block mode 16
sectors/interrupt" at address 59. That's on an IDE disk - I don't know
about these things on SCSI disks (where I've never had these problems).

Cheers,

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


Re: no such device as /dev/lpt1

2000-03-17 Thread David Wright
Quoting Kent West ([EMAIL PROTECTED]):
> 
> Thanks Jim, for the response. That helps clear up a couple of things. So
> now, when I do an "insmod lp", I get this:
> 
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol
> parport_ieee1284_nibble_mode_ok
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_unregister_device
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_enumerate
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_claim_or_block
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_register_device
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_wait_peripheral
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_release
> 
> Just for kicks, I just now did another "make modules" and "make
> modules_install", but it didn't help. Maybe I'll get another clue from
> someone else pretty soon. Again, thanks!

Either use modprobe lp, which will consult modules.dep for you,
or insmod parport and then insmod lp. (I think you compiled
parport.o OK.)

For info, 2.2 kernels assign lp0, 1, dynamically to ports that are
found; 2.0 kernels assigned them statically, and lp1 was 0x378
merely because lp0 was 0x3bc (who's got one of those?).

Cheers,

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


Re: Midnight Commander without mouse?

2000-03-17 Thread David Wright
Quoting David Densmore ([EMAIL PROTECTED]):
> No, I mean how do I INSTALL mc without a mouse?  libgpmg is a required
> package for mc, and if it is not present dpkg complains and won't install
> mc.  Since mc operates perfectly well without a mouse I can't imagine
> why this is so, but there it is.  I guess I could go ahead and install
> libgpmg even though there physically is no mouse present, but won't
> that create problems for libgpmg setup?

No. Go ahead and install gpm itself if you want. You can set it all up
without a mouse. One of the advantages of linux over windog.

Cheers,

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


Re: Midnight Commander without mouse?

2000-03-17 Thread Martin Bialasinski
* "David" == David Densmore <[EMAIL PROTECTED]> wrote:

David> No, I mean how do I INSTALL mc without a mouse? 

You can't, unless you recompile the package. Once it is compiled with
gmp support, the lib has to be present.

David> I guess I could go ahead and install libgpmg even though there
David> physically is no mouse present, but won't that create problems
David> for libgpmg setup?

Correct, this will work.

Ciao,
Martin


Re: Debian V2.1

2000-03-17 Thread Ben Collins
On Fri, Mar 17, 2000 at 02:46:51PM +0200, Leanne Gibson wrote:
> I have a client running Debian V2.1 via a dial up modem for e-mail.  They
> were hit by virus the other day and are looking for anti-virus software for
> the above version.  Please could you come back to me asap.
> 
> Kind regards

I don't know of any Virus's that affect Linux (atleast not this version of
Linux). If you are talking about an email Virus that normally affects
Windows systems, then you really have nothing to worry about since they
cannot affect Linux. If you can be more specific about the problem, maybe
there is some way we can help resolve it.

Ben

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
` [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED] '
 `---=--===-=-=-=-===-==---=--=---'


Weird problem with Netscape and X

2000-03-17 Thread Joseph A. Martin
Hello,
I am running an up to date Potato system. I am using the GNOME
desktop and a locally installed copy of Netscape Navigator. Netscape
lives in /usr/local/netscape. I have a symlink from /usr/bin/netscape
to /usr/local/netscape/netscape.
When I try to run Netscape from a menu icon or from a desktop
launcher nothing happens. There are no error messages on my console,
no windows open, nothing happens. If I open an xterm and run netscape
or /usr/bin/netscape then netscape will start up just fine. I have
triple checked the path in my launchers. This is really driving me
batty.
This same problem also happens with XMMS. However XMMS is
slightly different. XMMS will not start at all. Not from an xterm and
not from a launcher. When I attempt to start xmms at an xterm the
xterm acts like XMMS started - that is it doesn't return to the propt
- but no window ever appears.

Any ideas at all?

later,
joseph
--
the "LaterDude"
ICQ: 52640402
[EMAIL PROTECTED]
http://www.ice-works.com/personal/LaterDude/

All opinions expressed are my own and not necessarily those of
my employer unless otherwise noted.


Default permissions of home directories

2000-03-17 Thread Joachim Trinkwitz
Hi,

I want to set all home directories on our server to 700, so that the
users don't see each others files. How can I make this the default.

Any hints and comments appreciated, even RTFMs,

joachim


Re: no such device as /dev/lpt1

2000-03-17 Thread Kent West
David Wright wrote:

> Quoting Kent West ([EMAIL PROTECTED]):
> >
> > Thanks Jim, for the response. That helps clear up a couple of things. So
> > now, when I do an "insmod lp", I get this:
> >
> > /lib/modules/2.2.14/misc/lp.o: unresolved symbol
> > parport_ieee1284_nibble_mode_ok
> > /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_unregister_device
> > /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_enumerate
> > /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_claim_or_block
> > /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_register_device
> > /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_wait_peripheral
> > /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_release
> >
> > Just for kicks, I just now did another "make modules" and "make
> > modules_install", but it didn't help. Maybe I'll get another clue from
> > someone else pretty soon. Again, thanks!
>
> Either use modprobe lp, which will consult modules.dep for you,
> or insmod parport and then insmod lp. (I think you compiled
> parport.o OK.)
>
> For info, 2.2 kernels assign lp0, 1, dynamically to ports that are
> found; 2.0 kernels assigned them statically, and lp1 was 0x378
> merely because lp0 was 0x3bc (who's got one of those?).
>
> Cheers,
>
> --
> Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
> Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
> Disclaimer:   These addresses are only for reaching me, and do not signify
> official stationery. Views expressed here are either my own or plagiarised.

Thanks for the response David. I had tried "modprobe lp", but that gave me the
error:
/lib/modules/2.2.14/misc/lp.o: invalid parameter
parm_io
/lib/modules/2.2.14/misc/lp.o: insmod
/lib/modules/2.2.14/misc/lp.o failed
/lib/modules/2.2.14/misc/lp.o: insmod lp failed

The answer came from Mike Thompson, who had me do
"insmod parport"
"insmod parport_pc"
then "insmod lp"
 (He also suggested I do an "insmod parport_probe" just before the "insmod lp",
but that resulted in a "module not found" type message, and things are working
without it.)

Thanks again!


Re: xwindows

2000-03-17 Thread John Stevenson
This is of course assuming that you have installed the window maker package
(wmaker).  If you install a window manage (such as window maker) it should add 
itself
to the alternatives in /etc, but I am no expert on that
Johnny.

"C. Folstrom" wrote:

> On Thu, Mar 16, 2000 at 10:11:01PM -0800, Beavis wrote:
> > i have been playing with the xf86config but can't seem to get everything to 
> > work
> >
> > the best i can do is get to a grey scrren with an x in the middle.
>
> You need to add a line in ~/.xinitrc as follows:
>
> exec wmaker
>
> This would run Windowmaker when X starts up.  The principal holds for
> other window managers.
>
> Curt
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
begin:vcard 
n:Stevenson;John
x-mozilla-html:TRUE
org:Valtech Ltd
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Technical Consultant / Trainer
x-mozilla-cpt:;0
fn:John Stevenson
end:vcard


empty .ssh directory

2000-03-17 Thread John F. Davis
Hello

Is it normal to have your .ssh direcotry in your home directory to be empty?
I have been using ssh for some time now and all of a sudden all my .ssh
directories are empty.  I'm wondering if I have been hacked.  

To continue my tale of woe, My /var/syslog file was emptied of all old 
entries and this was entered at the top of the  file.

Mar 17 06:27:23 suit syslogd 1.3-3#31: restart.


Lastly, I have this process in my ps auwx output.  If I kill it, it comes
back.  I have no idea what it is.  Could it be normal?  For what it matters
, I run xdm.


root   216  0.0  1.9  2240  1256  ?  S   Mar 10   0:00 -:0


John


Re: Debian V2.1

2000-03-17 Thread C. Folstrom
On Fri, Mar 17, 2000 at 02:46:51PM +0200, Leanne Gibson wrote:
> I have a client running Debian V2.1 via a dial up modem for e-mail.  They
> were hit by virus the other day and are looking for anti-virus software for
> the above version.  Please could you come back to me asap.
> 
> Kind regards
> 
> Leanne Gibson
> 
One needs more details on thiis to be able to tell anything.  Firstly
though, it is unlikely a mail virus could do anything to a Linux
machine. I know of no mail virii that can do it.  One that would do
the Microsoft mailers couldn't affect the Linux / UNIX mail app
because thay are comepletely different.

Anyway, be more specific...

Curt


Re: xwindows

2000-03-17 Thread C. Folstrom
On Fri, Mar 17, 2000 at 02:30:44PM +, John Stevenson wrote:
> This is of course assuming that you have installed the window maker package
> (wmaker).  If you install a window manage (such as window maker) it should 
> add itself
> to the alternatives in /etc, but I am no expert on that
> Johnny.
> 
Not if one download the source and compiles it and installs it that
way.  Windowmaker does have a small script that will install itself,
but to put the executable name in the .xinitrc is what works here.


urt


Re: empty .ssh directory

2000-03-17 Thread Ron Rademaker
Are you also using ssh to log into other computers (not only to be able to
log into your own using ssh), if that's so, it's not weird the directory
is empty. If you are using ssh to log into other computers there should be
a file: known_hosts.

Empty syslog isn't weird either, every once in a while (see cron) the
syslog is renamed to syslog.0 (syslog.0 becomes syslog.1.gz etc.) and
syslog is empty agains and starts logging again. I think (not sure, but
would be logical to me) that when the logrotate (renaming of the
logs) starts the logging daemons are stopped and restarted again after the
logrotate, the line in your syslog says that the syslog daemon has started
(also comes in your syslog after a reboot).

I have no idea what the process is, you say you tried killing it, have you
tried killing with the -9 option (hard kill).
You can check /var/run if in one of the files is the pid on which the
process is running, perhaps that can explain things.

Ron

On Fri, 17 Mar 2000, John F. Davis wrote:

> Hello
> 
> Is it normal to have your .ssh direcotry in your home directory to be empty?
> I have been using ssh for some time now and all of a sudden all my .ssh
> directories are empty.  I'm wondering if I have been hacked.  
> 
> To continue my tale of woe, My /var/syslog file was emptied of all old 
> entries and this was entered at the top of the  file.
> 
> Mar 17 06:27:23 suit syslogd 1.3-3#31: restart.
> 
> 
> Lastly, I have this process in my ps auwx output.  If I kill it, it comes
> back.  I have no idea what it is.  Could it be normal?  For what it matters
> , I run xdm.
> 
> 
> root   216  0.0  1.9  2240  1256  ?  S   Mar 10   0:00 -:0
> 
> 
> John
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 


Sony vaio

2000-03-17 Thread Tim Ryder
Does anyone have any info on getting the sony cd51 pcmcia cd player to work
with debian
it installs itself at ide2=0x180,0x386
I am using the sony vaio n505ve

tim ryder

please cc me on this because i am not currently on the mailing list



Re: RealPlayer .deb

2000-03-17 Thread Bob Nielsen
Only the installer is in frozen.  Presumably Real Networks will
eventually release a non-beta version (as they have done with previous
versions) and the installer will work with that as well.

On Thu, Mar 16, 2000 at 11:36:34PM -0500, John Dalbec wrote:
> Just apt-get removed realplayer because it was causing a bus error in 
> Netscape.
> The maintainer may want to read the fine print on real.com:
> RealPlayer 7 for RedHat is a beta version.
> Do beta versions belong in a frozen distribution?

-- 
Bob Nielsen, N7XY (RN2)[EMAIL PROTECTED]
Tucson, AZ DM42nh  QRP-L #1985  SOC #77http://www.primenet.com/~nielsen
 


Re: Default permissions of home directories

2000-03-17 Thread Ethan Benson
On Fri, Mar 17, 2000 at 02:56:48PM +0100, Joachim Trinkwitz wrote:
> Hi,
> 
> I want to set all home directories on our server to 700, so that the
> users don't see each others files. How can I make this the default.
> 
> Any hints and comments appreciated, even RTFMs,

i thought adduser already did that... maybe im too tired though..

add a script adduser.local to /usr/local/sbin with this command:

chmod 700 $4

man adduser explains that it runs this script if it exists giving it a
set of arguments, argument 4 is the new user's home directory.

-- 
Ethan Benson
http://www.alaska.net/~erbenson/


Re: Midnight Commander without mouse?

2000-03-17 Thread Bob Nielsen
I have mc installed on a mouse-less system with no problems.

On Fri, Mar 17, 2000 at 06:50:57AM -0600, David Densmore wrote:
> No, I mean how do I INSTALL mc without a mouse?  libgpmg is a required
> package for mc, and if it is not present dpkg complains and won't install
> mc.  Since mc operates perfectly well without a mouse I can't imagine
> why this is so, but there it is.  I guess I could go ahead and install
> libgpmg even though there physically is no mouse present, but won't
> that create problems for libgpmg setup?
> 
> How can I force install and config of mc without a mouse?
> 
> Oswald Buddenhagen <[EMAIL PROTECTED]> wrote:
> 
> >> When I installed Midnight Commander I recall that dpkg setup required
> >> a mouse to be present even thought mc can be operated without one.
> >>
> >> Now I'm about to install Debian on a machine which will have no mouse
> >> and want to use mc.  What can I do?
> >
> >basically i see no problem with using mc without a mouse. the only thing i
> >could not figure out how to do without a mouse is, how to access the
> >history lists - but probably i should RTFM. ;-)
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

-- 
Bob Nielsen, N7XY (RN2)[EMAIL PROTECTED]
Tucson, AZ DM42nh  QRP-L #1985  SOC #77http://www.primenet.com/~nielsen
 


Time taken by a script

2000-03-17 Thread Ron Rademaker
I've written a cgi script in perl an I would like to know how long
(exactly, 10th of second) it takes to execute the script, how can I do
this?

Ron


LPD execv error

2000-03-17 Thread Michael W. Shaffer
I have an issue I am trying to solve with the BSD lpr package
on a potato system. I have installed the following:

  - lpr
  - magicfilter
  - ghostscript
  - netpbm

I have created a printcap using magicfilterconfig which appears
to work fine. When I do something like:

  lpr tiger.ps

I can hear the disk churning, and I can see that magicfilter and
gs are running to convert the postscript file to PCL for the
HP DeskJet 550C using the correct filter. So far so good.

The issue comes because what I am actually trying to do is create
a bootable CD that will contain a complete lpr/samba print server
and which will allow the target system to boot and run directly
from the CD. I have succesfully configured all the things I need
to have running on this system except for the lpd process. To copy
lpd to the target system, I had to do the following:

  - apt-get source lpr
  - change the hardcoded path in pathnames.h for the printer
socket to /var/run/lpd.socket
  - make and copy the resulting binaries over to the staging
area for my root isofs

I had to make this modification to the lpr source because the root
filesystem will (obivously) be read only and therefore lpd will
not be able to create its /dev/printer socket. I do, however, have
a mounted partition on /var/ for spooling, etc., so lpd can create
its socket in /var/run. I have also provided a symlink in the root
filesystem image from /dev/printer to /var/run/lpd.socket to that
anything that expects to use /dev/printer will still work. 

In fact, the system boots fine and all the processes, including lpd
start up ok. I can see using lsof that lpd is using the correct
socket, etc. Everything like lpr, lpq, etc. seem to work as they 
should *except*:

Anytime I spool any sort of job (for example 'lpr tiger.ps'), I see
a single message in the syslog similar to:

lpd[77]: cannot execv /etc/magicfilter/dj550c-filter

However, all the other programs I have on this system work fine, and
if I execute:

/etc/magicfilter/dj550c-filter < /tmp/tiger.ps > /tmp/tiger.out

Then gs obediently converts my PostScript file to PCL just fine. I
deduce from this that there is nothing really wrong with the filter
script, or magicfilter, or gs themselves, but instead with lpd. I
can't determine from the syslog message exactly *why* lpd thinks it
can't execv my filter, so I am sort of at a loss as to what to look
at next. Before I go and modify the lpr source to give me more info,
I thought I'd try the list to see if anyone has any insight to offer.
I searched DejaNews fairly extensively, and I saw a ton of questions
regarding this same sort of execv error message with lpd, but I
didn't see a single answer beyond 'there must be something wrong
with your filter'.

I have also tried to eliminate issues like permissions by doing
things like 'chmod -R 777 /var/spool/', etc., to no avail. I
also tried using lprng, but I got even worse results. Lprng would
start up on my CD based system, but it wouldn't do anything;
no log output, no errors, no spooling, no filtering, nothing. It
just sat there happily repeating that there were no queue entries.




__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


Re: Free Internet connection

2000-03-17 Thread Jonathan Markevich
On Thu, Mar 16, 2000 at 08:10:01PM -0500, Antonio Rodriguez wrote:
> Does anybody know how to connect to the free ISP-s from Debian boxes? I
> want to drop my AT&T account, but I am not sure that it will work, since
> most of the free ISP say in their requirements windows. I have been
> considering BlueLight (yahoo). Any ideas?

I'm using Freewwweb successfully.  It's quite busy but it works very well. 
Zero banner programs!  They just want you to set your home page to
home.freewwweb.com which is quite nice.  I even used it on my mac plus!

-- 
Jonathan Markevich <[EMAIL PROTECTED]>
http://members.xoom.com/JMarkevich

We are not loved by our friends for what we are; rather, we are loved in
spite of what we are.
-- Victor Hugo


Re: no such device as /dev/lpt1

2000-03-17 Thread Ashley Clark
On N¨m, 16 Ba2000, Kent West wrote:
> Thanks Jim, for the response. That helps clear up a couple of things. So
> now, when I do an "insmod lp", I get this:
> 
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol
> parport_ieee1284_nibble_mode_ok
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_unregister_device
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_enumerate
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_claim_or_block
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_register_device
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_wait_peripheral
> /lib/modules/2.2.14/misc/lp.o: unresolved symbol parport_release

You should use "modprobe lp" to load all the dependant modules, like
parport and whatever else. insmod just tries to load the module you
specified while modprobe attempts to load it and any others it
depends on that aren't already loaded.

-- 
Ashley Clark


Re: dselect

2000-03-17 Thread FreeMan
I think my list isn't as long as you think. There are just 7 pages - 
that's all and I just can't find Samba. As I already told, it seems to 
there are only packages displaied, which are already installed.
I already tried the search function but after typing in "samba", I just 
hear a short beep and the cursor jumps back to the begining of the 
list.
What do I have to do, to see all available packages?


> On Sat, Mar 11, 2000 at 08:44:01PM +0800, FreeMan wrote:
> > Hi,
> > 
> > how can I add new packages with dselect? I tried "Select", but it 
> > seems that only already installed packages are shown in the list.
> > (I want to install e.g. "samba").g. "samba")
> 
> dselect displays newly-available packages first, then installed
> packages for which there is an upgrade, then other installed packages,
> finally packages which are not installed.  It takes a lot of paging to
> work your way down the list.
> 
> You can search for samba by typing "/samba".  This will find the first
> occurance.  Typing "\" will show subsequent occurances of "samba" in a
> package name.
> 
> -- 
> Bob Nielsen, N7XY (RN2)[EMAIL PROTECTED]
> Tucson, AZ DM42nh  QRP-L #1985  SOC #77http://www.primenet.com/~nielsen
>  
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

null
> 



swat for samba???

2000-03-17 Thread FreeMan
Hi,

I would like to use swat on my Linux-box for easier configuration of 
samba. I thought it would be a seperate package, but couldn't find 
it in dselect. Do I just have to enable swat by a parameter in a 
configuration file or is it really a seperate package and I have to get 
it from somewhere?

thanks for help!ks for help!


make menuconfig

2000-03-17 Thread David Densmore
what packages must be installed to use make menuconfig?


Re: dselect

2000-03-17 Thread Erik Ryberg
Are you mounting your cd drive?  You need to mount the drive before dselect.

Also, is everything going correctly when you choose install method (the menu 
item).
Select "apt" or "cdrom."

Erik Ryberg

FreeMan wrote:

> I think my list isn't as long as you think. There are just 7 pages -
> that's all and I just can't find Samba. As I already told, it seems to
> there are only packages displaied, which are already installed.
> I already tried the search function but after typing in "samba", I just
> hear a short beep and the cursor jumps back to the begining of the
> list.
> What do I have to do, to see all available packages?
>
> > On Sat, Mar 11, 2000 at 08:44:01PM +0800, FreeMan wrote:
> > > Hi,
> > >
> > > how can I add new packages with dselect? I tried "Select", but it
> > > seems that only already installed packages are shown in the list.
> > > (I want to install e.g. "samba").g. "samba")
> >
> > dselect displays newly-available packages first, then installed
> > packages for which there is an upgrade, then other installed packages,
> > finally packages which are not installed.  It takes a lot of paging to
> > work your way down the list.
> >
> > You can search for samba by typing "/samba".  This will find the first
> > occurance.  Typing "\" will show subsequent occurances of "samba" in a
> > package name.
> >
> > --
> > Bob Nielsen, N7XY (RN2)[EMAIL PROTECTED]
> > Tucson, AZ DM42nh  QRP-L #1985  SOC #77http://www.primenet.com/~nielsen
> >
> >
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> >
>
> null
> >
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: swap partition

2000-03-17 Thread Chirag

- Original Message - 
From: Kenneth Scharf <[EMAIL PROTECTED]>
To: 
Sent: Friday, March 17, 2000 8:23 AM
Subject: swap partition

Hi

> What is the max size of a swap partition under the 2.2
> and 2.3/2.4 kernels.  I know that the 2.0 kernels were
> limited to 128 (or 127?)mb, but you could have several
> of them.  Did this change in 2.2-2.4?
> 
?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 

I had rather stupidly had a 2GB swap on Red Hat 6.0 with 2.2.5 kernel
which I later changed to 64MB

So the limit now is much more than 128MB

Previ


Re: Can't mount data CD burned using Windows SW

2000-03-17 Thread Chirag
Hi

I don't know anything about this. But does it have something
to do with the differences among iso9660 extensions l
Rock Ridge and Microsoft Joliet Level 3?

Previ


Re: Debian install cannot find ATA 66 hard drive

2000-03-17 Thread Chirag
Hi.

Linux Mandrake 6.0 kernels contained ATA66 support.
They were usin 2.2.9 kernel. 

Previ 


Re: dselect

2000-03-17 Thread John Stevenson
It seem that you have not pointed dselect (apt) to a more up-to-date 
distribution.  As
root, try running the apt-setup command and select a complete mirror.  Then run 
dselect
and chose the update option to get a new list of packages from the chosen 
source.  Once
the packages are updated, you are returned to the main menu and you can then 
enter the
selection menu and have significantly more packages to choose from

Hope this helps.
Johnny.

FreeMan wrote:

> I think my list isn't as long as you think. There are just 7 pages -
> that's all and I just can't find Samba. As I already told, it seems to
> there are only packages displaied, which are already installed.
> I already tried the search function but after typing in "samba", I just
> hear a short beep and the cursor jumps back to the begining of the
> list.
> What do I have to do, to see all available packages?
begin:vcard 
n:Stevenson;John
x-mozilla-html:TRUE
org:Valtech Ltd
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Technical Consultant / Trainer
x-mozilla-cpt:;0
fn:John Stevenson
end:vcard


Re: How to make SCSI only bootup

2000-03-17 Thread t.bedlam
On Fri, Mar 17, 2000 at 12:56:28PM +, David Wright was only 
   escaped alone to tell thee:

> The BIOS needs to be able to read from the boot device without any
> assistance from linux. If you're getting 2FA, then that task is done.
> Now lilo needs to read the kernel from the partition where it has been
> told it is. I think that's what's failing.

It's easy to make mistakes with fdisk your first time: I, for some reason,
decided at installation that my linux swap partition needed to be bootable.


> What worked for *me* in this instance was putting linear in lilo.conf
> and changing boot=/dev/hda2 to boot=/dev/hda . This puts lilo in the
> master boot record of the disk instead of the boot sector of the
> 2nd partition. (You'll be using sd, not hd, and maybe a different
> partition number.)

I know the aha-2940 writes its own BIOS into my PC's memory if no IDE drives
are installed. This makes installation of OS/2 (don't laugh, this was a while 
ago...), and Linux and presumably all non-crippleware OS's MUCH easier, as my 
BIOS does not have to support IDE's st1506 (? did I remember that aright?)
legacy; allowing me  to boot from my 2nd HD's second 
logical partition. 

Go into fdisk and use the 'p' command on your drives and WRITE this info 
down. When primary, logical and extended partitions mix the numbering scheme
gets confusing and non-obvious FAST--easy to make a mistake like mine above.
(Not that I'm being defensive :) Below is a paste of my partitions on sda
and sdb, .7 and 8.5 gig drives, showing how the numbering skips to 5 when
you start making only logical partitions.

I don't know if the DPT card does this BIOS repair. Even with IDE-compatible 
HD addressing the 'linear' lilo.conf option may not be necessary as long as 
the boot partition is below cyl. 1024.

You asked if the disk has an MBR, THE master boot record of partitions for
the whole disk, as opposed to mbr's, each partitions' layout data. Each drive 
always does, unless corrupted. To boot into lilo, it must go there: on a 
SCSI system it would be boot=/dev/sda. NO number means it points to the MBR;
"sda1" is the first partition which has AN mbr, but not THE drive MBR--that 
is at "sda"; see my lilo.conf below.


lilo.conf

boot=/dev/sda
root=/dev/sdb6
install=/boot/boot.b
map=/boot/map
compact
vga=normal
prompt
timeout=100
verbose=3
read-only
image=/vmlinuz
label=linux
image=/boot/vmlinuz-2.0.36
label=old
other=/dev/sda1
label=dos
table=/dev/sda

disk partitions

Disk /dev/sda: 64 heads, 32 sectors, 699 cylinders
Units = cylinders of 2048 * 512 bytes

   Device Boot   Start  End   Blocks   Id  System
/dev/sda1   *1  629   644080b  Win95 FAT32
/dev/sda2  630  699716805  Extended
/dev/sda5  630  69971664   82  Linux swap

/dev/sdb11 1105  88758815  Extended
/dev/sdb51   38   305172c  Win95 FAT32 (LBA)
/dev/sdb6   *   39  357  2562336   83  Linux native
/dev/sdb7  358  612  2048256   83  Linux native
/dev/sdb8  613  931  2562336   83  Linux native
/dev/sdb9  932 1007   610438+  83  Linux native
/dev/sdb101008 1105   787153+  83  Linux native

-- 
[EMAIL PROTECTED]  ||  http://www.concentric.net/~bedlam
Though nothing is wasted, everything is spent. -- Annie Dillard
But to live outside the law you must be honest -- Bob Dylan


How to set up printing in Netscape

2000-03-17 Thread Kent West
I just got my printer working, and I can print
from the command line (i.e. "lpr bubba") and from
such utilities as Nedit, but I can't print from
such things as Netscape and Abiword. Anyone have
any hints for me?

(Please CC me as I'm currently unable to
resubscribe to the list.)

Thanks!




delete a mail from mail queue (exim)?

2000-03-17 Thread Attila Csosz
How could I delete a mail from the exim mail queue?

Attila


-- 
--
- Mail: [EMAIL PROTECTED]; Debian 2.2 Linux  / 2.2.13 / exim-
- Get my PGP key: gpg --keyserver keys.pgp.com --recv-key 0x2cc33acb -


Re: make menuconfig

2000-03-17 Thread David Wright
Quoting David Densmore ([EMAIL PROTECTED]):
> what packages must be installed to use make menuconfig?

A kernel-source package, its dependencies, recommendations, and
suggestions apart from kernel-package, which I'd heartily
recommend, and bin86, which is needed only on x86 architectures.
(i.e. check a kernel-source paragraph in the Packages file.)

Cheers,

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


Re: Time taken by a script

2000-03-17 Thread Robert Davis
Ahoy

You ask:


> I've written a cgi script in perl an I would like to know how long
> (exactly, 10th of second) it takes to execute the script, how can I do
> this?

Here's a crude way:

#!/usr/bin/perl

$now = time();

for( i=0; i<10; i++) {
  require("thescriptIwanttotime.pl");
}

$then = time();

$elapsed = (($then - $now) / 10);

print $elapsed;

exit;

Aloha
Davis





gpmconfig test works; gpm doesn't

2000-03-17 Thread Kent West
Hi. I've got a PC/2 (on /dev/psaux) mouse that
works just fine in X. However, at a console, it
doesn't work. So I've tried running gpmconfig, and
the test (where you move the mouse and see the
pointer move, and then press Ctrl-D to quit) works
fine, but when I quit gpmconfig and gpm starts, my
mouse no longer works, or more accurately, no
longer works correctly; I don't see a pointer
"box", but sometimes portions of the screen will
highlight as I move the mouse, etc.

This also seems to prevent cut&paste within X.

Anyone know what's wrong?

(Please CC me as I'm currently off the list
(bouncing problems...).)

Thanks!



Re: How to have quieter bootup messages?

2000-03-17 Thread David Wright
Quoting Jose Marin ([EMAIL PROTECTED]):
> 
> No, I don't mean the messages from the init scripts (I guess you can use
> the VERBOSE variable in /etc/default/rcS for that);  I mean the bootup
> messages from the _kernel_, the ones you can read again with dmsg. 

Try Documentation/proc.txt and look at the values in
$ cat /proc/sys/kernel/printk 
6   4   1   7

It looks as if kernel/printk.c defines the starting values of these
numbers. Then you could restore the right ones with echo > the above.
Of course, I'm just making this all up. Disclaimers etc...

Cheers,

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


Re: Debian on the i-opener?

2000-03-17 Thread Nick Cabatoff
On Mar 16, Wayne Topa wrote:
>   Has anyone got Debian running on the $99 i-opener yet?  I will be
> trying to as soon as the 2.5" HD gets here.  Should make a nice system
> when USB is stable.

Check out linux-hacker.net/i-opener.  It's i386-based and Linux runs
on it, so there shouldn't be any reason why Debian wouldn't.


Re: Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Linux Information
Here is what I did:
   1. Untarred the kernel source (2.2.14)
   2. Applied ppDev patch (for 2.2.14)
   3. Applied ppSCSI patch (not for 2.2.14, for 2.2.10, I think.)
   4. make xconfig; make dep; make clean; make bzImage; make modules; make 
modules_install
   5. untarred the Soundblaster Live! source
   6. made the sb live modules; installed the sb live modules (this done with 
script from source of sb live module - also sb live module not for 2.2.14 
kernel, probably also for 2.2.10.)
   7. ran update-modules
   8. moved the kernel into place, edited lilo.conf, rebooted.

A new thing I just noticed: the sb live module claims to load correctly upon 
boot (I put it in /etc/modules.  I still get no sound, but it IS loading 
correctly.

Question:
   1. How can I check to see if the module is loaded correctly (sb live)?  Is 
there a test I can run?
   2. Should I have run depmod after installing new modules?  I think the 
problem may lie in old modules that I no longer need as modules.  Would running 
depmod clean the dependencies for old modules?

As for your ideas:
   1. I did not directly make soundcore or anything else, only make modules and 
install, should I have to make them each separately?  I don't have the 
experience of exporting symbols out by hand (I don't really know what the term 
symbols referrs to), but I would love to learn; where can I find a howto or any 
documentation about this?  There does not appear to be a modules howto.
   2. The patches in question were either for the correct kernel (2.2.14), or 
an older one (2.2.10)
   3. It is possible that my modules.conf is wrong.  Debian uses 
/etc/modutils/aliases and other files in /etc/modutils to change modules.conf.  
I could not find good documentation about how to use this, but I did find some 
into in the sb live sources - make a files called emu10k1 in /etc/modutils with 
the alias info.  It reads that file and uses it when I ran update-modules.
   4. I did not run depmod after building the modules and installing them.

Thank you,

Benjamin

On Fri, Mar 17, 2000 at 11:24:03AM +0100, Oswald Buddenhagen wrote:
> > I am getting 20+ 'unresolved symbol' errors after installing a custom 
> > kernel and modules under the potato freeze of Debian.  Actually, now that I 
> > look at it, I get a lot more than 20, and the majority of them (I loose a 
> > lot from scrolling past the console buffer) are in 
> > /lib/modules/2.2.14/misc/.  I have applied two kernel patches (ppDev and 
> > ppSCSI), which both worked (after some tweaking).  My HP 5100 scanjet 
> > parallel port scanner works very well through the Gimp now!  The only other 
> > thing I have done to the kernel is to install (or try to) the Soundblaster 
> > Live module.  It does not work.  The errors I get from it are like this:
> > 
> > Using /lib/modules/2.2.14/misc/sound.o
> > /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> > sound_preinit_lowlevel_drivers_Rebdfb792
> > /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> > isa_dma_bridge_buggy_Rf82abc1d
> > /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> > sound_unload_lowlevel_drivers_Ra675fda1
> > /lib/modules/2.2.14/misc/sound.o: unresolved symbol 
> > sound_init_lowlevel_drivers_Rec0251af
> 
> first idea: if you make a modular kernel, you must be consequent, i.e.,
> if you build you soundcard drivers as modules, you have to make soundcore,
> etc. and everything it depends on as modules, too.
> alternatively you can pathch the kernel sources and export the symbols by
> hand, but that requires experience.
> 
> second idea: the patches were for a newer kernel, which uses other symbol
> names than yours. in that case you would have to modify the patches.
> 
> third idea: your modules.conf (or conf.modules) is incorrect.
> 
> fourth: did you make a 'depmod' after the "make modules modules_install"?
> (i'm wondering, why modules_install does not do that automatically?)
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 


Re: is there an HTTP C library?

2000-03-17 Thread Jens B. Jorgensen
Try libwww. You can get it from: http://www.w3.org/Library/

[EMAIL PROTECTED] wrote:

> On Thu, Mar 16, 2000 at 12:38:44PM -0800, Sean 'Shaleh' Perry generated a 
> stream of 1s and 0s:
> >
> > On 15-Mar-2000 [EMAIL PROTECTED] wrote:
> > > What C/C++ libraries are available to get web pages from within a C
>
> Know nothing about it, but I bet the Apache project has something like
> that.
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

--
Jens B. Jorgensen
[EMAIL PROTECTED]



Re: SMTP password

2000-03-17 Thread Jens B. Jorgensen
Oswald Buddenhagen wrote:

> > Hello!
> >
> > I have a problem: my ISP ask me for username and password to send e-mail
> > by smtp. With Netscape is easy to configure it, but I don't know how to
> > do that with smail or sendmail. Can somebody help me?
> >
> the problem is: smtp has NO password at all (AFAIK). the point is, you
> have to do "POP before SMTP" to authorize yourself, which netscape does
> normally.

This is not true. SMTP can have the AUTH extension to allow user/password
authentication. This mechanism is used by many ISPs and is implemented in mail 
SMTP
servers (including recent sendmail versions).

>
> when using an mta (e.g. sendmail) you have to do a "fetchmail" before
> sending any e-mail. on one box i configured i simply put a "fetchmail"
> in the ppp-up script, that is, fetchmail is called directly after dialing
> in. a problem arises, if you stay on-line that long, that your
> authorization times out - then you would have to "fetchmail" before
> sending e-mail again. but i thing it is a good idea to run fetchmail as a
> daemon as long as you are on-line, so it checks for mail and holds your
> smpt-authorization open every, say 10, minutes.
>
> in short:
>  put a "fetchmail -d 600" in your /etc/ppp/ppp-up
>  put a "fetchmail --quit" in your /etc/ppp/ppp-down
> (i'm not sure if the files are in /etc/ppp/ on debian, as i set up a suse
> box.)
>
> > P.S. Sorry, terrible English.
> not that bad - at least not worse than mine :-)
>
> --
> Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
> --
> Linux - the last service pack you'll ever need.
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

--
Jens B. Jorgensen
[EMAIL PROTECTED]



Re: empty .ssh directory

2000-03-17 Thread David Wright
Quoting John F. Davis ([EMAIL PROTECTED]):
> 
> Lastly, I have this process in my ps auwx output.  If I kill it, it comes
> back.  I have no idea what it is.  Could it be normal?  For what it matters
> , I run xdm.

Yes, it's been mentioned here before, but I have no idea how to
search for "-:0" in the List Archives :(

Cheers,

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


Re: make menuconfig

2000-03-17 Thread David Densmore
Thanks, but I meant what packages are needed for make menuconfig to
function, as in when I enter the command the pretty blue menuconfig
app starts instead of an error message.

In other words, I already have the kernel source installed and can
use the make command, the hard to use one where you go through the
list of questions in a preset order.  What additional deb packages
do I need to install so that make menuconfig will work?  It it just
bin86?  I thought there were others.

I installed all of these a long time ago after finding a page on
the Debian site that told which packages were needed.  Now I need
to set up another system and I can't find that page.

>Quoting David Densmore ([EMAIL PROTECTED]):
>> what packages must be installed to use make menuconfig?
>
>A kernel-source package, its dependencies, recommendations, and
>suggestions apart from kernel-package, which I'd heartily
>recommend, and bin86, which is needed only on x86 architectures.
>(i.e. check a kernel-source paragraph in the Packages file.)
>
>Cheers,
>
>--
>Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
>Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
>Disclaimer:   These addresses are only for reaching me, and do not signify
>official stationery. Views expressed here are either my own or plagiarised.


Re: Time taken by a script

2000-03-17 Thread Chirag

- Original Message -
From: Ron Rademaker <[EMAIL PROTECTED]>
To: 
Sent: Monday, April 17, 2000 8:14 PM
Subject: Time taken by a script


> I've written a cgi script in perl an I would like to know how long
> (exactly, 10th of second) it takes to execute the script, how can I do
> this?
>
> Ron
>
I guess time can do it  But not sure. Pls consult the manpage of time

Previ

>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


  1   2   >