Linux-Misc Digest #47, Volume #26                Mon, 16 Oct 00 04:13:01 EDT

Contents:
  Re: Is there a MS Word (or substitute) for Linux? (Brian Moore)
  Re: I need ip port forwarding help (craig)
  Re: GNOME/RedHat7.0 nuisances (David M. Cook)
  Re: Netscape uses cache more than its quota? ("Kousik Nandy")
  Re: I need ip port forwarding help ("Micer")
  Crontab PPP problem ("Micer")
  sound card problems ... (John Williams)
  Re: What is System.map ? ("Michael")
  Telnet and Root ([EMAIL PROTECTED])
  Re: printer setup problem ("ryan vaughan")
  Re: Is there a MS Word (or substitute) for Linux?
  Re: Telnet and Root (Markus =?iso-8859-1?Q?B=F6hmer?=)
  Wanna lose warranty and pay $200 because my laptop has Linux? (YY Lee)
  mp3 gain control utility for linux? ([EMAIL PROTECTED])

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

From: [EMAIL PROTECTED] (Brian Moore)
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Is there a MS Word (or substitute) for Linux?
Date: 16 Oct 2000 01:18:41 -0400
Reply-To: [EMAIL PROTECTED]

In article <[EMAIL PROTECTED]>,
jazz <[EMAIL PROTECTED]> wrote:
...
>
>
>Well, the problem is that everyone I work with uses word, so I have to
>give them documents in word. Even professional journals in my field prefer
>to receive articles in word attachments, though some still accept Latex. 
>
>Thanks for your help. 
>
>Jim



I have written articles with other people--them using Word and me using
StarOffice.  It worked pretty well.  Certainly having StarOffice
was a tremendous help for me, even with the few glitches.

The equations did not survive the transfer back and forth very well.
Thankfully, we only had a handful, so I waited till I prepared the
final version using Word and put them in then.




-- 

Brian G. Moore, School of Science, Penn State Erie--The Behrend College
[EMAIL PROTECTED] , (814)-898-6334

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

From: craig <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: I need ip port forwarding help
Date: Sun, 15 Oct 2000 22:34:28 -0700


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



C H wrote:

>
> I am trying to forward ports through my firewall and it does not want
> to work. I am hoping one of
> you Linux gurus will have the answer.
>
>
> I am using Redhat 6.2 with kernel 2.1.14
>
> the rc.local file looks like this:
>
> #!/bin/sh
> #
> # This script will be executed *after* all the other init scripts.
> # You can put your own initialization stuff in here if you don't
> # want to do the full Sys V style init stuff.
> echo 1 > /proc/sys/net/ipv4/ip_forward
>
> echo "Setting DENY defaults... "
> ipchains -P input   DENY
> ipchains -P output  REJECT
> ipchains -P forward REJECT
>
> EXTERNAL_INTERFACE="eth1"
> ANYWHERE="0.0.0.0/0"
> LAN_INTERFACE_1="eth0"
>
>
> ##############DirectX port forwarded
> ipmasqadm autofw -A -v -r tcp 47624 47624 -h 192.168.200.3
> ipmasqadm autofw -A -v -r udp 47624 47624 -h 192.168.200.3
>
>
> ###############Jedi Knight
> ipmasqadm autofw -A -v -r tcp 28800 28912 -h 192.168.200.3
> ipmasqadm autofw -A -v -r udp 28800 28912 -h 192.168.200.3
>
> ipmasqadm autofw -A -v -r tcp 2300 2400 -h 192.168.200.3
> ipmasqadm autofw -A -v -r udp 2300 2400 -h 192.168.200.3
>
>
> echo "Masquerading Internal hosts... "
> ipchains -A forward -j MASQ -s 192.168.200.0/24 -d 0.0.0.0/0
>
>
> When it runs, the output looks like this:
>
> Setting DENY defaults...
> Setting masquerade defaults...
> Adding autofwd tcp ports 47624 - 47624 to fixed host 192.168.200.3 U
> Adding autofwd udp ports 47624 - 47624 to fixed host 192.168.200.3 U
> Adding autofwd tcp ports 28800 - 28912 to fixed host 192.168.200.3 U
> Adding autofwd udp ports 28800 - 28912 to fixed host 192.168.200.3 U
> Adding autofwd tcp ports 2300 - 2400 to fixed host 192.168.200.3 U
> Adding autofwd udp ports 2300 - 2400 to fixed host 192.168.200.3 U
> Adding autofwd tcp ports 6699 - 6699 to fixed host 192.168.200.3 U
> Masquerading Internal hosts...
>
> It acts like it is working, but my sniffer on the local network
> reveals output packets on ports in the 28800 and 2300 range, but none
> coming back.
>
> AAARGH! What am i doing wrong?

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

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<p>C H wrote:
<blockquote TYPE=CITE>&nbsp;
<br><font size=+2>I am trying to forward ports through my firewall and
it does not want to work. I am hoping one of</font>
<br><font size=+2>you Linux gurus will have the answer.</font>
<br>&nbsp;
<p><font size=+2>I am using Redhat 6.2 with kernel 2.1.14</font>
<p><font size=+2>the rc.local file looks like this:</font>
<p>#!/bin/sh
<br>#
<br># This script will be executed *after* all the other init scripts.
<br># You can put your own initialization stuff in here if you don't
<br># want to do the full Sys V style init stuff.
<br>echo 1 > /proc/sys/net/ipv4/ip_forward
<p>echo "Setting DENY defaults... "
<br>ipchains -P input&nbsp;&nbsp; DENY
<br>ipchains -P output&nbsp; REJECT
<br>ipchains -P forward REJECT
<p>EXTERNAL_INTERFACE="eth1"
<br>ANYWHERE="0.0.0.0/0"
<br>LAN_INTERFACE_1="eth0"
<br>&nbsp;
<p>##############DirectX port forwarded
<br>ipmasqadm autofw -A -v -r tcp 47624 47624 -h 192.168.200.3
<br>ipmasqadm autofw -A -v -r udp 47624 47624 -h 192.168.200.3
<br>&nbsp;
<p>###############Jedi Knight
<br>ipmasqadm autofw -A -v -r tcp 28800 28912 -h 192.168.200.3
<br>ipmasqadm autofw -A -v -r udp 28800 28912 -h 192.168.200.3
<p>ipmasqadm autofw -A -v -r tcp 2300 2400 -h 192.168.200.3
<br>ipmasqadm autofw -A -v -r udp 2300 2400 -h 192.168.200.3
<br>&nbsp;
<p>echo "Masquerading Internal hosts... "
<br>ipchains -A forward -j MASQ -s 192.168.200.0/24 -d 0.0.0.0/0
<br>&nbsp;
<p><font size=+2>When it runs, the output looks like this:</font>
<p>Setting DENY defaults...
<br>Setting masquerade defaults...
<br>Adding autofwd tcp ports 47624 - 47624 to fixed host 192.168.200.3
U
<br>Adding autofwd udp ports 47624 - 47624 to fixed host 192.168.200.3
U
<br>Adding autofwd tcp ports 28800 - 28912 to fixed host 192.168.200.3
U
<br>Adding autofwd udp ports 28800 - 28912 to fixed host 192.168.200.3
U
<br>Adding autofwd tcp ports 2300 - 2400 to fixed host 192.168.200.3 U
<br>Adding autofwd udp ports 2300 - 2400 to fixed host 192.168.200.3 U
<br>Adding autofwd tcp ports 6699 - 6699 to fixed host 192.168.200.3 U
<br>Masquerading Internal hosts...
<p><font size=+2>It acts like it is working, but my sniffer on the local
network reveals output packets on ports in the 28800 and 2300 range, but
none coming back.</font>
<p><font size=+2>AAARGH! What am i doing wrong?</font></blockquote>
</html>

==============636E9E448823876DC700E149==


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

From: [EMAIL PROTECTED] (David M. Cook)
Subject: Re: GNOME/RedHat7.0 nuisances
Date: 16 Oct 2000 06:08:19 GMT

On Sun, 15 Oct 2000 23:49:36 -0400, Silviu Minut <[EMAIL PROTECTED]> wrote:

>1) Gnome starts automatically with the file manager (which I never use)
>and with xmms. I specified my own programs to start in control panel,
>like a trustworthy person. They do start, but where do the first two
>come from?

Session management.  Try killing all windows on the desktop and going to
"Settings->Save Session".

>2) xv keeps drifting. Under RH6.2, a coomand like xv files*.ppm (with
>all files of the exact same size) would display all images in the same
>window.  Now it keeps shifting.

Perhaps a sawfish problem.  Sawfish is the new default window manager.

>hdd: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }

Looks like a problem with the disc or the drive.

Dave Cook

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

From: "Kousik Nandy" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Netscape uses cache more than its quota?
Date: Mon, 16 Oct 2000 11:41:26 +0530

"Mike Castle" <[EMAIL PROTECTED]> wrote:

> Some Unix tips:
> 

Gee thanks!

Kousik :-)

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

From: "Micer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: I need ip port forwarding help
Date: Sun, 15 Oct 2000 23:20:32 -0700

This is a multi-part message in MIME format.

=======_NextPart_000_0017_01C036FE.84053220
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Don't know what your doing wrong, but you have "echo 1 > =
/proc/sys/net/ipv4/ip_forward " as a good start to getting it going. =
Here is what I do and it works perfectly fine:


LOOPBACK_IF=3D"lo"
ANYWHERE=3D"any/0"
INTERNAL_IF=3D"eth0"
EXTERNAL_IF=3D"ppp0"
echo 1 > /proc/sys/net/ipv4/ip_forward=20
ipchains -P input      DENY=20
ipchains -P output    REJECT=20
ipchains -P forward  REJECT=20
ipchains  -A  input   -i  $LOOPBACK_IF  -j  ACCEPT
ipchains  -A  output -i  $LOOPBACK_IF  -j  ACCEPT
ipchains  -A  forward  -i  $INTNET  -d $ANYWHERE  -j  MASQ
ipchains  -A  output  -i $EXTERNAL_IF  -j  ACCEPT
ipchains  -A  input    -i $EXTERNAL_IF  -j  ACCEPT
ipchains  -A  output  -i $INTERNAL_IF  -j  ACCEPT
ipchains  -A  input    -i $INTERNAL_IF  -j  ACCEPT


Normally you wouldn't NAT all packets out to the internet, however I =
just use the above for testing to ensure NAT is working properly. =
Packets get forwarded no problem. I set my default gateway on an NT or =
W95 client to point to the Linux box and I run HTTP, e-mail, NNTP news, =
etc, etc. No problems. Basically I open up everything and turn =
forwarding on with NAT (soruce addresses replaced with the Linux box =
address as a source). Note that I am using ppp0 as an external interface =
because I only have a dial-up connection to the internet.

Micer


  "craig" <[EMAIL PROTECTED]> wrote in message =
news:[EMAIL PROTECTED]...
   =20
  C H wrote:=20

    =20
    I am trying to forward ports through my firewall and it does not =
want to work. I am hoping one of=20
    you Linux gurus will have the answer.=20
     =20
    I am using Redhat 6.2 with kernel 2.1.14=20

    the rc.local file looks like this:=20

    #!/bin/sh=20
    #=20
    # This script will be executed *after* all the other init scripts.=20
    # You can put your own initialization stuff in here if you don't=20
    # want to do the full Sys V style init stuff.=20
    echo 1 > /proc/sys/net/ipv4/ip_forward=20

    echo "Setting DENY defaults... "=20
    ipchains -P input   DENY=20
    ipchains -P output  REJECT=20
    ipchains -P forward REJECT=20

    EXTERNAL_INTERFACE=3D"eth1"=20
    ANYWHERE=3D"0.0.0.0/0"=20
    LAN_INTERFACE_1=3D"eth0"=20
     =20

    ##############DirectX port forwarded=20
    ipmasqadm autofw -A -v -r tcp 47624 47624 -h 192.168.200.3=20
    ipmasqadm autofw -A -v -r udp 47624 47624 -h 192.168.200.3=20
     =20

    ###############Jedi Knight=20
    ipmasqadm autofw -A -v -r tcp 28800 28912 -h 192.168.200.3=20
    ipmasqadm autofw -A -v -r udp 28800 28912 -h 192.168.200.3=20

    ipmasqadm autofw -A -v -r tcp 2300 2400 -h 192.168.200.3=20
    ipmasqadm autofw -A -v -r udp 2300 2400 -h 192.168.200.3=20
     =20

    echo "Masquerading Internal hosts... "=20
    ipchains -A forward -j MASQ -s 192.168.200.0/24 -d 0.0.0.0/0=20
     =20

    When it runs, the output looks like this:=20

    Setting DENY defaults...=20
    Setting masquerade defaults...=20
    Adding autofwd tcp ports 47624 - 47624 to fixed host 192.168.200.3 U =

    Adding autofwd udp ports 47624 - 47624 to fixed host 192.168.200.3 U =

    Adding autofwd tcp ports 28800 - 28912 to fixed host 192.168.200.3 U =

    Adding autofwd udp ports 28800 - 28912 to fixed host 192.168.200.3 U =

    Adding autofwd tcp ports 2300 - 2400 to fixed host 192.168.200.3 U=20
    Adding autofwd udp ports 2300 - 2400 to fixed host 192.168.200.3 U=20
    Adding autofwd tcp ports 6699 - 6699 to fixed host 192.168.200.3 U=20
    Masquerading Internal hosts...=20

    It acts like it is working, but my sniffer on the local network =
reveals output packets on ports in the 28800 and 2300 range, but none =
coming back.=20

    AAARGH! What am i doing wrong?


=======_NextPart_000_0017_01C036FE.84053220
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Don't know what your doing wrong, but you have "echo 1 &gt;=20
/proc/sys/net/ipv4/ip_forward " as a good start to getting it going. =
Here is=20
what I do and it works perfectly fine:</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>LOOPBACK_IF=3D"lo"</DIV>
<DIV>ANYWHERE=3D"any/0"</DIV>
<DIV>INTERNAL_IF=3D"eth0"</DIV>
<DIV>EXTERNAL_IF=3D"ppp0"</DIV>
<DIV>echo 1 &gt; /proc/sys/net/ipv4/ip_forward </DIV>
<DIV>ipchains -P input&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DENY <BR>ipchains =
-P=20
output&nbsp;&nbsp;&nbsp; REJECT <BR>ipchains -P forward&nbsp; REJECT =
</DIV>
<DIV>ipchains &nbsp;-A &nbsp;input&nbsp;&nbsp;&nbsp;-i&nbsp; =
$LOOPBACK_IF&nbsp;=20
-j&nbsp; ACCEPT</DIV>
<DIV>ipchains &nbsp;-A&nbsp; output -i&nbsp; $LOOPBACK_IF &nbsp;-j=20
&nbsp;ACCEPT</DIV>
<DIV>ipchains&nbsp; -A&nbsp; forward&nbsp; -i&nbsp; $INTNET&nbsp;=20
-d&nbsp;$ANYWHERE &nbsp;-j &nbsp;MASQ</DIV>
<DIV>ipchains&nbsp; -A&nbsp; output&nbsp; -i $EXTERNAL_IF&nbsp; -j&nbsp; =

ACCEPT</DIV>ipchains&nbsp; -A&nbsp; input&nbsp;&nbsp;&nbsp;&nbsp;-i=20
$EXTERNAL_IF&nbsp; -j&nbsp; ACCEPT
<DIV>ipchains&nbsp; -A&nbsp; output&nbsp; -i $INTERNAL_IF&nbsp; -j&nbsp; =

ACCEPT</DIV>
<DIV>ipchains&nbsp; -A&nbsp; input&nbsp;&nbsp;&nbsp; -i =
$INTERNAL_IF&nbsp;=20
-j&nbsp; ACCEPT</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Normally you wouldn't NAT all packets out to the internet, however =
I just=20
use the above for testing to ensure NAT is working properly. Packets get =

forwarded no problem. I set my default gateway on an NT or W95 client to =
point=20
to the Linux box and I run HTTP, e-mail, NNTP news, etc, etc. No =
problems.=20
Basically I open up everything and turn forwarding on with NAT (soruce =
addresses=20
replaced with the Linux box address as a source). Note that I am using =
ppp0 as=20
an external interface because I only have a dial-up connection to the=20
internet.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Micer</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV>"craig" &lt;<A=20
  href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>&gt; =
wrote in=20
  message <A=20
  =
href=3D"news:[EMAIL PROTECTED]">news:39EA9364.9D36AD45@oresis.=
com</A>...</DIV>&nbsp;=20

  <P>C H wrote:=20
  <BLOCKQUOTE TYPE=3D"CITE"> <BR><FONT size=3D+2>I am trying to forward =
ports=20
    through my firewall and it does not want to work. I am hoping one =
of</FONT>=20
    <BR><FONT size=3D+2>you Linux gurus will have the answer.</FONT> =
<BR>&nbsp;=20
    <P><FONT size=3D+2>I am using Redhat 6.2 with kernel 2.1.14</FONT>=20
    <P><FONT size=3D+2>the rc.local file looks like this:</FONT>=20
    <P>#!/bin/sh <BR># <BR># This script will be executed *after* all =
the other=20
    init scripts. <BR># You can put your own initialization stuff in =
here if you=20
    don't <BR># want to do the full Sys V style init stuff. <BR>echo 1 =
&gt;=20
    /proc/sys/net/ipv4/ip_forward=20
    <P>echo "Setting DENY defaults... " <BR>ipchains -P =
input&nbsp;&nbsp; DENY=20
    <BR>ipchains -P output&nbsp; REJECT <BR>ipchains -P forward REJECT=20
    <P>EXTERNAL_INTERFACE=3D"eth1" <BR>ANYWHERE=3D"0.0.0.0/0"=20
    <BR>LAN_INTERFACE_1=3D"eth0" <BR>&nbsp;=20
    <P>##############DirectX port forwarded <BR>ipmasqadm autofw -A -v =
-r tcp=20
    47624 47624 -h 192.168.200.3 <BR>ipmasqadm autofw -A -v -r udp 47624 =
47624=20
    -h 192.168.200.3 <BR>&nbsp;=20
    <P>###############Jedi Knight <BR>ipmasqadm autofw -A -v -r tcp =
28800 28912=20
    -h 192.168.200.3 <BR>ipmasqadm autofw -A -v -r udp 28800 28912 -h=20
    192.168.200.3=20
    <P>ipmasqadm autofw -A -v -r tcp 2300 2400 -h 192.168.200.3 =
<BR>ipmasqadm=20
    autofw -A -v -r udp 2300 2400 -h 192.168.200.3 <BR>&nbsp;=20
    <P>echo "Masquerading Internal hosts... " <BR>ipchains -A forward -j =
MASQ -s=20
    192.168.200.0/24 -d 0.0.0.0/0 <BR>&nbsp;=20
    <P><FONT size=3D+2>When it runs, the output looks like this:</FONT>=20
    <P>Setting DENY defaults... <BR>Setting masquerade defaults... =
<BR>Adding=20
    autofwd tcp ports 47624 - 47624 to fixed host 192.168.200.3 U =
<BR>Adding=20
    autofwd udp ports 47624 - 47624 to fixed host 192.168.200.3 U =
<BR>Adding=20
    autofwd tcp ports 28800 - 28912 to fixed host 192.168.200.3 U =
<BR>Adding=20
    autofwd udp ports 28800 - 28912 to fixed host 192.168.200.3 U =
<BR>Adding=20
    autofwd tcp ports 2300 - 2400 to fixed host 192.168.200.3 U =
<BR>Adding=20
    autofwd udp ports 2300 - 2400 to fixed host 192.168.200.3 U =
<BR>Adding=20
    autofwd tcp ports 6699 - 6699 to fixed host 192.168.200.3 U =
<BR>Masquerading=20
    Internal hosts...=20
    <P><FONT size=3D+2>It acts like it is working, but my sniffer on the =
local=20
    network reveals output packets on ports in the 28800 and 2300 range, =
but=20
    none coming back.</FONT>=20
    <P><FONT size=3D+2>AAARGH! What am i doing=20
wrong?</FONT></P></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

=======_NextPart_000_0017_01C036FE.84053220==


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

From: "Micer" <[EMAIL PROTECTED]>
Subject: Crontab PPP problem
Date: Sun, 15 Oct 2000 23:24:42 -0700

I have a ppp-on script that works perfectly, dialing my ISP on system
startup of Redhat 6.0. I've used it successfully just about every day for
months.

But occasionally it drops the line, and using the PERSIST option in PPP
doesn't help. So I added an entry in crontab to run /usr/local/bin/ppp-on
every minute all the time. This way, if the line ever drops, it will be up
again within one minute. But even though the script works fine at system
startup or even when I type it manually, it doesn't work in crontab.

Here is the error from /var/log/messages:

pppd 2.3.7 started by root, uid0
Connect script failed
Exit

Can anyone explain? What can I do to fix it?

Thanks,
Micer



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

From: [EMAIL PROTECTED] (John Williams)
Subject: sound card problems ...
Date: 16 Oct 2000 03:22:18 -0400

I have a SoundBlaster PCI128 soundcard installed that
has been working fine until a recent kernel upgrade
from 2.2.16 to 2.3.9.

In the new kernel, the kernel recognizes the card
and the ES1371 driver initializes the card during
the system boot.

However, when I start up the X KDE environment, the
card does not work, and I've reviewed all of the
system setting to make the card work--and I as I
mentioned the card was working fine in the previous
version of the kernel.

Can anyone suggest what might be wrong or suggest
a set of utilities with which I can probe the card
for info about what might be wrong?

Thanks in advance.


John Williams


-- 
John Williams, Technical Writer
http://www.seawindow.com
973-678-6014

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

From: "Michael" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux
Subject: Re: What is System.map ?
Date: Mon, 16 Oct 2000 16:20:30 +1000


"Michael" <[EMAIL PROTECTED]> wrote in message
news:TQvG5.2765$[EMAIL PROTECTED]...
>
> "RogerB" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > The lilo map file is a map of the hard drive geometry. It needs to
> > know were on the drive stuff is. System.map maps kernel functions and
> > version info.
>
> I understand that concept quite well.
>
> I was referring to the fact that Steve had said to use the lilo map option
> to point to a System.map, however lilo docs say the map defaults to
> /boot/map, the lilo map file, not the System.map file....
>
> Or does the map file refer to both?

That was meant to read "lilo map option" refer to both?

>
> <SNIP>
>
> See ya
>
> Michael - please remove is dead to reply
> [EMAIL PROTECTED]
>
>



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

From: [EMAIL PROTECTED]
Subject: Telnet and Root
Date: Mon, 16 Oct 2000 07:30:02 GMT

hi everyone
Is it possible to logon to Redhat 6.2 Linux server via telent or remote
login (rlogin) ?
If so How?
I tried as a root , but i denied the access.
thanks in advance
newlinx



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

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

From: "ryan vaughan" <[EMAIL PROTECTED]>
Subject: Re: printer setup problem
Date: Mon, 16 Oct 2000 00:45:23 +0700

In article <[EMAIL PROTECTED]>, "Matthew Haley"
<[EMAIL PROTECTED]> wrote:

> On Sun, 15 Oct 2000 16:41:49 +0700,
>  ryan vaughan <[EMAIL PROTECTED]> wrote:
>>Hello, I have an athlon 600 running RH 6.1, with a Canon BJC-240L
>>printer and I'm having trouble setting up the printer.  when i use
>>printtool i set up the printer fine, detected on /dev/lp0, and when
>> i try to print a test page it says it was successfully sent but nothing
>> 
>>comes out of the printer.  I am at a loss as to what to do.  Any help 
>>would be greatly appreciated.  
> 
> It's a know problem with RedHat 6.1. Go to:
> 
> http://www.redhat.com/support/docs/gotchas/6.1/gotchas-6.1-6.html#ss6.19
> 
> 

I tried doing what that page said but it still doesnt print.  It still
says it spools correctly, but my printer just stares back at me blank as
ever.  Even if i print the test page directly to the port it still doesnt
do anything.  When i did /sbin/rmmod lp, it said that the lp module was
not loaded...could this be part of the problem?  Thanks for trying to
help.

Ryan Vaughan

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

From: <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Is there a MS Word (or substitute) for Linux?
Date: Mon, 16 Oct 2000 14:33:48 +0700

On Sun, 15 Oct 2000, Jerry L Kreps wrote:

> On Sun, 15 Oct 2000, [EMAIL PROTECTED] wrote:
> >Pretty good don't cut it.
> >
> >It sucks and is even more bloated than MSOffice.
> >
> >claire
> 
> In your opinion, of course.  Others, like myself, have a contrary view.
> I find SO equal to or exceeding the power of MS Word.  With Bill's greed
> reachig new bounds of impropriaty, more and more people may come to
> apprecieate SO.  And, when the OpenOffice.org project gets rolling I expect we
> will see nifty "unbloated" wp, spreadsheets, etc. from that group.

Your opinions are identical to me :)
(I find SO equal to or exceeding the power of MS Word)

regards,
zxc


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

From: Markus =?iso-8859-1?Q?B=F6hmer?= <[EMAIL PROTECTED]>
Subject: Re: Telnet and Root
Date: Mon, 16 Oct 2000 09:50:06 +0200

[EMAIL PROTECTED] wrote:
> 
> hi everyone
> Is it possible to logon to Redhat 6.2 Linux server via telent or remote
> login (rlogin) ?
> If so How?
> I tried as a root , but i denied the access.
> thanks in advance
> newlinx
> 
> Sent via Deja.com http://www.deja.com/
> Before you buy.
By default, telnet as root is not allowed, due to security reasons.
So telnet as a normal user and the "su" to root.
man su
MfG
Markus
-- 
Markus Boehmer
Systemadministrator & Datenbankentwickler
SSI Schaefer Shop GmbH
mailto:[EMAIL PROTECTED]

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

From: YY Lee <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.mandrake
Subject: Wanna lose warranty and pay $200 because my laptop has Linux?
Date: Mon, 16 Oct 2000 07:54:20 GMT

Bill Unruh wrote:

> In <[EMAIL PROTECTED]> YY Lee <[EMAIL PROTECTED]> writes:
>
> ]I'm sending my dual boot new Toshiba Tectra to Toshiba because the
> ]CD-ROM no longer works.  Me didn't tell them I left a CD in the drive
> ]for almost a month while mobilizing around.  The /dev/hda1 has Windows
>
> Well, you have told them now. However, I do not see how that should
> matter anyway.
>
> ]98 in the >2.1 GB while rest of 8.4 GB has Mandrake 7.1 using LILO as OS
> ]loader.  I'm gonna whack MBR so not to lose the warranty before shipping
>
> What warrenty? Are you telling me that your warrenty card states that
> the machine is only allowed to run Windows or the warrenty is void?
> Computer hardware warrenties should not depend on the software run on
> the machine!
>
> ]with MS-DOS 'fdisk /mbr' but not deleting its Linux contents.  How will
> ]I restore the LILO when I'll have it back?

So I called again Toshiba to finalize shipment for servicing of my Toshiba Tecra.  I
was told if they find any other OS than what it came with it I'll loss the warranty
and be charged $200 for repair.  That is more clear warning that I was originally
told.  Not only I will whack MBR this time but will really empty the contents of
/dev/hda5 while /dev/hda1 will only have solely a Windows 98!


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

From: [EMAIL PROTECTED]
Subject: mp3 gain control utility for linux?
Date: Mon, 16 Oct 2000 07:49:57 GMT

Does anyone know of a utility that can adjust the sound levels in an
existing mp3 file without re-encoding?  I've got a collection of mp3
files that are of differing sound levels that I stream to my box at work
and I find I'm constantly fiddling with the volume control.  There are
apparently utilities of this sort for MS-DOS (eg. mp3amp from
the mpxutils), but I have not found one for Linux yet.

Before anyone starts flaming, yes I do have the CDs and I could
re-encode, but the prospect is not appealing as my system is only 233Mhz
and I have quite a few files that I would like to adjust.

  TIA,

     John


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

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


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