Re: HT configure an IDE/ATAPI ZIP drive?

2000-12-13 Thread Eric G . Miller
On Wed, Dec 13, 2000 at 10:42:20PM -0600, Dan Griswold wrote:
> Alas, it did not.
> 
> I can still mount and access the drive. But I cannot eject, either by
> software or hardware.
> 
> I've also tried the eject command. No luck.

Don't mean to ask a stupid question, but you *are* unmounting the drive
before you try to eject the media, no?  Otherwise, I can understand why
both the hardware and software methods would fail.

-- 
Eric G. Miller 



Re: 2.4.0-test12kernel problem

2000-12-13 Thread Henry House
On Thu, Dec 14, 2000 at 05:30:41AM +, Pollywog wrote:
> Is anyone else having problems with the latest test kernel
> (2.4.0-test12)?
> Every time I compile it and reboot, I get errors about the system map
> not matching the kernel.
> I don't have this problem with the test11 kernel.

Are you running Woody? I'm getting the same problem with kernel 2.2.17 on an
IA32 machine running Woody.

-- 
Henry House
OpenPGP key available from http://hajhouse.org/hajhouse.asc


pgpfGCEONyPde.pgp
Description: PGP signature


Re: Netscape gets killed w/o intervention

2000-12-13 Thread Chris Gray
> S Salman Ahmed writes:

> "AR" == A R <[EMAIL PROTECTED]> writes:

AR> Does anybody have any idea what could be the reason of
AR> Netscape getting killed w/o any apparent reason?  It is
AR> happening frecuently later, some times while I type some
AR> message, which is annoying.  Using communicator 4.75

ssa> No doubt its annoying, but maybe your installation of
ssa> netscape has become intelligent and knows when to kill
ssa> itself.

ssa> I usually have to "killall -9 netscape" when Netscape starts
ssa> misbehaving on my system.

In more recent kernels (2.4.0-test10 and up, I think) Rik van Riel's
out of memory process killer is included by default.  So things like
netscape and emacs might die, but at least your system won't become a
thrashing mess.

-- 
Chris



Re: Filenames

2000-12-13 Thread Ethan Benson
On Thu, Dec 14, 2000 at 06:20:05AM +0100, Patrick Schnorbus wrote:
> Hey folks...
> 
> i´ve just a little question!
> 
> I´ve installed xfstt. Now i want to use some TrueType Fonts but theses a 
> problem. Most of them have capital letter filenames (TRUETYPEFONT.TTF)
> but i need them as 'truetype.ttf'
> Do you know a tool for this?

#! /bin/sh
for x in *
do
mv $x `echo $x | tr 'A-Z' 'a-z'`
done

run that in the directory containing MICROS~1 filenames.  

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


pgp5TeThsU6HT.pgp
Description: PGP signature


2.4.0-test12kernel problem

2000-12-13 Thread Pollywog

Is anyone else having problems with the latest test kernel
(2.4.0-test12)?
Every time I compile it and reboot, I get errors about the system map
not matching the kernel.
I don't have this problem with the test11 kernel.

thanks

--
Andrew



Re: Debian & Apt-get

2000-12-13 Thread Seung-woo Nam
Hi:
man apt-get (shows you apt-get manual. Try to get yourself familiar with man
pages. They look extremely boring but very useful.)
Most of the time, for installing new packages, you can use 'apt-get install
packageame'.

Seung-woo Nam

- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To: "Debian-User" 
Sent: Wednesday, December 13, 2000 11:49 PM
Subject: Debian & Apt-get


> Hello,
>
> I have installed the base Debian system and am now installing additional
> items.
> I plan to use the apt-get, but there appear to be a lot of options for
using
> it.
> In addition, there appear to be other commands such as apt-cache.
>
> Does any one know how I can get a listing of the commands and their
> function?
>
> Thanks
>
> Chris Hax
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>



Filenames

2000-12-13 Thread Patrick Schnorbus
Hey folks...

i´ve just a little question!

I´ve installed xfstt. Now i want to use some TrueType Fonts but theses a 
problem. Most of them have capital letter filenames (TRUETYPEFONT.TTF)
but i need them as 'truetype.ttf'
Do you know a tool for this?

TIA
Patrick



Re: sndconfig [was Re: Debian is not for me]

2000-12-13 Thread Ethan Benson
On Thu, Dec 14, 2000 at 09:36:20AM +1100, John Griffiths wrote:
> At 08:27 PM 12/13/2000 -0200, Paulo Henrique Baptista de Oliveira wrote:
> > Try an apt-get source from woody.
> > Pehaps can work.
> 
> NOO
> 
> download the .deb's seperately from debian.org and use dpkg
> 
> eg:
> 
> #dpkg -i sndconfig.deb
> 
> it might have some dependencies but it'll tell you so keep getting them till 
> it works (took me about 20 mins on a slow modem)

no you should always download the woody sources and build them on
potato, woody now has glibc 2.2 which is backword compatible with
binaries compiled against glibc 2.1, but the reverse is not
necessarily so.  that is a binary compiled against glibc 2.2 may NOT
work on a glibc 2.1 system.  

woody is no longer compatible with potato.  you might get away with
using woody binaries on potato but not always, its safer to just
compile the woody sources.  

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


pgp2fdVvJ4Jz2.pgp
Description: PGP signature


Re: apt-get sources.list

2000-12-13 Thread N. Raghavendra
On Wed, Dec 13, 2000 at 11:23:09PM +, [EMAIL PROTECTED] wrote:

> deb http://www.us.debian.org/debian stable main contrib non-free

> when I use apt-get says there is no such file or directory.

Hello,

Here is the relevant line from my sources.list:

deb http://http.us.debian.org/debian stable main contrib non-free

It was taken from /usr/share/doc/apt/examples/sources.list

Regards,
Raghavendra.

-- 
N. Raghavendra <[EMAIL PROTECTED]> | In summer cool
Harish-Chandra Research Institute   | Ambling down my road
GnuPG public key at:| To hell.
http://riemann.mri.ernet.in/~raghu/ |  -- Kobayashi Issa



Debian & Apt-get

2000-12-13 Thread Chris
Hello,

I have installed the base Debian system and am now installing additional
items.
I plan to use the apt-get, but there appear to be a lot of options for using
it.
In addition, there appear to be other commands such as apt-cache.

Does any one know how I can get a listing of the commands and their
function?

Thanks

Chris Hax



Re: HT configure an IDE/ATAPI ZIP drive?

2000-12-13 Thread Dan Griswold
> "Criggie" == C Falconer <[EMAIL PROTECTED]> writes:

Criggie> Under Block Devices < > Include IDE/ATAPI FLOPPY support

Criggie> (I called it by the wrong name sorry) Heres the help for
Criggie> it:
Criggie>x CONFIG_BLK_DEV_IDEFLOPPY: 

snip

Criggie> Then reboot, and your ZIP drive should be identified as
Criggie> /dev/hdc or hdd or similar.

snip

Criggie> Try the above and it should work.

Alas, it did not.

I can still mount and access the drive. But I cannot eject, either by
software or hardware.

I've also tried the eject command. No luck.

Thanks,
Dan
-- 
--
Dan Griswold
[EMAIL PROTECTED]
--



Re: exim

2000-12-13 Thread A R
Carel Fellinger wrote:Aha bingo, found the culprit, and it's me again:)  
Fetchmail as e precursion

> checks that the sending host is how he claims to be, or something similar,
> and mtiwgwc27.worldnet.att.net is not the same as the mailserver he is
> talking to (postoffice.worldnet.att.net) so he rejects the email.  There are
> plenty solutions, the simplest being to tell fetchmail to accept mail from
> the whole of the worldnet.att.net domain (done with the aka option).
> So, though I told you to use in your fetcmailrc:
>
>   poll worldnet.att.net, the-sphere.org with proto POP3
>
> you're better off using:
>
>   poll postoffice.worldnet.att.net aka worldnet.att.net, the-sphere.org
>   with proto POP3
>
> ...
> > fetchmail: no local matches, forwarding to tony
>
> I think this is the next error w'll have to fix.
> But let's first see what happens with the above fix.
>
> --
> groetjes, carel

Same failure after the fix:

[EMAIL PROTECTED]:~$ fetchmail
1 message for arodriguez at postoffice.worldnet.att.net (2557 octets).
reading message 1 of 1 (2557 octets) .fetchmail: SMTP connect to localhost 
failed
fetchmail: SMTP transaction error while fetching from 
postoffice.worldnet.att.net
fetchmail: Query status=10 (SMTP)
[EMAIL PROTECTED]:~$

Thanks Carel for all your help. I hope you don't get bored or tired of this 
before we fix this completely.



Re: bash system startup files

2000-12-13 Thread hansen
what works for me is put the line
. ~/.bashrc
in ~/.profile

On Wed, Dec 13, 2000 at 07:20:44PM -0800, Xucaen wrote:
> Hi all.. new user here..  I'm looking to set an
> alias in bash for all users. I tried to edit
> bash.bashrc, and ~/.bashrc but this doesn't work.
> of course, when I run a secondary shell it works
> fine, but I want to alias to take effect right
> when I user logs on.
> *sigh*
> it's late...  i think I need sleep... 
> 
> xucaen
> 

-- 
  *** Dr P's Book Knowledge, Hell's Bibliophiles, and 
  *  somewhere over the rainbow, a 99% text-only website * 
  *   http://209.24.112.224/DrPseudocryptonym/   *
    [EMAIL PROTECTED]  ** spam ok **



Re: HT configure an IDE/ATAPI ZIP drive?

2000-12-13 Thread C. Falconer

At 06:26 PM 12/13/00 -0600, you wrote:

You're right. I want to eject the disk, whether that's by hardware
button or software utility. Other features work fine. I've tried (in
configuring the kernel) IDE floppy, but I can find no option for "IDE
Removable." Where is that located.


Under Block Devices
< >Include IDE/ATAPI FLOPPY support

(I called it by the wrong name sorry)  Heres the help for it:
  x CONFIG_BLK_DEV_IDEFLOPPY:   x
  x x
  x If you have an IDE floppy drive which uses the ATAPI protocol,  x
  x answer Y. ATAPI is a newer protocol used by IDE CDROM/tape/floppy   x
  x drives, similar to the SCSI protocol.   x
  x x
  x The LS-120 and the IDE/ATAPI Iomega ZIP drive are also supported by x
  x this driver. (ATAPI PD-CD/CDR drives are not supported by this  x
  x driver; support for PD-CD/CDR drives is available if you answer Y tox
  x "SCSI emulation support", below).   x
  x x
  x If you say Y here, the FLOPPY drive will be identified along with   x
  x other IDE devices, as "hdb" or "hdc", or something similar (check   x
  x the boot messages with dmesg).

Then reboot, and your ZIP drive should be identified as /dev/hdc or hdd or 
similar.



I've also tried the "SCSI Emulation Support" suggested by Pascal, but
that didn't solve the problem either.
I've also tried (after enabling SCSI emulation) jazip suggested by
Eric, to no avail.


The only time SCSI emulation is required when it comes to IDE is CD 
Writers, and I don't know why.



And lastly, I did apt-get install cdtool, and cdeject -d /dev/hdc
doesn't work, but rather yields this message:
cdeject: ioctl cdromeject


Try the above and it should work.

--
Criggie



Re: apt-get sources.list

2000-12-13 Thread Monte Milanuk
Well...

This is what I have in my /etc/apt/sources.list file.  FWIW, I wonder why you 
ar adding anything to the file.  The first section in the file already has the 
necessary entries already made, just commented out.  Just delete the '#' and 
save the file, and do an 'apt-get update'.

deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free

HTH, 

Monte


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



Re: Sparc Ultra 5 XConfig?

2000-12-13 Thread Nate Duehr
Thanks Ben!

I was just thinking I should have cross-posted to debian-sparc as I was
reading through the archives and seeing your sage advice scroll by!

Thanks for the quick reply... we'll get him up and running.  (He'll be
Debian convert #3 for the company and there's only about 7 or 8
Linux-heads... heh heh.  He already loves dselect and apt-get.)

On Wed, Dec 13, 2000 at 10:05:07PM -0500, Ben Collins wrote:
> On Wed, Dec 13, 2000 at 07:50:34PM -0700, Nate Duehr wrote:
> > 
> > So I'm looking for a working XF86Config file for a fairly recent Ultra 5
> > with the Mach64 X server.  Anyone have one?
> > 
> 
> /usr/doc/xserver-mach64/examples/XF86Config.SPARC
> 
> Use that and edit it where the Xkb stuff is for your particular keyboard
> (mine ultra has a ps/2 keyboard, yours has a type5 obviously).
> 
> -- 
>  ---===-=-==-=---==-=--
> /  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
> `  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
>  `---=--===-=-=-=-===-==---=--=---'
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
Nate Duehr <[EMAIL PROTECTED]>

GPG Key fingerprint = DCAF 2B9D CC9B 96FA 7A6D AAF4 2D61 77C5 7ECE C1D2
Public Key available upon request, or at wwwkeys.pgp.net and others.



Re: Search

2000-12-13 Thread Bob Nielsen
Go to http://www.debian.org/Bugs and you can search by the package name
(or other criteria).

On Wed, Dec 13, 2000 at 08:35:51PM +0100, dude wrote:
> 
> Ok, i've tried reading the help
> 
> but i still dont understand where exactly i
> 
> so a search or how i do a search for a bug.
> 
> as far as i can tell, i
> 
> look fo rthe package that i think has the bugand thenn
> see if it has been mentioned
> 
> please explain this if i am wrong
> 
> thank

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  http://www.oz.net/~nielsen
 



Re: cd-burning

2000-12-13 Thread Bob Nielsen
As long as the subject came up, I have burned a few audio cd's from mp3
files and on each some of the tracks were truncated (I didn't try to
overburn or anything like that).  One track only had the end of the
file and several had just the beginning, while most were complete.  I
used the following script:

###
#!/bin/bash

if [[ $1 == "clean" ]]
then
cdrecord -v speed=2 dev=0,0,0 blank=fast
fi

for I in *.mp3
do
mpg123 --cdr - "$I" | cdrecord -v speed=2 dev=0,0,0 -audio -nopad -nofix -
done
cdrecord -v speed=2 dev=0,0,0 -fix
###

Any thoughts on why part of some tracks would be missing?


-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  http://www.oz.net/~nielsen
 



bash system startup files

2000-12-13 Thread Xucaen
Hi all.. new user here..  I'm looking to set an
alias in bash for all users. I tried to edit
bash.bashrc, and ~/.bashrc but this doesn't work.
of course, when I run a secondary shell it works
fine, but I want to alias to take effect right
when I user logs on.
*sigh*
it's late...  i think I need sleep... 

xucaen

__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/



Re: Sparc Ultra 5 XConfig?

2000-12-13 Thread Ben Collins
On Wed, Dec 13, 2000 at 07:50:34PM -0700, Nate Duehr wrote:
> 
> So I'm looking for a working XF86Config file for a fairly recent Ultra 5
> with the Mach64 X server.  Anyone have one?
> 

/usr/doc/xserver-mach64/examples/XF86Config.SPARC

Use that and edit it where the Xkb stuff is for your particular keyboard
(mine ultra has a ps/2 keyboard, yours has a type5 obviously).

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



ld.so error message

2000-12-13 Thread losthalo
I have recently recompiled my 2.0.36 kernel, and since then have
experienced the following problem: at some point after booting up the
machine (the amount of time before it happens varies), I get an error
message regarding the dynamic linker on the command line. The machine
will not execute any further commands, it simply repeats the error
message.  The computer is a Pentium 90, 32 Meg or RAM. 

The error message is:
BUG IN DYNAMIC LINKER ld.so:..sysdeps/i386/dl-machine.h: 291:
elf_machine_rel: Assertion  '! "unexpected dynamic reloc type"' failed!

ldconfig -D reveals several libraries with "inconsistent soname"

Since I'm not yet very familiar with the dynamic linker and its
functions, can someone tell me whether reinstalling ld will solve this,
or what will repair this problem?  Is this a result of a compile error,
or a corruption of ld.so?

Thanks for any help with this,
Bruce


__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/



Sparc Ultra 5 XConfig?

2000-12-13 Thread Nate Duehr
Ugggh.

I convinced a friend to load Potato on his Sparc Ultra 5 with Debian
instead of another (ahem) unnamed Linux distro.

We're a little screwed up though.  We think we answered some of the
setup questions wrong in anXious and messed up his X config.  (anXious
seems very i386-centric...)  anXious also won't appear to run a second
time... just returns after apparently doing nothing.  Didn't strace it
to see what it's doing, though.

Anyway... we figured out that the mouse device is probably
/dev/sunmouse.

What we appear to have problems with is the keyboard mapping... (we
never saw anything special for a Sun Type V keyboard) and XKB stuff in
the XF86Config file.  The keyboard's not quite right now.

Also, the mouse in X is really acting strangely.  We removed --purged
the gpm stuff (he doesn't want it anyway) ...

So I'm looking for a working XF86Config file for a fairly recent Ultra 5
with the Mach64 X server.  Anyone have one?

Thanks a ton.  It's bound to make Debian look great if I can find him an
answer to this one...

-- 
Nate Duehr <[EMAIL PROTECTED]>

GPG Key fingerprint = DCAF 2B9D CC9B 96FA 7A6D AAF4 2D61 77C5 7ECE C1D2
Public Key available upon request, or at wwwkeys.pgp.net and others.



uninstalling X

2000-12-13 Thread Ken Weingold
I have totally lost patience with the numerous problems running X,
though I have set it up numerous times in the past.  I installed X
through tasksel, so it installed EVERYTHING.  Can I reverse that?  I
want to totally start again.  Maybe from the source like I always did
in the past.

On a side note, anyone know how Solaris x86 runs compared to Linux?
The deal from Sun that it is free besides the $75 media fee is really
tempting.


-Ken

-- 
[EMAIL PROTECTED]AIM: ScopusFest



Search

2000-12-13 Thread dude

Ok, i've tried reading the help

but i still dont understand where exactly i

so a search or how i do a search for a bug.

as far as i can tell, i

look fo rthe package that i think has the bugand thenn
see if it has been mentioned

please explain this if i am wrong

thank




Re: Help msg: modprobe can't locate ppp-compress

2000-12-13 Thread Eric G . Miller
On Wed, Dec 13, 2000 at 09:06:53PM +0100, Jonathan Gift wrote:
> Hi,
> 
> I noticed in my daemon and sysylog that when logged in through pon and a
> dial up account which is functioning fine that I have the following msg
> repeated:
> 
> modprobe: modprobe: Can't locate module ppp-compress-21
> modprobe: modprobe: Can't locate module ppp-compress-26
> modprobe: modprobe: Can't locate module ppp-compress-24
> 
> This apparently occurs evertime I have logged in.
> Help appreciated.

If in /etc/modutils/aliases you have:

alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

but you don't have such modules in /lib/modules//net/

then you may get such error.   On the other hand, if you do have such
modules, but do not have the alias lines above, simply add them to the
file and run update-modules (the errors should go away).

-- 
Eric G. Miller 



Seeking help with Tyan Thunder onboard LSI SCSI

2000-12-13 Thread Flashback Max
I'm sorry to have to ask buit this is the first scsi system I've ever had
and it's been a chore to get it this far, it's been one of those weeks
folks. I'll have alot of boring technical stuf below here and alot of
questions I'm afraid. Happy holidays to everyone while I have your
attention for a second and thanks in advance for any help I get.

I have a Tyan Thunder LE S2510 with integrated LSI Symbios 53C1010 SCSI
and Seagate Barracuda 18G drive.
lsilogic.com says to use the NCR 53810 driver for linux for the onboard
scsi controller. I pass lilo the argument as stated in the ondisk help
boot: nc53c8xx=safe:y

this results in (from dmesg and despairingly hand copied)
sym53c8xx:
setup=disc:n,specf:0,ultra:0,tags:0,sync:255,burst:255,wide:n,diff:1,revprob:n,buschk:0x1
sym53c8xx:
setup=mpar:n,spar:y,fsn=n,verb:2,debug:0x0,led:n,settle:10,irqm:0x1,nvram:0x1,pcifix:0x0

scsi: 0 hosts
scsi: detected total.

If there is any tips or tricks to get this thing working, I would love to
know them. Perhaps some arcane command for the bootprompt, I don't know.

Windows ME was just run on my lovely linux drive and it found it and
formatted it but linux does not seem to detect the drive. Is it the fault
of the controller not working quite right because it is an onboard device
or what is it? Please enlightenment. I shall perform much pennance for
perhaps asking a foolish question or two by assisting all the fun users
that can exist on my new toy. Thanks again for everyone's time.
---
Flashback Max
8 (|8-{I)>
Key fingerprint = F4 55 14 C7 8C 1C 60 B4  0F 72 C6 24 EE DB 4E ED



using an Iomega parallet port tape drive

2000-12-13 Thread John Anderson
I have an Iomega parallel port drive model no. ditto easy 3200.  I have
added support into the kernel for parallel port devices, ftape, ztape,
etc.

When I try to write to the tape I receive the following message:

kerr:~# tar cf /dev/qft0 home
tar: /dev/qft0: Cannot open: Device not configured
tar: Error is not recoverable: exiting now
kerr:~#

and the floppy disk drive inside of the computer spins.  Any suggestions
would be appreciated.

NOTE: Make sure you send a copy of this message directly to the list since
I don't currently subscribe to it.

===
John Kerr Anderson
Powered by Debian GNU/Linux 2.2
===



Re: cd-burning

2000-12-13 Thread Peter Jay Salzman
sorry, i haven't done testing like that.  it tends to get expensive since
whether i'm successful or not, it's another disk.  :)


i recently burned a bunch of mp3 cd's.  here's the sizes:

696132  /data/MP3/1disk
644108  /data/MP3/2disk
701736  /data/MP3/3disk
693132  /data/MP3/4disk
695516  /data/MP3/5disk
690784  /data/MP3/6disk
705060  /data/MP3/7disk
698348  /data/MP3/8disk
704360  /data/MP3/9disk

i burned a bunch of audio cd's, abou the same lengths.  so far, no problem
with any of my cd's on anyone's hardware or cdplayer.

pete


On Mon 11 Dec 00,  7:58 PM, S . Salman Ahmed said...
> > "PJS" == Peter Jay Salzman <[EMAIL PROTECTED]> writes:
> PJS>  i don't think software is the answer here; there's no magic
> PJS> involved with "overburning".  it's like saying that formatting
> PJS> a floppy at 1.680 MB is more special than 1.44 MB.
> PJS> 
> PJS> are you sure it's not the quality of your cd?
> PJS> 
> PJS> i use cdrecord (no need to use xcdroast; cdrecord is a
> PJS> no-brainer) and regularly burn CD's that are over 700MB.
> PJS> afaik, xcdroast is just a front end for some other program,
> PJS> prolly cdrecord.
> PJS> 
> 
> How does overburning work ? And how far can it be taken ie how much over
> 700Mb can be burned ?
> 
> Will the overburnt CD work with all readers ?
> 
> -- 
> Salman Ahmed
> ssahmed AT pathcom DOT com
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
--   linux
To err is human, to forgive is divine.  [EMAIL PROTECTED]   -
To oink is porcine, to meow is feline.http://www.dirac.org/p  ._.
To neigh is equine to howl is lupine, /v\
To moo is bovine to bleat is ovine.  // \\
--   ^^ ^^
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D   rules


pgp3tWDfMfQqV.pgp
Description: PGP signature


Re: Help msg: modprobe can't locate ppp-compress

2000-12-13 Thread Gregory T. Norris
Take a look in /etc/modutils/aliases, there should be some entries
similar to the following:

 alias ppp-compress-21   bsd_comp
 alias ppp-compress-24   ppp_deflate
 alias ppp-compress-26   ppp_deflate

If they aren't there, add them and then run /sbin/update-modules.  If
they're present but don't exist in /etc/modules.conf, then you just
need the update-modules bit.

Cheers!

On Wed, Dec 13, 2000 at 09:06:53PM +0100, Jonathan Gift wrote:
> Hi,
> 
> I noticed in my daemon and sysylog that when logged in through pon
> and a dial up account which is functioning fine that I have the
> following msg repeated:
> 
> modprobe: modprobe: Can't locate module ppp-compress-21
> modprobe: modprobe: Can't locate module ppp-compress-26
> modprobe: modprobe: Can't locate module ppp-compress-24
> 
> This apparently occurs evertime I have logged in.
> Help appreciated.
> 
> Thanks,
> 
> Jonathan


pgpxebPXtepj2.pgp
Description: PGP signature


I'm Confused with SBLive!

2000-12-13 Thread Javier Sieben
Hi!

I tried to install the emu10k1 module from ALSA. Having any troubles with
it, I deinstalled it. When I read that the final kernel (version 2.2.17)
had these module in it, I download, compile and install it with the modules.
But I can't use audio.

The kernel starts and don't install the module. When I use cat /proc/modules
it's list all the modules loaded at the time. But no the this module. Try
loading with insmod. Fine. When I use cat /proc/modules it displays that the
module is unused.

I tried to many forms for solving this trouble. I read docs at many sites
I've found and nothing. All refers at usr/src/linux/Documentation/sound for
the specified card docs. But in the latest kernel hadn't included docs for
it.

Can any help??

Sorry may english, I'm newbie in it...

Javier




Re: postfix: local mail goes to relayhost!

2000-12-13 Thread Mark Brown
On Tue, Dec 12, 2000 at 02:01:36AM -0800, Erik Steffl wrote:

> mydestinations = jojda, localhost, jojda.2y.net

That should be mydestination.

-- 
Mark Brown  mailto:[EMAIL PROTECTED]   (Trying to avoid grumpiness)
http://www.tardis.ed.ac.uk/~broonie/
EUFShttp://www.eusa.ed.ac.uk/societies/filmsoc/


pgp7jWObQVXai.pgp
Description: PGP signature


Re: Resolving http addresses

2000-12-13 Thread Bob Nielsen
Do you have your ISP's nameserver entered in /etc/resolv.conf?

On Wed, Dec 13, 2000 at 06:20:29PM -0700, Clayton Stapleton wrote:
> I have a problem when I enter a URL (http://www.google.com/) or others
> my system does not resolve the address. I have looked at
> /var/log/messages and it shows that the pppd connection is made
> with the IP and DNS addresses show. This work before I reinstalled
> Debian but now it just hangs. Any help will be appreciated.
> TIA

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  http://www.oz.net/~nielsen
 



Re: [OT] Recent increases in d-u posts?

2000-12-13 Thread David A. Rogers
The last Mandrake install I did ticked me off.  Potato was just released and I
thought I'd give it a try.  Have since made Debian my permanent distribution
of choice.

dar

On Wed, 13 Dec 2000, Damon Muller wrote:

> Hi folks,
>
> I was just wondering if anyone else has noticed a signigicant increase
> in posts in the last few weeks. It seems that, not that long ago, I'd be
> lucky to get over 100 in a single day. These days it seems to be
> regularly over 200.
>
> It's a bit weird, because it's not as if there are any really long
> threads or flame wars. There doesn't seem to have been a noticable
> change in the sorts of things that have been posted (with the exception,
> maybe, that there seem to be a lot of XFree 4-related posts (and also
> the recent Dr Kroger thing, but that was relatively minor)).
>
> I'm not suggesting splitting the lists, or that newbies should go away,
> or anything like that. I'm just wondering if anyone else has any
> thoughts on the phenomenon. Maybe it's just beacue people are ?xpecting
> to have time off over christmas where they can work out this linux
> thing.
>
> cheers,
>
> damon
>
>



Fwd: Re: Debian is not for me

2000-12-13 Thread Clayton Stapleton


--  Forwarded Message  --
Subject: Re: Debian is not for me
Date: Wed, 13 Dec 2000 14:43:25 -0700
From: Clayton Stapleton <[EMAIL PROTECTED]>


Thanks for the help SOUND is now working. Looking at /proc/pci showed
that es1371 was included so that running modprobe es1371 did install it.
But had to go to /dev/hdd and add myself to the user disk and now I can
listen to any of my music cd's.
Clay Stapleton

On Wed, 13 Dec 2000, you wrote:
> On Tue, Dec 12, 2000 at 08:26:03PM -0700, Clayton Stapleton wrote:
> > It is a Sound Blaster 16 PCI sound card. The system BIOS is set to recognize
> > PnP cards and is used by Win 98 and Suse 6.4 distro's so I do not want to 
> > change it. The sound chip is a Ensoniq 1371, IRQ 11 and i/o=6800-683F. I
> > have read the PnP Howto and Alsa mini-Howto with no clue on how to get
> > the sound card recognized. Any help would be appricated.
> 
> If it *IS* a PCI card, then . . . ISA PnP has nothing to do with it.
> 
> Log on as root, do:
> 
> cat /proc/pci
> 
> and look for your card.  Is it there?
> 
> Then, try loading the es1371 module:
> 
> modprobe es1371
> 
> Then, make sure you have added "yourself" (whoever "yourself" is that
> is trying to run an audio application) to the audio group.
> 
> That should work, unless you are out of resources.
> 
> I have a Sound Blaster 16 PCI card, and it runs just fine.
> 
> John S.
---



Resolving http addresses

2000-12-13 Thread Clayton Stapleton
I have a problem when I enter a URL (http://www.google.com/) or others
my system does not resolve the address. I have looked at
/var/log/messages and it shows that the pppd connection is made
with the IP and DNS addresses show. This work before I reinstalled
Debian but now it just hangs. Any help will be appreciated.
TIA
Clay Stapleton



Re: Sound Card Blues

2000-12-13 Thread David A. Rogers
On Mon, 11 Dec 2000, [EMAIL PROTECTED] wrote:

> Hello all
> I have potato 2.2 installed on my system, I also have a Sound Blaster awe
> 1024 card. A friend debian-user very kindly gave me a hand recompiling the
> kernel to get the Sound Blaster drivers installed (this was magic as far as I
> remember nothing comes to mind about how this was achieved).

Unless he installed the ALSA drivers (possible), he did you no favors.  Under
Debian Potato it is very easy to get the awe cards working _without_ compiling
the kernel.  The awe cards are one of the best supported in the standard
kernel.  See the Debian University documentation for details:

http://www.xnet.com/~darogers/debian_university.txt

Cheers,
dar



Re: Missing crypt in Pine compile?

2000-12-13 Thread Colin Watson
On Wed, 13 Dec 2000 at 19:40:17 -0500, Dwight Johnson wrote:
> On Wed, 13 Dec 2000, Colin Watson wrote:
> > Looks like it needs an -lcrypt there next to -lncurses, at least
> > assuming that you have libc6-dev installed. (I doubt you'd have got that
   ^
> > far if it weren't.)
> 
> Yes, it does need an -lcrypt.
> 
> My question is: what package do I install to get the 'crypt' function?

As above, libc6-dev. Put -lcrypt into the appropriate place in the pine
Makefiles and it should work. (I've just compiled a small test program
that way with no problems.)

I don't know why pine's configure script didn't do that for you, though.

> I have already tried installing the 'mailcrypt' package, and that is not
> the right one.

  Description: Emacs interface to GPG (and PGP) and anonymous remailers.

No, mailcrypt has nothing at all to do with this.

Regards,

-- 
Colin Watson [EMAIL PROTECTED]



Re: cron vs anacron

2000-12-13 Thread Henrique M Holschuh
On Wed, 13 Dec 2000, Erik Steffl wrote:
>   there is a version of cron (don't remember the name) that runs
> everything that should have been run  but wasn't (because system was
> down) right after the system starts, that might make anacron obsolete.

fcron, but it doesn't do ALL that Debian's cron do, at least not yet. 

As for making anacron obsolete, well, anacron is smaller and simpler. fcron
does more but eats more memory and cpu.  It's the usual "choose the right
tool for the job".

>   and you are not supposed to turn off the computer! ever! :-))

Err... but how am I supposed to remove the lint inside the fans then? :P

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


pgpQNcVPNCne3.pgp
Description: PGP signature


Re: latest woody kills dexter?

2000-12-13 Thread Bob Nielsen
On Wed, Dec 13, 2000 at 04:47:30PM -0700, Robert L. Harris wrote:
> 
> 
> It did, but it's corrupt.  There's a "--configure" option to dpkg, but then
> it complains that it's already installed and configured.

Either delete or rename XF86Config and run 

'dpkg-reconfigure xserver-xfree86'

> 
> Dexter was remvoed why?
> 
> Robert
> 
> 
> kThus spake Erik Steffl ([EMAIL PROTECTED]):
> 
> >   you need to reconfigure the package, I am not sure which one, probably
> > xserver-xfree86, and I am not sure how exactly but check the docs for
> > apt-get and dpkg, you need to run one of them using --config or
> > something like that.
> > 
> >   I think it should create XF86Config-4 by default, at least dexter did.
> > 
> > erik
> > 
> > "Robert L. Harris" wrote:
> > > 
> > > I did.  That complains that XF86Config exists.  I remove it, and run
> > > "dexconf".  Taht runs for 2 seconds then creates a file that reads from
> > > teh "debconf database", no user input.  That's the problem.  I put a
> > > bad value inthe deb conf database and need to reconfigure.
> > > 
> > > Robert
> > > 
> > > Thus spake Erik Steffl ([EMAIL PROTECTED]):
> > > 
> > > >   there was another post today saying it was replaced by something,
> > > > dexconf? or something like that, seach the archives (it was posted today
> > > > ot yesterday)
> > > >
> > > >   erik
> > > >
> > > > "Robert L. Harris" wrote:
> > > > >
> > > > > I'm trying to reconfigure X on my laptop as I put in a bad value 
> > > > > durring
> > > > > last upgrade.  I go to run "dexter" and it can't find it.  I do a
> > > > > "dpkg -L xserver-common" and it doesn't show dexter in there anymore.
> > > > > Has it been moved?  I checked the packages list on debian.org and
> > > > > it still shows it in xserver-common.
> > > > >
> > > > > Robert
> > > > >
> > > > > :wq!
> > > > > ---
> > > > > Robert L. Harris|  Micros~1 :
> > > > > Senior System Engineer  |For when quality, reliability
> > > > >   at RnD Consulting |  and security just aren't
> > > > > \_   that important!
> > > > > DISCLAIMER:
> > > > >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > > > > FYI:
> > > > >  perl -e 'print 
> > > > > $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> > > > >
> > > > > --
> > > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > > 
> > > :wq!
> > > ---
> > > Robert L. Harris|  Micros~1 :
> > > Senior System Engineer  |For when quality, reliability
> > >   at RnD Consulting |  and security just aren't
> > > \_   that important!
> > > DISCLAIMER:
> > >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > > FYI:
> > >  perl -e 'print 
> > > $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 
> :wq!
> ---
> Robert L. Harris|  Micros~1 :  
> Senior System Engineer  |For when quality, reliability 
>   at RnD Consulting |  and security just aren't
> \_   that important!
> DISCLAIMER:
>   These are MY OPINIONS ALONE.  I speak for no-one else.
> FYI:
>  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  http://www.oz.net/~nielsen
 



Re: [OT] Recent increases in d-u posts?

2000-12-13 Thread Ignasi Tura
> > Hi folks,
> > 
> > I was just wondering if anyone else has noticed a signigicant increase
> > in posts in the last few weeks. 

Yes, I noticed it so. I usually go to geocrawler.com to read debian-user 
archives. There is there a top ten mailing list. Since August we were the third 
(SuSE Linux-2, Linux-Kernel-1).

Since the beginnings of December we are the first!

This is a good notice, of course.

Let's see if we continue this way or we just split (I suggest debian-novice if 
there's the case).


Best to all list: Our effort (developers, users), make Debian the way it is.


Ignasi













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



Re: cron vs anacron

2000-12-13 Thread brian moore
On Wed, Dec 13, 2000 at 09:38:37PM -0200, [EMAIL PROTECTED] wrote:
> Hi!
> 
> Does cron work correctly in a system which is powered down periodically,
> like a pc at home? If it does, why does anacron exist?

It doesn't, which is why anacron exists.

By "doesn't", the usual problem is that if you have cron jobs scheduled
for 6:30 am and your computer is always off from midnight to 7am, they
won't get executed.  With anacron, they won't get executed at 6:30 am
since the system is off... but they will get executed roughly once a
day.

-- 
CueCat decoder .signature by Larry Wall:
#!/usr/bin/perl -n
printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack
'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g; 



Re: Missing crypt in Pine compile?

2000-12-13 Thread Dwight Johnson
On Wed, 13 Dec 2000, Colin Watson wrote:

> Dwight Johnson <[EMAIL PROTECTED]> wrote:
> >My Pine compile attempt is showing:
> >
> >cc-g -DDEBUG   -DLNX -DSYSTYPE=\"LNX\" -DMOUSE -o pine addrbook.o
> [...]
> >os.o date.c  ../pico/libpico.a ../c-client/c-client.a  -lncurses `cat
> >../c-client/LDFLAGS`
> >../c-client/c-client.a(osdep.o): In function `checkpw':
> >/usr/src/pine4/pine4.21/imap/c-client/osdep.c:106: undefined reference
> >to `crypt'
> 
> Looks like it needs an -lcrypt there next to -lncurses, at least
> assuming that you have libc6-dev installed. (I doubt you'd have got that
> far if it weren't.)

Yes, it does need an -lcrypt.

My question is: what package do I install to get the 'crypt' function?

I have already tried installing the 'mailcrypt' package, and that is not
the right one.

Thanks in advance,
Dwight



Re: latest woody kills dexter?

2000-12-13 Thread Robert L. Harris


Perfect.

Thank you.

Thus spake David Z. Maze ([EMAIL PROTECTED]):

> Erik Steffl <[EMAIL PROTECTED]> writes:
> ES> you need to reconfigure the package, I am not sure which one, probably
> ES> xserver-xfree86, and I am not sure how exactly
> 
> With "dpkg-reconfigure packagename".
> 
> -- 
> David Maze [EMAIL PROTECTED]  http://www.mit.edu/~dmaze/
> "Theoretical politics is interesting.  Politicking should be illegal."
>   -- Abra Mitchell
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
  at RnD Consulting |  and security just aren't
\_   that important!
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



Re: HT configure an IDE/ATAPI ZIP drive?

2000-12-13 Thread Dan Griswold
> "Criggie" == C Falconer <[EMAIL PROTECTED]> writes:

Criggie> At 12:09 AM 12/13/00 -0600, you wrote:
>> Eric G . Miller wrote:
>>> On Tue, Dec 12, 2000 at 10:28:08PM -0600, Dan Griswold wrote:
 Hi all, I have an internal IDE/ATAPI ZIP 100 in my box. I can
 mount, read/write, and umount it. But I cannot eject it. :-(
 I think you need a tool that can send the proper ioctl to the
 kernel.
>>> Think jazip or ziptool (seems not to be in woody) should work.
>>> Don't know if jaztool (which is present in woody) works with
>>> Zip drives.
>> You need to compile scsi emulation into your kernel.  So under
>> Block Devices say yes to "SCSI EMulation Support"

Criggie> Rubbish - all you need is IDE Removeable deviced or IDE
Criggie> Floppy support.  Which the original poster must have
Criggie> because he says "I can mount, read/write, and umount it"

Criggie> I think all he wants is a way to press the eject button,
Criggie> and cdtool.deb contains cdeject, which should do it.

Criggie> cdeject -d /dev/hdc

You're right. I want to eject the disk, whether that's by hardware
button or software utility. Other features work fine. I've tried (in
configuring the kernel) IDE floppy, but I can find no option for "IDE
Removable." Where is that located.

I've also tried the "SCSI Emulation Support" suggested by Pascal, but
that didn't solve the problem either.

I've also tried (after enabling SCSI emulation) jazip suggested by
Eric, to no avail.

Both of these I tried before posting my question. But, I could be
missing a particular parameter to get this to work. Perhaps there's
one obvious switch to flip that was not so obvious to me, perhaps.

And lastly, I did apt-get install cdtool, and cdeject -d /dev/hdc
doesn't work, but rather yields this message:

cdeject: ioctl cdromeject

So no luck there either.

The odd thing, as I said, is that I had this working under another
distribution. And I'm quite sure that I didn't touch SCSI
support. But, anything's possible, and I'm open to suggestions.

Dan

-- 
--
Dan Griswold
[EMAIL PROTECTED]
--



Re: cron vs anacron

2000-12-13 Thread kmself
on Wed, Dec 13, 2000 at 09:38:37PM -0200, [EMAIL PROTECTED] ([EMAIL PROTECTED]) 
wrote:
> Hi!
> 
> Does cron work correctly in a system which is powered down periodically,
> like a pc at home? 

No.  cron starts jobs at a specified time.

> If it does, why does anacron exist?

See above.  anacron checks to see what jobs were skipped during
downtime.

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpC5Z7lbwtL0.pgp
Description: PGP signature


Re: cron vs anacron

2000-12-13 Thread Erik Steffl
  if the system is down while something was scheduled to run, it will
not run.

  there is a version of cron (don't remember the name) that runs
everything that should have been run  but wasn't (because system was
down) right after the system starts, that might make anacron obsolete.

  and you are not supposed to turn off the computer! ever! :-))

erik

[EMAIL PROTECTED] wrote:
> 
> Hi!
> 
> Does cron work correctly in a system which is powered down periodically,
> like a pc at home? If it does, why does anacron exist?
> 
> Thanks in advance!
> 
> Marcelo
> --
> E-Mail: [EMAIL PROTECTED]
> Date: 13-Dec-2000
> Time: 21:35:40
> 
> This message was sent by XFMail
> --
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: cron vs anacron

2000-12-13 Thread Sean 'Shaleh' Perry

On 13-Dec-2000 [EMAIL PROTECTED] wrote:
> Hi!
> 
> Does cron work correctly in a system which is powered down periodically,
> like a pc at home? If it does, why does anacron exist?
> 

cron runs jobs at certain times.  So, the cron.daily scripts are set to run at
2 in the morning.  If your machine is not running, that job never happens. 
When you power the box on, cron does not look and see what jobs it did not run.
 So, if you power a machine on once a week, for 4 hours from 2 pm to 6 pm, no
system cron job will ever run.  This is what anacron solves.  When the machine
powers on it checks for missed jobs and runs them.



Re: latest woody kills dexter?

2000-12-13 Thread Erik Steffl
  I am quite sure it can be reconfigured, I am quite sure that one of
the programs that I upgraded said that I can reconfigure it later but I
dodn't remember which one it was nor how todo it.

  just read the docs, it has to be there.

  --reinstal (apt-get) might help, it reinstalls package that is already
newest.

  I am not sure why dexter was removed, the new system should have the
same functionality, so you can think of it more like a rename.

erik

"Robert L. Harris" wrote:
> 
> It did, but it's corrupt.  There's a "--configure" option to dpkg, but then
> it complains that it's already installed and configured.
> 
> Dexter was remvoed why?
> 
> Robert
> 
> kThus spake Erik Steffl ([EMAIL PROTECTED]):
> 
> >   you need to reconfigure the package, I am not sure which one, probably
> > xserver-xfree86, and I am not sure how exactly but check the docs for
> > apt-get and dpkg, you need to run one of them using --config or
> > something like that.
> >
> >   I think it should create XF86Config-4 by default, at least dexter did.
> >
> >   erik
> >
> > "Robert L. Harris" wrote:
> > >
> > > I did.  That complains that XF86Config exists.  I remove it, and run
> > > "dexconf".  Taht runs for 2 seconds then creates a file that reads from
> > > teh "debconf database", no user input.  That's the problem.  I put a
> > > bad value inthe deb conf database and need to reconfigure.
> > >
> > > Robert
> > >
> > > Thus spake Erik Steffl ([EMAIL PROTECTED]):
> > >
> > > >   there was another post today saying it was replaced by something,
> > > > dexconf? or something like that, seach the archives (it was posted today
> > > > ot yesterday)
> > > >
> > > >   erik
> > > >
> > > > "Robert L. Harris" wrote:
> > > > >
> > > > > I'm trying to reconfigure X on my laptop as I put in a bad value 
> > > > > durring
> > > > > last upgrade.  I go to run "dexter" and it can't find it.  I do a
> > > > > "dpkg -L xserver-common" and it doesn't show dexter in there anymore.
> > > > > Has it been moved?  I checked the packages list on debian.org and
> > > > > it still shows it in xserver-common.
> > > > >
> > > > > Robert
> > > > >
> > > > > :wq!
> > > > > ---
> > > > > Robert L. Harris|  Micros~1 :
> > > > > Senior System Engineer  |For when quality, reliability
> > > > >   at RnD Consulting |  and security just aren't
> > > > > \_   that important!
> > > > > DISCLAIMER:
> > > > >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > > > > FYI:
> > > > >  perl -e 'print 
> > > > > $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> > > > >
> > > > > --
> > > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > >
> > > :wq!
> > > ---
> > > Robert L. Harris|  Micros~1 :
> > > Senior System Engineer  |For when quality, reliability
> > >   at RnD Consulting |  and security just aren't
> > > \_   that important!
> > > DISCLAIMER:
> > >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > > FYI:
> > >  perl -e 'print 
> > > $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> :wq!
> ---
> Robert L. Harris|  Micros~1 :
> Senior System Engineer  |For when quality, reliability
>   at RnD Consulting |  and security just aren't
> \_   that important!
> DISCLAIMER:
>   These are MY OPINIONS ALONE.  I speak for no-one else.
> FYI:
>  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



Re: Debian checks filesystems at every boot

2000-12-13 Thread kmself
on Wed, Dec 13, 2000 at 08:28:49AM +0100, Nico De Ranter ([EMAIL PROTECTED]) 
wrote:
> On Tue, Dec 12, 2000 at 06:25:51PM -0800, Eric G . Miller wrote:
> > On Tue, Dec 12, 2000 at 02:29:23PM -0800, kmself@ix.netcom.com wrote:
> > > on Tue, Dec 12, 2000 at 08:35:28PM +0100, Nico De Ranter ([EMAIL 
> > > PROTECTED]) wrote:
> > > > Howdy,
> > > > 
> > > > I just got a new computer and installed Debian on it (ofcourse
> > > > :-).  The installation uses 2 partitions, 1 of 5GB and 1 of 15GB
> > > > (hey I have to do something with all that diskspace don't I :-).
> > > > I did the same install as I always did starting from the Debian
> > > > 2.2 cd's. However with the new PC every time I boot Linux will
> > > > complain the filesystems weren't properly unmounted and will do
> > > > a full check of the filesystems.  I do ofcourse always make sure
> > > > to turn off the machine by typing "halt".  

> Anyway, when I run halt or shutdown I see all the messages relating to
> the processes being stopped. I even see the message I put in right
> before my "sync" addition. And still it seems to go wrong :-(.  Might
> there be a problem with timing. Since my second partition is rather
> big (15GB) perhaps the sync doesn't get enough time and the machine
> powers down before the sync can end.  But on the other hand, the sync
> is not run in the background so he should wait anyway.  The strange
> thing is that I didn't have this on my previous pc altough it was
> running the same version of Debian.

Try switching to init 1 (admin mode) and mounting and unmounting your
disks.  Can you do this successfully without requiring an fsck?

-- 
Karsten M. Self http://kmself.home.netcom.com/
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpReX48AK94w.pgp
Description: PGP signature


Re: latest woody kills dexter?

2000-12-13 Thread David Z. Maze
Erik Steffl <[EMAIL PROTECTED]> writes:
ES> you need to reconfigure the package, I am not sure which one, probably
ES> xserver-xfree86, and I am not sure how exactly

With "dpkg-reconfigure packagename".

-- 
David Maze [EMAIL PROTECTED]  http://www.mit.edu/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
-- Abra Mitchell



Re: Missing crypt in Pine compile?

2000-12-13 Thread Colin Watson
Dwight Johnson <[EMAIL PROTECTED]> wrote:
>My Pine compile attempt is showing:
>
>cc-g -DDEBUG   -DLNX -DSYSTYPE=\"LNX\" -DMOUSE -o pine addrbook.o
[...]
>os.o date.c  ../pico/libpico.a ../c-client/c-client.a  -lncurses `cat
>../c-client/LDFLAGS`
>../c-client/c-client.a(osdep.o): In function `checkpw':
>/usr/src/pine4/pine4.21/imap/c-client/osdep.c:106: undefined reference
>to `crypt'

Looks like it needs an -lcrypt there next to -lncurses, at least
assuming that you have libc6-dev installed. (I doubt you'd have got that
far if it weren't.)

-- 
Colin Watson [EMAIL PROTECTED]



Re: latest woody kills dexter?

2000-12-13 Thread Robert L. Harris


It did, but it's corrupt.  There's a "--configure" option to dpkg, but then
it complains that it's already installed and configured.

Dexter was remvoed why?

Robert


kThus spake Erik Steffl ([EMAIL PROTECTED]):

>   you need to reconfigure the package, I am not sure which one, probably
> xserver-xfree86, and I am not sure how exactly but check the docs for
> apt-get and dpkg, you need to run one of them using --config or
> something like that.
> 
>   I think it should create XF86Config-4 by default, at least dexter did.
> 
>   erik
> 
> "Robert L. Harris" wrote:
> > 
> > I did.  That complains that XF86Config exists.  I remove it, and run
> > "dexconf".  Taht runs for 2 seconds then creates a file that reads from
> > teh "debconf database", no user input.  That's the problem.  I put a
> > bad value inthe deb conf database and need to reconfigure.
> > 
> > Robert
> > 
> > Thus spake Erik Steffl ([EMAIL PROTECTED]):
> > 
> > >   there was another post today saying it was replaced by something,
> > > dexconf? or something like that, seach the archives (it was posted today
> > > ot yesterday)
> > >
> > >   erik
> > >
> > > "Robert L. Harris" wrote:
> > > >
> > > > I'm trying to reconfigure X on my laptop as I put in a bad value durring
> > > > last upgrade.  I go to run "dexter" and it can't find it.  I do a
> > > > "dpkg -L xserver-common" and it doesn't show dexter in there anymore.
> > > > Has it been moved?  I checked the packages list on debian.org and
> > > > it still shows it in xserver-common.
> > > >
> > > > Robert
> > > >
> > > > :wq!
> > > > ---
> > > > Robert L. Harris|  Micros~1 :
> > > > Senior System Engineer  |For when quality, reliability
> > > >   at RnD Consulting |  and security just aren't
> > > > \_   that important!
> > > > DISCLAIMER:
> > > >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > > > FYI:
> > > >  perl -e 'print 
> > > > $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> > > >
> > > > --
> > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > 
> > :wq!
> > ---
> > Robert L. Harris|  Micros~1 :
> > Senior System Engineer  |For when quality, reliability
> >   at RnD Consulting |  and security just aren't
> > \_   that important!
> > DISCLAIMER:
> >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > FYI:
> >  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
  at RnD Consulting |  and security just aren't
\_   that important!
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



Re: How to configure mutt

2000-12-13 Thread Philipp Schulte
On Thu, Dec 14, 2000 at 12:13:46AM +, Max Moritz Sievers wrote: 

> I read the man-page but didn't find it. When I start KMail I can 
> configure a pop3-account and a smtp-server. How can I do this for mutt?

The usual way to use mutt is to use it together with fetchmail. That
means you get your mails from your POP3-server with fetchmail and read
them with mutt.
Sending works with exim, just specify your smtp-server as your
"smarthost".
Phil



Re: Compiling stuff

2000-12-13 Thread W. Paul Mills

See comments inserted below.

Peter Hugosson-Miller <[EMAIL PROTECTED]> wrote:

: I've just put my brave hat on and compiled my kernel for the first
: time. Thanks to Robert Guthrie and his tip to use kernel-package,
: and KMDWAF, everything just worked first try!

: I do have a couple of questions, though.

: 1) There were many warnings during the compile, although no errors
: that I noticed (bit difficult to be sure, as they flash by so
: quickly). Is this normal, or should I be analysing this (this is
: 2.2.17 from the source on the 2.2r0 CD BTW).

Those warnings are normal. They are warnings to the programmer
that there MAY be a problem.


: 2) I've noticed that my machine boots faster, and some things run
: quite a lot faster than before. This I would kind of expect, as I
: selected the Pentium II option in xconfig. This got me thinking,
: maybe there are other packages that would benifit from being
: recompiled. Advice in this area would be most welcome.

: 3) Everything seems to work OK, but there could still conceivably
: be some nasty problems lurking around waiting to be discovered.
: Any tips as how I would look for these (or am I just being too
: paranoid)?  ^^
  |
   |  |
   +--- Yes! -+
   
: This last is interesting especially, as if all is well I plan to
: go for the 2.2.18 patch to try and talk to my Rio 500 via USB as
: a next stage, and I want to be sure I'm on the right track before
: I start.


: --
: Cheers!
:.~.
:/V\
:   // \\
:  /(   )\
:   ^`~´^
: < hugge >






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

-- 
*  For God so loved the world that He gave his only begotten Son,  *
*  that whoever believes in Him should not perish...John 3:16  *
 



Problems with Konqueror in potato

2000-12-13 Thread Rogelio E. Castillo Haro
Hello,
I installed some weeks ago kde2 without problems...but early by a
strange reason...konqueror browser didn't work.
Whe I try to open any location appear a message like this:
Unable to open HTML-Text file.

I reinstalled konqueror via apt-get remove ; apt-get install but didn't
work


--
Rogelio E. Castillo





cron vs anacron

2000-12-13 Thread chiappa
Hi!

Does cron work correctly in a system which is powered down periodically,
like a pc at home? If it does, why does anacron exist?

Thanks in advance!

Marcelo
--
E-Mail: [EMAIL PROTECTED]
Date: 13-Dec-2000
Time: 21:35:40

This message was sent by XFMail
--



apt-get sources.list

2000-12-13 Thread [EMAIL PROTECTED]
I am trying to configure my sources.list file but am having difficulty
finding out what URI to put in.
This is what I have so far
deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-3 
(2814)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-2 
(2814)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-1 
(2814)]/ unstable contrib main non-US/contrib non-US/main
deb http://www.us.debian.org/debian stable main contrib non-free
The problem is with the last line which when I use apt-get says there is no 
such file or directory. The place i found this was in the man pages man 5
sources.list I have searched in vane through the debian site to try and find
the correct URI but I must be looking in the wrong place because there
doesn't seem to be any reference to uri's on the site.
Please could somebody point me in the right direction on this one
Many thanks
John-Mark
sorry about the long lines



Re: exim

2000-12-13 Thread Carel Fellinger
On Tue, Dec 12, 2000 at 07:52:22PM -0500, A R wrote:
> Carel Fellinger wrote:
> 
> Here I am attaching an attempt without success to fetch mail
>
> [EMAIL PROTECTED]:~$ fetchmail -v -v -k
> fetchmail: 5.3.3 querying postoffice.worldnet.att.net (protocol POP3) at Tue, 
> 12 Dec 2000 19:40:42 -0500 (EST)
...
> reading message 1 of 27 (3984 octets)
...
> fetchmail: analyzing Received line:
> Received: from murphy.debian.org ([216.234.231.6])
>   by mtiwgwc27.worldnet.att.net
...
> fetchmail: line rejected, mtiwgwc27.worldnet.att.net is not an alias of the 
> mailserver


Aha bingo, found the culprit, and it's me again:)  Fetchmail as e precursion
checks that the sending host is how he claims to be, or something similar,
and mtiwgwc27.worldnet.att.net is not the same as the mailserver he is
talking to (postoffice.worldnet.att.net) so he rejects the email.  There are
plenty solutions, the simplest being to tell fetchmail to accept mail from
the whole of the worldnet.att.net domain (done with the aka option).
So, though I told you to use in your fetcmailrc:

  poll worldnet.att.net, the-sphere.org with proto POP3

you're better off using:

  poll postoffice.worldnet.att.net aka worldnet.att.net, the-sphere.org
  with proto POP3

...
> fetchmail: no local matches, forwarding to tony

I think this is the next error w'll have to fix.
But let's first see what happens with the above fix.

-- 
groetjes, carel



Re: [OT] Recent increases in d-u posts?

2000-12-13 Thread D-Man
> 
>   >Also I upgraded to RH7  =p.  (What vendor would be so stupid
>   >as to use an incomplete compiler that is totally incompatible with
> everything?)
> 
>   The type of vendor sellling to people who don't compile stuff.
> Maybe they did it as an experiment, perhaps one day they will strip gcc from
> their distro completely.
> 
>   tka
> 

Maybe that's why I joined this list.  :-)  Not a smart move on RH's part.  
Remember the marketing slogan : "Satisfied customers tell others, and that 
makes for more business for us." and it's counterpart : "Dissatisfied customers 
tell others, thus hurting our business."

-D



Re: How to configure mutt

2000-12-13 Thread Ken Weingold
On Thu, Dec 14, 2000, Max Moritz Sievers wrote:
> Hello,
> I read the man-page but didn't find it. When I start KMail I can 
> configure a pop3-account and a smtp-server. How can I do this for mutt?

Go to www.mutt.org.  The manual is online and has all the information
you need.



-Ken

-- 
[EMAIL PROTECTED]AIM: ScopusFest



Re: latest woody kills dexter?

2000-12-13 Thread Erik Steffl
  you need to reconfigure the package, I am not sure which one, probably
xserver-xfree86, and I am not sure how exactly but check the docs for
apt-get and dpkg, you need to run one of them using --config or
something like that.

  I think it should create XF86Config-4 by default, at least dexter did.

erik

"Robert L. Harris" wrote:
> 
> I did.  That complains that XF86Config exists.  I remove it, and run
> "dexconf".  Taht runs for 2 seconds then creates a file that reads from
> teh "debconf database", no user input.  That's the problem.  I put a
> bad value inthe deb conf database and need to reconfigure.
> 
> Robert
> 
> Thus spake Erik Steffl ([EMAIL PROTECTED]):
> 
> >   there was another post today saying it was replaced by something,
> > dexconf? or something like that, seach the archives (it was posted today
> > ot yesterday)
> >
> >   erik
> >
> > "Robert L. Harris" wrote:
> > >
> > > I'm trying to reconfigure X on my laptop as I put in a bad value durring
> > > last upgrade.  I go to run "dexter" and it can't find it.  I do a
> > > "dpkg -L xserver-common" and it doesn't show dexter in there anymore.
> > > Has it been moved?  I checked the packages list on debian.org and
> > > it still shows it in xserver-common.
> > >
> > > Robert
> > >
> > > :wq!
> > > ---
> > > Robert L. Harris|  Micros~1 :
> > > Senior System Engineer  |For when quality, reliability
> > >   at RnD Consulting |  and security just aren't
> > > \_   that important!
> > > DISCLAIMER:
> > >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > > FYI:
> > >  perl -e 'print 
> > > $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> > >
> > > --
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> :wq!
> ---
> Robert L. Harris|  Micros~1 :
> Senior System Engineer  |For when quality, reliability
>   at RnD Consulting |  and security just aren't
> \_   that important!
> DISCLAIMER:
>   These are MY OPINIONS ALONE.  I speak for no-one else.
> FYI:
>  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



How to configure mutt

2000-12-13 Thread Max Moritz Sievers
Hello,
I read the man-page but didn't find it. When I start KMail I can 
configure a pop3-account and a smtp-server. How can I do this for mutt?

Regards,
Max Moritz Sievers



Re: latest woody kills dexter?

2000-12-13 Thread Robert L. Harris


I did.  That complains that XF86Config exists.  I remove it, and run
"dexconf".  Taht runs for 2 seconds then creates a file that reads from
teh "debconf database", no user input.  That's the problem.  I put a
bad value inthe deb conf database and need to reconfigure.


Robert



Thus spake Erik Steffl ([EMAIL PROTECTED]):

>   there was another post today saying it was replaced by something,
> dexconf? or something like that, seach the archives (it was posted today
> ot yesterday)
> 
>   erik
> 
> "Robert L. Harris" wrote:
> > 
> > I'm trying to reconfigure X on my laptop as I put in a bad value durring
> > last upgrade.  I go to run "dexter" and it can't find it.  I do a
> > "dpkg -L xserver-common" and it doesn't show dexter in there anymore.
> > Has it been moved?  I checked the packages list on debian.org and
> > it still shows it in xserver-common.
> > 
> > Robert
> > 
> > :wq!
> > ---
> > Robert L. Harris|  Micros~1 :
> > Senior System Engineer  |For when quality, reliability
> >   at RnD Consulting |  and security just aren't
> > \_   that important!
> > DISCLAIMER:
> >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > FYI:
> >  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> > 
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
  at RnD Consulting |  and security just aren't
\_   that important!
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



Re: how to fake from address in an email

2000-12-13 Thread John Stevens
On Wed, Dec 13, 2000 at 03:39:08PM -0700, Gary Hennigan wrote:
> "Leen Besselink" <[EMAIL PROTECTED]> writes:
> > > We need to send out an email response from a CGI when someone places an
> > > order, but we want to set the from address to something other than the
> > > user/machine where the CGI is running. How to do this with the various
> > > email packages? Currently using exim, but may switch to postfix or
> > > sendmail.
> > 
> > I think you need something like trusted user/hosts (localhost ?) and or
> > relaying (but don't allow relaying for every1 !).
> > 
> > Just look it up (the ways this is achieved in the packages can be very
> > different so).
> 
> If they're using exim it's just a matter of adding a an appropriate
> rewrite rule, no need to worry about relaying or anything like that. I
> think that when you install exim there's even a nice setup for you
> already in /etc/exim.conf, you just need to uncomment it and add the
> alias to /etc/email-addresses. For example, at the end of my
> /etc/exim.conf file I have:
> 
> [EMAIL PROTECTED]${lookup{$1}lsearch{/etc/email-addresses}\
> {$value}fail} bcfrF
> 
> The file /etc/email-addresses has the following line it:
> 
> glhenni: [EMAIL PROTECTED]
> 
> The domain of my little LAN at home is hennigan.bogus so any email I
> send out would, for example, have "[EMAIL PROTECTED]" as the
> address if I didn't do something with it. Obviously there aren't a
> whole lot of DNS servers (only one in fact, my own) that can resolve
> hennigan.bogus. So exim takes the * --> glhenni and looks in
> /etc/email-addresses for "glhenni" it finds "[EMAIL PROTECTED]" and
> replaces all occurences of "[EMAIL PROTECTED]" with
> "[EMAIL PROTECTED]" and sends the email out.
> 
> I used to know how to read that little Exim rewrite rule, but that
> knowledge has gone the way of the dinosaur. You'll have to read the
> Exim manual if you're interested in the details.
> 
> As for sendmail and postfix I'm sure they both have a similar
> mechanism, but I'm not familiar with either of them. RTFM for sendmail
> and postfix and look what they use for rewrite rules.

For sendmail configurations based on the standard "reference" configuration
file (which, as far as I know, the debian 8.9 package is), masquerading is
accomplished by turning on one rule, and setting the masquerade domain.

Check the setting of the:

DM

macro, and rulesets S93 and S94.

I don't know exim . . . sorry.

John S.



Re: latest woody kills dexter?

2000-12-13 Thread Erik Steffl
  there was another post today saying it was replaced by something,
dexconf? or something like that, seach the archives (it was posted today
ot yesterday)

erik

"Robert L. Harris" wrote:
> 
> I'm trying to reconfigure X on my laptop as I put in a bad value durring
> last upgrade.  I go to run "dexter" and it can't find it.  I do a
> "dpkg -L xserver-common" and it doesn't show dexter in there anymore.
> Has it been moved?  I checked the packages list on debian.org and
> it still shows it in xserver-common.
> 
> Robert
> 
> :wq!
> ---
> Robert L. Harris|  Micros~1 :
> Senior System Engineer  |For when quality, reliability
>   at RnD Consulting |  and security just aren't
> \_   that important!
> DISCLAIMER:
>   These are MY OPINIONS ALONE.  I speak for no-one else.
> FYI:
>  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: how do I enable dmfe when compiling new kernel

2000-12-13 Thread Erik Steffl
  seach for dmfe.c in dirver/net/Makefile, you'll find that it is
compiled if CONFIG_DM9102 is set. Then (in kernel source root):

find . -name Makefile -print|xargs grep CONFIG_DM9102

  and you'll find that ./drivers/net/Config.in says:

if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
  tristate 'DM9102 PCI Fast Ethernet Adapter support (EXPERIMENTAL)'
CONFIG_DM9102
fi

  I guess that means that you need to enable experimental drivers in
kernel (it's another option in make menuconfig) to be offered this
module.

erik

Jens Lauterbach wrote:
> 
> I'm using make menuconfig and thats working fine, but I cant find dmfe
> under the netcard drivers, all though I can find the file
> /usr/src/kernel-source-2.2.17/drivers/net/dmfe.c
> 
> So its there, so how do I include it, when I'm compiling.
> 
> with potato, 2.2.17-compact it works fine!
> 
> what is wrong??
> 
> /jens
> 
> On Wed, 13 Dec 2000, Erik Steffl wrote:
> 
> >   use make-kpkg, read the docs (it's quite simple). at one point it asks
> > you to configure kernel - do it by run make config (command line), make
> > menuconfig (ncurses required, text based gui), make xconfig (x windows
> > interface, I think you need tk and wish for this). there you have a
> > chance to decide what you want to include.
> >
> >   erik
> >
> > Jens Lauterbach wrote:
> > >
> > > hi
> > >
> > > I'm about to recompile my potato 2.2.17 kernel.
> > > But how do I include dmfe (netcard driver) so I can load it
> > > as a module???
> > >
> > > thanks in advance
> > >
> > > ---
> > > Jens Lauterbach
> > > [EMAIL PROTECTED]
> > > Roskilde University
> > >
> > > --
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> >
> 
> ---
> Jens Lauterbach
> [EMAIL PROTECTED]
> Roskilde University



Re: Netscape gets killed w/o intervention

2000-12-13 Thread Kent West

A R wrote:


Does anybody have any idea what could be the reason of Netscape getting
killed w/o any apparent reason?
It is happening frecuently later, some times while I type some message,
which is annoying.
Using communicator 4.75




I see the same thing with Mozilla M18-3 on my office machine. There 
doesn't seem to be any pattern I can nail down.


It used to happen with Netscape on my home machine, and Netscape on my 
office machine was stable. Now that I'm using Mozilla on both machines, 
Mozilla at home seems stable, and Mozilla at the office is mostly stable 
but three or four times a day will just quit.


I know this isn't a solution, but I wanted you to know that others 
(well, me, at least) are seeing similar behaviour (which may or may not 
be relevant to your problem).




Re: MP3 players

2000-12-13 Thread Viktor Rosenfeld
brian moore wrote:

> > > The Pjbox does.  Works great.  You can get one from thinkgeek: they're a
> >
> > Yes, the pjbox is nice.  Unfortunately ThinkGeek won't ship outside the
> > US.  And with the current rate Euro/Dollar it costs a fortune, too.
> 
> Hrrrm.. you sure they won't?  http://www.thinkgeek.com/faq.html#overseas
> says they will, except for things like a case of caffeine-laden liquids

Right on the pjbox page
(http://www.thinkgeek.com/stuff/things/3474.html) they say:
We cannot ship this product outside of the U.S.

Oh well.

> http://www.pjbox.co.uk/ -- ordering from another .eu country should be
> easier.  (Wow... a 20G model?  Poop, I want one...  Only gripe is I wish
> they'd semi-officially support upgrading the capacity)

I found http://www.pjbox.ch/ a Swiss site that ships to Germany.  But,
omigod, it costs
1950,- DM.  That's about 900 bucks!  For the 6gig version, btw.

Dammit! :)

Viktor
-- 
Viktor Rosenfeld
E-Mail: mailto:[EMAIL PROTECTED]
HertzSCHLAG:http://www.informatik.hu-berlin.de/~rosenfel/hs/



Re: how to fake from address in an email

2000-12-13 Thread Gary Hennigan
"Leen Besselink" <[EMAIL PROTECTED]> writes:
> > We need to send out an email response from a CGI when someone places an
> > order, but we want to set the from address to something other than the
> > user/machine where the CGI is running. How to do this with the various
> > email packages? Currently using exim, but may switch to postfix or
> > sendmail.
> 
> I think you need something like trusted user/hosts (localhost ?) and or
> relaying (but don't allow relaying for every1 !).
> 
> Just look it up (the ways this is achieved in the packages can be very
> different so).

If they're using exim it's just a matter of adding a an appropriate
rewrite rule, no need to worry about relaying or anything like that. I
think that when you install exim there's even a nice setup for you
already in /etc/exim.conf, you just need to uncomment it and add the
alias to /etc/email-addresses. For example, at the end of my
/etc/exim.conf file I have:

[EMAIL PROTECTED]${lookup{$1}lsearch{/etc/email-addresses}\
{$value}fail} bcfrF

The file /etc/email-addresses has the following line it:

glhenni: [EMAIL PROTECTED]

The domain of my little LAN at home is hennigan.bogus so any email I
send out would, for example, have "[EMAIL PROTECTED]" as the
address if I didn't do something with it. Obviously there aren't a
whole lot of DNS servers (only one in fact, my own) that can resolve
hennigan.bogus. So exim takes the * --> glhenni and looks in
/etc/email-addresses for "glhenni" it finds "[EMAIL PROTECTED]" and
replaces all occurences of "[EMAIL PROTECTED]" with
"[EMAIL PROTECTED]" and sends the email out.

I used to know how to read that little Exim rewrite rule, but that
knowledge has gone the way of the dinosaur. You'll have to read the
Exim manual if you're interested in the details.

As for sendmail and postfix I'm sure they both have a similar
mechanism, but I'm not familiar with either of them. RTFM for sendmail
and postfix and look what they use for rewrite rules.

Gary



latest woody kills dexter?

2000-12-13 Thread Robert L. Harris


I'm trying to reconfigure X on my laptop as I put in a bad value durring
last upgrade.  I go to run "dexter" and it can't find it.  I do a
"dpkg -L xserver-common" and it doesn't show dexter in there anymore.
Has it been moved?  I checked the packages list on debian.org and
it still shows it in xserver-common.


Robert



:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
  at RnD Consulting |  and security just aren't
\_   that important!
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



Re: sndconfig [was Re: Debian is not for me]

2000-12-13 Thread John Griffiths
At 08:27 PM 12/13/2000 -0200, Paulo Henrique Baptista de Oliveira wrote:
>   Try an apt-get source from woody.
>   Pehaps can work.

NOO

download the .deb's seperately from debian.org and use dpkg

eg:

#dpkg -i sndconfig.deb

it might have some dependencies but it'll tell you so keep getting them till it 
works (took me about 20 mins on a slow modem)

then of course

#adduser USERNAME audio

for non-root audio

then just

#sndconfig

and away you will go (assuming your card is supported)



Re: bash tries to execute not existing binaries

2000-12-13 Thread Defresne Sylvain
Hell,
* Cajus Pollmeier ([EMAIL PROTECTED]) wrote:
> Hi!
> 
> Not a big problem, but I'd like to know if there is a better solution for 
> that:
> 
> I had a self compiled binary "/usr/local/bin/blah". Another version of this 
> binary is in "/usr/bin/blah". The bash path is set to take the one from 
> /usr/local first, executing it works fine.
> After deleting /usr/local/bin/blah, the bash tells me "/usr/local/bin/blah no 
> such file or directory" after typing "blah" at the prompt. Using a new 
> terminal solves this problem.
> Is there a more elegant way to "rehash" the binary paths?

Try settin the `checkhash' option of bash:

shopt -s checkash

So bash will look in the path each time the hashed program is
not found.

You can also type:

hash -r

That will clear the hash table used by bash.

> Thanks,

Bye
-- 
DEFRESNE Sylvain



Re: cron/at question.

2000-12-13 Thread Hans
At 11:48 PM 12/13/00 +0100, Leen Besselink wrote:
>> Should have given you an example of what I am doing. Here it is
>> 
>> # at 23:17
>> warning: commands will be executed using /bin/sh
>> >/usr/local/bin/radio 104
>
>Maybe this command runs sub commands and that's why radio doesn't show up
>? Looks like it's something you made, so probably a shell script
>(normally they wait until subcommands get executed though (unless you use 
>things like: & and friends) ?
>
radio is a normal binary, comes with xawtv. Brings up a curses based radio
tuner. 104 is the frequency tunes (radio 1 voor langs de lijn :-)

Cheerio,

Hans
---

It's nice to be liked, but better by far to get paid -- Liz Phair



Re: how do I enable dmfe when compiling new kernel

2000-12-13 Thread Jens Lauterbach
I'm using make menuconfig and thats working fine, but I cant find dmfe
under the netcard drivers, all though I can find the file
/usr/src/kernel-source-2.2.17/drivers/net/dmfe.c

So its there, so how do I include it, when I'm compiling.

with potato, 2.2.17-compact it works fine!

what is wrong??

/jens

On Wed, 13 Dec 2000, Erik Steffl wrote:

>   use make-kpkg, read the docs (it's quite simple). at one point it asks
> you to configure kernel - do it by run make config (command line), make
> menuconfig (ncurses required, text based gui), make xconfig (x windows
> interface, I think you need tk and wish for this). there you have a
> chance to decide what you want to include.
>
>   erik
>
> Jens Lauterbach wrote:
> >
> > hi
> >
> > I'm about to recompile my potato 2.2.17 kernel.
> > But how do I include dmfe (netcard driver) so I can load it
> > as a module???
> >
> > thanks in advance
> >
> > ---
> > Jens Lauterbach
> > [EMAIL PROTECTED]
> > Roskilde University
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>

---
Jens Lauterbach
[EMAIL PROTECTED]
Roskilde University



Re: cron/at question.

2000-12-13 Thread Leen Besselink
> Should have given you an example of what I am doing. Here it is
> 
> # at 23:17
> warning: commands will be executed using /bin/sh
> >/usr/local/bin/radio 104

Maybe this command runs sub commands and that's why radio doesn't show up
? Looks like it's something you made, so probably a shell script
(normally they wait until subcommands get executed though (unless you use 
things like: & and friends) ?

> When the clock turns 23:17

I hope this is the computer clock your talking about. :)

> 
> I'll look into this -m switch for daemons tommorrow. Haven't a clue where
> to invoke this yet. Bedtime now.

man start-stop-daemon

or maybe even:

info start-stop-daemon



Re: sndconfig [was Re: Debian is not for me]

2000-12-13 Thread Paulo Henrique Baptista de Oliveira
Try an apt-get source from woody.
Pehaps can work.
On Wed, Dec 13, 2000 at 02:21:23PM -0800, [EMAIL PROTECTED] wrote:
> From: <[EMAIL PROTECTED]>
> To: debian-user@lists.debian.org
> Subject: Re: sndconfig [was Re: Debian is not for me]
> Date: Wed, 13 Dec 2000 14:21:23 -0800
> X-Mailing-List:  archive/latest/122896
> 
> 
> |> 1 Compile sound into a new kernel
> |> 2 Get sndconfig and xplaymidi from the woody section of the debian.org.
> |>
> |> sndconfig is the same tool that you have on RHL.
> 
> Does anyone know if sndconfig can be used on potato systems, or is
> there a library incompatibility? The download page doesn't suggest any
> obvious problems,
> 
> Jim
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



Re: cron/at question.

2000-12-13 Thread Hans
Should have given you an example of what I am doing. Here it is

# at 23:17
warning: commands will be executed using /bin/sh
>/usr/local/bin/radio 104
> 
job 18 at 2000-12-14 23:17
#

When the clock turns 23:17

#ps aux
root 885 0.0 1.3 1576  824  tty1   T  22:53  0:00 aumix
root 890 0.0 1.6 2704 1072  tty1   R  23:18  0:00 ps aux
#

[I'm running this on a PC not connected to the net, so don't worry about me
running as root]

I'll look into this -m switch for daemons tommorrow. Haven't a clue where
to invoke this yet. Bedtime now.

Cheerio,

Hans
---

It's nice to be liked, but better by far to get paid -- Liz Phair



bash tries to execute not existing binaries

2000-12-13 Thread Cajus Pollmeier
Hi!

Not a big problem, but I'd like to know if there is a better solution for 
that:

I had a self compiled binary "/usr/local/bin/blah". Another version of this 
binary is in "/usr/bin/blah". The bash path is set to take the one from 
/usr/local first, executing it works fine.
After deleting /usr/local/bin/blah, the bash tells me "/usr/local/bin/blah no 
such file or directory" after typing "blah" at the prompt. Using a new 
terminal solves this problem.
Is there a more elegant way to "rehash" the binary paths?

Thanks,
-Cajus



Re: Signal 11 when using 'ps'

2000-12-13 Thread Colin Watson
Chris Gray <[EMAIL PROTECTED]> wrote:
>> Gary Hennigan writes:
>
>gh> "Ed Cogburn" <[EMAIL PROTECTED]> writes:
>>>> 
>>>> 
>>>> This is what I get with an strace on ps:
>>>> 
>>>> 
>gh> [snip]
>>>> open("/boot/System.map", O_RDONLY|O_NONBLOCK|O_NOCTTY) = 6
>>>> fstat(6, {st_mode=S_IFREG|0664, st_size=141296, ...}) = 0
>>>> old_mmap(NULL, 141297, PROT_READ|PROT_WRITE, MAP_PRIVATE, 6, 0) =
>>>> 0x401df000
>>>> close(6)= 0
>>>> mremap(0x401be000, 135168, 12288, MREMAP_MAYMOVE) = 0x401be000
>
>It's strange that they are mremap()'ing a part of memory that didn't
>get returned by mmap().  You should send a bug report and see if they
>have heard of this.

When I looked at it earlier, I was a bit confused by not being able to
find an mremap() anywhere in the source. Now I've a bit more time, it
looks like the realloc() in procps-2.0.6/proc/ksym.c:353 is probably the
culprit; it's often implemented using mremap(). realloc() bugs are
usually caused somewhere else, as I said earlier.

In 'man malloc' there's a description of how to use the MALLOC_CHECK_
environment variable; I'd like to see the results of using that (set to
1 or 2, with or without strace, whatever's most informative).

Cheers,

-- 
Colin Watson [EMAIL PROTECTED]



Re: sndconfig [was Re: Debian is not for me]

2000-12-13 Thread mcclosk

|> 1 Compile sound into a new kernel
|> 2 Get sndconfig and xplaymidi from the woody section of the debian.org.
|>
|> sndconfig is the same tool that you have on RHL.

Does anyone know if sndconfig can be used on potato systems, or is
there a library incompatibility? The download page doesn't suggest any
obvious problems,

Jim



Re: how do I enable dmfe when compiling new kernel

2000-12-13 Thread Erik Steffl
  use make-kpkg, read the docs (it's quite simple). at one point it asks
you to configure kernel - do it by run make config (command line), make
menuconfig (ncurses required, text based gui), make xconfig (x windows
interface, I think you need tk and wish for this). there you have a
chance to decide what you want to include.

erik

Jens Lauterbach wrote:
> 
> hi
> 
> I'm about to recompile my potato 2.2.17 kernel.
> But how do I include dmfe (netcard driver) so I can load it
> as a module???
> 
> thanks in advance
> 
> ---
> Jens Lauterbach
> [EMAIL PROTECTED]
> Roskilde University
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



debian 2.2_r2 cds

2000-12-13 Thread CaT
hey there folks. I just grabbed the iso's of these babies for my laptop
so I can loopback mount them (and install them on other pcs). anyhow,
on bootup when they get loopback mounted I got the following error:

Invalid session number or type of track
ISO 9660 Extensions: Microsoft Joliet Level 1
ISO 9660 Extensions: RRIP_1991A
Invalid session number or type of track
ISO 9660 Extensions: Microsoft Joliet Level 1
ISO 9660 Extensions: RRIP_1991A

Now the last two lines of each set aren't errors. It's the first line
that has me puzzled. CD1 is fine btw. This is just CD's 2 and 3.

Anyhow, why/how is this so? :)

-- 
CaT ([EMAIL PROTECTED])

'We do more then just sing and dance. We've got a brain too.'
-- The Backstreet Boys



Re: how to fake from address in an email

2000-12-13 Thread Leen Besselink
> We need to send out an email response from a CGI when someone places an
> order, but we want to set the from address to something other than the
> user/machine where the CGI is running. How to do this with the various
> email packages? Currently using exim, but may switch to postfix or
> sendmail.

I think you need something like trusted user/hosts (localhost ?) and or
relaying (but don't allow relaying for every1 !).

Just look it up (the ways this is achieved in the packages can be very
different so).



how to fake from address in an email

2000-12-13 Thread debuser
We need to send out an email response from a CGI when someone places an
order, but we want to set the from address to something other than the
user/machine where the CGI is running. How to do this with the various
email packages? Currently using exim, but may switch to postfix or
sendmail.

Thanks,

Gerry




how do I enable dmfe when compiling new kernel

2000-12-13 Thread Jens Lauterbach
hi

I'm about to recompile my potato 2.2.17 kernel.
But how do I include dmfe (netcard driver) so I can load it
as a module???

thanks in advance

---
Jens Lauterbach
[EMAIL PROTECTED]
Roskilde University



Re: LaTeX and PDF-files

2000-12-13 Thread Jan Ulrich Hasecke

Hi Jörg!

Joerg Johannes <[EMAIL PROTECTED]> writes:

> It seems that pdflatex cannot include pictures (they are ok., latex
> --> xdvi shows them...). Do I have to include them in a special
> format (I tried .bmp, .png, .ps as input; latex --> dvi makes it
> all, but pdflatex just leaves space...)  How can I do this?

Try \usepackage{graphicx} in your preamble and include the graphic
file with:

\includegraphics[]{} % without extension!

Convert your eps-files to png or pdf. PDFLaTeX should use the pdf or
png files while latex uses the eps-file.
 
HTH
juh

-- 
Jan Ulrich Hasecke: DIE REISE NACH JERUSALEM 
ISBN 3-8311-0321-6 / Roman, 150 Seiten, 19,80 DM 
Online bestellen bei Libri
http://194.64.225.161/cgi-bin/WebObjects/Lissy?40001000750206077306430944020&adtraction=0H63H0H672&odm=1



RE: cron/at question.

2000-12-13 Thread Leen Besselink
> Fine, so where can I find it? If I run radio straight from the command
> prompt ps and ps aux will list a pid for radio. If I run radio via cron/at
> there is no pid when I do ps or ps aux. In fact, there is no pid for
> anything at the time cron/at executes radio. You'd expect at least
> something, either a pid for radio or a pid for at. That's what I found
> strange, hence my question.

What your saying isn't possible, maybe you're looking in the wrong place.

Can you tell us how you're trying to find out what pid it has ?

Also, I actually looked at the manpage of start-stop-daemon andit's the
'-m' option which will make a pidfile for you.




Re: cron/at question.

2000-12-13 Thread Erik Steffl
Hans wrote:
> 
> At 12:48 PM 12/13/00 -0800, Sean 'Shaleh' Perry wrote:
> >> Three questions:
> >>
> >> 1) both cron and at seem to run programs in the background. However there
> >> is no pid when I do a ps aux, so how do I stop a job from running?
> >
> >if a program is running, it will have a pid
> 
> Fine, so where can I find it? If I run radio straight from the command
> prompt ps and ps aux will list a pid for radio. If I run radio via cron/at
> there is no pid when I do ps or ps aux. In fact, there is no pid for
> anything at the time cron/at executes radio. You'd expect at least
> something, either a pid for radio or a pid for at. That's what I found
> strange, hence my question.

  there definitely is a pid for every program that runs. you might need
to run 'ps ax' instead of just ps.

erik



Re: cron/at question.

2000-12-13 Thread Leen Besselink
> Three questions:
> 
> 1) both cron and at seem to run programs in the background. However there
> is no pid when I do a ps aux, so how do I stop a job from running?

Well, they don't get run immediatly ofcourse, only when it's time, you can
try to kill them then, but best is to make changed to your cron or at
configuration if you don't want something to get run.

Maybe you can use something like start-stop-daemon, maybe that can make
.pid-files for you (it does say something about it, not sure, never
tried it, if someone knows to tell me too).

> 2) can cron or at jobs be run as one-liners? Eventually I want to write a
> perl of sh script (not that I know how, but I want to try) incorporating

Sure you can do whatever you like (easiest would probably be to make a
shell script or something and run that).

> one of the two. For cron you need to use an editor to write the command, at
> comes with its own prompt.
> 3) how can I change the default editor for cron. vi is too cumbersome for me.

I think you need to do something like (if you use a C-shell like shell
it's different I'm afraid):
export EDITOR=emacs
or
export EDITOR=joe
whatever.




RE: cron/at question.

2000-12-13 Thread Hans
At 12:48 PM 12/13/00 -0800, Sean 'Shaleh' Perry wrote:
>> Three questions:
>> 
>> 1) both cron and at seem to run programs in the background. However there
>> is no pid when I do a ps aux, so how do I stop a job from running?
>
>if a program is running, it will have a pid

Fine, so where can I find it? If I run radio straight from the command
prompt ps and ps aux will list a pid for radio. If I run radio via cron/at
there is no pid when I do ps or ps aux. In fact, there is no pid for
anything at the time cron/at executes radio. You'd expect at least
something, either a pid for radio or a pid for at. That's what I found
strange, hence my question.

Cheerio,

Hans
---

It's nice to be liked, but better by far to get paid -- Liz Phair



Re: Debian is not for me

2000-12-13 Thread Nick Croft
1 Compile sound into a new kernel
2 Get sndconfig and xplaymidi from the woody section of the debian.org.

sndconfig is the same tool that you have on RHL.

Lotsa luck

Nick




Re: New documentation for Debian available

2000-12-13 Thread Paulo Henrique Baptista de Oliveira
Hi,
How this can be integrated in Debian FAQ ou Debian FAQ-O-MATIC?
On Wed, Dec 13, 2000 at 01:44:25PM -0600, David A. Rogers wrote:
> Date: Wed, 13 Dec 2000 13:44:25 -0600 (Central Standard Time)
> From: "David A. Rogers" <[EMAIL PROTECTED]>
> To: Debian User List 
> Subject: New documentation for Debian available
> X-Mailing-List:  archive/latest/122870
> 
> I am in the process of writing some documentation for Debian.  It is
> oriented toward end-user desktop systems instead of servers.  Eventually,
> it will give enough information to allow the end-user to set up a ocmplete
> home system including sound, printer, cd-burner etc.
> 
> It is also oriented toward education rather than magic incantation.  To
> emphasize this orientation, I have called the document "Debian University".
> The document contains a number of courses that will enhance your knowledge of
> how Linux works and how Debian is set up.  If you are the sort that says "Just
> tell me how to get my wonderblaster 2000 working.", then you probably won't
> care for "Debian University".
> 
> This is still very much a document in the making.  Many of the courses I
> intend to write are still in the future.  However, some courses are currently
> complete, so I am making it available now.  I will be adding to "Debian
> University" as I have time.
> 
> Please let me know if you find anything in the document confusing or less than
> explanatory.
> 
> Debian University is available at:
> 
> http://www.xnet.com/~darogers/debian_university.txt
> 
> Cheers,
> dar
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



RE: cron/at question.

2000-12-13 Thread Sean 'Shaleh' Perry
> Three questions:
> 
> 1) both cron and at seem to run programs in the background. However there
> is no pid when I do a ps aux, so how do I stop a job from running?

if a program is running, it will have a pid

> 2) can cron or at jobs be run as one-liners? Eventually I want to write a
> perl of sh script (not that I know how, but I want to try) incorporating
> one of the two. For cron you need to use an editor to write the command, at
> comes with its own prompt.

if you need one liners, at is the command to use.

> 3) how can I change the default editor for cron. vi is too cumbersome for me.
> 

set and export the variable EDITOR in your .bashrc.



configuring diald with ppp (out of the box)

2000-12-13 Thread CND OConnor
Hi,
I just recently installed diald on my debian box (running latest woody
and 2.4 test kernel) for the first time but I haven't been able to get
it to run yet.

The only error message generated is a ppp connect script failed which
the diald gui package will display if you attempt to establish the
connection from there instead.

pon and poff scripts work fine, and diald seems to configure itself
correctly in the diald.options.provider file (or whichever).

Ergo, I don't understand why ppp would fail to connect. 

Could it be a permissions problem?
Could it be linked to it not running on a tty, as is covered in one of
the readme files? - If so what can i do about it?
If not is there a way to generate a more verbose errorlog or find out
why it can't connect?

I'm sure this is a generic problem, but since all the faqs and man pages
start off with assuming diald will run your connect script correctly I'm
not sure how to find out what is wrong.

even a one line pointer appreciated

caoilte



cron/at question.

2000-12-13 Thread Hans
I played around with cron and at last night and successfully started radio
with it (yeah, right, a US$1000 clock radio :-)

Three questions:

1) both cron and at seem to run programs in the background. However there
is no pid when I do a ps aux, so how do I stop a job from running?
2) can cron or at jobs be run as one-liners? Eventually I want to write a
perl of sh script (not that I know how, but I want to try) incorporating
one of the two. For cron you need to use an editor to write the command, at
comes with its own prompt.
3) how can I change the default editor for cron. vi is too cumbersome for me.

Cheerio,

Hans
---

It's nice to be liked, but better by far to get paid -- Liz Phair



Re: X or Window Maker?

2000-12-13 Thread Ken Weingold
On Wed, Dec 13, 2000, Chris Gray wrote:
> > Ken Weingold writes:
> 
> kw> On Wed, Dec 13, 2000, Sean 'Shaleh' Perry wrote:
> >>> 
> >>> On 13-Dec-2000 Ken Weingold wrote:
>  The mouse in X is REALLY slow.  The mouse properties in the Window
>  Maker preferences don't seem to do anything.  Is this a problem of X
>  in general or Window Maker?  Mouse focus changes do work.
>  
> >>> 
> >>> this is a setting you can change in X, do some web searches
> >>> for the right command.
> 
> kw> Thanks, I will.  I have looked on www.xfree86.org and
> kw> www.windowmaker.org but have found nothing.  I'll look around
> kw> AltaVista.
> 
> Try "man xset" first.  (Look particularly at the m option)

I will, thanks.  But if xset is needed to change the speed, how does
this relate to Window Maker's pref setting?  This is what I don't
understand.



-Ken

-- 
[EMAIL PROTECTED]AIM: ScopusFest



Unidentified subject!

2000-12-13 Thread Gerald Klein

unsubscribe [EMAIL PROTECTED]




Re: New documentation for Debian available

2000-12-13 Thread David A. Rogers
Done.

On Wed, 13 Dec 2000, Ray Percival wrote:

> I do tend to be something of a license snob. Take a look at
> www.opencontent.org. I know O'Reilly has used this for several of their
> books. All in all what you have planned looks very good. This could really
> help.
>
> -- Original Message --
> From: "David A. Rogers" <[EMAIL PROTECTED]>
> Date: Wed, 13 Dec 2000 13:58:59 -0600 (Central Standard Time)
>
> >
> >No offense taken.  This is the first documentation I've written and the
> >copyright was an afterthought.  My only concern is in keeping the integrity 
> >of
> >the document.  You know how documents like to become promiscuous.  Can you
> >point me to something on the Open Publication License?
> >
> >dar
> >
> >On Wed, 13 Dec 2000, Ray Percival wrote:
> >
> >> Not a very free license. Have you thought about using something like the
> >> Open Publication License with perhaps one of the optional clauses? I would
> >> contribute to something like that as it is I can't really see myself or 
> >> alot
> >> of Debian users helping. Or am I just being anal?
> >>
> >> -- Original Message --
> >> From: "David A. Rogers" <[EMAIL PROTECTED]>
> >> Date: Wed, 13 Dec 2000 13:44:25 -0600 (Central Standard Time)
> >>
> >> >I am in the process of writing some documentation for Debian.  It is
> >> >oriented toward end-user desktop systems instead of servers.  Eventually,
> >> >it will give enough information to allow the end-user to set up a ocmplete
> >> >home system including sound, printer, cd-burner etc.
> >> >
> >> >It is also oriented toward education rather than magic incantation.  To
> >> >emphasize this orientation, I have called the document "Debian 
> >> >University".
> >> >The document contains a number of courses that will enhance your 
> >> >knowledge of
> >> >how Linux works and how Debian is set up.  If you are the sort that says 
> >> >"Just
> >> >tell me how to get my wonderblaster 2000 working.", then you probably 
> >> >won't
> >> >care for "Debian University".
> >> >
> >> >This is still very much a document in the making.  Many of the courses I
> >> >intend to write are still in the future.  However, some courses are 
> >> >currently
> >> >complete, so I am making it available now.  I will be adding to "Debian
> >> >University" as I have time.
> >> >
> >> >Please let me know if you find anything in the document confusing or less 
> >> >than
> >> >explanatory.
> >> >
> >> >Debian University is available at:
> >> >
> >> >http://www.xnet.com/~darogers/debian_university.txt
> >> >
> >> >Cheers,
> >> >dar
> >> >
> >> >
> >> >--
> >> >To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> >> >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> >> >
> >> >
> >>
> >>
> >
> >
>
>



Re: X or Window Maker?

2000-12-13 Thread Chris Gray
> Ken Weingold writes:

kw> On Wed, Dec 13, 2000, Sean 'Shaleh' Perry wrote:
>>> 
>>> On 13-Dec-2000 Ken Weingold wrote:
 The mouse in X is REALLY slow.  The mouse properties in the Window
 Maker preferences don't seem to do anything.  Is this a problem of X
 in general or Window Maker?  Mouse focus changes do work.
 
>>> 
>>> this is a setting you can change in X, do some web searches
>>> for the right command.

kw> Thanks, I will.  I have looked on www.xfree86.org and
kw> www.windowmaker.org but have found nothing.  I'll look around
kw> AltaVista.

Try "man xset" first.  (Look particularly at the m option)

-- 
Chris 



Help msg: modprobe can't locate ppp-compress

2000-12-13 Thread Jonathan Gift
Hi,

I noticed in my daemon and sysylog that when logged in through pon and a
dial up account which is functioning fine that I have the following msg
repeated:

modprobe: modprobe: Can't locate module ppp-compress-21
modprobe: modprobe: Can't locate module ppp-compress-26
modprobe: modprobe: Can't locate module ppp-compress-24

This apparently occurs evertime I have logged in.
Help appreciated.

Thanks,

Jonathan

-- 

"Hey, I think I finally got the hang of i-"



  1   2   3   >