Linux-Misc Digest #950, Volume #23               Sat, 25 Mar 00 15:13:02 EST

Contents:
  permission denied (Jaime Perez)
  prob building kernel (David Embree)
  Re: Dish Network's site is DOWN if you don't use M$'s browser. (G Sanders)
  Re: Goofy apache "bug" (Jan Schaumann)
  newbie Q: Auto sending an e-mail (Neil Blue)
  Re: Real player 7 on SuSE (6.2) (mitja)
  partition problems ("Mecky")
  Re: how install debian linux ? (John Girash)
  Re: I want to send EOF to FIFO. (David Efflandt)
  Re: portmapper, mountd and nfsd won't start (Bill Unruh)
  Re: portmapper, mountd and nfsd won't start (Bill Unruh)
  sound problem (Jonathan Harm)
  Re: Do you hate vi? (Thomas Baruchel)
  Re: pppd non-root access (Bill Unruh)
  Re: Dish Network's site is DOWN if you don't use M$'s browser. (charlie)
  Re: newbie Q: Auto sending an e-mail (David Efflandt)
  sybase (Michael O'Connell)
  Re: PPP can't find module! (Bill Unruh)
  Where can i find a prog. for OMT's design ?? (Yann GAUTIER)
  Re: newbie Q: Auto sending an e-mail (Jan Schaumann)
  Re: partition problems (David Efflandt)
  Ftape error - read only (scott)
  Re: how to config resolution (Andrew Purugganan)
  Re: html files ==> plane text stdout (J Bland)
  Re: Sound (David Efflandt)
  Would starting Apache while online make me... (Andrew Purugganan)

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

From: Jaime Perez <[EMAIL PROTECTED]>
Subject: permission denied
Date: Sat, 25 Mar 2000 09:17:15 -0800

Hi everyone,

I have a perl cgi program that gathers information
from a web page.  It processes that information and then it inserts it
into an
Oracle database.  The next step I am trying to do is write that
information into
a user's directory.  I am trying to do the following:

open(FH, ">>$hispath") || die $!;

and I always get the error message that says:

Permission denied at /home/httpd/cgi-bin/process123.cgi line 363.
I have changed the permissions on the user's directory to read line
this:

ls -l

drwxrw-rw-    hisdirnamehere

How can I solve this problem?

Thank you very much.

-jaime




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

From: David Embree <[EMAIL PROTECTED]>
Subject: prob building kernel
Date: Sat, 25 Mar 2000 11:55:11 -0500
Reply-To: [EMAIL PROTECTED]

I am attemping to build a kernel for the first time. I did the following
and compilation starts but I get the following error message can anyone
help decipher it for me. Thanks

:cd /usr/include
:rm -vrf asm linux scsi
:ln -s /usr/src/linux/include/asm-i386 asm
:ln -s /usr/src/linux/include/linux linux
:ln -s /usr/src/linux/include/scsi scsi
:cd /usr/src/linux
:make mrproper
:make config
*select all the features I want
:make dep
:make clean
:make bzImage

After compiling for a while it final comes up with this error.
make -C  arch/i386/lib
make[1]: Entering directory `/usr/src/linux-2.0.36/arch/i386/lib'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/arch/i386/lib'
gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer  -pipe -fno-strength-reduce
-m386 -DCPU=386   -c -o checksum.o checksum.c
checksum.c:200: redefinition of `csum_partial_copy'
checksum.c:105: `csum_partial_copy' previously defined here
{standard input}: Assembler messages:
{standard input}:185: Fatal error: Symbol csum_partial_copy already
defined.
make[2]: *** [checksum.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/lib'
make: *** [_dir_arch/i386/lib] Error 2

Any ideas????????????????????



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

From: G Sanders <[EMAIL PROTECTED]>
Crossposted-To: 
rec.video.satellite.dbs,alt.satellite.tv,rec.video.satellite.misc,comp.os.linux.advocacy,comp.infosystems.www.browsers.x,comp.infosystems.www.browsers,comp.infosystems.www.browswers.misc
Subject: Re: Dish Network's site is DOWN if you don't use M$'s browser.
Date: Sat, 25 Mar 2000 17:18:38 GMT

Randy Crawford wrote:
> 
> Simply amazing.
> 
> I just tried to visit http://www.dishnetwork.com, but every
> time it crashed Netscape within visiting one, or at most two
> links off the main page.  (I'm running Linux Redhat 6.0,
> Netscape 4.61, and I'm no newbie to Living Without Windows.)


Yep, it blew up for me too, using NS 4.5 on a Win98 box. I 
won't even bother to try my Linux box.

Dish's attitude is incredible on this. With literally MILLIONS 
of web pages out there, they are one of the few sites that 
haven't figured out how to work around Netscape's well known and 
well documented bugs.

Could uncle Bill have spread a little money their way?
-- 

Gary Sanders

Bait for spammers:
root@localhost
postmaster@localhost
admin@localhost
abuse@localhost
[EMAIL PROTECTED]

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

From: Jan Schaumann <[EMAIL PROTECTED]>
Subject: Re: Goofy apache "bug"
Date: Sat, 25 Mar 2000 12:28:43 -0500

"Brian E. Seppanen" wrote:
> 
> > I have the following script, index.cgi, in my /home/httpd/html directory:
> > #!/usr/bin/perl
> > print "Content-type: text/html\n";
> 
> It's my understanding that standard http headers need to include two
> newlines after the Content-type.  You only have one, therefore I suspect
> it doesn't read it as http and prints it out as text. 

Doesn't apache usually report an error into the rror-log saying
something like "premature end of script" in this case?

-Jan

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

Most people eat as though they were fattening themselves for market.
                -- E.W. Howe

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

Subject: newbie Q: Auto sending an e-mail
From: Neil Blue <[EMAIL PROTECTED]>
Date: Sat, 25 Mar 2000 09:52:12 -0800

Hello,

I am using RH6.1 with BASH shell

I would like to set my linux box to automaticaly send out an e-
mail with the machines ip address when it dials up. I am trying
to write a script for mailto, that looks like this at the moment:

mailto [EMAIL PROTECTED] -s "dialup"

Not so great so far. I can't seem to run mailto as a script
without it promting for the message, which I would like to
include with a call to 'ifconfig' or 'route' (I guess).

The next step is to send the mail when it dials up....

I would appreciate any help

Thank you
Neil Blue

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!


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

From: mitja <[EMAIL PROTECTED]>
Subject: Re: Real player 7 on SuSE (6.2)
Date: Sat, 25 Mar 2000 18:52:41 +0100
Reply-To: [EMAIL PROTECTED]

Roberto Maria Avanzi Mocenigo wrote:
> Jim Hill wrote:
Did you uninstall G2. G7 working without problems on my machine as root as
user (SuSE 6.2, KDE 1.1.2, kernel 2.2.10)

Mitja

 > > 
> > In <[EMAIL PROTECTED]>,
> > Roberto Maria Avanzi Mocenigo <[EMAIL PROTECTED]> wrote:
> > >Hi all
> > >I am having a problem.
> > >
> > >Real Player 7.
> > >
> > >Anyway, it does not work at all.
> > >realplay does not even start, it seimply exits with
> > >error code 1, whereas rpnphelper tells me
> > >BOO!
> > >Aborted
> > 
> > I got the same problem as a user on a SuSE 6.0 system -- although the
> > player works perfectly for root.  Needless to say, I will not be running
> > as root just to get RA streams.
> 
> On my machine it does not work even as root.
> 
> Roberto

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

From: "Mecky" <[EMAIL PROTECTED]>
Subject: partition problems
Date: Sat, 25 Mar 2000 19:00:58 +0100

I have 4 partitions on my HD:

hda1 primary FAT32 for Windows
hda2 primary linux native
hda3 extended for linux with 2 logical partitions, one for swap and the
otherone for linux again
hda4 is supposed to be another Windows FAT32 partition. Dos fdisk is not
able to do this, so i tried to do it with fdisk under linux. As type I told
fdisk to make it a WindowsFAT32. But under Windows i am not able to use
hda4. I cannot format it.
So what am I doing wrong?



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

From: John Girash <[EMAIL PROTECTED]>
Subject: Re: how install debian linux ?
Date: 25 Mar 2000 13:01:14 -0500

Catilina <[EMAIL PROTECTED]> wrote:
:> how install debian linux ?

: Check out the website www.debian.org, you'll find links to installation
: notes, dowload sites, ...

One piece of advice that served me very well when struggling with a Debian
2.0 install: when "dselect" comes up for the first time, don't try to do all
your system configging then.  At most make two or three changes, e.g.
add/remove emacs to your taste and add anything you absolutely need to
finish the install, but otherwise just let it do its thing and only after
the install is complete go back and use dselect (or perhaps dpkg or apt)
to make everything as you like it.

This may be obsolete advice, but at least it used to be that dselect would
bomb out if asked to do to much during first installation for some reason.

cheers
jg

--
copyright 2000 by John Girash.  Permission to redistribute part or all of this
article is granted solely under the provision that author and Usenet group are
attributed, that this notice is retained, and that no conflicting conditions
are placed on redistribution of it or of any composite work incorporating any
part of it.  In particular, these terms override those of CNet.com & help.com.

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

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: I want to send EOF to FIFO.
Date: 25 Mar 2000 18:41:10 GMT
Reply-To: [EMAIL PROTECTED]

On Sat, 25 Mar 2000 12:04:06 GMT, Aleksey <[EMAIL PROTECTED]> wrote:
>I run pipe getting data from the FIFO file like this
>
>prog1 < fifo_file | prog2 | prog3 &
>
>How can I send EOF character to FIFO or close my pipe?

Not quite sure what you are trying to do here.  A pipe usually closes at
EOF, but a fifo can remain open indefinitely.  I am not even sure if
sending EOF (Ctrl-D) to a fifo would make prog1 close unless it is set up
to recognoze that.

You could write prog1 to recognize a certain string as a command to close.
You don't say what these prog's are, but if you type 'perldoc perlipc' in
any console or xterm you may get some insight or at least something to
test it with.

-- 
David Efflandt  [EMAIL PROTECTED]  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://hammer.prohosting.com/~cgi-wiz/  http://cgi-help.virtualave.net/


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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: portmapper, mountd and nfsd won't start
Date: 25 Mar 2000 18:56:43 GMT

In <[EMAIL PROTECTED]> Gary Krupa 
<[EMAIL PROTECTED]> writes:

>I recently upgraded my slackware kernel from v.2.0.34 to v.2.2.9.

>With the previous kernel, there was no problem starting portmap, mountd and
>nfsd during system boot. Now I see the following appear: 

>Starting daemons: syslogd klogd portmap/etc/rc.d/rc.M:
>/usr/sbin/rpc.portmap: cannot execute binary file

Sounds like either the permissions are wrong on /usr/sbin/portmap, or
the file is corrupt.

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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: portmapper, mountd and nfsd won't start
Date: 25 Mar 2000 19:00:32 GMT

In <[EMAIL PROTECTED]> Gary Krupa 
<[EMAIL PROTECTED]> writes:

>/usr/sbin/rpc.portmap: cannot execute binary file

(Note, on my system portmap is in 
/sbin/portmap, not in /usr/sbin/rpc.portmap.
Your rc file may be corrupt.


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

From: Jonathan Harm <[EMAIL PROTECTED]>
Subject: sound problem
Date: Sat, 25 Mar 2000 12:44:36 -0600

I still consider myself a newbie to Linux so bear with  me...
Kmpg and mpg123 used to work fine until last night(when I tried to
access my secondary master ZIP drive by /dev/hdd).  when I try to use
mpg123, the error message says that it cant open /dev/dsp!

Does anybody know what to do do fix it?

thanks in advance.

--




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

From: [EMAIL PROTECTED] (Thomas 
Baruchel)
Crossposted-To: uk.comp.os.linux,comp.editors,comp.unix.misc
Subject: Re: Do you hate vi?
Date: 25 Mar 2000 19:05:38 GMT
Reply-To: [EMAIL PROTECTED]

>Copy/paste in emacs you don't like?  I'll have to admit one thing I
>don't like about vi that you can do in emacs is place a region mark in
>the middle of a line.  vi only allows you to yank words, whole lines,
>and groups of lines which isn't quite as precise as is sometimes
>needs.
>
I often use yf + letter, which is quick and most of the time enough for the
current needs ;-)

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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: alt.os.linux,comp.os.linux.networking
Subject: Re: pppd non-root access
Date: 25 Mar 2000 19:06:34 GMT

In <[EMAIL PROTECTED]> Post office box 
<[EMAIL PROTECTED]> writes:

]I recently upgraded my slackware kernel from v.2.0.34 to v.2.2.9.
]I also upgraded to pppd v.2.3.4.

]I've been trying in the worst way to start pppd as a user other
]than root. Thus far I've been unsuccessful. With the old kernel
]and the old pppd version (2.2), there was never a problem with
]anyone starting pppd. Now, only root can start it.

]Here's the message that appears when a non-root user starts pppd:

]using the name option requires root privilege

The problem is tht you are using the name option. It requires root
privileges. Do not use the name option. Use the user option instead.

I would also suggest you upgrade pppd to 2.3.11 which is the latest.


]I only upgraded to a newer version of pppd because of an
]incompatibility between the old version and the new kernel.

]I tried changing and adding parameters in /etc/ppp/options, to
]no avail.

You are using the name option on the pppd command line somewhere. you do
not state how you are running pppd so noone can help you find where you
call pppd with the name option on that command line.


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

From: charlie <[EMAIL PROTECTED]>
Crossposted-To: 
rec.video.satellite.dbs,alt.satellite.tv,rec.video.satellite.misc,comp.os.linux.advocacy,comp.infosystems.www.browsers.x,comp.infosystems.www.browsers,comp.infosystems.www.browswers.misc
Subject: Re: Dish Network's site is DOWN if you don't use M$'s browser.
Date: Sat, 25 Mar 2000 19:03:47 GMT

Yea the has been down for a month..Becuase they are bankrupt...

Randy Crawford wrote:

> Simply amazing.
>
> I just tried to visit http://www.dishnetwork.com, but every
> time it crashed Netscape within visiting one, or at most two
> links off the main page.  (I'm running Linux Redhat 6.0,
> Netscape 4.61, and I'm no newbie to Living Without Windows.)
>
> On the main page DN states that they DO NOT SUPPORT Netscape.
> Period.  If you want to visit their site, "You should download
> Internet Explorer".  They claim that it's Netscape's problem
> that their site crashes and burns and there's nothing they can
> do about it.
>
> UNbelievable.  So much for selling Dish Network systems to
> all the AOL subscribers (who use Netscape).
>
> I bought a Dish Network system about a year ago.  I *had*
> planned on renewing my subscription, and I wanted to see what
> their current services and hardware looked like.
>
> But I've changed my mind.  If any vendor has the hubris to state
> that they won't serve me unless I CHANGE OPERATING SYSTEMS, or
> that they're unable to master the trivial technology of creating
> web pages that work with more than ONE browser, they clearly don't
> care if they lose millions of potential customers.  And of course,
> they're incompetent idiots.
>
> Is Dish Network this clueless on other topics?  I find this
> attitude to be incredibly self serving and short sighted.  Do
> their stockholders know this?  Does *Rupert Murdoch* know this?
>
> So...  Anybody want to buy a Dish Network system? I'm switching to
> Direct TV.
>
>     Randy
>
> --
> Randy Crawford
> [EMAIL PROTECTED]
> http://www.engin.umich.edu/labs/cpc


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

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: newbie Q: Auto sending an e-mail
Date: 25 Mar 2000 19:28:56 GMT
Reply-To: [EMAIL PROTECTED]

On Sat, 25 Mar 2000, Neil Blue <[EMAIL PROTECTED]> wrote:
>I am using RH6.1 with BASH shell
>
>I would like to set my linux box to automaticaly send out an e-
>mail with the machines ip address when it dials up. I am trying
>to write a script for mailto, that looks like this at the moment:
>
>mailto [EMAIL PROTECTED] -s "dialup"

Does your local smtp server work (sendmail or whatever?).  If that does
not work, then 'mailto' is not going to.  Also if used in a script, mailto
may not be in your path, so try /usr/bin/mailto.  This works for me:

/sbin/ifconfig | /usr/bin/mailto [EMAIL PROTECTED] -s "My IP"

>Not so great so far. I can't seem to run mailto as a script
>without it promting for the message, which I would like to
>include with a call to 'ifconfig' or 'route' (I guess).

route -n would not tell you your local IP, only the remote.

>The next step is to send the mail when it dials up....

Do that from /etc/ppp/ip-up.local, but note that it is run with minimal
environment, so set your PATH or use full paths.  (arg $4 in ip-up.local
is your local IP):

echo "$4" | /usr/bin/mailto [EMAIL PROTECTED] -s "My home IP"

That at least works for me from the command line using a different env
variable (and my real address).

-- 
David Efflandt  [EMAIL PROTECTED]  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://hammer.prohosting.com/~cgi-wiz/  http://cgi-help.virtualave.net/


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

From: Michael O'Connell <[EMAIL PROTECTED]>
Subject: sybase
Date: Sat, 25 Mar 2000 13:27:25 -0600

I need to find a way to connect to a sybase database running on an IBM
RS/6000 with AIX.

Basically, we've got an application running on the RS/6000, but the
company has discontinued the product.  We've got a replacement product
coming, but I need to find a way to pull the data out of the sybase
database.

I've been looking at the postgresql database running on linux - which I
have, and I think it might serve the purpose if I can figure out how to
connect to the sybase database.

Anybody have any ideas on how I can proceed with this???


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

From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: PPP can't find module!
Date: 25 Mar 2000 19:35:48 GMT

In <[EMAIL PROTECTED]> Neil Blue 
<[EMAIL PROTECTED]> writes:
]localhost pppd[840]:pppd 2.3.10started by root, uid 0 localhost
]modprobe:can't locate
]module char-major-108

]I am unable to fing the char-major-108.
It does not exist on your system

]I don't know what it is

It is a device in the new 2.3.x kernels. 
]I don't know where to get it

You do not need it.

]I don't know how to install it if I had it.

See above.
This is a bug in pppd. It looks for the module from the 2.3.x kernels,
does not find it, emits the error message then uses the kernel ppp in
the 2.2.x kernel without trouble. forget it. If it really causes you
sleepless nights, put
alias char-major-108 off
into /etc/conf.modules, and it will turn off the error message. (Of
course when youupgrade to the 2.3.x kernel, that message in conf.modules
could screw up your system, but at least you would have gotten may good
nights of sleep.)

]I would appreciate any help.

]Thank you
]Neil Blue


]* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
]The fastest and easiest way to search and participate in Usenet - Free!


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

From: Yann GAUTIER <[EMAIL PROTECTED]>
Subject: Where can i find a prog. for OMT's design ??
Date: Sat, 25 Mar 2000 20:35:12 +0100




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

From: Jan Schaumann <[EMAIL PROTECTED]>
Subject: Re: newbie Q: Auto sending an e-mail
Date: Sat, 25 Mar 2000 14:36:32 -0500

Neil Blue wrote:
> 
> Hello,
> 
> I am using RH6.1 with BASH shell
> 
> I would like to set my linux box to automaticaly send out an e-
> mail with the machines ip address when it dials up. I am trying
> to write a script for mailto, that looks like this at the moment:
> 
> mailto [EMAIL PROTECTED] -s "dialup"
> 
> Not so great so far. I can't seem to run mailto as a script
> without it promting for the message, which I would like to
> include with a call to 'ifconfig' or 'route' (I guess).
> 
> The next step is to send the mail when it dials up....

Hmm, i just gave it a shot.
If you created a small script like the following:

#/bin/bash
ifconfig eth0 | grep inet | awk '{print $2}' > foo
mail usernam < foo
rm -f foo

named get_address, and then had your pppon (or whatever script dials up)
execute this when it is connected, then this might work...


HTH,

-Jan



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

Marge:  Homer, remember you promised you'd try to limit pork to six
        servings a week?

Homer:  Marge, I'm only human.

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

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: partition problems
Date: 25 Mar 2000 19:40:18 GMT
Reply-To: [EMAIL PROTECTED]

On Sat, 25 Mar 2000 19:00:58 +0100, Mecky <[EMAIL PROTECTED]> wrote:
>I have 4 partitions on my HD:
>
>hda1 primary FAT32 for Windows
>hda2 primary linux native
>hda3 extended for linux with 2 logical partitions, one for swap and the
>otherone for linux again
>hda4 is supposed to be another Windows FAT32 partition. Dos fdisk is not
>able to do this, so i tried to do it with fdisk under linux. As type I told
>fdisk to make it a WindowsFAT32. But under Windows i am not able to use
>hda4. I cannot format it.
>So what am I doing wrong?

Windows can only use 1 primary partition on a drive.  All other FAT
partitions must be logical partitions in an extended partition.  Linux and
FAT32 logical partitions can coexist in the same extended partition as
long as the Id type is correct.  Note that FAT32 partitions larger than 8G
may be type 'c'.  This is an example of the 9G drive on my laptop (I put
swap after / so I can change swap size easily when adding RAM):

Disk /dev/hda: 255 heads, 63 sectors, 1099 cylinders 
Units = cylinders of 16065 * 512 bytes 

   Device Boot    Start       End    Blocks   Id  System 
/dev/hda1             1       653   5245191    b  Win95 FAT32 
/dev/hda2   *       654       655     16065   83  Linux /boot LILO 
/dev/hda3           656      1099   3566430    f  Win95 Ext'd (LBA) 
/dev/hda5           656       872   1743021   83  Linux / 
/dev/hda6           873       881     72261   82  Linux swap 
/dev/hda7           882      1099   1751053+   b  Win95 FAT32 

-- 
David Efflandt  [EMAIL PROTECTED]  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://hammer.prohosting.com/~cgi-wiz/  http://cgi-help.virtualave.net/


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

From: scott <[EMAIL PROTECTED]>
Subject: Ftape error - read only
Date: Sat, 25 Mar 2000 19:30:10 GMT

Whenever I try writing to my Iomega 3200 tape drive, I get an error 
similar to the following;

Cannot open /dev/qft0: Read-only file system

(I have also used /dev/ftape and /dev/nqft0)

I can rewind the tape, forward the tape, and read the contents of the 
tape, but I can't write to it. And no, the write protect thingy on the 
tape isn't "on". But the fact I can move the tape leads me to believe that 
at least I installed everything correctly, and the system can see it. I am 
using RedHat 6.0 with a 2.2.14 kernel and ftape-4.x-1999_09_11, which I 
know is unstable, but is the only one that will work with kernel 2.2.14. I 
also installed ftape-tools-1.07. 

It doesn't seem like many people answer ftape questions, because I see a 
lot of previously asked questions have gone unanswered, but I am hoping 
someone can help me. I am up to my ears in How-To's and FAQ's. And my boss 
is starting to think I am an idiot.


--
Posted via CNET Help.com
http://www.help.com/

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

From: [EMAIL PROTECTED] (Andrew Purugganan)
Crossposted-To: comp.os.linux.setup
Subject: Re: how to config resolution
Date: 25 Mar 2000 19:39:44 GMT

Jinning He ([EMAIL PROTECTED]) wrote:

: I just installed RH6.1 on my desktop (coexist with winNT).
: Now the problem is that every window and icon in my screen is so big. I
: believe it's because of the resolution. I would like to know how
: to configure my resolution to make those windows and icons look
: confortable. It's very easy in windoze but seems not that easy in linux.
: I couldn't find any graphical tool. I customized my monitor in the
: installation and choose 1024*768 @80 HZ. And now a single terminal almost
: occupies all the screen. 

you can repeat XF86setup or you can be hardcore and use vi to edit 
/etc/X11/XF86Config

--
jazz  annandy AT dc DOT seflin DOT org
Registered linux user no. 164098-88940
Doesn't it bother you, that we have to search for intelligent life
--- OUT THERE??

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

From: [EMAIL PROTECTED] (J Bland)
Subject: Re: html files ==> plane text stdout
Date: 25 Mar 2000 19:54:15 GMT

>> Write a simple loop over that lynx hack. Do it in a shell script. If
>you
>> want to use lynx, that's probably the most effective way to do it.
>
>It is not efficient to start lynx for every html file, because
>I have too many ones and they are often small.
>
>I've write the script
>
>#######################################
>tempfile=`mktemp /tmp/proc_html.XXXXXX`
>rm -f "$tempfile"
>mkfifo "$tempfile"
>
>cat $@ > "$tempfile" &
>
>lynx -dump -force_html "$tempfile"
>
>rm -f "$tempfile"
>#######################################
>
>It works fine, but lynx demand a lot of RAM. Perhaps it loads all
>files.
>
 There is a specific utility, called (surprisingly enough) html2text. This
takes in html from a URL, file or stdin and output to stdout or a file.

Sounds ideal for what you want. It comes as standard in SuSE 6.3.

JB

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

From: [EMAIL PROTECTED] (David Efflandt)
Crossposted-To: aus.computers.linux,linux.redhat.list,linux.redhat.misc
Subject: Re: Sound
Date: 25 Mar 2000 20:00:05 GMT
Reply-To: [EMAIL PROTECTED]

On Sat, 25 Mar 2000 23:33:37 +1100, Karl von Muller <[EMAIL PROTECTED]> wrote:
>I have installed Rh6.1 for the seond time rencently and last tim i did it i
>got sound. Could anyone help me on this. I have tried to recompile the
>kernel, but it will not work as my linux partition is one of the last
>partitions on the drive and i can only boot off the floppy. I have tried
>rewriting the the boot sector with lilo but that does not work.

Usually sndconfig can set up your sound module for you.

There is a new LILO that can boot beyond cyl 1024, but I have not tried it
yet.  Until then it would be wise to have a primary /boot partition (16
meg) entirely below cyl 1024 with the kernel and LILO on it (so Windows
can mess with the MBR without messing you up).  Then you simply use
Windows FDISK or Linux fdisk to make your /boot partition the active boot
partition.

You can also make a bootable floppy with a compiled kernel by simply using
cp to copy the vmlinuz or bzImage to an unmounted floppy:

cp /boot/vmlinuz /dev/fd0

-- 
David Efflandt  [EMAIL PROTECTED]  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://hammer.prohosting.com/~cgi-wiz/  http://cgi-help.virtualave.net/


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

From: [EMAIL PROTECTED] (Andrew Purugganan)
Subject: Would starting Apache while online make me...
Date: 25 Mar 2000 19:47:53 GMT

...a server just like that? Would i be visible to the online world? What 
about limiting this 'exposure' or access to just me, from my work PC? Is 
there a way to do that?

--
jazz  annandy AT dc DOT seflin DOT org
Registered linux user no. 164098-88940
Doesn't it bother you, that we have to search for intelligent life
--- OUT THERE??

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


** 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