Linux-Setup Digest #441, Volume #21              Thu, 14 Jun 01 17:13:10 EDT

Contents:
  Dual Boot Solaris 8 and linux (Jie Feng)
  Re: The pppd daemon died unexpectedly (Dennis Robbins)
  init.d problem - starting program from home directory (Mark Grimshaw)
  Seek and thou___ but not thikko ! ([EMAIL PROTECTED])
  Re: RH 7.1: piece of garbage? (Craig Kelley)
  Re: Undefined value as an array reference error on L-M 8.0 (Craig Kelley)
  Re: Make modules fails with RH 7.1 (Craig Kelley)
  Re: transfer drivers from RH 7.1-> RH 6.2 (Craig Kelley)
  Re: RH 6.2 problem (Craig Kelley)
  Re: The pppd daemon died unexpectedly (Joachim Feise)
  Re: bad format line XX ("David Dorward")
  Re: Problems using RH 7.1 with SiS 530 Graphics Card ("Duncan Coutts")
  Problem with module 8139too (0.9.17) (Huy Cuong Nguyen)
  Re: bad format line XX (karl)
  Problem with Apache + PHP + mod_perl installation (Kit)
  Re: The pppd daemon died unexpectedly (Dan)
  Newbie:  XFree86 4.0.2 crashing on "Standby request" (Les Hartzman)
  Re: Problems using RH 7.1 with SiS 530 Graphics Card (Jesper Petersen)

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

From: Jie Feng <[EMAIL PROTECTED]>
Subject: Dual Boot Solaris 8 and linux
Date: Thu, 14 Jun 2001 11:04:19 -0700

Hi, all

   I am trying dual boot  my Solaris 8 and Linux machine. Currently,
solaris is on the sda and Linux is on sdb. The machine will boot to
Solaris unless I stick in the Linux boot disk.. Does't any one have
experience on dual boot both systems?

   Thankx!

Jie


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

From: Dennis Robbins <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: Re: The pppd daemon died unexpectedly
Date: Thu, 14 Jun 2001 18:12:49 GMT

Michael Pye wrote:

> I have got slackware working to a reasonable level now, and the rest of what
> I want to do involves the internet.
>
> However, I can't seem to get connected. I am trying to use the Gnome PPP
> dialler utility supplied and every time I try to connect it simply informs
> me that the pppd daemon died unexpectedly. Same applies when trying to pull
> the ppp interface up through other utilities (namely the ppp status applet
> for the panel). Calling /usr/sbin/pppd as root gets me the normal garbage
> printed to stdout.
>
> I was wondering what could be wrong. I tried to use wvdial, but I can't find
> it installed...
>
> TIA
>
> MP

/etc/ppp/options......open it and look for the words auth or lock and put a #
in front of them.....try it.


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

From: Mark Grimshaw <[EMAIL PROTECTED]>
Subject: init.d problem - starting program from home directory
Date: Thu, 14 Jun 2001 19:46:20 +0100

Hi all,

RH6.2

The following works fine and does what I expect it to do - start, 
restart, stop etc, a shoutcast mp3 server (sc_serv) allowing me to
bitcast 
mp3 streams.  However, the server also allows for the streaming of 
static mp3 content and to do this needs to be started from within 
its home directory (/usr/local/shoutcast).  It will not work otherwise -
 I've tested this by starting it from the init.d script (doesn't work) 
and starting it manually from within the shoutcast directory (it does 
work).  Both methods will bitcast live streams but I would obviously 
like shoutcast to restart upon rebooting.

Is there any way to get the init.d script to start to start sc_serv 
from within its home directory?

#######################
#!/bin/sh
#
# Startup script for the Shoutcast mp3 Server
#
# chkconfig: 345 85 15
# description: Shoutcast mp3 server
# processname: sc_serv
## pidfile: /var/run/sc_serv.pid
# config: /usr/local/shoutcast/sc_serv.conf


# Source function library.
. /etc/rc.d/init.d/functions

# See how we were called.
case "$1" in
  start)
        echo -n "Starting shoutcast: "
        /usr/local/shoutcast/sc_serv /usr/local/shoutcast/sc_serv.conf 
&
        echo
        touch /var/lock/subsys/sc_serv
        ;;
  stop)
        echo -n "Shutting down shoutcast: "
        killproc sc_serv
        echo
        rm -f /var/lock/subsys/sc_serv
#       rm -f /var/run/sc_serv.pid
        ;;
  status)
        status sc_serv
        ;;
  restart)
        $0 stop
        $0 start
        ;;
  reload)
        echo -n "Reloading shoutcast: "
        killproc sc_serv -HUP   
        echo
        ;;
  *)
        echo "Usage: $0 {start|stop|restart|reload|status}"
        exit 1
esac

exit 0

################################

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

Subject: Seek and thou___ but not thikko !
From: [EMAIL PROTECTED]
Date: 14 Jun 2001 12:40:50 +0100



I want to configure Lynx to operate. I am using RH7. I have a POP 3 ISP. I
want to accomplish this using console. Can anyone give or point me to some
lucid instructions please. Thank you, Harry.
Harry Weston

Net-Tamer V 1.10.1  - Registered


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

From: Craig Kelley <[EMAIL PROTECTED]>
Subject: Re: RH 7.1: piece of garbage?
Date: 14 Jun 2001 12:51:40 -0600

[EMAIL PROTECTED] (JZ) writes:

> I just installed RH 7.1 in my laptop, looks cool initially. But bad
> things happen:
> 
> 1. I instaalled FTP package in my laptop, but why 'ftp localhost'
> doesn't work? Maybe security setting? I couldn't find any related
> info, neither from RH web site. BTW, the 'firewall-config' from
> 'program->system' has nothing inside.
> 
> 2. Try to use my laptop's interface to install Oracle into another
> Linux machine. Since Oracle installation requires X, so I do 'xhost +'
> as root in both machines. But I still get the 'connection refused'
> error. Of course it works when I try the same thing in another RH6.2
> laptop.
> 
> 3. DON'T USE RH 7.1!!! RH 7.1 just messed up lots of stuff. Stick with
> 6.2 or slackware, of course you have to apply necessary patches.
> 
> I just cannot find any docs about RH 7.1. No wonder RHAT drops like a
> champ, it will be down to under $1.

... or maybe you seleced the 'High' security setting?

You get what you ask for.  If you're really interested in fixing the
problem instead of spouting off like a lunatic, try running 'lokkit'
as the root user and turn off your draconian firewall setup.

-- 
It won't be long before the CPU is a card in a slot on your ATX videoboard
Craig Kelley  -- [EMAIL PROTECTED]
http://www.isu.edu/~kellcrai finger [EMAIL PROTECTED] for PGP block

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

From: Craig Kelley <[EMAIL PROTECTED]>
Subject: Re: Undefined value as an array reference error on L-M 8.0
Date: 14 Jun 2001 13:02:21 -0600

[EMAIL PROTECTED] (DGodwin1) writes:

> While trying to install Linux Mandrake on a computer everything went smoothly,
> until I got to the "configure X" portion.  After the install program detected
> the video card, and I chose the approriate monitor, I get the error, "Can't use
> an undefined value as an array reference"  The computer was running Linux
> Mandrake 8.0 previously, with only a different monitor.  I can't seem to figure
> out the problem.  Any solutions would be greatly appreciated.  Thanks in
> advance.

That must be a bug in the installer (sounds like Perl to me).  I'd
report the bug to Mandrake and in the mean time, pick a similar
monitor to yours (but different).

-- 
It won't be long before the CPU is a card in a slot on your ATX videoboard
Craig Kelley  -- [EMAIL PROTECTED]
http://www.isu.edu/~kellcrai finger [EMAIL PROTECTED] for PGP block

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

From: Craig Kelley <[EMAIL PROTECTED]>
Subject: Re: Make modules fails with RH 7.1
Date: 14 Jun 2001 13:05:11 -0600

"John Grana" <[EMAIL PROTECTED]> writes:

> I am trying to re-build my 2.4.X Red Hat 7.1 kernel. I needed to patch it
> with the Win4Lin kernel patch...
> I can compile and boot the kernel just fine. The problem starts at trying to
> make modules. The first module it hits (dummy.c for example) that includes
> /usr/src/linux/include/linux/module.h fails with a stream of strange errors.
> I don't have the exact text in front of me, but things like line 173 parse
> error, not a number and not hexadecimal, function declared that returns a
> function, things like that.
> 
> I can vi the module.h file and the lines look fine. No strange looking
> characters or numbers....
> 
> BTW, the reason for re-building the kernel is to make the NVdriver.o file
> (that also gets the errors since it is a loadable module as well!).
> 
> Any pointers?

You'll need to post the error messages, otherwise only Cleo the TV
psychic can help you  ;)

-- 
It won't be long before the CPU is a card in a slot on your ATX videoboard
Craig Kelley  -- [EMAIL PROTECTED]
http://www.isu.edu/~kellcrai finger [EMAIL PROTECTED] for PGP block

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

From: Craig Kelley <[EMAIL PROTECTED]>
Subject: Re: transfer drivers from RH 7.1-> RH 6.2
Date: 14 Jun 2001 13:05:55 -0600

Avery Andrews <[EMAIL PROTECTED]> writes:

> I've got an installation of 6.2 (on a removable HD) that works properly
> but doesn't support my new hardware, and an installation of 7.1 that
> supports the hardware but doesn't seem to do things right (forex, the
> BibTeX extension to PERL won't compile); is there some way I can
> transfer the NIC and video drivers & config from 7.1 to 6.2?
> 
> The docco I have available seems rather skimpy on exactly what to do when
> you change hardware.

Try upgrading your kernel to 2.2.19 under RedHat 6.2; most of the 2.4
drivers have been back-ported to it.

-- 
It won't be long before the CPU is a card in a slot on your ATX videoboard
Craig Kelley  -- [EMAIL PROTECTED]
http://www.isu.edu/~kellcrai finger [EMAIL PROTECTED] for PGP block

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

From: Craig Kelley <[EMAIL PROTECTED]>
Subject: Re: RH 6.2 problem
Date: 14 Jun 2001 13:07:47 -0600

"Lee S" <[EMAIL PROTECTED]> writes:

> Tried to install RH 6.2 in my HP550mhz celeron computer.  It didn't find the
> monitor so no GUI.  When it tried to boot, I got a blank screen with just
> "LI" and a blinking cursor.  Tried to install it on my wife's PII 233 Dell.
> Graphic installation worked fine but same result when I tried to boot.  Had
> to put RH 7.1 back in to get the computer to boot at all.  Why am I trying
> to install 6.2?  Because I am 5 weeks into trying to get Oracle 8.1.6 to run
> under RH 7.1.-Shared library error.  I figured 6.2 would solve the problem
> but I can't get it installed.  Any advice cheerfully accepted.  I can
> provide lots of details if you need them.

Join the Oracle hell bandwagon; I had to do the same thing a few weeks
ago.  :)

As for your problem:  RedHat 6.2's version of LILO cannot boot past
the 1024th cylinder on your hard disk.  You will need to have at least
a small /boot partition at the BEGINNING of your drive in order to
install it at all.  An alternative would be to use LOADLIN.EXE from
within Windows 9x to boot up the Linux kernel.

-- 
It won't be long before the CPU is a card in a slot on your ATX videoboard
Craig Kelley  -- [EMAIL PROTECTED]
http://www.isu.edu/~kellcrai finger [EMAIL PROTECTED] for PGP block

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

From: Joachim Feise <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: Re: The pppd daemon died unexpectedly
Date: Thu, 14 Jun 2001 12:04:21 -0700
Reply-To: [EMAIL PROTECTED]

Michael Pye wrote:
> 
> I have got slackware working to a reasonable level now, and the rest of what
> I want to do involves the internet.
> 
> However, I can't seem to get connected. I am trying to use the Gnome PPP
> dialler utility supplied and every time I try to connect it simply informs
> me that the pppd daemon died unexpectedly. Same applies when trying to pull
> the ppp interface up through other utilities (namely the ppp status applet
> for the panel). Calling /usr/sbin/pppd as root gets me the normal garbage
> printed to stdout.

Did you set up the ppp stuff properly? See man pppd.

> 
> I was wondering what could be wrong. I tried to use wvdial, but I can't find
> it installed...

Just download and install it from http://www.worldvisions.ca/wvdial/
BTW, this link shows up as the first entry if you search for wvdial on Google.

-Joe

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

From: "David Dorward" <[EMAIL PROTECTED]>
Subject: Re: bad format line XX
Date: Thu, 14 Jun 2001 20:12:33 +0100

It seems that on Thu, 14 Jun 2001 09:17:29 +0100, someone claiming to be
"karl" <[EMAIL PROTECTED]> typed this:

> after editing /etc/fstab I get  a  boot -up message that says - 'WARNING
> bad format line 29 /etc/fstab' I'm using redhat 7.0 and kde. I've edited
> this file with vi and kedit but still get this message. Computer is not
> effected. Please help.

It might help if you let us see the file!

-- 
David Dorward                                http://david.us-lot.org/
The only way to keep your health is to eat what you don't want, drink
what you don't like, and do what you'd rather not. -- Mark Twain

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

From: "Duncan Coutts" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.redhat,comp.os.linux.x,comp.os.linux.questions,comp.os.linux.misc
Subject: Re: Problems using RH 7.1 with SiS 530 Graphics Card
Date: Thu, 14 Jun 2001 20:38:13 +0000

In article <[EMAIL PROTECTED]>, "Jesper Petersen"
<jesperp**Delete**@nork.auc.dk> wrote:

>>I'm happy to report that this advice worked for me too. I can finally
>>upgrade to 4.0.3.
> 
> How does this affect whether you can upgrade to 4.0.3 or not?

Well, before, I could only get 3.3.6 to work. 4.x had lots of visual
debris before I altered the config file with a couple options (see
earlier in this thread).
 
> I'm asking because I have a SiS 630 card which someone else managed to
> make work for me by recompiling the kernel in Mandrake 8.0. Now I've
> installed Red Hat 7.1 using the kernel he comiled for me. I also try to
> use my XF86Config-4 file but when I startx it uses XFree86 version
> 3.3.6a and it wont work.
> 
> When I write XFree86 -version it says version 4.0.3.

You need to make sure that the symlink /etc/X11/X points to the right
version of XFree. Under Mandrake, this pointed to
/usr/X11R6/bin/XF86_SVGA  for 3.3.6 and now points to 
/usr/X11R6/bin/XFree86 now that I'm using 4.0.3. It's probably the same
or similar for Red Hat.

The config file XF86Config-4 should be picked up automatically when you
run the new 4.x version.

Duncan

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

From: [EMAIL PROTECTED] (Huy Cuong Nguyen)
Subject: Problem with module 8139too (0.9.17)
Date: 14 Jun 2001 12:41:09 -0700

Hello,

My network adapter is a RLT8139B.
I received a message: "eth0: media unconnected, link down, or
incompatible connection" after execution of /etc/init.d/networking
when booting.
Kernel version: 2.4.5

My questions:
1) What do this message want to tell me ? (Note: my network is still
working)
2) Is it possible that a bug in module can crash my machine ? (since I
have installed this adapter, my machine crash when an other machine
copy files from my samba server.)

Thanks.

=====
 HCN

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

From: karl <[EMAIL PROTECTED]>
Subject: Re: bad format line XX
Date: Fri, 15 Jun 2001 05:42:51 +1000

On Thu, 14 Jun 2001, karl wrote:
>after editing /etc/fstab I get  a  boot -up message that says -
>'WARNING bad format line 29 /etc/fstab'
>I'm using redhat 7.0 and kde. I've edited this file with vi and kedit 
>but still get this message. Computer is not effected. Please help.

Thanks for your interest. There is nothing on line 29 /etc/fstab.
I edited the file when adding another hard drive. The file just has the usual
lines (8)    starting with:
LABEL=/ .......
/dev/cdrom ......
/dev/fd0 .....
none ......
none......
/dev/hdc5  ....
/dev/hdc1 .....
/dev/hda2 ....
The kernel seems to recquire some special type of text format that I don't 
know.

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

From: Kit <[EMAIL PROTECTED]>
Subject: Problem with Apache + PHP + mod_perl installation
Date: Thu, 14 Jun 2001 20:28:44 GMT

Hi all,

I'm very new to linux in general, so please bear that in mind. I just
purchased a new machine to replace my current linux web server.  Last
night I installed Red Hat 7.1 (as the sole operating system) on it and
everything went smoothly.

Today I am trying to install Apache 1.3.19 with the modules for php
and mod_perl and I'm having all sorts of trouble.  I hope I can
describe my problem well enough for someone here to help me out.

I am using apache 1.3.19, php-4.0.5, and mod_perl-1.25.

I've tried configuring one or the other modules first and it seems to
make no difference. So the summary is that first I install PHP like
so:

./configure --with-mysql=/usr/local/mysql
--with-apache=/usr/src/apache_1.3.19 --enable-track-vars
make 
make install

That runs fine, no errors. The correct files magically appear in
/usr/src/apache_1.3.19/src/modules.

Next I install mod_perl like so:

perl Makefile.PL
make
make install

Again, runs fine, no errors, files appear in
/usr/src/apache_1.3.19/src/modules.

Next I do a configure on Apache:

./configure --prefix=/usr/local/apache \
--activate-module=src/modules/php4/libphp4.a \
--activate-module=src/modules/perl/libperl.a

Again, works great, says that it is activating my modules properly,
and is all happy. So now I do:

make

It runs fine for awhile and then at the very end I get all these
errors (hope I'm not pasting in too much):

Table.o(.text+0x14cf): undefined reference to `PL_stack_sp'
Table.o(.text+0x1513): undefined reference to `Perl_sv_setpv'
Table.o(.text+0x1524): undefined reference to `PL_stack_base'
Table.o(.text+0x1547): undefined reference to `Perl_mg_set'
Table.o(.text+0x1566): undefined reference to `PL_stack_base'
Table.o(.text+0x156b): undefined reference to `PL_stack_sp'
Table.o(.text+0x1570): undefined reference to `PL_stack_sp'
modules/perl/libperl.a(Table.o): In function `XS_Apache__Table_add':
Table.o(.text+0x1584): undefined reference to `PL_stack_sp'
Table.o(.text+0x1589): undefined reference to `PL_markstack_ptr'
Table.o(.text+0x1598): undefined reference to `PL_stack_base'
Table.o(.text+0x159e): undefined reference to `PL_markstack_ptr'
Table.o(.text+0x15a7): undefined reference to `PL_stack_base'
Table.o(.text+0x15cf): undefined reference to `Perl_croak'
Table.o(.text+0x15de): undefined reference to `PL_stack_base'
Table.o(.text+0x15f8): undefined reference to `PL_stack_base'
Table.o(.text+0x1615): undefined reference to `PL_stack_base'
Table.o(.text+0x1624): undefined reference to `PL_na'
Table.o(.text+0x1630): undefined reference to `PL_stack_base'
Table.o(.text+0x1648): undefined reference to `PL_na'
Table.o(.text+0x1654): undefined reference to `PL_stack_base'
Table.o(.text+0x165e): undefined reference to `Perl_sv_2pv'
Table.o(.text+0x1676): undefined reference to `PL_stack_base'
Table.o(.text+0x16a2): undefined reference to `PL_stack_base'
Table.o(.text+0x16aa): undefined reference to `PL_stack_sp'
Table.o(.text+0x16af): undefined reference to `PL_stack_sp'
modules/perl/libperl.a(Table.o): In function `XS_Apache__Table_merge':
Table.o(.text+0x16c0): undefined reference to `PL_stack_sp'
Table.o(.text+0x16c5): undefined reference to `PL_markstack_ptr'
Table.o(.text+0x16d4): undefined reference to `PL_stack_base'
Table.o(.text+0x16da): undefined reference to `PL_markstack_ptr'
Table.o(.text+0x16e3): undefined reference to `PL_stack_base'
Table.o(.text+0x170b): undefined reference to `Perl_croak'
Table.o(.text+0x171a): undefined reference to `PL_stack_base'
Table.o(.text+0x1734): undefined reference to `PL_stack_base'
Table.o(.text+0x1751): undefined reference to `PL_stack_base'
Table.o(.text+0x1760): undefined reference to `PL_na'
Table.o(.text+0x176c): undefined reference to `PL_stack_base'
Table.o(.text+0x1784): undefined reference to `PL_na'
Table.o(.text+0x1790): undefined reference to `PL_stack_base'
Table.o(.text+0x179a): undefined reference to `Perl_sv_2pv'
Table.o(.text+0x17b2): undefined reference to `PL_stack_base'
Table.o(.text+0x17de): undefined reference to `PL_stack_base'
Table.o(.text+0x17e6): undefined reference to `PL_stack_sp'
Table.o(.text+0x17eb): undefined reference to `PL_stack_sp'
modules/perl/libperl.a(Table.o): In function `XS_Apache__Table_do':
Table.o(.text+0x17fc): undefined reference to `PL_stack_sp'
Table.o(.text+0x1801): undefined reference to `PL_markstack_ptr'
Table.o(.text+0x1810): undefined reference to `PL_stack_base'
Table.o(.text+0x1816): undefined reference to `PL_markstack_ptr'
Table.o(.text+0x181f): undefined reference to `PL_stack_base'
Table.o(.text+0x1847): undefined reference to `Perl_croak'
Table.o(.text+0x1856): undefined reference to `PL_stack_base'
Table.o(.text+0x1870): undefined reference to `PL_stack_base'
Table.o(.text+0x18be): undefined reference to `PL_stack_base'
Table.o(.text+0x18db): undefined reference to `PL_stack_base'
Table.o(.text+0x18f4): undefined reference to `PL_stack_base'
modules/perl/libperl.a(Table.o)(.text+0x1915): more undefined
references to `PL_
stack_base' follow
modules/perl/libperl.a(Table.o): In function `XS_Apache__Table_do':
Table.o(.text+0x191d): undefined reference to `Perl_sv_2pv'
Table.o(.text+0x1984): undefined reference to `PL_stack_base'
Table.o(.text+0x198c): undefined reference to `PL_stack_sp'
Table.o(.text+0x1991): undefined reference to `PL_stack_sp'
modules/perl/libperl.a(Table.o): In function `boot_Apache__Table':
Table.o(.text+0x19a0): undefined reference to `PL_stack_sp'
Table.o(.text+0x19a5): undefined reference to `PL_markstack_ptr'
Table.o(.text+0x19b4): undefined reference to `PL_stack_base'
Table.o(.text+0x19ba): undefined reference to `PL_markstack_ptr'
Table.o(.text+0x19c3): undefined reference to `PL_stack_base'
Table.o(.text+0x19f4): undefined reference to `Perl_newXS'
Table.o(.text+0x1a0c): undefined reference to `Perl_newXS'
Table.o(.text+0x1a24): undefined reference to `Perl_newXS'
Table.o(.text+0x1a3c): undefined reference to `Perl_newXS'
Table.o(.text+0x1a65): undefined reference to `Perl_newXS'
modules/perl/libperl.a(Table.o)(.text+0x1a8e): more undefined
references to `Per
l_newXS' follow
modules/perl/libperl.a(Table.o): In function `boot_Apache__Table':
Table.o(.text+0x1c0b): undefined reference to `PL_stack_base'
Table.o(.text+0x1c10): undefined reference to `PL_sv_yes'
Table.o(.text+0x1c21): undefined reference to `PL_stack_base'
Table.o(.text+0x1c26): undefined reference to `PL_stack_sp'
Table.o(.text+0x1c2b): undefined reference to `PL_stack_sp'
modules/perl/libperl.a(mod_perl_opmask.o): In function
`mod_perl_set_opmask':
mod_perl_opmask.o(.text+0x1f): undefined reference to `Perl_croak'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function
`my_uncompress
':
my_compress.o(.text+0x9a): undefined reference to `uncompress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function
`my_compress_a
lloc':
my_compress.o(.text+0x12a): undefined reference to `compress'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/src/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.19'
make: *** [build] Error 2

I have no ideas whatsoever as to what I've done wrong. I'd appreciate
any help or suggests y'all can offer!

Thanks,
Kit

--
[EMAIL PROTECTED]
webcam: http://www.forevervain.com
"Beauty is in the eye of the Beholder,
But Vanity is a gift you give Yourself." -Steve

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

From: Dan <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: Re: The pppd daemon died unexpectedly
Date: Fri, 15 Jun 2001 06:58:38 +1000

I use Slackware's pppsetup script to configure the connection, then cd 
/etc/ppp and emacs options, uncomment the 'debug' line, then run ppp-go. If 
you try this and there are still problems, post the output of ppp-go ...

Dan

Michael Pye wrote:

> I have got slackware working to a reasonable level now, and the rest of
> what I want to do involves the internet.
> 
> However, I can't seem to get connected. I am trying to use the Gnome PPP
> dialler utility supplied and every time I try to connect it simply informs
> me that the pppd daemon died unexpectedly. Same applies when trying to
> pull the ppp interface up through other utilities (namely the ppp status
> applet for the panel). Calling /usr/sbin/pppd as root gets me the normal
> garbage printed to stdout.
> 
> I was wondering what could be wrong. I tried to use wvdial, but I can't
> find it installed...
> 
> TIA
> 
> MP
> 
> 
> 


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

From: [EMAIL PROTECTED] (Les Hartzman)
Subject: Newbie:  XFree86 4.0.2 crashing on "Standby request"
Date: 14 Jun 2001 14:01:17 -0700

I've recently installed SuSE 7.1 on my system.  I was trying to get the power 
management capability to work with my monitor, but the X server keeps crashing
with a "PM event received:  System Standby request".

If I turn power management off in the BIOS, I don't have any problems, obviously.

I've made sure that the 'Option "DPMS"' line is in XFree86Config.  I've also run
"xset dpms 600 1200 2400" (under root), but still nothing works.

I'm running an older Matrox Millennium video card that works fine under NT with
DPMS enabled.

All help appreciated.

Thanks.

Les

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

From: Jesper Petersen <jesperp**Delete**@nork.auc.dk>
Crossposted-To: 
comp.os.linux.redhat,comp.os.linux.x,comp.os.linux.questions,comp.os.linux.misc
Subject: Re: Problems using RH 7.1 with SiS 530 Graphics Card
Date: Thu, 14 Jun 2001 23:08:15 +0200

>You need to make sure that the symlink /etc/X11/X points to the right
>version of XFree. Under Mandrake, this pointed to
>/usr/X11R6/bin/XF86_SVGA  for 3.3.6 and now points to 
>/usr/X11R6/bin/XFree86 now that I'm using 4.0.3. It's probably the same
>or similar for Red Hat.

Thanks, I just found out before I read your message, but that was exactly the
problem!

Thanks
Jesper

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


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

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

Reply via email to