Linux-Misc Digest #888, Volume #23               Sun, 19 Mar 00 01:13:03 EST

Contents:
  ok- fiixed-forget it-Re: Compiled pop3 simply wont work? Help? ("Robert Chalmers")
  how to setup 2 pages per output page (TeaCafe)
  Re: Salary? (Jan Schaumann)
  Re: printer problem (Leonard Evens)
  Help: installed AWE64 isa, now 3c900b won;t work ([EMAIL PROTECTED])
  Re: First Time Compiling Kernel (John)
  Apache source versus RPMs ("Kerry J. Cox")
  HC11 Development Tools ("Mike Lewis")
  Re: Help - can't install gcc (Steve)
  Re: I want to learn UNIX. I'd like to know what product of Linux I could  (Luke)
  Re: quake.gz.sh (Thomas Zajic)
  Re: Problems logging in at ISP (MaryP)
  Re: No history in tcsh (Gary Brant)
  Re: Apache source versus RPMs ("Jason Bradley Nance")
  Red Hat Linux 6.2 & XFree86 4.0? ("Peter")
  Re: Books (Tony Aicardi)
  Re: Plan9 editor "sam" under Linux? (James A. Robinson)
  Re: Help - can't install gcc (Paul Cobley)

----------------------------------------------------------------------------

From: "Robert Chalmers" <[EMAIL PROTECTED]>
Subject: ok- fiixed-forget it-Re: Compiled pop3 simply wont work? Help?
Date: Sun, 19 Mar 2000 14:34:22 +1000


"Robert Chalmers" <[EMAIL PROTECTED]> wrote in message
news:hWVA4.47$[EMAIL PROTECTED]...
> Hi,
> has anyone successfully compiled and installed qpopper. (pop3) from
qualcom
> ?
>
> It compiles fine. No errors. but simply wont work.
>
> thanks for any help
> Bob
>
>



------------------------------

From: TeaCafe <[EMAIL PROTECTED]>
Subject: how to setup 2 pages per output page
Date: Sun, 19 Mar 2000 11:24:45 +0800

I am a newbie to Linux and hook up Epson inkjet printer on 
the parallel port in the Mandrake 7 distribution.  I can print 
the postscript and text testing page in PRINTTOOL 
without anyproblem.  Whenever I enable the 2 Pages Per 
Output Page option, the printing output is garbage even I 
disabled the Fast Text Printing.  How can I configurate my 
printer to print two pages in one outpage page?  Is this 
feature only available on true postscript printer?

Thanks for your help in advance.

------------------------------

From: Jan Schaumann <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.advocacy
Subject: Re: Salary?
Date: Sat, 18 Mar 2000 22:37:58 -0500

The Ghost In The Machine wrote:
> 
> In comp.os.linux.advocacy, Donovan Rebbechi <[EMAIL PROTECTED]>
> wrote on 18 Mar 2000 17:58:59 GMT <[EMAIL PROTECTED]>:
> >On Sat, 18 Mar 2000 16:00:43 GMT, Stewart Honsberger wrote:
> >>On Thu, 16 Mar 2000 22:08:18 +0100, Matthias Warkus wrote:
> >>>what is affirmative action again?
> >>
> >>"White males need not apply."
> >
> >Bullshit. Then again, what can we expect from someone who cites Howard
> >Stern in his arguments ?
> 
> "Argument by kielbasa"? :-)
> 
> [.sigsnip]
> 
> ObLinux: Does Howard Stern use Linux anywhere in his organization?
> 

Doubt it - he is constantly having problems pulling up wbsites and his
computer crashes all the time,must be windows, then.

-Jan

-- 
Jan Schaumann
http://jschauma-0.dsl.speakeasy.net

------------------------------

From: Leonard Evens <[EMAIL PROTECTED]>
Subject: Re: printer problem
Date: Sat, 18 Mar 2000 21:25:22 -0600

The Dude wrote:
> 
> hi guys,
> I tried setting up printer on two of my machines and for some reason
> each time I run the printtool it gives me that message that it couldn't
> find any printers on /dev/lp0 to lp2.
> the printer are connected to the paralel port on both machines.
> I'm using RedHat 6.1.
> pls HELP.
> 
> --
> Regards
> The Dude
> 
> Sent via Deja.com http://www.deja.com/
> Before you buy.

The usual problem is a missing statement

alias parport_lowlevel parport_pc

in /etc/conf.modules.   After you add this statement, reboot.





-- 

Leonard Evens      [EMAIL PROTECTED]      847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208

------------------------------

From: [EMAIL PROTECTED]
Subject: Help: installed AWE64 isa, now 3c900b won;t work
Date: Sun, 19 Mar 2000 04:00:26 GMT


According to the Windoze settings, there are no conflicts, yet eth0
fails on boot as soon as the AWE64 isa was installed

Any ideas to solve this problem?

thanks



Wade Segade

[EMAIL PROTECTED]  (remove the obvious)

------------------------------

From: John <[EMAIL PROTECTED]>
Subject: Re: First Time Compiling Kernel
Date: Sat, 18 Mar 2000 23:04:57 -0500
Reply-To: [EMAIL PROTECTED]

I found that I broke the links in to asm, linux and scsi in
/usr/include, and have restored them.

I've reran the make mrpproper and make dep. Not I've got an error on
make bzImage, and would appreciate any input:

[root@jilinux linux]# make bzImage
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o
scripts/split-include scripts/split-include.c
make: *** No rule to make target `include/linux/autoconf.h', needed by
`include/config/MARKER'.  Stop.


John wrote:
> 
> Amending that last note:
> 
> The script is looking at /usr/include, and I presume it should be
> looking at /usr/src/linux-2.3.99/include.
> 
> John wrote:
> >
> > Thanks for your answer. Yes, there was a symbolic link called linux
> > pointing to the linux-2.2.12 directory causing the problem.
> >
> > I've removed the link, and renamed the new toplevel directory for the
> > new kernel linux-2.3.99. Now one of the scripts insists on pointing to
> > /usr/src/include instead of /usr/src/linux-2.2.12/include.
> >
> > Is this just a problem with the RedHat directory structure, or is there
> > another step that everybody knows about when compiling the kernel that
> > isn't written up in the HOWTO or the README doc that comes with the new
> > kernel sources, i.e., copying all the .h files to /usr/src/include?
> >
> > Paul Kimoto wrote:
> > >
> > > In article <[EMAIL PROTECTED]>, John wrote:
> > > > 1. copied linux-2.3.99-pre1.tar.gz to /usr/src
> > > > 2. per README file, decompressed it with gzip -cd linux-2.3.XX.tar.gz |
> > > > tar xvf -
> > > > 3. this created /usr/src/linux, and I changed directory to
> > > > /usr/src/linux.
> > >
> > > Now run
> > > $ /bin/pwd  # NOT "pwd"
> > > Are you in /usr/src/linux-2.2.12?  If so, /usr/src/linux was not freshly
> > > (re)created, but is a symbolic link to /usr/src/linux-2.2.12, which perhaps
> > > still contains some old files.  Best to unpack the source code into an
> > > _empty_ directory.
> > >
> > > > 4. I ran make xconfig and set my options
> > > > 5. I ran make mrproper
> > > > 6. I ran make dep. At this point I noticed the make process was printing
> > > > lots of references to "entering direcory /usr/src/linux-2.2.12 and
> > > > various subdiretories beneath it.
> > >
> > > --
> > > Paul Kimoto             <[EMAIL PROTECTED]>

------------------------------

From: "Kerry J. Cox" <[EMAIL PROTECTED]>
Crossposted-To: comp.infosystems.www.servers.unix
Subject: Apache source versus RPMs
Date: Sat, 18 Mar 2000 21:07:58 -0700


==============A2CB50C6210562DAA2BFB64D
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Quick question.  I want to use the latest source for Apache on my
machine, yet I want to be able to use the start up routine utilized by
Red Hat Linux to ensure that my web daemon starts up when the machine
starts.  Using the "ntsysv" command under Red Hat 6.1 you can choose
what daemons will automatically start.  How can I change it so that it
will point to my new binary that I compiled from source in
"/usr/local/etc/apache/httpd" rather than the binary that came by
default with Red Hat in "/usr/bin/httpd"  Does anyone have any sample
configuration files as to hgow they are linked to the different rc.d
directories.  Thanks.
KJ

--
.-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.
| Kerry J. Cox         KSL                              |
| [EMAIL PROTECTED]    System Administrator             |
| (801) 575-7771       http://www.ksl.com               |
`-------------------------------------------------------'



==============A2CB50C6210562DAA2BFB64D
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Quick question.&nbsp; I want to use the latest source for Apache on my
machine, yet I want to be able to use the start up routine utilized by
Red Hat Linux to ensure that my web daemon starts up when the machine starts.&nbsp;
Using the "ntsysv" command under Red Hat 6.1 you can choose what daemons
will automatically start.&nbsp; How can I change it so that it will point
to my new binary that I compiled from source in "/usr/local/etc/apache/httpd"
rather than the binary that came by default with Red Hat in "/usr/bin/httpd"&nbsp;
Does anyone have any sample configuration files as to hgow they are linked
to the different rc.d directories.&nbsp; Thanks.
<br>KJ
<pre>--&nbsp;
.-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.
| Kerry J. Cox&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
|KSL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
| |
| [EMAIL PROTECTED]&nbsp;&nbsp;&nbsp; System 
|Administrator&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
||
| (801) 575-7771&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
|HREF="http://www.ksl.com">http://www.ksl.com</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
| |
`-------------------------------------------------------'</pre>
&nbsp;</html>

==============A2CB50C6210562DAA2BFB64D==


------------------------------

From: "Mike Lewis" <[EMAIL PROTECTED]>
Subject: HC11 Development Tools
Date: Sat, 18 Mar 2000 23:07:22 -0800

Hi All:
    Does anyone know if there are Motorola HC11 developement tools available
that run under Linux?  I'm hoping to find an assembler, simulator, etc....
Thanks for any help,
Mike




------------------------------

From: [EMAIL PROTECTED] (Steve)
Crossposted-To: alt.os.linux.mandrake,comp.os.linux.setup
Subject: Re: Help - can't install gcc
Reply-To: [EMAIL PROTECTED]
Date: 19 Mar 2000 03:24:10 GMT

On Sat, 18 Mar 2000 11:19:53 -0000, A Slater wrote:
>yes I'v done that,  but installation reqiures CC environment variable, I
>have no-where to point this to, since I do nor appear
>to hav any C compiler on my machine,
>
>has linux installation gone wrong ie. should there be some kind of C
>compiler installed initially ?
>am I looking for the wrong thing ?
>do I need to download c-compiler binaries instead, from somewhere?
>or is system generally confused, the install is not able to determine HOST
>or TARGET,  I have noticed this when trying to install other s/ware
>mandrake linux does not seem to be one of the standard linux systems ?
>
>help is VERY much appreciated

I've just been over to: 
ftp://ftp.linuxberg.com/pub/distributions/Mandrake/Mandrake
/current/Mandrake/RPMS/

and it appears that GCC is part of the distribution, so I'd suggest that 
something must have gone wrong with the install process.  

If you're still having problems, feel free to mail me. 

-- 
Cheers
Steve              email mailto:[EMAIL PROTECTED]

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.ndirect.co.uk/~sjlen/

or  http://start.at/zero-pps

  3:00am  up 1 day, 15:12,  7 users,  load average: 1.41, 1.20, 1.16

------------------------------

From: Luke <[EMAIL PROTECTED]>
Subject: Re: I want to learn UNIX. I'd like to know what product of Linux I could 
Date: Sun, 19 Mar 2000 04:31:53 GMT

1. Go to cheapbytes.com
2. buy redhat 6.1 or other distribution
3. install
4. go to amazon.com
5. buy book on linux
6. open front cover
7. read
8. go to linuxdoc.org
9. read howto's on things you're interested
10. use linux all the time
11. read newsgroups, ask and answer questions
12. you're a *nix pro now.

> I would like to know what product of Linux that I could used to learn Unix.
>
> Any suggestion is greatly appreciated.


------------------------------

From: [EMAIL PROTECTED] (Thomas Zajic)
Subject: Re: quake.gz.sh
Reply-To: [EMAIL PROTECTED] (Thomas Zajic)
Date: Sun, 19 Mar 2000 04:42:10 GMT

On Sun, 19 Mar 2000 02:05:35 +0100, Bergeron Bernard wrote:

> How to gunzip a file like:
> linuxq3ademo-1.11-6.x86.gz.s

If you do a 'file linuxq3ademo-1.11-6.x86.gz.sh', you'll notice that
it's actually a shell script, not a gzipped file (okay, so it's a
shell script that _contains_ a gzipped file - but it's still a shell
script ;-).

Anyway, either do a

   chmod +x linuxq3ademo-1.11-6.x86.gz.sh
   ./linuxq3ademo-1.11-6.x86.gz.sh

or simply

   sh ./linuxq3ademo-1.11-6.x86.gz.sh

HTH,
Thomas
-- 
=-------------------------------------------------------------------------=
-   Thomas "ZlatkO" Zajic   <[EMAIL PROTECTED]>   Linux-2.0.38/slrn-0.9.6.2   -
-  "It is not easy to cut through a human head with a hacksaw."  (M. C.)  -
=-------------------------------------------------------------------------=

------------------------------

From: [EMAIL PROTECTED] (MaryP)
Crossposted-To: comp.os.linux.setup,alt.os.linux,alt.os.linux.dial-up
Subject: Re: Problems logging in at ISP
Date: Sat, 18 Mar 2000 23:01:04 -0600

question: 
> >Mar 10 14:45:43 localhost pppd[622]: Receive serial link is not 8-bit
> >clean:
> >Mar 10 14:45:43 localhost pppd[622]: Problem: all had bit 7 set to 0
> 
> >What does this mean and how do I solve it?


reply from someone else:
> It usually means that there's a shell or terminal server prompt running on
> the other end of the connection instead of ppp.  Perhaps you need to use a
> chat script to tell the other side to switch to ppp?

comment from me:
My ISP's on-line tech support supplies their scripts at this URL:
http://www.chorus.net/support/linuxhelp.html

follow the links to read the scripts they suggest for their subscribers.
This may not work for you exactly as shown because I understand the ISPs
all have their own internal differences. However it might provide a
starting point or format.

FWIW I have not been able to make these scripts work yet myself, but that
doesn't mean it's impossible, it means I am having the exact same problem
you are and I still have to learn how to use scripts :-)

MKP (utter beginner)

------------------------------

From: Gary Brant <[EMAIL PROTECTED]>
Subject: Re: No history in tcsh
Date: Sun, 19 Mar 2000 05:14:50 GMT

[EMAIL PROTECTED] wrote:

> Gary,
>
> I also have the same problem.
> History works when you are a root.
> It also works when you "su" to a non-root account from root.
>
> My system is a RH6.0 and the following tcsh version:
> tcsh 6.08.00 (Astron) 1998-10-02 (i486-intel-linux) options
> 8b,nls,dl,al,rh,color
>
> If you have solved the problem, I'd appreciate if you can
> tell me how you solved it.
>
> seiji t.
>
> P.S. I have read the previous threads about "set history=100" and
> about checking /etc/cshrc.cshrc. They both seem OKay to me.
>
> In article <[EMAIL PROTECTED]>,
>   Gary Brant <[EMAIL PROTECTED]> wrote:
> > Hi:
> > At home I have Mandrake 6.5 on a HP Pavillion 400MHZ PII.  The
> > problem is there is no history in tcsh 6.08.00 (also csh).
> >     !!
> >     0: Event not found.
> > Funny thing #1: history works OK if running as root or in virtual
> > console (not in xterm or telnet).
> > Funny thing #2: If I start up tcsh 6.07 from slackware partition
> > while running Mandrake, it acquires this same strange behavior.
> > That same tcsh worked fine when booted into slackware.
> > This is driving me nuts ;=(,  does anyone have a clue?
> > -Gary
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

Edit /etc/csh.cshrc;  comment out / delete the line:    limit
coredumpsize 1000000.
Then log out & back in.  Now we have history in tcsh.  I have no clue
why
limit coredumpsize should fail, much less why it screws up history in
tcsh.
-Gary


------------------------------

From: "Jason Bradley Nance" <[EMAIL PROTECTED]>
Crossposted-To: comp.infosystems.www.servers.unix
Subject: Re: Apache source versus RPMs
Date: Sat, 18 Mar 2000 23:35:10 -0600

Apache has its own startup script (apachectl) located in apache/bin.  For
Redhat (as root):

cd /etc/rc.d/init.d
ln -s /usr/local/apache/bin/apachectl httpd
cd ../rc3.d
ln -s ../init.d/httpd S70httpd

Of course you should use the correct paths, and you don't have to use 70 for
what order your httpd starts.

j


"Kerry J. Cox" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
Quick question.  I want to use the latest source for Apache on my machine,
yet I want to be able to use the start up routine utilized by Red Hat Linux
to ensure that my web daemon starts up when the machine starts.  Using the
"ntsysv" command under Red Hat 6.1 you can choose what daemons will
automatically start.  How can I change it so that it will point to my new
binary that I compiled from source in "/usr/local/etc/apache/httpd" rather
than the binary that came by default with Red Hat in "/usr/bin/httpd"  Does
anyone have any sample configuration files as to hgow they are linked to the
different rc.d directories.  Thanks.
KJ
--
.-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.
| Kerry J. Cox         KSL                              |
| [EMAIL PROTECTED]    System Administrator             |
| (801) 575-7771       http://www.ksl.com               |
`-------------------------------------------------------'




------------------------------

From: "Peter" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x
Subject: Red Hat Linux 6.2 & XFree86 4.0?
Date: Sat, 18 Mar 2000 16:04:34 -0900

Is the next release of Red Hat Linux going to have XFree86 4.0 integrated?




------------------------------

From: Tony Aicardi <[EMAIL PROTECTED]>
Subject: Re: Books
Date: Sat, 18 Mar 2000 23:58:53 -0600

Another good book to check out is:
Running Linux 3rd edition / O'Reilly=20


------------------------------

From: James A. Robinson <[EMAIL PROTECTED]>
Crossposted-To: comp.editors,comp.os.linux.development
Subject: Re: Plan9 editor "sam" under Linux?
Date: Sun, 19 Mar 2000 05:55:04 GMT

In article <[EMAIL PROTECTED]>,
James B Crigler <[EMAIL PROTECTED]> wrote:
> I've compiled sam and wily under 9libs-1.0 on RedHat Linux 6.0. Wily
> works pretty well, but samterm dies with libg error. Both work fine
> (after one small adjustment) under Solaris 2.6.

My first guess is that your screen depth might be at
a level samterm can't cope with. Samterm can deal with
8, 16, and (I think), 32. But I believe it barfs at 24.
You can use xwininfo(1) to tell you the depth you are
at if you don't happen to know it off hand.

But do know that sam DOES work under linux, as does Wily.
I'm also using the 9libs version, and haven't had any
problems in 16bit mode.

Jim


Sent via Deja.com http://www.deja.com/
Before you buy.

------------------------------

From: Paul Cobley <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.mandrake,comp.os.linux.setup
Subject: Re: Help - can't install gcc
Date: Sun, 19 Mar 2000 19:13:03 +1200

>

Problem solved - thanks for the pointers raised in this thread.

It was still not clear WHICH rpm I needed to install, so I did an upgrade of
my installation & asked for all the development libararies possible. It did
install gcc but I am still unaware of which rpm contained gcc - I think there
is a command line rpm switch which will tell me which package gcc came from.



------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to