Re: FAT32 support in hamm.

1998-02-04 Thread G John Lapeyre


Thus far no.  Only kernels 2.1.x have FAT32 as a stock accessory.


On Tue, 3 Feb 1998, Alexander Kushnirenko wrote:

 Hello,
 
 Is there FAT32 support in hamm, or one need to install a patch?
 
 Thank you,
 Sasha.
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 

G John Lapeyre [EMAIL PROTECTED]
Tucson,AZ http://www.physics.arizona.edu/~lapeyre


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


Re: [Q] Editing kanji in X

1998-02-04 Thread Fumitoshi UKAI
From: Sudhakar Chandrasekharan [EMAIL PROTECTED]
Subject: [Q] Editing kanji in X
Date: Tue, 03 Feb 1998 12:33:59 -0800

 I am looking for a easy to use kanji editor for X.  Is there one that is
 already packaged with Debian (hamm)? 

You can use, for example, mule (with skk) or mule-canna (with canna).

Check it out:
 http://www.debian.or.jp/Packages/unstable/editors/

-- 
Fumitoshi UKAI / Debian JP Project


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


SOLVED: /etc/printcap setup

1998-02-04 Thread John Kloss
So taking the suggestion of many people I installed magicfilter and used
the magicfilterconfig script that came with it. So it set printcap fine
and everything works now.

Great program. Thanks alot.


- John Kloss


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


Re: LPRng and Magicfilter

1998-02-04 Thread tony mollica
Hi.

According to the Printing How-To, the input filter (if=some filter) is
not run for remote printers.  There is an example in the How-To for
setting up a double print queue to solve the problem.  I can provide my
printcap if needed.  I print to a HP deskjet on an NT4.0 system using
lpr.


tony mollica
[EMAIL PROTECTED]


Jeffrey Velez wrote:
 
 I'm trying to print to a Novell 4.11 HP Laserjet 4 printer using a
 JetDirect Box using LPRng and Magicfilter.  I can print to it, but it
 prints out like this:
 
 THIS IS A TEST
 THIS IS A TEST
 THIS IS A TEST
 
 My printcap file looks like this:
 rlp|Remote HP LaserJet 4 printer entry
 :lp=/dev/lp1
 :rm=129.171.67.10
 :rp=PQ_MNS_HELPDESK_DPG_4
 :sd=/var/spool/lpd/ljet4
 :if=/usr/sbin/ljet4-filter
 :pl#66
 :pw#80
 :pc#150
 :mx#0
 :sh
 
 Can anyone tell me if this printcap file is ok?



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


[no subject]

1998-02-04 Thread Gregory Guthrie
I want to use a small Linux system for a print spooler and manager; having
seen some related information here, I pose two questions,

1) How do I setup for control of a remote HP Jet-direct network box, with
HP-LaserJet printers on it?
  -- Can I setup the network box to only accept jobs from the spooler?

2) How can I do printer control; i.e. control adn account for printer
usage; I would like a quota per usage, and the ability to monitor usage by
users. Users would spool to the system using LPD protocol from PCs. I
assume that this requires accounts on the spooler machine?

Thanks for any pointers or information.

Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management



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


xxxcodes

1998-02-04 Thread CISQO5580
if you can please send codes or movies .



Re: Kernel Configurations

1998-02-04 Thread Kristian Strickland
Hi,

 Newer kernels sometimes have new config options, so just
  dropping an old .config file in does not always work. My advice is to
  always run make (menu.x)?config again.
 
 manoj   

Well, a new kernel release would have to suddenly change the names for
some of its options (not to say that it won't), such as CONFIG_BLK_DEV_FD (for
your floppy drive) being changed to CONFIG_MATH_EMULATION.  Looking at the
.config file shows that things that you want are set to y and things that you
don't are commented out, so dropping in an old .config would work provided
the above (admittedly far out) example didn't happen, and the loss would be
not getting the latest'n'greatest kernel features in your latest'n'greatest
kernel.
That being said, I wouldn't (and in fact didn't) drop in an old .config
file, but would run make [menu|x]config again while more'ing my old .config
in another console or window.  You _do_ still have your old kernel sources at
this point in your upgrade, don't you ;^)

Cheers,
--Kristian


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


Re: LPRng and Magicfilter

1998-02-04 Thread debian
Hi,

 I'm trying to print to a Novell 4.11 HP Laserjet 4 printer using a
 JetDirect Box using LPRng and Magicfilter.  I can print to it, but it
 prints out like this:

 THIS IS A TEST
 THIS IS A TEST
 THIS IS A TEST

 My printcap file looks like this:

 rlp|Remote HP LaserJet 4 printer entry
 :lp=/dev/lp1
 :rm=129.171.67.10
 :rp=PQ_MNS_HELPDESK_DPG_4
 

I don't know anything about LPRng _or_ Magicfilter, but I do know that your
rp entry is wrong.  JetDirect print server cards offer two services that you
can use as an rp, and they are raw (for PCL or PS files) and text.  Change
your rp and the stairs should go away.
 
--Kristian

PS:  This should have been in your JetDirect manual... it was in mine.


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


Re: procmail and folders

1998-02-04 Thread Catalin Popescu
On 3 Feb 1998, Martin Bialasinski wrote:

 Catalin Popescu [EMAIL PROTECTED] writes:
 
  Thank you to everybody answering my question on procmail and smail. I've
  put the files .forward and .procmailrc, modified the USERNAME to my
  usernaname (ie cpopescu), but it still does not work. Do I have to create
  the files where procmail is supposed to save the incoming messages? Is
  there something wrong with permissions?
 
 Could you say *what* didn't work?
 
 Do you still get your mail just in one file or does it disappear or
 something else?

Thank you for helping me. It's true that I did not mention all details.
Here they are: my problem is that the _all_my_mail_ disappears and I'm not
able to found it. 

 
 You could also post your .forward and .procmailrc again, so we know what
 you actually use now. And the output of ls -l $HOME/mail (or the directory
 you store the sorted mail in) will be usefull.

My $HOME/mail directory has the following permissions

drwx--   3 cpopescu cpopescu 2048 Feb  3 18:56 mail


and all the files in it have the permissions

-rw---   1 cpopescu cpopescu 5390 Jan 30 22:20 stiplica


I also attach my currently .forward and .procmailrc files. 

Thank you for your help.


Catalin
|IFS=' '  exec /usr/bin/procmail -f- || exit 75 #cpopescu





# procmailrc file

### Some of this taken from
### the help G. Branden Robinson [EMAIL PROTECTED]
### posted on the debian-user list.

PATH=/bin:/usr/bin
MAILDIR=/home/cpopescu/mail # you'd better make sure it exists
DEFAULT=/var/spool/mail/cpopescu# completely optional
LOGFILE=$MAILDIR/logfile # recommended

# I use the FROM header because if it comes from the listserver I want it
#   in debian,  and if it's cc'd to me,  I want the cc'd copy in INBOX
### This sends all mail from the debian lists to debian

:0:
* ^Resent-From.*debian-user
debian

:0: 
* ^Resent-From.*debian-user-de
debian

:0:
* ^From.*debian-user-de
debian

:0:
* ^Resent-From.*debian-devel
debian

:0:
* ^Resent-From.*debian-policy
debian

:0:
* ^Resent-From.*debian-private
debian-private


### Anything NOT from these will end up in my inbox
 (/var/spool/mail/cpopescu)




Re: Win95 and Linux: Was: Verified Re: Unidentified subject!

1998-02-04 Thread Stephen Carpenter
David E. Scott wrote:

 Steve,
 Thanks for the note, I've put comments interspersed in the quoted text
 below, as that seems to be the pattern with members of this list.
 Dave


Sounds good to me

 Stephen Carpenter wrote:
 

  Will it boot anything?

 Yes, it would boot linux, but gave the you don't have a disk in your
 boot device error message, press enter to continue Grrr :)

Damnit damnit :) don'cha hate that...btw does this machine have a DDO on the
drive?
A ddo is a Dynamic DIsk Overlay, they are used on Big (ie  1.2 gig or so) 
drives
so that
older machines can use them without BIOS upgrades
(which for a machine without a flash BIOS...can run $60 easy)
Some DDOs wont boot a Non-DOS OS...like Lilo
the solution... fdisk /mbr the suckers :)

  If it will boot linux and not win95..then you probably installed wrong
  consult the file /etc/lilo.conf and the docs for lilo
  (in /usr/doc/liloversioninfo )

 I've been studing both over the past several days, in addition to other
 conversations, some offline, with other members of this list. The
 support has been terrific !!


I have notyiced the same thing

  OTOH I would consider you luckey :) I just recently took
  off Win95 completley and am running
  Linux exclusively now.

 There are a whole suite of tools I'd need to be running on the linux
 side before I could make that switch. For example, I'd need to be
 running ppp and Navigator and Navigator's email before I'd consider
 dropping Win95. For another thing, I'd need a Word-like word processor
 and access to both the SCSI ZIP drive and the Cannon Bubble Jet 4300
 printer (the latter for resumes for both the wife and me) before I'd
 give up win95. The list goes on :)


I was saying that for the longest time..thren I just took the plunge...I am now
using Communiator (Netscape 4.04 ) for Linux...it is nice
works great!
ppp...not hard to setup at all...just takes a little time to learn...once you
know how..
its a piece of cake! (ocurse...after hardware failures...and all sorts of other
crap..ive
had to reinstall linux 5 times and re-do ppp each time...)
Word Processordunno...
there is emacs and sex for good editors...
as for more Word Like...check out Aplixware from RedHat...I saw a screen shot
of it...
looks at least as good as word...prtobably better
Zip drives check out Sunsite ..they have HOWTOs on Zip drives...
I just saw them today in fact
Printing is also rather easy under linux
takes a few hours of reading docs...but once you do it...
you say Damnit...now I feel stupid that it took me so long, that was easy
(can you tell I been there and done that?)

 Just yesterday I decided to try the loadlin route and when it got done,
 I had a bunch of garbage added to my autoexec.bat so that it
 automatically went into loadlin every time I booted. In addition,
 because of the presence of the ZIP drive, I discovered that somewhere in
 the guts of Win95 there is a call to the Iomega guest program and it
 hangs there and never does make it into the DOS command prompt. That was
 the first time I'd tried to boot into DOS after I installed the ZIP
 drive. Didn't know I couldn't do that anymore.



 Too bad Loadlin doesn't run as a Windows application. I can set up a DOS
 boot diskette, but that sure seems gruesome and a last resort.


it couldyou might be able to
make a Shortcut to command.com
tell it that it has to run in DOS mode and that you wish to specify the
environment...
take out any Guest calls...and add the loadlin to the fake autoexec.bat that
you are using to specify the environment
(yes I ocasionally work in an un-orthodox manner...)

 That's the same deal about boot diskettes I mentioned above. I'd like to
 avoid them if possible.

I hate boot disks too..but sometimes they are a necissary evil

 One discussion thread has been along the lines of just what you
 mentioned: don't install it during the redhat install, but afterwards,
 build the lilo.conf by hand and tell it to put the lilo boot manager
 into the boot sector of the linux partition rather than in the MBR for
 the entire disk.

I only sai dthat because whejn _I_ installed Debian... lilo was broken...could
have been my crappy machine tho

  As for RedHat...
  What version of RedHat is it?

 4.2


I only have 4.1 ...5.0 is really Windozy ...I didn't liek it...it5s also AFU

  I started on RedHat an dam now a debian user
  RedHat is great for Windows Users tho...good to get you addicted so you
  switch completely to linux :)

 My guru sez that maybe Caldera is even more friendly to newbie's like me
 that are coming from the Windoze/Mac world.


never played with Cadera.-Steve


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


Re: Win95 and Linux: Was: Verified Re: Unidentified subject!

1998-02-04 Thread David E. Scott
Bob Nielsen wrote:
 StarOffice's swriter is somewhat Word-like and will import MSWord .doc
 files.

Bob,
Thanks for that info - it's always useful to know a prospective package
is compatible with the file format of the currently-used package. ;)

Dave

-- 
--David E. Scott  Ohio Administrative Services
[EMAIL PROTECTED]   [EMAIL PROTECTED]


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


Re: Win95 and Linux: Was: Verified Re: Unidentified subject!

1998-02-04 Thread Bob Nielsen
On Tue, 3 Feb 1998, David E. Scott wrote:

 Bob Nielsen wrote:
  StarOffice's swriter is somewhat Word-like and will import MSWord .doc
  files.
 
 Bob,
   Thanks for that info - it's always useful to know a prospective package
 is compatible with the file format of the currently-used package. ;)

The scalc spreadsheet will import Excel files, as well.  There's a debian
installer package for StarOffice-3.1.  You can get the S.O. stuff from
ftp.gwdg.de.  I think Caldera also has it, but that is probably in .rpm
format.  Warning--it's big:

$ du -s /usr/lib/StarOffice-3.1
75345   /usr/lib/StarOffice-3.1

Bob

---
Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet: [EMAIL PROTECTED]
http://www.primenet.com/~nielsen/


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


Re: Win95 and Linux: Was: Verified Re: Unidentified subject!

1998-02-04 Thread David E. Scott
Ender Wigin wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 
  Seth,
StarOffice4.0 is rather impressive. The Win 95 version looked very
  interesting during the time it was tested. I'll be interested in seeing
  the Linux version when it's released.
  Dave
 
 Acording to http://freshmeat.unreal.org Star Office 4 has been released
 for linux... (Haven't had time to confirm...)
 

I tried to get it but the server was overloaded with more people on it
than the 50-user limit. Will try again later. Thanks for the tip.
Dave

-- 
--David E. Scott  Ohio Administrative Services
[EMAIL PROTECTED]   [EMAIL PROTECTED]


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


Re: Kernel Configurations

1998-02-04 Thread Manoj Srivastava
Hi,

My initial posting seems to have been misunderstood. I meant,
 *do* drop the old .config file in, so that when you re-run make
 config, the old answers would be the default. The reasons for running
 the make config again is that you catch any totally new config
 options. 

I do not think it likely that config option shall morph into
 other config option names.

I do, in fact, regularily just drop my old .config file in,
 and just re run make menuconfig. 

manoj

Kristian == Kristian Strickland [EMAIL PROTECTED] writes:

Kristian Hi,
 Newer kernels sometimes have new config options, so just dropping
 an old .config file in does not always work. My advice is to always
 run make (menu.x)?config again.
 
 manoj

Kristian Well, a new kernel release would have to suddenly change the
Kristian names for some of its options (not to say that it won't),
Kristian such as CONFIG_BLK_DEV_FD (for your floppy drive) being
Kristian changed to CONFIG_MATH_EMULATION.  Looking at the .config
Kristian file shows that things that you want are set to y and
Kristian things that you don't are commented out, so dropping in an
Kristian old .config would work provided the above (admittedly far
Kristian out) example didn't happen, and the loss would be not
Kristian getting the latest'n'greatest kernel features in your
Kristian latest'n'greatest kernel. That being said, I wouldn't (and
Kristian in fact didn't) drop in an old .config file, but would run
Kristian make [menu|x]config again while more'ing my old .config in
Kristian another console or window.  You _do_ still have your old
Kristian kernel sources at this point in your upgrade, don't you ;^)



-- 
 One machine can do the work of fifty ordinary men. No machine can do
 the work of one extraordinary man. Elbert Hubbard ...yet. Karl
 Lehenbauer
Manoj Srivastava  [EMAIL PROTECTED] http://www.datasync.com/%7Esrivasta/
Key C7261095 fingerprint = CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E


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


problem with The GIMP and XFree86 in hamm...

1998-02-04 Thread Jeremy Tregunna

Just a little question, has anybody had any problems with the gimp and
hamm? I downloaded the .deb package from va.debian.org and installed it,
all went well, and i installed the gimp-data-min stuff as well. When I
fireup GIMP, no other apps running but afterstep and The GIMP on a box
with 64 megs of physical ram, and a 176 meg swap file, gimp crashes the
whole box.

The first time I tried, I tested it on a dx4-100 w/ 32 megs and a 18 meg
swap, crashed the whole box, freezing up my consoles and xfree86, and the
2nd time from that box, dual ppro 150 w/ the above memory resources, and
it froze up xfree (although I could still move the mouse but not click
anything or use the keyboard) and when I go to another console using the
Ctrl + Meta + F# key's, I can't type but can move the mouse around using
GPM. All my libs are upgraded to the new version (with the exception of a
few needed by communicator) and I have not been able to get GIMP to work
as of yet. Any assistance into why I may be experiencing problems with
this, would be appreciated greatly.

Thanks.


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


Re: xemacs20 wd buffer too small??

1998-02-04 Thread Sen Nagata
at some point around Mon, 02 Feb 1998 13:05:23 +0100
Jens Christian Lisner [EMAIL PROTECTED] mentioned:

 I've upgraded XEmacs from 19 to 20. When I try to start it, it returns
 
 XEmacs: `getwd' failed: errno 0
 
 The point is that it can only be started from root directory. I've read
 in getwd(3), that this can happen if the buffer is too small.
 What can I do?

i did a fresh xemacs 20 installation and got the same error.

did i miss a response to the quoted message that gives a fix?

-sen


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


kde version 3 for hamm

1998-02-04 Thread Oz Dror
Is a hamm version of kde beta 3 available?
-Oz
-- 

NAME   Oz Dror, Los Angeles, California   
EMAIL  [EMAIL PROTECTED] Linux  since 8/15/94
PHONE  Fax (310) 474-3126

-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.2

mQBtAzA/tLQAAAEDAKUy/TEjQ/jiZ+9/WJb/+NHxqkvOxGZ3W/F2JCNm5v5ZTZz+
BVZC9GM/I+plQ8xz+7B+KhDSVax8gxNTAkJ+I7P/zAP2ZDMwVf4lq5ZFxMJC+7c7
ET+hNtmQUt8vCVR8hQAFEbQZT3ogRHJvciA8ZHJvckBuZXRjb20uY29tPg==
=EU23
-END PGP PUBLIC KEY BLOCK-





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


Re: PPP daemon

1998-02-04 Thread Carey Evans
Jean Oswald [EMAIL PROTECTED] writes:

 I still did not manage to run the PPP daemon.
 When I use modprobe ppp, the system answer me :
 
 /lib/modules/2.0.29/net/ppp.o: unresolved symbol dev_alloc_skb_Re1879ac7

[snip]

This error usually means that you've installed a new kernel with
different compile options but haven't installed the new modules that
go with it.  If you did it yourself, you need to select PPP when you
configure it, and do make modules_install.  IMHO it's easier using
kernel-package.

Are you using the kernel and modules that the install procedure used?

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

  GNU GPL: The Source will be with you... always.


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


JetDirect printing Re: none

1998-02-04 Thread Carey Evans
Gregory Guthrie [EMAIL PROTECTED] writes:

 1) How do I setup for control of a remote HP Jet-direct network box, with
 HP-LaserJet printers on it?
   -- Can I setup the network box to only accept jobs from the spooler?

I don't really know, but I believe you need to create a configuration
file specifying where jobs can come from (and other info), make it
available using TFTP, and let it know where it is with BOOTP or DHCP.

 2) How can I do printer control; i.e. control adn account for printer
 usage; I would like a quota per usage, and the ability to monitor usage by
 users. Users would spool to the system using LPD protocol from PCs. I
 assume that this requires accounts on the spooler machine?

I've never had to do this; but IMO LPRng would be the right package
for implementing it, as it was developed at least with this in mind.

(Re-reading this reply, I'm thinking maybe I should just keep quiet
about things I know nothing about...  Nah.)

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

  GNU GPL: The Source will be with you... always.


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


Re: LPRng and Magicfilter

1998-02-04 Thread Britton

Please, what did you do on the NT side to make this work?  In the lab I
work there are some linux boxes but at the moment you can't print from
them.  Actually if you could send me your printcap as well that would be
most helpful.

On Tue, 3 Feb 1998, tony mollica wrote:

 Hi.
 
 According to the Printing How-To, the input filter (if=some filter) is
 not run for remote printers.  There is an example in the How-To for
 setting up a double print queue to solve the problem.  I can provide my
 printcap if needed.  I print to a HP deskjet on an NT4.0 system using
 lpr.
 
 
 tony mollica
 [EMAIL PROTECTED]
 
 
 Jeffrey Velez wrote:
  
  I'm trying to print to a Novell 4.11 HP Laserjet 4 printer using a
  JetDirect Box using LPRng and Magicfilter.  I can print to it, but it
  prints out like this:
  
  THIS IS A TEST
  THIS IS A TEST
  THIS IS A TEST
  
  My printcap file looks like this:
  rlp|Remote HP LaserJet 4 printer entry
  :lp=/dev/lp1
  :rm=129.171.67.10
  :rp=PQ_MNS_HELPDESK_DPG_4
  :sd=/var/spool/lpd/ljet4
  :if=/usr/sbin/ljet4-filter
  :pl#66
  :pw#80
  :pc#150
  :mx#0
  :sh
  
  Can anyone tell me if this printcap file is ok?
 
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


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


Re: procmail and smail

1998-02-04 Thread Britton

I am having some trouble getting dpkg-ftp to work installing hamm.  I have
included some stuff from a dpkg-ftp session (run from dselect) below, in
case anyone can see the problem:


Getting Packages files...(stop with ^C)

Connecting to ftp.debian.org...
Login as anonymous...
Setting transfer mode to binary...
Cd to /debian...
Getting Packages file from dists/unstable/main/binary-i386...
Getting Packages file from dists/unstable/non-free/binary-i386...
Getting Packages file from dists/unstable/contrib/binary-i386...

It is a good idea to clear the available list of old packages.
However if you have only downloaded a Package files from non-main
distributions you might not want to do this.

Do you want to clear available list [y]: n
Updating available packages info, using Packages.dists_unstable_main.
Information about 1439 package(s) was updated.
Updating available packages info, using Packages.dists_unstable_non-free.
Information about 222 package(s) was updated.
Updating available packages info, using Packages.dists_unstable_contrib.
Information about 70 package(s) was updated.
Processing status file...

Processing Package files...
Couldn't find packages file for dists/unstable/main distribution (re-run
Update)
Couldn't find packages file for dists/unstable/non-free distribution
(re-run Update)
Couldn't find packages file for dists/unstable/contrib distribution
(re-run Update)

Constructing list of files to get...

Approximate total space required: 0k
Available space in debian: 1308263k
Nothing to get.
Processing downloaded files...(for corrupt/old/partial)

Do you want to install the files fetched [y]: 
Installing files...
dpkg: searched, but found no packages (files matching *.deb)
DPKG ERROR

Do you wish to delete the installed package (.deb) files? [y]: 


Britton


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


odd dpkg-ftp behavior

1998-02-04 Thread Britton

I sent this out with the wrong subject last time, sorry.

On Tue, 3 Feb 1998, Britton wrote:

 
 I am having some trouble getting dpkg-ftp to work installing hamm.  I have
 included some stuff from a dpkg-ftp session (run from dselect) below, in
 case anyone can see the problem:
 
 
 Getting Packages files...(stop with ^C)
 
 Connecting to ftp.debian.org...
 Login as anonymous...
 Setting transfer mode to binary...
 Cd to /debian...
 Getting Packages file from dists/unstable/main/binary-i386...
 Getting Packages file from dists/unstable/non-free/binary-i386...
 Getting Packages file from dists/unstable/contrib/binary-i386...
 
 It is a good idea to clear the available list of old packages.
 However if you have only downloaded a Package files from non-main
 distributions you might not want to do this.
 
 Do you want to clear available list [y]: n
 Updating available packages info, using Packages.dists_unstable_main.
 Information about 1439 package(s) was updated.
 Updating available packages info, using Packages.dists_unstable_non-free.
 Information about 222 package(s) was updated.
 Updating available packages info, using Packages.dists_unstable_contrib.
 Information about 70 package(s) was updated.
 Processing status file...
 
 Processing Package files...
 Couldn't find packages file for dists/unstable/main distribution (re-run
 Update)
 Couldn't find packages file for dists/unstable/non-free distribution
 (re-run Update)
 Couldn't find packages file for dists/unstable/contrib distribution
 (re-run Update)
 
 Constructing list of files to get...
 
 Approximate total space required: 0k
 Available space in debian: 1308263k
 Nothing to get.
 Processing downloaded files...(for corrupt/old/partial)
 
 Do you want to install the files fetched [y]: 
 Installing files...
 dpkg: searched, but found no packages (files matching *.deb)
 DPKG ERROR
 
 Do you wish to delete the installed package (.deb) files? [y]: 
 
 
 Britton
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


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


Problems with dual boot NT/linux

1998-02-04 Thread Abdelrazak Younes
Hello,

I came accross a big problem when I tried to install Debian linux :
I can't boot anymore NT nor DOS on my hardrive...

Here was my config before i tried to install:

PC pentium-pro 150 MHz with 2 HD and three OS : dos nt Slackware 3.3
/dev/sda1   boot  dos partition 400Mo
  with dos installed on c:\dos
/dev/sda2 extended partition
/dev/sda3 swap partition 89Mo (for linux)
/dev/sda5 ntfs partition 1500mo
  with NT 4.0 installed d:\winnt
/dev/sdb1 ext2fs partition 1Go (with linux)

I was using the NT boot loader which was installed on c: (/dev/sda1) and
which was giving me three choices :
1) NT on d:\winnt (/dev/sda5)
2) DOS on c:\dos (/dev/sda1)
3) linux on /dev/sdb1 via the file c:\linux.bin

The only bootable partition is /dev/sda1.
Lilo was installed on the first superblock of /dev/sdb1.

At this point I tried to install Debian 2.0 with floppies (but the
install menu said it was Debian 1.3 ...).
Everything was OK until I reached the base 3 floppy which was apparently
corrupted. So I decided to re-boot NT in order to make a new sane floppy
but I can't : the computer says me :
Missing operating system

First I thought that it was just because Debian has somehow installed
something on the master boot record, so I booted dos with dos system
floppy and I did fdisk /MBR in order to clear the MBR and I verified
that my dos partion was OK; but I didn't work out. I also tried to
remove the second hard-drive (/dev/sdb) but it still tells me :
Missing operationg system

Well I really don't understand because I've installed slackware many
times without any problem.
I hope I was not too boring and that someone may help me because I'm
lost and by now I couldn't do anything at all.

Thanks in advance for any help.

Abdel.

mailto:[EMAIL PROTECTED]





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


Re: fetchmail 4.3.6 vs. m$ exchange

1998-02-04 Thread Joost Kooij

Hi,

The behaviour that you quote below is the same as what I got since
upgrading to fetchmail 4.3.6. 

The quick solution, suggested by Arjan de Vet, is to add proto pop3 to
your .fetchmailrc (or as command line switches.) Apparently, probing
for IMAP capabilities in ms-exchange makes it confuse fetchmail. Perhaps
this gotcha could be added to the ms-exchange section of the fetchmail
FAQ.

Looking at the changelog, I suspect that: 
* IMAP code can now deal with untagged responses during CAPABILITY
  (at least one server issues the motd in a bunch of * OK {ALERT] lines
  in response to the first command after connecting.)
is related to the changed behaviour.

Cheers,


Joost

On Tue, 3 Feb 1998, D. W. Wieboldt wrote:

 I am trying to run fetchmail in imap mode with a m$ exchange server.
 
 With fetchmail  4.3.6-1, I get:
 
 fetchmail: IMAP a0006 OK FETCH completed.
 fetchmail: IMAP a0007 FETCH 1 RFC822.TEXT.PEEK
 fetchmail: IMAP a0007 BAD Protocol Error: Invalid FETCH_ITEM in FETCH
 command
 fetchmail: IMAP a0008 LOGOUT
 fetchmail: IMAP * BYE Microsoft Exchange IMAP4rev1 server version
 5.5.1960.6 signing off
 fetchmail: IMAP a0008 OK LOGOUT completed.
 fetchmail: client/server synchronization error while fetching from nt_xchg
 fetchmail: SMTP QUIT
 
 At this point, fetchmail 4.3.6 hangs and has to be killed; it does not
 retrieve the mail.
 
 Downgrading back to fetchmail 4.3.5-1, it works just fine:
 
 fetchmail: IMAP a0006 OK FETCH completed.
 fetchmail: IMAP a0007 FETCH 1 BODY.PEEK[TEXT]
 fetchmail: IMAP * 1 FETCH (BODY[TEXT] {321}
  (321 body bytes) 
 fetchmail: IMAP )
 fetchmail: IMAP a0007 OK FETCH completed.
 fetchmail: message 1 was not the expected length (1112 != 560)
 fetchmail: SMTP. (EOM)
 fetchmail: SMTP 250 Mail accepted
  flushed
 fetchmail: IMAP a0008 STORE 1 +FLAGS (\Deleted)
 fetchmail: IMAP * 1 FETCH (FLAGS (\Deleted))
 fetchmail: IMAP a0008 OK STORE completed.
 fetchmail: IMAP a0009 EXPUNGE
 fetchmail: IMAP * 1 EXPUNGE
 fetchmail: IMAP * 0 EXISTS
 fetchmail: IMAP a0009 OK EXPUNGE completed.
 fetchmail: selecting or re-polling default folder
 fetchmail: IMAP a0010 NOOP
 fetchmail: IMAP a0010 OK NOOP completed.
 fetchmail: IMAP a0011 LOGOUT
 fetchmail: IMAP * BYE Microsoft Exchange IMAP4rev1 server version
 5.5.1960.6 signing off
 fetchmail: IMAP a0011 OK LOGOUT completed.
 fetchmail: SMTP QUIT
 fetchmail: SMTP 221 shiloh closing connection
 fetchmail: normal termination, status 0
 
 Does anybody know if this a bug, or am I doing something wrong, like
 failing to bow toward Redmond? 




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


Re: Home dir Permissions

1998-02-04 Thread Remco Blaakmeer
On 1 Feb 1998, Martin Bialasinski wrote:

 Remco Blaakmeer [EMAIL PROTECTED] writes:
 
  your home directory can be drwx--x--x and the ~/public_html directory can
  also be drwx--x--x . Then, no other user will be able to see any files in
  your home directory, but any user that knows you have a pub_html directory
  can do get a file listing for that directory. So, you could have:
 
 One little error:
 If you make the public_html directory drx--x--x, then only the owner can
 get a filelisting.
 
 Thou they can retrieve any file in public_html they have readaccess to.

But if you have a ~/public_html/index.html with read access for 'world'
(you should, IMHO), they won't get a file listing anyway, so the read
access is not needed.

Remco


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


Re: procmail and folders

1998-02-04 Thread Remco Blaakmeer
On Mon, 2 Feb 1998, Richard Kilgore wrote:

 On Mon, Feb 02, 1998 at 05:13:36PM +0200, Catalin Popescu wrote:
  Thank you to everybody answering my question on procmail and smail. I've
  put the files .forward and .procmailrc, modified the USERNAME to my
  usernaname (ie cpopescu), but it still does not work. Do I have to create
  the files where procmail is supposed to save the incoming messages? Is
  there something wrong with permissions?
 
 Don't know if you're interested in this input, but if you use
 sendmail instead of smail, it can just automatically use procmail
 to deliver mail.  Thus, you don't need a .forward file at all.
 You just have to make sure that procmail is installed and deliver
 is not when you install sendmail.  Then sendmail will configure
 itself to use procmail for all local mail delivery.

You can do the same with smail, using some changes to
/etc/smail/transports.

This is what I used to have (I think it was created by smailconfig):

local: driver=appendfile, from, local, inet, return_path, unix_from_hack;
   append_as_user, check_user, file=/var/spool/mail/${lc:strip:user},
   group=mail, mode=0660, notify_comsat, suffix=\n

Change the above to this:

local:  driver=pipe, from, local, return_path, unix_from_hack;
user=root, cmd=/usr/bin/procmail -f- -d $($user$)

Now all locally delivered mail will be handled by procmail. Mail for users
that don't have a .procmailrc will go into /var/spool/mail/username,
just like it should. You don't need a .forward with this setup.

Remco


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


xbanner bootpd

1998-02-04 Thread BRIAN SCHRAMM
 I installed both xbanner and all recommended files for it in Debian
 1.31 and it comes up with an error of Xbanner MSG: * Could not get
 the font, using 'fixed'  I have tried to install any font package
 under X and still get this message.

 1. How do I get this font?
 2. How do I modify the message and stile of the banner?

 Also, I have bootp on my system and I have it set up to give out IP
 addresses to some network devices.  It gives the addresses out fine
 but I have to type bootpd at the command line whenever I reboot the
 machine.  I have a bootp script in the init.d directory and have tried
 to follow the instructions on how to create the rest but so far it has
 not worked.

 Thanks for any help.

 Brian Schramm
 [EMAIL PROTECTED]


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


Re: procmail and smail

1998-02-04 Thread Daniel Martin at cush
Catalin Popescu [EMAIL PROTECTED] writes:

 Does anybody have any idea what should I put in my .forward file to get
 procmail working. I've already put 
 
 |IFS=' 'p=/usr/bin/procmailtest -f $pexec $p -Yf-||exit 75 
 #YOUR_USERNAME
 
 in .forward and took a procmailrc from the examples, but it does not work.
 I have smail and not sendmail. Is this causing the problem?

In addition to what others may have told you, make certain that the
permissions on your .forward file don't allow group or other write
access.  That is, do a:
  chmod go-w .forward
Also, look in your smail logfiles to see if there's a clue as to
what's going on.

I think that the protections issue is a smail-specific feature.


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


faxing using linux?

1998-02-04 Thread Chris Keathley Keathley

I am new to linux and learning a lot very fast. I am doing good
learning on my own and reading many linux and unix books. But , my
wife needs to fax something and I don't have any clue on how to go
about it. I think I am supposed to use mgetty but I don't understand
it. I read the man pages and it said something about mgetty.info, but
I couldn't find that file. Could someone step me through it and please
keep in mind I am new.  It is very easy to talk over my head.

thanks




_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


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


Re: procmail and smail

1998-02-04 Thread Marcus . Brinkmann

On Tue, 3 Feb 1998, Britton wrote:
 I am having some trouble getting dpkg-ftp to work installing hamm.  I have
 included some stuff from a dpkg-ftp session (run from dselect) below, in
 case anyone can see the problem:

 Processing Package files...
 Couldn't find packages file for dists/unstable/main distribution (re-run
 Update)
 Couldn't find packages file for dists/unstable/non-free distribution
 (re-run Update)
 Couldn't find packages file for dists/unstable/contrib distribution
 (re-run Update)

Hi Britton!

The most important information you failed to include: what version is
dpkg-ftp? If it is 1.4.8, upgrade to 1.4.9. This should give you whatyou
want ;)

I was bitten by this just yesterday. Thanks to the nice people at
irc.debian.org! Thanks to igor and gorgo!

Marcus

PS: Britton: I now have midi cable and small keyboard for testing. I have
the same problems as you. I filed a bug report against rosegarden, but I
dont expect much... perhaps I have some time for lowlevel testing at the
end of this month.

Cheers, Marcus



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


Re: Problems with dual boot NT/linux

1998-02-04 Thread Alex Yukhimets
 First I thought that it was just because Debian has somehow installed
 something on the master boot record, so I booted dos with dos system
 floppy and I did fdisk /MBR in order to clear the MBR and I verified
 that my dos partion was OK; but I didn't work out. I also tried to
 remove the second hard-drive (/dev/sdb) but it still tells me :
 Missing operationg system

Yes, I encouneterd something similar also. The reason I was unable to boot
NT was simple - somehow the bootable flag for /dev/sda1 partition was
erased. And the worse thing that after restoring it with linux fdisk,
I got another message: invalid partition table. The fix was to make NT
(or DOS) to run it's own fdisk to resrtre the flag correctly.
fdisk /mbr does nothing, 'cause MBR is OK! try just starting fdisk
in dos and exit without chnaging anything.

Alex Y.

-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \()|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


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


dpkg error message

1998-02-04 Thread Jens Christian Lisner
I want to recompile the ftape package for kernel-2.0.32.
I've made a 

dpkg-source -x  ftape_3.04d-1.dsc

dpkg-source: error: tarfile `./ftape_3.04d.orig.tar.gz' contains object
(ftape-3.04d/) not in expected directory (ftape-3.04d.orig)

What does this mean?

jenne


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


More on boot/mount

1998-02-04 Thread T-SNAKE
I asked:
How do you mount all the drives/partitions at boot time without having to
actually type in the mount -t msdos / command?

And the responce (thanks) was to add entries to the fstab file. Well, I did
this and when I rebooted, i wasn't able to perform many commands. It was like
root and other accounts had a messed up path. I could ls and shutdown, but I
couldn't man or dselect. I took the mounting lines out and that fixed it back
to normal. Why would that be?
Chris
ps- thanks to all who gave me the dpkg --force... help. It worked wonders..
and I didn't need to reinstall pine/pico, because they were already made...
-- 
'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\
 Live on Real Audio Thursday nights 8-11 EST http://www.uvm.edu/~wruv
T-SNAKE  [EMAIL PROTECTED] ICQ UIN:1868354  A DJ on a mission
CROSSFADE RECORDS  http://www.crossfade.com/  Drug free techno
,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/'\,/


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


Re: Kernel Configurations Part 2

1998-02-04 Thread John Spence
While on the subject of re-using .config files: I'm not sure If I imagined
this but didn't the sound card configuration settings used to be included
at the end of a .config file?

Now all I have is the following so I assume the details of the sound
config is kept elsewhere.   Does anyone know when or for what kernel this
changed ?

# Sound
#
CONFIG_SOUND=y
# CONFIG_LOWLEVEL_SOUND is not set


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


Re: User manager for X

1998-02-04 Thread John Spence
 A while back a friend of mine showed me a Red Hat machine they were
 running at work.They had X setup, and there was some sort of user
 manager tool they had up there, which supposedly came with the system.
 It did all kinds of snappy things like add and remove users, allowing
 you to pick shells, and automatically setting up default config files
 for the selected shells.
 
 Anyone know what that was? Running anything similar?

There is a configuration tool for Linux systems called linuxconf that is
supposed to be able to setup quite a few things. Might be worth checking
out. I've never used it myself and probably won't until I get to the stage
where I can configure my system blindfolded.

One thing about the snappy tools that has always bothered me is, how would
I manage if I had to setup a system without them?   Just count the number
of Windows users who say What? when you tell them to modify AUTOEXEC.BAT


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


Re: More on boot/mount

1998-02-04 Thread servis
How about posting your two versions of your /etc/fstab?
Without seeing what you entered it is really hard to help.

Brian 


On  4 Feb, T-SNAKE wrote:
 I asked:
 How do you mount all the drives/partitions at boot time without having to
 actually type in the mount -t msdos / command?
 
 And the responce (thanks) was to add entries to the fstab file. Well, I did
 this and when I rebooted, i wasn't able to perform many commands. It was like
 root and other accounts had a messed up path. I could ls and shutdown, but I
 couldn't man or dselect. I took the mounting lines out and that fixed it back
 to normal. Why would that be?
 Chris
 ps- thanks to all who gave me the dpkg --force... help. It worked wonders..
 and I didn't need to reinstall pine/pico, because they were already made...




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


Re: Problems with dual boot NT/linux

1998-02-04 Thread Abdelrazak Younes
 First I thought that it was just because Debian has somehow installed

something on the master boot record, so I booted dos with dos system
 floppy and I did fdisk /MBR in order to clear the MBR and I
verified
 that my dos partion was OK; but I didn't work out. I also tried to
 remove the second hard-drive (/dev/sdb) but it still tells me :
 Missing operationg system

Yes, I encouneterd something similar also. The reason I was unable to
boot
NT was simple - somehow the bootable flag for /dev/sda1 partition was
erased. And the worse thing that after restoring it with linux fdisk,
I got another message: invalid partition table. The fix was to make
NT
(or DOS) to run it's own fdisk to resrtre the flag correctly.
fdisk /mbr does nothing, 'cause MBR is OK! try just starting fdisk
in dos and exit without chnaging anything.

I tried that and it tells me :
Error reading fixed disk

But I still can read data on drive C: under DOS !!

I also tried to toggle the bootable flag with linux fdisk and then try
to launch dos fdisk again but it did the same : Error reading fixed
disk

Do you have an idear ?

Abdel.


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


Re: dpkg error message

1998-02-04 Thread Scott Ellis
On Wed, 4 Feb 1998, Jens Christian Lisner wrote:

 I want to recompile the ftape package for kernel-2.0.32.
 I've made a 
 
 dpkg-source -x  ftape_3.04d-1.dsc
 
 dpkg-source: error: tarfile `./ftape_3.04d.orig.tar.gz' contains object
 (ftape-3.04d/) not in expected directory (ftape-3.04d.orig)
 
 What does this mean?

It means you're unpacking a pristine source source archive with dpkg-dev
1.4.0.8 which can't handle it.  You need to upgrade dpkg-dev

-- 
Scott K. Ellis [EMAIL PROTECTED] http://www.gate.net/~storm/


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


Help with a postgreSQL-query

1998-02-04 Thread Johann Spies
Hallo,

I am using pygresql as an interface to postgres.  I want to get a list of
people who's birthday it is today.  Which is the best way to do it.  The
following code works, but it is very slow and does 101 queries.

Is there a way to put this into a single query?

If I would like to know which people was born on say the 15th of any
month, how can I query that without having to send 12*100 queries to
postgreSQL?

---
from pgext import *
from pgtools import *
from time import time
def bidlys(pgcnx):
t = time.time()
jaar, maand, dag = time.localtime(t)[0:3]
datumlys = []
for i in range(jaar-100,jaar+1):
datum =  '%02d.%02d' + '.%02d'
dat = datum%(dag,maand,i)
datumlys.append(dat)
print
veldlys = ['noemnaam', 'van', 'geboortedatum', 'adres1']
lys = []
for d in datumlys:
s = SELECT noemnaam, van, geboortedatum, adres1 from lidmate, 
besoekpunt
   where (besoekpunt.nommer = bpnommer and geboortedatum = '%s')%d
bidvir = pgcnx.query(s)
if not bidvir.getresult() == []:
   for item in bidvir.getresult():
   lys.append(item)
display(veldlys,lys)
cnx = connect()
wys = bidlys(cnx)


Johann Spies
[EMAIL PROTECTED]

Windsorlaan 19
Pietermaritzburg
3201
Suid Afrika (South Africa)
Tel/Faks Nr. +27 331-46-1310


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


Re: faxing using linux?

1998-02-04 Thread Daniel Martin at cush
Chris Keathley Keathley [EMAIL PROTECTED] writes:

 I am new to linux and learning a lot very fast. I am doing good
 learning on my own and reading many linux and unix books. But , my
 wife needs to fax something and I don't have any clue on how to go
 about it. I think I am supposed to use mgetty but I don't understand
 it. I read the man pages and it said something about mgetty.info, but
 I couldn't find that file. Could someone step me through it and please
 keep in mind I am new.  It is very easy to talk over my head.

Ok - you can use mgetty, but I've found it easier to use efax (also a
debian package) - also, efax supports older fax modems (class 1) than
mgetty does (mgetty requires class 2 or higher).

Also, what your wife needs to fax needs to be in either postscript,
plain text, or an image file.  Most programs that are able to print
documents can produce postscript output.

If you're going to fax postscript files, you also need the 'gs' and
'gs-fonts' packages.  (I think that the 'gs-aladin' package instead of 
'gs' will also work, but I don't use it)

Here's what I did:

I installed efax, and then edited the /etc/efax.rc file and replaced
the obvious things that needed replacing (there are bits that say
things like ---Your name here--- - it's pretty obvious what needs to 
be replaced).  Since my modem is an old class 1 fax modem, I had to
add a line to /etc/efax.rc file saying:
CLASS=1

You can test whether your modem is a class 1 or class 2 (or even class 
2.0) fax modem by doing the following in minicom:
AT+FCLASS=0
AT+FCLASS=1
AT+FCLASS=2
AT+FCLASS=2.0

Some of these commands will return OK, some will return ERROR - the
last command that says OK indicates the class of your modem.  On my
machine, AT+FCLASS=0 and AT+FCLASS=1 both return OK, but the other
commands return ERROR.  You only need to add a 'CLASS=' line to
/etc/efax.rc if you have a class 1 modem.

Once you've done this, and set up your /etc/efax.rc appropriately, you 
can fax things with:
 fax send 555-1212 file.ps

(of course, you would presumably use a different phone number and
filename)

More details on other fax commands (receiving, etc.) can be found in
the 'fax' manpage.

One word of caution - faxing postscript creates a load of temporary
files in the current directory, one for each page - file.ps.001,
file.ps.002, etc. so you'll have to remove them with something like
rm file.ps.[0-9][0-9][0-9]
after you've faxed something.


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


Re: Problems with dual boot NT/linux

1998-02-04 Thread Alex Yukhimets
 Yes, I encouneterd something similar also. The reason I was unable to
 boot
 NT was simple - somehow the bootable flag for /dev/sda1 partition was
 erased. And the worse thing that after restoring it with linux fdisk,
 I got another message: invalid partition table. The fix was to make
 NT
 (or DOS) to run it's own fdisk to resrtre the flag correctly.
 fdisk /mbr does nothing, 'cause MBR is OK! try just starting fdisk
 in dos and exit without chnaging anything.
 
 I tried that and it tells me :
 Error reading fixed disk
 
 But I still can read data on drive C: under DOS !!
 
 I also tried to toggle the bootable flag with linux fdisk and then try
 to launch dos fdisk again but it did the same : Error reading fixed
 disk
 
 Do you have an idear ?

The point here is  to start the fdisk of NT. I am no NT expert so I end
up reinstalling it...

Alex Y.

-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \()|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


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


mac linux

1998-02-04 Thread Paul McDermott
hello everyone, I have installed debian on 486, 586.   was wondering if
you can install debian or any linux for that matter on a mac ii si?
Any help would be greatly appreciated.
Paul
[EMAIL PROTECTED]


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


dselect : error installing Apache

1998-02-04 Thread Maurizio Marini
Hi,
for your knowledge, report this error signaled by dpkg installing Apache
on debian 1.3: (i used gpm...)

--
[...]
modules into memory.  This program will by default configure Apache
so only modules that are actually needed are loaded.

Do you want to be queried on which modules to load? [Y/n] n
Checking for needed modules.done.
Pondering.done.

Save these changes to the configuration files? [Y/n] y

Rotated /etc/apache/httpd.conf' at Wed Feb  4 17:06:33 CET 1998.
Restart Apache now? [Y/n]
Stopping Apache webserver...sleeping...starting again...done.

Apache can be reconfigured at any time with the apacheconfig command.

Setting up apache-modules (1.1.4) ...
chown: www.www-data: invalid user
dpkg: error processing apache-modules (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 apache-modules

installation script returned error exit status 1.
Press RETURN to continue.

thnx for helping!
Maurizio
 


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


Re: problem with The GIMP and XFree86 in hamm...

1998-02-04 Thread Shaleh
I frequently run gimp while surfing, running xv and coding.  No probs. 
Make sure you d/l'ed the newest gtk and gimp.


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


Re: Help with a postgreSQL-query

1998-02-04 Thread Dave Mitchell

 This sounds more like an SQL question to me. I don't have 
postgres, but on informix there's a day() function for dates so
I can do this:

  SELECT * FROM agenda_items WHERE day(itemdate)=15;

 (where itemdate is a DATETIME field)

-dave m.


On Wed, 4 Feb 1998, Johann Spies wrote:

 Hallo,
 
 I am using pygresql as an interface to postgres.  I want to get a list of
 people who's birthday it is today.  Which is the best way to do it.  The
 following code works, but it is very slow and does 101 queries.
 
 Is there a way to put this into a single query?
 
 If I would like to know which people was born on say the 15th of any
 month, how can I query that without having to send 12*100 queries to
 postgreSQL?
 
 ---
 from pgext import *
 from pgtools import *
 from time import time
 def bidlys(pgcnx):
 t = time.time()
 jaar, maand, dag = time.localtime(t)[0:3]
 datumlys = []
 for i in range(jaar-100,jaar+1):
   datum =  '%02d.%02d' + '.%02d'
   dat = datum%(dag,maand,i)
   datumlys.append(dat)
 print
 veldlys = ['noemnaam', 'van', 'geboortedatum', 'adres1']
 lys = []
 for d in datumlys:
   s = SELECT noemnaam, van, geboortedatum, adres1 from lidmate, 
 besoekpunt
where (besoekpunt.nommer = bpnommer and geboortedatum = '%s')%d
   bidvir = pgcnx.query(s)
   if not bidvir.getresult() == []:
  for item in bidvir.getresult():
  lys.append(item)
 display(veldlys,lys)
 cnx = connect()
 wys = bidlys(cnx)
 
 
 Johann Spies
 [EMAIL PROTECTED]
 
 Windsorlaan 19
 Pietermaritzburg
 3201
 Suid Afrika (South Africa)
 Tel/Faks Nr. +27 331-46-1310
 


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


RE: Problems with dual boot NT/linux

1998-02-04 Thread Richardson,Anthony

Try setting the bootable flag using Liunx's fdisk and then rebooting.  If   
you get an
Operating system not found or Non-system disk message  the boot   
sector on the
boot partition has been corrupted.  (The boot sector is not the same as   
the MBR.  The MBR is
the first sector on the first drive.  A boot sector is the first record   
on a partition.  The MBR code
loads the boot sector code from the partition marked bootable.  The   
boot sector code is then
responsible for loading the OS.  Each OS will have an associated boot   
sector loader.)

I suspect that the NT boot sector was somehow corrupted.  This code reads   
the NT boot.ini file
and allows you to dual boot between DOS/NT. You can restore the NT boot   
sector.  You'll need to
make a set of (three) NT installation disks off of the NT CD.  Boot to   
disk one, and insert disk two
when prompted.  Eventually you'll reach a menu asking if you want to   
install NT or fix a previously
installed NT setup.  Take the fix or repair option.  I don't remember   
the exact set of menu options,
but when I did it all of the directions seemed to be pretty clear.  The   
whole process takes about 10
minutes tops.

Good luck,
Tony Richardson


 -Original Message-
From: Abdelrazak Younes [SMTP:[EMAIL PROTECTED]
Sent: Wednesday, February 04, 1998 10:15 AM
To: [EMAIL PROTECTED]
Cc: debian-user@lists.debian.org; younes
Subject: Re: Problems with dual boot NT/linux

 First I thought that it was just because Debian has somehow installed

something on the master boot record, so I booted dos with dos system
 floppy and I did fdisk /MBR in order to clear the MBR and I
verified
 that my dos partion was OK; but I didn't work out. I also tried to
 remove the second hard-drive (/dev/sdb) but it still tells me :
 Missing operationg system

Yes, I encouneterd something similar also. The reason I was unable to
boot
NT was simple - somehow the bootable flag for /dev/sda1 partition was
erased. And the worse thing that after restoring it with linux fdisk,
I got another message: invalid partition table. The fix was to make
NT
(or DOS) to run it's own fdisk to resrtre the flag correctly.
fdisk /mbr does nothing, 'cause MBR is OK! try just starting fdisk
in dos and exit without chnaging anything.

I tried that and it tells me :
Error reading fixed disk

But I still can read data on drive C: under DOS !!

I also tried to toggle the bootable flag with linux fdisk and then try
to launch dos fdisk again but it did the same : Error reading fixed
disk

Do you have an idear ?

Abdel.


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


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


Re: faxing using linux?

1998-02-04 Thread Michael Stutz
On Wed, 4 Feb 1998, Chris Keathley Keathley wrote:

 
 I am new to linux and learning a lot very fast. I am doing good
 learning on my own and reading many linux and unix books. But , my
 wife needs to fax something and I don't have any clue on how to go
 about it. 

Check the efax package. It's the easiest fax system I've seen so far
(Linux or otherwise).


Michael Stutz  .  http://dsl.org/m/  .  copyright disclaimer etc
stutz@dsl.org  :  finger for pgp :  http://dsl.org/copyleft/


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


Re: procmail and folders

1998-02-04 Thread Martin Bialasinski
Catalin Popescu [EMAIL PROTECTED] writes:

 Here they are: my problem is that the _all_my_mail_ disappears and I'm not
 able to found it. 
 
 
 # procmailrc file
 
 ### Some of this taken from
 ### the help G. Branden Robinson [EMAIL PROTECTED]
 ### posted on the debian-user list.
 
 PATH=/bin:/usr/bin
 MAILDIR=/home/cpopescu/mail # you'd better make sure it exists
 DEFAULT=/var/spool/mail/cpopescu# completely optional
 LOGFILE=$MAILDIR/logfile # recommended
 
 # I use the FROM header because if it comes from the listserver I want it
 #   in debian,  and if it's cc'd to me,  I want the cc'd copy in INBOX
 ### This sends all mail from the debian lists to debian
 
 :0:
 * ^Resent-From.*debian-user
 debian

[...]

Could you run dos2unix .forward .procmailrc. I don't know, if the ^M are
bad, but better remove them.

Add the line
VERBOSE=on
to the beginning of the .procmailrc.

Then retrieve mails and check:

1. is /home/cpopescu/mail/logfile empty ? If not: what does it say?
2. Mails from the debian-user list will go to /home/cpopescu/mail/debian
   Does this file exist? Does it have content?
3. Other mail (non-debianlists) will go to your mailspool.
   Check this with:

mail -s testmail cpopescu
a test
.

This testmessage should be appended to your mailspool.
tail /var/spool/mail/cpopescu should show it.

Ciao,
Martin


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


Re: User manager for X

1998-02-04 Thread Martin Bialasinski
Rob [EMAIL PROTECTED] writes:

 A while back a friend of mine showed me a Red Hat machine they were
 running at work.They had X setup, and there was some sort of user
 manager tool they had up there, which supposedly came with the system.
 It did all kinds of snappy things like add and remove users, allowing
 you to pick shells, and automatically setting up default config files
 for the selected shells.

There are some of these on sunsite, so you can install one in /usr/local/
if you want. www.linuxhq.com has a nice browser for sunsite.
 
 Anyone know what that was? Running anything similar?

IMHO, these tools are nice to look at, but not *that* usefull.

If you have many users, you need scripting abilities to masschange
something. I don't know any GUI usertool which can do this.

And most times, I manage my server using telnet, sometimes over a modom
link. So no way using a GUI.

These programms don't do more then you can do at the prompt.

adduser (*the* primary programm for usermanagement in debian; check the
 manpage )
deluser
chfn   - change the gecos field
chsh   - change the shell

And: If you know these commands, you can make a great impression on some
Redhat guys who think the GUI stuff they use is the only way (and who are
lost when they don't have X available) :-)

Ciao,
Martin


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


Re: Win95 and Linux: Was: Verified Re: Unidentified subject!

1998-02-04 Thread Jaakko Niemi
  Try StarOffice4.0.  It's actually fairly Word compatible.
 
 Seth,
  StarOffice4.0 is rather impressive. The Win 95 version looked very
 interesting during the time it was tested. I'll be interested in seeing
 the Linux version when it's released.

 According to Freshmeat it's out now. I couldn't get to ftp.stardiv.de, 
 (everybody seems to be downloading that 40mb chunk ;-)) to confirm 
 it. (Also their web-site was so slow, that I didn't have time to wait).

 Does somebody know any mirrors?

 
 subject: StarOffice 4 final
added by: scoop ([EMAIL PROTECTED])
date: 02/02/98

Stardivision has released the final edition of their award-winning 
Office-Suite. Of course free for private use.

o Get it (ftp://ftp.stardiv.de/pub/so4/linux/final/)


--j




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


apache 1.1.3-6 install errors

1998-02-04 Thread m*
has anyone seen this?

Selecting previously deselected package apache.
(Reading database ... 17247 files and directories currently installed.)
Unpacking apache (from /tmp/apache_1.1.3-6.deb) ...
D20: process_archive conffile `/etc/cron.daily/apache' no package,
no hash
D20: process_archive conffile `/etc/init.d/apache' no package, no
hash
dpkg: error processing /tmp/apache_1.1.3-6.deb (--install):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /tmp/apache_1.1.3-6.deb

i got this with debug 20 turned on.

thanks,

m*


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


Re: odd dpkg-ftp behavior

1998-02-04 Thread mike
On Wed, 4 Feb 1998, Britton wrote:

 
 I sent this out with the wrong subject last time, sorry.
 
 On Tue, 3 Feb 1998, Britton wrote:
 
  
  I am having some trouble getting dpkg-ftp to work installing hamm.  I have
  included some stuff from a dpkg-ftp session (run from dselect) below, in
  case anyone can see the problem:

I ran into this problem after upgrading as well.  I'm guessing
that you've set your 'debian' directory to be /debian/hamm.  This will get
the package files but not download them : set up dselect's access like
this.
###
Enter ftp site [ftp.fuller.edu]: 

Use passive mode [y]: 

Enter username [ftp]: 

If you are using anonymous ftp to retrieve files, enter your email
address for use as a password.  Otherwise enter ? and dpkg-ftp will
prompt you each time.

Enter password [EMAIL PROTECTED]: 

Enter debian directory [/debian]: 

Note: order here is important.  Package files are scanned in order so
later distributions will override earlier ones.

So put stable before unstable.

Enter space seperated list of distributions to get
[hamm/hamm hamm/non-free hamm/contrib]: 
###

Worked like a charm for me once I did that :

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


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


web forms killing ppp!

1998-02-04 Thread servis
Hi all,

This problem is really getting on my nerves.

Occasionally when I fill out a form on a web page it will kill my ppp
connection.(The ppp connection is over a modem.) Usually short forms,
only a few fields, work fine but the problem seems to happen on forms
with a large number of fields. When I submit a form the modem does not
drop carrier but the ppp link dies.  I can't ping or do anything over
the link.  Eventually pppd drops carrier because I have lcp-echo-failure
set.  I get the same results with lynx and netscape 4.04.  What could
be causing this?  Could it be something in my ppp/options file, what
would I look for?
 

Any hints would be appreciatedThanks.
 
Brian 



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


Lyx, StarOffice, word [was Re: Win95 and Linux:

1998-02-04 Thread Richard E. Hawkins Esq.
  Actually all of that list is possible, with the possible exception
  of M$Word...

 Okay, I havent used it.. but what about Lyx?? Ive heard good things about
 it.. Comments?

I use lyx regularly.  It's not like Word.  But for technical writing, it's 
better.  IT generates latex, and is far easier to use than equation editor.  
(BTW, version .12 is just releast).

For those that are among the other three people in the world that used the 
formula command in the Mac versions of word (from 1.0 to 5.1), lyx is even 
better.  I hung onto macs for a few extra years do to those commands (with the 
commands and a couple of macros, I could take notes full speed in phd math, 
econ, and stat classes [which i can't manage by hand]).  The machine on my desk 
for my dissertation runs linux so that I can use lyx.  Wihtout lyx, it would 
have been another Mac.

Really, it's that good.

But lyx is for generating stuff like latex (no, I don't know a bit of latex).  
IT doesn't do form letters, html, etc.

For those, star office 4 is great.  IT is (apparently) word like in its word 
processor.  It's free for personal use, and does the typing correction, etc.  I 
don't know about the final release, but some of the merge commands were missing 
from the beta.  And it's also great for html; i don't know any html, and i'm 
able to toss up pictures of my newborns for grandparents.

rick



-- 
These opinions will not be those of ISU until it pays my retainer.



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


even further off topic [was Re: Way off topic: humor

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

I'll go even further off topic :)

I had twins a week ago.  Yep, I laid there on the table under the knife while 
my wife watched :)

Anyway, though 5 weeks early, Kaitlyn Genevieve and Kathryn Lily are both 
healthy (Kathryn had to go to a hospital 40 miles away for a few days though 
:(  )

And if anyone gets excited about such things, they're pictures are at 

eyry.econ.iastate.edu/twins (there is NOT a www in the address).

rick

- - -- 
These opinions will not be those of ISU until it pays my retainer.



- --- End of Unsent Draft

--- End of Forwarded Message


-- 
These opinions will not be those of ISU until it pays my retainer.



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


Re: Problems with dual boot NT/linux

1998-02-04 Thread Richard Kilgore
On Wed, Feb 04, 1998 at 11:36:00AM -0500, Richardson,Anthony wrote:
 I suspect that the NT boot sector was somehow corrupted.  This
 code reads   the NT boot.ini file and allows you to dual boot
 between DOS/NT. You can restore the NT boot   sector.  You'll
 need to make a set of (three) NT installation disks off of the
 NT CD.  Boot to   disk one, and insert disk two when prompted.
 Eventually you'll reach a menu asking if you want to   install
 NT or fix a previously installed NT setup.  Take the fix or
 repair option.  I don't remember   the exact set of menu
 options, but when I did it all of the directions seemed to be
 pretty clear.  The   whole process takes about 10 minutes tops.

Another alternative for fixing the NT boot sector is to get
BootPart at http://ourworld.compuserve.com/homepages/gvollant/bootpart.htm.
This is a handy utility to have anyway.

   - rick

-- 
Richard Kilgore |  [EMAIL PROTECTED]
Electrical  Computer Engineering   |  http://lore.ece.utexas.edu/~rkilgore/
The University of Texas at Austin   |  (512) 471-8011


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


wget and refused connections

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

If wget gets a refused connection, it seems to quit, even with the -c 
option.  Does anyone know a way around this?

rick

-- 
These opinions will not be those of ISU until it pays my retainer.



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


ImageMagick Guru

1998-02-04 Thread fealvar

The problem is as follows:
the input file is a tiff image who has 1 bit/sample and after an 
   mogrify -geometry x% 
i get an image with 8 bit/sample.

I've search the man page without success.
Please Help. It's very critical.

__

Felipe Alvarez Harnecker [EMAIL PROTECTED] 

Compañia de Telecomunicaciones de Chile.
Telefono: 691.30.56

Licenciado en Matemáticas y Computación
Pontificia Universidad Católica de Chile.

Potenciado por Debian GNU/Linux
http://www.debian.org
__





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


Re: PPP daemon

1998-02-04 Thread ranty


On Tue, 3 Feb 1998, Jean Oswald wrote:

 /lib/modules/2.0.29/net/ppp.o: unresolved symbol dev_close_Rfd6b3489
 /lib/modules/2.0.29/net/ppp.o: unresolved symbol
 tty_register_ldisc_R0e272753
 /lib/modules/2.0.29/net/ppp.o: unresolved symbol
 unregister_netdev_R8ca4afc9
 /lib/modules/2.0.29/net/ppp.o: unresolved symbol kill_fasync_R689dfeeb
 /lib/modules/2.0.29/net/ppp.o: unresolved symbol n_tty_ioctl_R2aa2a57a
 /lib/modules/2.0.29/net/ppp.o: unresolved symbol netif_rx_R4c16cac7
 /lib/modules/2.0.29/net/ppp.o: unresolved symbol dev_kfree_skb_R7154554e


try depmod -a
the debian packages for kernel_images don't execute this and it is necesari to
que de modules dependences worked out for modprobe, that may help.



good luck

Ranty



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


Re: More on boot/mount

1998-02-04 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], T-SNAKE [EMAIL PROTECTED] wrote:
I asked:
How do you mount all the drives/partitions at boot time without having to
actually type in the mount -t msdos / command?

And the responce (thanks) was to add entries to the fstab file. Well, I did
this and when I rebooted, i wasn't able to perform many commands. It was like
root and other accounts had a messed up path. I could ls and shutdown, but I
couldn't man or dselect. I took the mounting lines out and that fixed it back
to normal. Why would that be?

That means you messed up your /etc/fstab. Probably /usr wasn't mounted
anymore. You have to be careful and use the right syntax in these files.

Mike.
-- 
 Miquel van Smoorenburg |  The dyslexic, agnostic, insomniac lay in his bed
[EMAIL PROTECTED]  |  awake all night wondering if there is a doG


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


Re: procmail and folders

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

 You might need to touch the files where the mail is supposed to go to
 make an empty file for procmail to start storing the mail in.

procmail creates a new file if needed.

However, all directories where procmail is supposed to create those files
*should* exist.

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

iQCVAgUBNNjR4CqK7IlOjMLFAQECPwP/W54eaxmbJT/QNflErH65RWJdluFSBT/W
H1Jf8CItVRqdAWaxqMkoR3He7crDZMKGVfp4ckAqENplIu7pPuIsDCIOmnh2fpxj
2ERNezf89u7hyeLx2CKh+hKZ9rV8gGAgseD6kIrVxznhD/2r2aCtkygO7f3LfXb5
3qkxHQ8lBXY=
=PsLl
-END PGP SIGNATURE-


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


Re: Maildir support

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

On Mon, 2 Feb 1998, Paul Miller wrote:

 is there any plans for adding Qmail's Maildir support to the following
 packages soon?
 
 pine (there already is a patch, but I couldn't compile it)

The one in unstable has the patch already applied. You have to compile it
yourself, anyway, since we don't distribute binaries anymore.

You may need to do some changes for compiling under libc5, for example,
removing the -lcrypt that was added for libc6 compilation :-)

Good luck...

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

iQCVAgUBNNjTJCqK7IlOjMLFAQGjbQP+OCsoBKIjeVC7fpFJIJc7MMzKmVcrvLyY
9yvvuDJVws1H7XA5I3VH76IFtAsf7Wiw2GIKRTqv5CAdTgjxWgH51u9OXTy3AHEl
9Y4CICAq1bQd9bJyNv4n5jAFltxKkCJBAwg0lzp9YfmPRPEl4p/FsY85UEz1efoK
UJ2aG+/owB4=
=7Ofg
-END PGP SIGNATURE-


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


Matrox Mystique or Diamond 3d 3000?

1998-02-04 Thread Fernando Tadeu C Brandt
My supplier offers Matrox Mystique or Diamond 3d 3000.
Which one is best supported by debian?

   Fernando T. C. Brandt


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


RE: Win95 and Linux: Was: Verified Re: Unidentified subject!

1998-02-04 Thread Hogland, Thomas E.
Well, I hesitate to say it's not there, but I installed it and it runs
fine. Note that I DON'T use LILO, didn't install LILO, and didn't do any
fiddling with my config files. I'm using a Compaq Presario 4840
(PII-266), so it's not much of a wait to boot to Win95 and run the
Linux95 program :-)...

Future plans, use Partition Magic to move my Debian partition to the
front of the drive and install LILO so I can skip the 45-second delay
waiting for Win95 to boot g. (I absolutely LOVE how fast Debian loads
on this thing!)

 --
 From: David E. Scott[SMTP:[EMAIL PROTECTED]
 Reply To: [EMAIL PROTECTED]
 Sent: Monday, February 02, 1998 5:15 PM
 To:   Tom Hogland
 Cc:   'Stephen Carpenter'; 'debian-user@lists.debian.org'
 Subject:  Re: Win95 and Linux: Was: Verified Re: Unidentified
 subject!
 
 Tom,
   Thanks much for the link. I've downloaded it and am checking
 thru the
 docs before I jump in. Glad to see that 1023 cyl limit doesn't really
 exist. I had suspected that but wasn't sure.
 
 Cheers,
 Dave
 
 
 
 Tom Hogland wrote:
  
  Here it is:
  ftp://sunsite.unc.edu/pub/Linux/utils/dos/linux_load95.zip
  
  Works like a charm. Only deviation from the included documentation I
 found
  was that it says you need the partition you load Linux on to start
 at
  cylinder 1023 or lower. I loaded Debian on the last gig of a 6gb
 drive and
  it works fine... Good luck!
  
 
 -- 
 --David E. Scott  Ohio Administrative Services
 [EMAIL PROTECTED]   [EMAIL PROTECTED]
 
 
 
 


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


even further off topic

1998-02-04 Thread Stephen Gregory
Wow some people on this list do have lives! Maybe there is hope for me
yet :-)


Congradulations Rick.

-- 
Stephen Gregory



 I'll go even further off topic :)
 
 I had twins a week ago. 
 rick
 


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


Re: problem with The GIMP and XFree86 in hamm...

1998-02-04 Thread Jeremy Tregunna


On Wed, 4 Feb 1998, Shaleh wrote:

 I frequently run gimp while surfing, running xv and coding.  No probs. 
 Make sure you d/l'ed the newest gtk and gimp.
 
 

That's the thing, I have all the new gtk stuff installed, all my packages
are upgraded... I did manage to pull off using after 4 attempts last
night, but as soon as i tried to put in some text, it went down again...
Anyway, thanks for your help...


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


Unidentified subject!

1998-02-04 Thread Bruce Dobrin
i've got a 4 proc Intergraph w/256M, 2.0.29 smp,  a line in the lilo.conf: 
append = mem=256M.  Top and Free still show only 64MB.  Same problem on an 
Intel (netpower) 2proc box.  Any Ideas? (sorry for sending this out,  but the 
HOWTO's solution just didn't seem to work).


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


My buddy got busted for counterfeiting.  He was making pennies.  They
caught him because he was putting the heads and tails on the wrong
sides.  He's in a minimum security prison now; he's on a whiffle-ball
and chain.
  -You Know Who


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


Re: even further off topic

1998-02-04 Thread Stephen Zander
Stephen Gregory [EMAIL PROTECTED] writes:

 Wow some people on this list do have lives! Maybe there is hope for me
 yet :-)
  I'll go even further off topic :)
  
  I had twins a week ago. 
  rick

You did? Isn't modern science wonderful.. your wife must be proud of you! :))

(wish I knew you rick is...)

-- 
Stephen
---
Normality is a statistical illusion. -- me


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


Backspace in X?

1998-02-04 Thread Adam Heath
-BEGIN PGP SIGNED MESSAGE-

How do I get backspace to work in X?  I would like bspc/del to work in
xterm/bash like bash on the console.  Also, bspc doesn't function AT ALL in
staroffice.

I have no idea where to look for this.  Txs in advance.

Adam


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: noconv

iQCVAwUBNNjnyGtDcajeZWsFAQGL3AP/TjzT74G8Ikl8+8rFWhORX1xEBqGk6vIG
JDtsCpmG6Dj6Siyu1OlRChEWmyiUOFNkuvMFiVmmz+Y6T6fvUMH1PuIRDTj5+a4A
kcIn7GIa65HgBaZhfrt/L9z1MWnCB+zSVEy/siJq07gF43RZDwYNIvwPV2mD9JEh
Bnx5UlGJZJg=
=9TA9
-END PGP SIGNATURE-


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


LCP, IPCP, and ppp

1998-02-04 Thread J. Ramsay Key

I am having trouble getting connected to the local ISP with 
ppp.  I have read all I could find including the mail archives, RFCs,
and the how-tos.  I tried calling my ISP to figure out what pppd they
are running and they couldn't tell me, although the guy realized he had a 
Sun Ultra on his desk (so perhaps Sun pppd). I was wondering if anyone has
any insight into the following problem which involves the LCP and IPCP:
The negotiation begins with several LCP ConfReqs. by both sides.
Eventually my box agrees and sends a ConfAck.  However, I rarely receive
a ConfAck from the ISP even though I've ConfReq'ed the same options that
I've ConfAck'ed.  Eventually after sending more unanswered ConfReqs. my
box closes the connection.  On occasion (less than 10% of the time) I will
get a ConfAck from the ISP and my box sends a IPCP ConfReq. but never
hears from the ISP.  After sending several more IPCP ConfReqs. with no
response from the ISP, my box closes the connection.
Does anyone have any idea why I am not receiving those responses?
I have altered the timeout controls to avoid timeouts, but that didn't
solve anything.  I have also disable the lcp-echo feature.  Could this be
related to the pppd running at the ISP?

Thanks for the help.

Ramsay Key


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


Re: Backspace in X?

1998-02-04 Thread Gergely Madarasz
On Wed, 4 Feb 1998, Adam Heath wrote:

 -BEGIN PGP SIGNED MESSAGE-
 
 How do I get backspace to work in X?  I would like bspc/del to work in
 xterm/bash like bash on the console.  Also, bspc doesn't function AT ALL in
 staroffice.
 
 I have no idea where to look for this.  Txs in advance.

If you're using Xkb, then I dont know... in case of good old xmodmap:

[EMAIL PROTECTED]:~$ grep BackSpace /etc/X11/Xmodmap
keycode 0x16 =  BackSpace

It should probably be in the default Xmodmap...

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


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


a MANPATH problem

1998-02-04 Thread Dave Mallery

hi

when Xman comes up, it does not see my MANPATH variable (so it seems)
and can only display the pages located in /usr/man.

/home/dmalleryecho $MANPATH
/usr/man:/usr/X11R6/man
/home/dmallery

also, i have this problem when running emacs on an xterm in SU:

/home/dmalleryemacs
Xlib: connection to :0.0 refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
emacs: Cannot connect to X server :0.0.
Check the DISPLAY environment variable or use `-d'.
Also use the `xhost' program to verify that it is set to permit
connections from your machine.
/home/dmallery
/home/dmalleryecho $DISPLAY
:0.0
/home/dmallery
 needless to say, emacs works perfectly from my /home account

i apologize for the rank odor of newbie, but i am overwhelmed by
the vast assortment of new toys in X.
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- 

Dave Mallery, K5EN
po box 520; ramah nm  87321

running Debian GNU/Linux.Free at last



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


Sending email(smail)

1998-02-04 Thread Adam Heath
I would like to have email that I send when offline be queued for later
deliver when I connect.  How can I do this?

Adam



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


Re: Sending email(smail)

1998-02-04 Thread Ben Pfaff
   I would like to have email that I send when offline be queued for later
   deliver when I connect.  How can I do this?

When mail is sent when you're offline, the mail daemon queues it,
because it can't connect to the remote host.  It retries every so
often for a few days, then gives up.  The easiest thing to do is to
just let the daemon queue it, and then, when you're online, run the
`runq' command to have it attempt delivery immediately.

Of course there are other solutions but this is the simplest.  If you
use diald it won't work of course.  Maybe the diald filters can be
configured to not bring the connection up for packets sent to the smtp
port?


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


Re: LCP, IPCP, and ppp

1998-02-04 Thread Martin Bialasinski
J. Ramsay Key [EMAIL PROTECTED] writes:

   The negotiation begins with several LCP ConfReqs. by both sides.
 Eventually my box agrees and sends a ConfAck.  However, I rarely receive

[...]

We could be more helpfull, if you'd show us the actual logfile.

Ciao,
Martin


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


Re: Sending email(smail)

1998-02-04 Thread Martin Bialasinski
Adam Heath [EMAIL PROTECTED] writes:

 I would like to have email that I send when offline be queued for later
 deliver when I connect.  How can I do this?

You didn't tell us which MTA you use. So I choose smail (if you don't run
smail, don't blame me if the following is useless to you).

If you install smail, it starts smailconfig. Choose option 1 (internet
site) and enter your ISP's smtp server as the smarthost.

You then can write mail offline and use runq to send it as soon you get
online (probably in /etc/ppp/ip-up).

Ciao,
Martin


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