Linux-Misc Digest #16, Volume #27                 Sun, 4 Feb 01 12:13:02 EST

Contents:
  turning off auto-monitor shutdown? (Stamatis Stefanakos)
  Re: DHCP question (Chris J/#6)
  Re: 2nd par port board ("John G. Sandell")
  GNU tar and hidden directories (orangefree89)
  display not capable of DPMS?  (Stamatis Stefanakos)
  Re: change pump to dhcpcd ("Tom Edelbrok")
  Re: Diap-up to ISP ? (Noble Pepper)
  Run-level for chconfig processes ("Tom Edelbrok")
  Re: MS to Enforce Registration - or Else (John Hasler)
  Re: Diap-up to ISP ? ("Tom Edelbrok")
  RH7.0: "Unavailable Package" Message When Trying to Install Telnet Server ("Meron 
Lavie")
  glibc-2.2.1 RPM and Red Hat Linux 7.0 (Eric Corndorf)
  Re: GNU tar and hidden directories (orangefree89)
  Re: glibc 2.2.1 (Paul Kimoto)
  Re: ETA for distros to come with 2.4.X kernel (Lee Webb)
  Re: turning off auto-monitor shutdown? ("Jan Schaumann")
  Something is broken in X/kfm : major opcode 12 error when kfm is  (Emmanuel Beranger)
  Re: problems with kernel 2.4.1 - me too (Joe)
  Re: Run-level for chconfig processes (Peter Eddy)
  Re: TCP/IP problem (David Efflandt)
  Re: display not capable of DPMS? (Peter Eddy)

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

Date: Sun, 4 Feb 2001 14:24:50 +0100
From: Stamatis Stefanakos <[EMAIL PROTECTED]>
Subject: turning off auto-monitor shutdown?


Is there a way to disable the automatic monitor shutdown feature?

I don't know if this is connected somehow to the apm module, but
'apm -i' doesnot work! I am running a compaq preario 1800 laptop
with SuSE 7.0

thanx,
S.


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

From: [EMAIL PROTECTED] (Chris J/#6)
Crossposted-To: comp.os.linux.networking
Subject: Re: DHCP question
Reply-To: [EMAIL PROTECTED]
Date: 4 Feb 2001 13:22:52 -0000

In article <[EMAIL PROTECTED]>, Beggar  <[EMAIL PROTECTED]> wrote:
>why is that need? I have got only one interface in my linux box,
>isn't it the message goto 255.255.255.255 will all go to the default
>gw (ie ..eth0 ) ?
>
>wondering.....
>
>anyway, I will test it tomorrow when I back to office!
>Thanks for your reply.
>
>Hei

>From the dhcpd README ...:

==================================================================
                           LINUX: BROADCAST

In order for dhcpd to work correctly with picky DHCP clients (e.g.,
Windows 95), it must be able to send packets with an IP destination
address of 255.255.255.255.  Unfortunately, Linux insists on changing
255.255.255.255 into the local subnet broadcast address (here, that's
192.5.5.223).  This results in a DHCP protocol violation, and while
many DHCP clients don't notice the problem, some (e.g., all Microsoft
DHCP clients) do.  Clients that have this problem will appear not to
see DHCPOFFER messages from the server.

It is possible to work around this problem on some versions of Linux
by creating a host route from your network interface address to
255.255.255.255.   The command you need to use to do this on Linux
varies from version to version.   The easiest version is:

        route add -host 255.255.255.255 dev eth0

On some older Linux systems, you will get an error if you try to do
this.   On those systems, try adding the following entry to your
/etc/hosts file:

255.255.255.255 all-ones

Then, try:

        route add -host all-ones dev eth0

Another route that has worked for some users is:

        route add -net 255.255.255.0 dev eth0

If you are not using eth0 as your network interface, you should
specify the network interface you *are* using in your route command.

==================================================================

Chris...

-- 
Chris Johnson            \  "If not for me then, do it for yourself. If not
[EMAIL PROTECTED]        \  for then do it for the world." -- Stevie Nicks
www.nccnet.co.uk/~sixie/   ~---------------------------------------+
Redclaw chat - http://redclaw.org.uk - telnet redclaw.org.uk 2000   \______

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

From: "John G. Sandell" <[EMAIL PROTECTED]>
Subject: Re: 2nd par port board
Date: Sun, 04 Feb 2001 13:35:23 GMT

Mark Bratcher wrote:
> 
> On Sat, 03 Feb 2001 03:43:41 GMT, Bob Hauck <[EMAIL PROTECTED]> wrote:
> >On Sat, 03 Feb 2001 02:19:46 GMT, John G. Sandell
> ><[EMAIL PROTECTED]> wrote:
> >
> >>Anyone know of an add-on parallel port board that doesn't need Windows
> >>drivers to make it work?
> >
> >I've never heard of a parallel port that needed Windows drivers.  What
> >would that be, a "WinPort"?
> >
> >Any standard parallel port board should work fine, although if it is not
> >at the standard LPT2 address you may need to pass a parameter to your
> >kernel to tell it the IO port and IRQ.  I forget the exact syntax as the
> >machine with the weird port is at work, but the "parport.txt" file in
> >the Documentation directory of the kernel source is the place to look.
> >
> 
> I've used 1-port and 2-port SIIG PCI cards without any problems.
> Linux recognizes them without any additional software.
> 
> --
> Mark Bratcher
> To reply, remove _UNSPAM from my email address
> ---------------------------------------------------------
> Escape from Microsoft's proprietary tentacles: use Linux!

Yes, yesterday I tried a SIIG PCI card and though it needed an odd
address (0xb000) it works.

Thanks.

John Sandell

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

From: [EMAIL PROTECTED] (orangefree89)
Subject: GNU tar and hidden directories
Reply-To: [EMAIL PROTECTED]
Date: Sun, 04 Feb 2001 13:51:55 GMT

I'm trying to use tar to back up the home directories of my users.  I
use the following command

tar -cvf user.tar -X user.exclude /home/user

where user.exclude contains the following

/home/user/.gnome/*
/home/user/.kde/*

etc.

When I run the tar command, it doesn't back up anything in the user's
home directory.

BTW, if I try to exclude ordinary directories by using

/home/user/work/*

tar seems to work fine *unless* /home/user/.gnome/* is also in user.exclude.



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

Date: Sun, 4 Feb 2001 15:03:02 +0100
From: Stamatis Stefanakos <[EMAIL PROTECTED]>
Subject: display not capable of DPMS? 



xset q returns:

DPMS (Energy Star):
  Display is not capable of DPMS

But I know that the display IS capable of DPMS - the screen goes
off after some time - and I'm trying to deactivate this feature!

Running a Compaq presario 1800 with XFree 4.0.2 and the gatos
ati Xv enabled drivers for the Rage 128. 

Any help?
S.


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

From: "Tom Edelbrok" <[EMAIL PROTECTED]>
Subject: Re: change pump to dhcpcd
Date: Sun, 4 Feb 2001 06:47:40 -0800

Take a look at the book "Linux Firewalls" by Robert L. Ziegler, New Riders,
page 425 - 432. He gives a good description of switching from pump to dhcpd.

I just switched to dhcpd myself from pump because I'm using an internet
firewall with web services (Apache, wu-ftp, etc, etc) with a dynamic IP
(rather than static) IP address. As a consequence I need dhcpd to run the
firewall script again any time the ip address changes.

Some things to consider:

1) "pump" is used in Redhat 6.0 and beyond. "dhcpd" was used in pre-6.0.
2) dhcpd is included in the Redhat distribution even though it's not used,
(ie: an RPM).
3) To install I would first manually create /etc/dhcpc, then install. Next I
would
     place any scripts for dhcpcd to run in /etc/dhcpc/dhcpcd-eth0.exe,
(this is
     not an executable, it is a bash script you create from scratch! Replace
"eth0" with
     whatever your interface is, though I never had any luck with "ppp0".
4) Now type /sbin/dhcpcd and you will get an ip address assigned.
    Type "/sbin/dhcpcd  -k" to shut down dhcpd. It will leave
    your eth0 down, so when done you have to do "ifup  eth0".
5) Apparently the current version of dhcpd doesn't run the
    /etc/dhcpc/dhcpcd-eth0.exe bash script if the new IP address
   assignment is the same as the old IP address. Older versions of
   dhcpcd ran the script even when the IP didn't change.
6) In Redhat 6.0 (and possibly other versions) where pump is used you may
want
    to modify /sbin/ifup to use dhcpcd rather than pump, for example

    if [ -n "$PUMP" ]; then
        echo -n "Determining IP information for $DEVICE..."
        if /sbin/dhcpcd; then
            /etc/rc.d/init.d/myfirewallbashscript
        else
            echo "failed."
            exit 1
        fi
    else ...


Tom





Londonboy <[EMAIL PROTECTED]> wrote in message
news:f_ne6.270243$[EMAIL PROTECTED]...
> I am running RedHat 7.0 and I have some problems with dhcp client,  PUMP
(I
> was told by people on the newsgroup, coz I am newbie). So, can anyone
please
> tell me how to switch PUMP to DHCPCD?
>
> Thanks in advance
>
> Newbie N.B.
>
>



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

From: Noble Pepper <[EMAIL PROTECTED]>
Subject: Re: Diap-up to ISP ?
Date: Sun, 4 Feb 2001 08:48:57 -0600

Eric Chow wrote:

> Would you please to teach me how can automatic dial-up to ISP when Linux
> startup ?
> 
> 
> Sent via Deja.com
> http://www.deja.com/
> 
Many ways to do this, and you don't give much info on your distro.

My way:

follow ppp howto at www.linuxdoc.org

get everything working manually so that your chatscripts etc all work by 
hand. 

use demand dialing feature of pppd, here's the script I use to start pppd:

#! /bin/sh

# A demand dialing script.

# Replace ttySx with your modem's device file, xxx-xxxx with your
# ISP's telephone number, xxxxxxx with your ISP username, and X
# with whatever idle time you choose.  Add or change any options
# as required to connect and let the ISP start PPP on it's end.
# Configure the /etc/ppp/{chap,pap}-secrets files for PAP and CHAP.
# with the ISP username and secret.  Read man pppd and man chat for
# insight into the options.

# The -detach is optional, if you don't want to have the option
# of canceling pppd at the console with Control-C then you can
# leave it off (if you do then remember to remove the last `\').
# In order to terminate pppd in the demand mode you need to do at
# least " kill -INT `pidof pppd` " or equivalent.  This is not the
# same as terminating the PPP connection in demand mode, which can
# be done with " kill -HUP `pidof pppd` " or equivalent.

# Any two reserved IP addresses can be used as placemarkers for the
# ISP assigned IP addresses instead of 192.168.0.1:192.168.0.2, and,
# for pppd 2.3.10 and greater, the placemarker IP address option
# is unnecessary.

# The "holdoff 0" speeds up redialing on an abort, e.g., BUSY.  The
# default holdoff is 30 seconds (not given in the pppd man pages)
# and holdoff applies whenever the demand option is specified without
# the nopersist option.  Change the holdoff value as you see fit.

exec /usr/sbin/pppd connect '/usr/sbin/chat -v ABORT "NO DIALTONE" \
ABORT BUSY ABORT "NO CARRIER" ABORT "PROTOCOL: NONE" ABORT ERROR \
"" ATZ OK\\r ATDT2541671 CONNECT\\s \\c' \
/dev/ttyS0 user [EMAIL PROTECTED] 115200 lock debug crtscts asyncmap 0 
defaultroute \
demand idle 300 ipcp-accept-local ipcp-accept-remote 
192.168.0.1:192.168.0.2 \
noipdefault holdoff 0 -detach


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

From: "Tom Edelbrok" <[EMAIL PROTECTED]>
Subject: Run-level for chconfig processes
Date: Sun, 4 Feb 2001 06:50:09 -0800

How does a person determine what run-level is required for processes added
to chkconfig? For example, when I installed Apache webserver all the howto's
I cam across suggested "345", (ie: "# chkconfig: 345 85 15").

Now I have installed open-ssh and find one howto that suggests using 3 and
5. Any suggestions as to what to use and why?

Thanks,
Tom



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

From: John Hasler <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.advocacy
Subject: Re: MS to Enforce Registration - or Else
Date: Sun, 4 Feb 2001 13:33:31 GMT

Aaron R. Kulkis writes:
> Geeze, you're as dogmatic as the people you deride.

Who have I derided?
-- 
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin

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

From: "Tom Edelbrok" <[EMAIL PROTECTED]>
Subject: Re: Diap-up to ISP ?
Date: Sun, 4 Feb 2001 07:08:47 -0800

Do the following, (I am on Redhat 6.0):

1) Note that sample PPP scripts are located in
/usr/doc/ppp-<versionnumber>/scripts.
    For example, I have /usr/doc/ppp-2.3.7/scripts.
2) Copy the ppp-on file to /usr/local/bin, then modify it for TELPHONE,
ACCOUNT,
    and PASSWORD. Also ensure that the COM port is specified correctly,
    for example: ttyS1, and that the maximum modem speed is specified
    correctly, (eg: 57600).
3) Next, copy the ppp-on-dialer file to /etc/ppp. Modify it by adding the
following
    line to the end of the file:

    ">"  ppp

    This will send the string "ppp" to initiate PPP when the ISP sends their
prompt
    (ie: ">"). The ISP is waiting for a menu of choices, one of which is
PPP. You
    may or may not need this depending on your particular ISP. My ISP
requires
    it because they always come up with a text menu asking if I want telnet,
PPP,
    and a host of other options. I have to enter "ppp" at the prompt to
initiate
    ppp. Therefore the script must also do this for my ISP. My ISP's prompt
    for a response is "10101m01>", so I use the last character in the string
to
    detect when my ppp-on-dialer script should respond with "ppp".

4) In the same ppp-on-dialer file modify the line "ogin:  --ogin:  $ACCOUNT"
    to read "name:  $ACCOUNT". This is only required if your ISP prompts as
    "Username:" rather than "Login:".

5) The ppp-off file does not need to be copied from
/usr/doc/ppp-2.3.7/scripts.
    instead create a file called ppp-off in /usr/local/bin containing the
command
    "killall pppd".

6) To start ppp automatically when booting Linux put the following line into
    /etc/rc.d/rc.local:

    /usr/local/bin/ppp-on &

7) To stop ppp at any time type ppp-off, or else do a "killall  pppd".

8) If you have firewall script, a Dynamic DNS hoster's Linux client, or any
    thing else that needs to run whenever ppp successfully connects then
    call that script or program from within the script /etc/ppp/ip-up, or
    else to /etc/ppp/ip-up.local, (personally - I just make the changes to
    /etc/ppp/ip-up and everything works great). For example, I have an
    ipchains firewall and DYNU.COM's Dynamic DNS Linux client
    that both need to be called on a successful ppp connection so I
    call them both from ip-up. This is better than calling from rc.local
    because rc.local only gets run at boot-up time whereas ip-up
    gets run on any successful ppp connection even if the machine is
    already booted, (ie: ppp dropped and then you redialed).

9) Once connected, type "ifconfig" to see what IP address you were
    assigned by your ISP.

10) To make your ISP's nameservers available after establishing a ppp
     connection you will have first entered them into the
     /etc/resolv.conf file, something like this for my ISP:

    search direct.ca
    nameserver 199.60.229.4
    nameserver 199.60.229.2


Hope this helps,
Tom Edelbrok

Eric Chow <[EMAIL PROTECTED]> wrote in message
news:95jiim$q9l$[EMAIL PROTECTED]...
> Would you please to teach me how can automatic dial-up to ISP when Linux
> startup ?
>
>
> Sent via Deja.com
> http://www.deja.com/



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

From: "Meron Lavie" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,alt.uu.comp.os.linux.questions,aus.computers.linux,cern.linux,comp.os.linux,comp.os.linux.admin,comp.os.linux.setup,thenet.support.linux
Subject: RH7.0: "Unavailable Package" Message When Trying to Install Telnet Server
Date: Fri, 2 Feb 2001 17:14:58 +0200

I installed RH7.0 on my PC as a workstation consfiguration (no other OS on
it). I installed directly from the 1st CD (I was never prompted for the
second CD in the installation process).

Now,  when I want to add a Telnet server via linuxonf (using the linuxconf
pseudo-graphic mode), I get an error mesage saying that:
"We can't installed [sic] the package(s) because they require resources from
un-available packages".

The list includes:
rpmlib(CompressFileNames)
rpmlib(PayloadFilesHavePrefix)

How can I tell which packages are missing? Where can I get them?

TIA,
--
Meron Lavie
www.redmatch.com - World's Largest Hi-Tech Salary Site
[EMAIL PROTECTED]
NOTE: THERE ARE NO NUMBERS IN MY REAL EMAIL ADDRESS HOST NAME: ANTI-SPAM!




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

From: Eric Corndorf <[EMAIL PROTECTED]>
Subject: glibc-2.2.1 RPM and Red Hat Linux 7.0
Date: Sun, 04 Feb 2001 15:30:05 -0000

Hello everybody.  I've tried to install Matlab and discovered (from their 
tech support) that RH7 came with a buggy version of "glibc."  They said to 
upgrade to 2.2.1 and all should be well.  I downloaded the glibc-2.2.1 RPM 
for my RH7 system allong with the glibc-common-2.2.1 RPM.  I tried updating 
the glibc-2.2.1 with the "-Uvh" flags set and I got an error telling my 
that I needed to install glibc-common first.  I then tried to install that 
with the "-Uvh" and then the "-Fvh" flags, both failed.  It said that 
glibc-common-2.2.1 was conflicting with glibc-common-2.2.1!  I tried "rpm 
-q glibc-common" and it said that glibc-common was not installed.  It also 
gave an error regareing /usr/bin/getenv and stunnel.  Has anybody running 
RH7 been able to install this package?  any ideas?  

Please reply to this posting and to [EMAIL PROTECTED]

thanks!

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

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

From: [EMAIL PROTECTED] (orangefree89)
Subject: Re: GNU tar and hidden directories
Reply-To: [EMAIL PROTECTED]
Date: Sun, 04 Feb 2001 16:15:49 GMT

On Sun, 04 Feb 2001 13:51:55 GMT, orangefree89
<[EMAIL PROTECTED]> wrote:

>I'm trying to use tar to back up the home directories of my users.  I
>use the following command
>
>tar -cvf user.tar -X user.exclude /home/user
>
>where user.exclude contains the following
>
>/home/user/.gnome/*
>/home/user/.kde/*
>
>etc.
>
>When I run the tar command, it doesn't back up anything in the user's
>home directory.
>
>BTW, if I try to exclude ordinary directories by using
>
>/home/user/work/*
>
>tar seems to work fine *unless* /home/user/.gnome/* is also in user.exclude.
>
>

I think I've found the answer to my own question.  It appears that I
had extra whitespace in the form of newlines at the end of my exclude
files.  Apparently, tar interprets this as meaning that all files
should be excluded.  In any case, I took out the extra whitespace, and
it's working fine now.

grrrrrrrrrrrrrrrrrr.

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

From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: glibc 2.2.1
Date: 4 Feb 2001 11:15:53 -0500
Reply-To: [EMAIL PROTECTED]

In article <95ismv$16t$[EMAIL PROTECTED]>, Platypus wrote:
> I'm having a problem getting glibc 2.2.1 to work on my system. This version
> is apparently necessary for XFree86 4.0.x, the version of emacs I installed,
> etc. The problem is, I can't find a Debian package; I looked in the
> unstable, testing, and proposed-updates package trees

I believe that the i386 unstable Packages file says (in the libc6 section)

: Filename: pool/main/g/glibc/libc6_2.2.1-1_i386.deb

so that you should look in
 ftp.us.debian.org/debian/pool/main/g/glibc
(or similarly for some other Debian mirror).

You may have to update several other packages, too.  All this will be
taken care of automagically if you use apt-get(8) to upgrade to unstable.

-- 
Paul Kimoto
This message was originally posted on Usenet in plain text.  Any images, 
hyperlinks, or the like shown here have been added without my consent,
and may be a violation of international copyright law.

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

From: [EMAIL PROTECTED] (Lee Webb)
Subject: Re: ETA for distros to come with 2.4.X kernel
Date: 4 Feb 2001 16:16:23 GMT
Reply-To: [EMAIL PROTECTED]

On Sat, 03 Feb 2001 12:44:54 -0500, [EMAIL PROTECTED] wrote:
>
>Are there any official dates on when distros will begin
>coming with kernel 2.4.x and what are they?
>
>Mark
>

Suse will be bringing out a 2.4 distro around 12th Feb...

Lee.

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

From: "Jan Schaumann" <[EMAIL PROTECTED]>
Subject: Re: turning off auto-monitor shutdown?
Date: Sun, 04 Feb 2001 11:28:04 -0500

* "Stamatis Stefanakos" <[EMAIL PROTECTED]> wrote:

> Is there a way to disable the automatic monitor shutdown feature?
> 
> I don't know if this is connected somehow to the apm module, but
> 'apm -i' doesnot work! I am running a compaq preario 1800 laptop
> with SuSE 7.0

check with 

man xset
/dpms

-Jan

-- 
Jan Schaumann <http://www.netmeister.org>

Documentation is like sex: when it is good, it is very, very good; and 
when it is bad, it is better than nothing.  -- Dick Brandon

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

From: Emmanuel Beranger <[EMAIL PROTECTED]>
Subject: Something is broken in X/kfm : major opcode 12 error when kfm is 
Date: Sun, 04 Feb 2001 17:31:43 -0500

I have XFree 3.3.6, and KDE 1.x.
When I launch kfm, I get the following :

X Error : BadValue (integer parameter out of range for operation) 2
Major opcode: 12
Core Dumped

Any thoughts, or any clues to where I should investigate ?

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

From: Joe <[EMAIL PROTECTED]>
Subject: Re: problems with kernel 2.4.1 - me too
Date: Sun, 04 Feb 2001 11:43:33 -0500

Thomas Weidner wrote:

> Hi NG,
>
> I updated my Kernel 2.4.0. Then i made make oldconfig and built the
> kernel. After this PPP and my ESS Solo1 soundcard don't work any more.
> What did i do wrong ? can anybody help me ?

Similar thing happened to me!  Everything works with kernel 2.4.0, but I
lost ppp when I compiled kernel 2.4.1.   In Gnome it dials through to my
ISP and then reports "connection failed" and crashes.   If I initiate ppp
through Linuxconf, it dials in and responds "if-up is taking longer than
expected - kill it?".

When time allows, I have been trying to tweak the config to get it
working but haven't had any luck yet.  I'm on try #4 now.

Hopefully, someone in this NG has an idea what is wrong.



Joe Morton




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

From: Peter Eddy <[EMAIL PROTECTED]>
Subject: Re: Run-level for chconfig processes
Date: Sun, 04 Feb 2001 11:51:58 -0500


You really only need to care about the runlevels you actually use.  Most
people use 3 (text login) or 5 (xdm or graphical login).  If the machine
is a firewall or server, then it might run at other levels.

You can check out /etc/inittab for more information, including the
default runlevel which is indicated by the number between the colons
near the top of that file:

id:5:initdefault:

Peter


Tom Edelbrok wrote:
> 
> How does a person determine what run-level is required for processes added
> to chkconfig? For example, when I installed Apache webserver all the howto's
> I cam across suggested "345", (ie: "# chkconfig: 345 85 15").
> 
> Now I have installed open-ssh and find one howto that suggests using 3 and
> 5. Any suggestions as to what to use and why?
> 
> Thanks,
> Tom

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

From: [EMAIL PROTECTED] (David Efflandt)
Crossposted-To: comp.os.linux.admin,comp.os.linux.networking,comp.os.linux.questions
Subject: Re: TCP/IP problem
Date: Sun, 4 Feb 2001 16:53:56 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

On Sat, 03 Feb 2001 23:57:11 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>i'm reposting this due to a small error i made in the last message.
>here's the problem:
>
>when i try to disconnect from certain servers on the internet, netstat
>reports the connection is in a "CLOSE_WAIT" state, and it just remains
>that way, it doesnt completely disconnect. eventually, the number of
>connections in "CLOSE_WAIT" increase to the point that i can't use the
>internet properly and i have to reboot to solve the problem. is there
>any other way to force the connection to close so i dont have to
>reboot??

I have noticed CLOSE_WAIT, but they usually go away after awhile.  Are you
doing something network intensive or do you recognize the hosts and ports
and what they were used for.  Maybe you are being scanned or attacked.

I never have to reboot because of it (high load ave is SETI@home).
 10:50am  up 42 days, 17:19,  5 users,  load average: 1.03, 1.04, 1.03

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

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

From: Peter Eddy <[EMAIL PROTECTED]>
Subject: Re: display not capable of DPMS?
Date: Sun, 04 Feb 2001 11:53:22 -0500


This is what I do:

xset s 0
xset s noblank

I'm not using 4.0, so I'm not sure it'll work in that environment, but
it works for me on 3.x.

Peter

Stamatis Stefanakos wrote:
> 
> xset q returns:
> 
> DPMS (Energy Star):
>   Display is not capable of DPMS
> 
> But I know that the display IS capable of DPMS - the screen goes
> off after some time - and I'm trying to deactivate this feature!
>

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


** 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 by posting to comp.os.linux.misc.

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