[expert] php displays as text files

2001-06-09 Thread Stephen Boulet

I installed the apache and php rpms for LM8, but php scripts display as text 
files.

At the very end of my httpd.conf file, I added the following line and 
restarted httpd, but it didn't help:

<<
AddType application/x-httpd-php .php .php3
>>

Anyone know what I should do?

-- Stephen




Re: [expert] Error running Bastille

2001-06-09 Thread John Wolford

hi again,

Just a quick note - from the sounds of things you didn't "uninstall" the rpm.
The best way to do so is with rpm, that way your rpm database is up to date. To
do so, read the man page and then see if this makes sense:
rpm -e 
Note that you're using the package name, not the filename of the package. Thus
soemthing like "rpm -e bastille-linux" would probably do the trick.

Anyway, glad you got it working, congratulations :-) Always feels good to solve
a problem in linux-world, doesn't it?

Cheers,
j

--- Laura Conrad <[EMAIL PROTECTED]> wrote:
> > "John" == John Wolford <[EMAIL PROTECTED]> writes:
> 
> John> So you'd like to know where it's hanging, right? EIther the
> John> pop server is hanging, or your machine is. Here's a few
> John> things you can try off the top:
> 
> Thanks for all the good advice; I'm sure I'll use some of it later.  I
> realized after writing this that the likely reason that I was getting
> the same result I got last time was that there was still junk lying
> around from the last experiment, so I removed the Bastille RPMS, all
> the stuff that was still named bastille, put back the RPMS, and ran it
> over again, and this time it seems to be working.  That is, it may or
> may not be blocking anything nasty, but it isn't blocking the things I
> want to do.
> 
> -- 
> Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
> (617) 661-8097fax: (801) 365-6574 
> 233 Broadway, Cambridge, MA 02139


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: [expert] Kernel Compiling

2001-06-09 Thread Brian Hartman

On 09 Jun 2001 22:38:46 -0400, Davy Durham wrote:
> Hi, I'm trying to compile the 2.4.3-27mdk kernel source and am running
> into all sorts of problems
> 
> I'm doing:
> - make xconfig
> - make dep
> - make
> - make modules   <
> 
> -- here is the problem
> 

Davy,

It's been awhile since I've compiled a kernel, but I think I can help
you out here.  The process I usually go through to compile a kernel
looks like this:

1) cd /usr/src (as root)
2)  rm -rf  linux
3) tar zxvf (linux-2.x.x.tar.gz (where x is the kernel minor version and
number (e.g., 2-10).
4) mv linux linux-2.x.x
5) ln -s linux-2.x.x linux (to make a symlink named "linux" to your
linux source directory)
6) make xconfig
7) make dep
8) make bzImage
9) make modules
10) make modules install
11) cp arch/i386/boot/bzImage /boot/vmlinuz-2.x.x
12) cp System.map /boot/map
13) edit /etc/lilo.conf so that your kernel points to these places.
14) run /sbin/lilo <- Don't forget this or you won't be able to
boot!!!
15) Reboot and pray to the Holy God of Silicon.

Basically, the part I think you were messing up is after you ran make
dep you should've run "make bzImage" rather than just "make". There are
other ways to make a boot image (make bzlilo is another option, I think)
but I use "make bzImage" because it makes the smallest image.

Anyway, that's what I do.  YMMV.

Hope that helps.






Re: [expert] Error running Bastille

2001-06-09 Thread Laura Conrad

> "John" == John Wolford <[EMAIL PROTECTED]> writes:

John> So you'd like to know where it's hanging, right? EIther the
John> pop server is hanging, or your machine is. Here's a few
John> things you can try off the top:

Thanks for all the good advice; I'm sure I'll use some of it later.  I
realized after writing this that the likely reason that I was getting
the same result I got last time was that there was still junk lying
around from the last experiment, so I removed the Bastille RPMS, all
the stuff that was still named bastille, put back the RPMS, and ran it
over again, and this time it seems to be working.  That is, it may or
may not be blocking anything nasty, but it isn't blocking the things I
want to do.

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139




[expert] LM 8 installation problem

2001-06-09 Thread Sridhar Govindarajulu

Hi ,


I am trying to install LM 8 on my AMD system. I get to the point before
configuring X server and it hangs. I've done this several times but dosen't
work.

I have Abit K7A MB which has High Point's RAID controller. 7.2 was working
fine for me.

What may be the problem?

Thanks
Sridhar






[expert] library not found

2001-06-09 Thread Alden Torres


I have an old binary(matlab), when i run in mandrake
7.2 i see an error message "libray libXpm.so not
found". At this moment i search the library and
resolve the problem. Now, in  Mandrake 8.0 and Redhat
7.1 i only receive the message "file or directory not
found". Not is the path, not is the distribution, not
is the kernel, not is the bash, what is?

thanks

Alden

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] Kernel Compiling

2001-06-09 Thread Davy Durham


Hi, I'm trying to compile the 2.4.3-27mdk kernel source and am running
into all sorts of problems
I'm doing:
    - make xconfig
    - make dep
    - make
    - make modules  
<
-- here is the problem
First, since I'm using the matching version kernel-source-2.4.3-27mdk.rpm,
if I just do make xconfig, is that loaded with all the defaults of the
rpm of the kernel I running?
Second, supposing I have the kernel configured the way I want it to
be, and after I've just done 'make', when I type 'make modules' I get all
kinds of compile errors  (starting with the compiler telling me that
integer literals are containing letters, but aren't hexidecimal constants)
Anyway, all I really want to do is patch the emu10k1 source code and
recompile the module...
I tried just doing the 'make xconfig' then 'make dep' then go into
the drivers/sound/emu10k1 and type 'make', but it doesn't even try to use
'kgcc' to compile, instead it uses 'cc' which seems to cause even more
trouble...
What am I doing wrong?
Thanks,
    -- Davy


Re: [expert] xmessage

2001-06-09 Thread Hoyt

On Saturday 09 June 2001 06:31 pm, you methodically organized electrons to 
state:
> Hello
>
> I am trying to run Wine and it always asks for
> xmessage. What is it and where can I find it?
>


XFree86-contribs




[expert] Sound bad

2001-06-09 Thread OOzy Pal

When LM8 I hear the music that is played at the
begining but when I run anything else it does not
work. For I can't play any type of music no CD or wav
nothing. Any idea why?

=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: [expert] USB CameraMate?

2001-06-09 Thread Dave Ayers

Thanks for the tips, Karl. I'll check them out. And thanks to Brian and
Wokan for their comments.  If I get lucky and figure out a way to make it
work, I'll be sure to post to the list.

Dave

On Sat, 09 Jun 2001 11:58:21 -0700
Karl Cunningham <[EMAIL PROTECTED]> wrote:

> There's a thread currently going on the kplug list about usb cable
modems, 
> cameras, printers, etc.  The thread is called "USB Modem"  Check the 
> archives at
> http://www.ultraviolet.org/mail-archives/kplug.2001/
> The archives aren't updated every day so you might have to wait to see
it 
> there.  Or check out
> http://www.kernel-panic.org/
> 
> Karl Cunningham
> 
> 
> --On Saturday, June 09, 2001 12:06 + Dave Ayers
<[EMAIL PROTECTED]> 
> wrote:
> 
> > I am new to the Mandrake ranks (and this list) and am running Mandrake
7.2
> > on a Chembook laptop with a USB port. Said laptop bought with 7.2
> > pre-installed from ASL. Before I get myself all tied in knots trying
to
> > get a MicroTech USB CameraMate drive to work, any opinions on whether
> > there is any hope for this USB device with 7.2 and if so how to
proceed?
> >
> > Dave Ayers
> > Quincy, Illinois
> >




[expert] Re: [Galeon-user] RP8, Java, Dependencies -- SOLVED!

2001-06-09 Thread Jonathan Bartlett

> checking for GTK - version >= 1.2.8... yes
> checking for gnome-config... /usr/bin/gnome-config
> checking for GNOME - version >= 1.2.0... yes
> checking for additional GNOME modules... *** vfs library is not installed
> configure: error:
> *** GNOME 1.2.0 or better is required.
> *** gnome-vfs 0.6.0 or better is required.
> Bad exit status from /var/tmp/rpm-tmp.37886 (%build)
> [root@localhost sher]#
> 

The wording is the confusing part.  When building, if it says "gnome-vfs
0.6.0 or better is required" or anything like that, it could mean _either_
gnome-vfs OR gnome-vfs-devel are not there.  your list did not include
gnome-vfs-devel, so that is probably the problem.

The reason for this is that the configuration scripts don't view the
packages the same way the distributions do.

Jon

-- 
PGP information is available at http://members.wri.com/johnnyb/about/





[expert] locate: decode_db() aborted. Corrupt database?

2001-06-09 Thread John Wolford

Hi All,

I get the following message via email, daily:

From: [EMAIL PROTECTED] (Cron Daemon)
To: [EMAIL PROTECTED]
Subject: Cron  run-parts /etc/cron.daily

 
DB2 problem...: missing or empty key value specified
error: syslog:211 duplicate log entry for /var/log/syslog 
-

Also, when i try to locate or slocate something, i often get the following.
Note the two different searches - one finds it, then breaks, the other one
breaks before it can find the file i'm looking for.

--
[john@homer john]$ locate uwillpass.htm
/home/john/uwillpass.htm
locate: decode_db() aborted. Corrupt database?
[john@homer john]$ locate phonebook
locate: decode_db() aborted. Corrupt database?
[john@homer john]$ ls -l phonebook
-rw---1 john john 1980 Apr 14 03:56 phonebook
[john@homer john]$
---

I know these two things are related, and someone on irc suggested that my glibc
is toast, but he was too smart to go into the details with me. Does anyone have
any ideas as to what the source of this problem is and what i can do to fix it?

Thanks,
John

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: [expert] Error running Bastille

2001-06-09 Thread John Wolford

So you'd like to know where it's hanging, right? EIther the pop server is
hanging, or your machine is. Here's a few things you can try off the top:

1) Get rid of the firewall briefly with these commands:
ipchains -F
ipchains -X
ipchains -P input ACCEPT
ipchains -P output ACCEPT
This will flush and delete your firewall "chains" and will set the policy for
input & output to ACCEPT. Now your box is not refusing any connections due to
your firewall. Test your fetchmail and see if it works now. If so, then you
need to tweak your firewall. Don't forget to put your firewall back up
(probably with something like "service firewall start" or some such thing.

2) Do you have another pop account? You could get one with Yahoo, set it up for
pop access, and test it with that account. This might help you know if it's the
server or not.

3) You could run "strace fetchmail" or "strace " and see if
you can get anything from that (as to where it's hanging).

4) You could run tcpdump and see if that gives you anything. I recommend
ethereal as an amazing graphical packet analyzer, you could try that.

5) You could check your logs for DENYed packets (due to firewall). Check
/var/log/messages and /var/log/syslog.

6) Something someone else says :-)

good luck
j

--- Laura Conrad <[EMAIL PROTECTED]> wrote:
> > "Laura" == Laura Conrad (me) <[EMAIL PROTECTED]> writes:
> 
> Laura> When I run "InteractiveBastille -x" on my Mandrake 8.0
> Laura> system, I get this error message:
> 
> Laura> About to run through config file...
> Laura> Fatal: First boot sector is version 20.0. Expecting version 21.7.
> Laura> Line to follow is 18
> 
> Progress report: I decided that the LILO section would be the only
> thing that wanted to do anything about the boot sector, so I answered
> those questions differently and didn't get this error.  
> 
> However, now when I run the firewall, I can't get fetchmail to run.  It
> can connect to the POP server, and see the mail, but it hangs on
> downloading the message.  I had tried an earlier version of Bastille
> with the same result.  Has anyone hit this problem and solved it?
> 
> 
> -- 
> Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
> (617) 661-8097fax: (801) 365-6574 
> 233 Broadway, Cambridge, MA 02139
> 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: [expert] afriad to lose LILO

2001-06-09 Thread John Wolford

Make a boot disk (floppy) with mkbootdisk, then boot from floppy. Then,
assuming all the info in /etc/lilo.conf still applies to your new 98 system,
run lilo and kaboom, all will be (should be) as it was.

If you ever lock yourself out of your system, you can boot with the install cd,
hit f1 as soon as you can, go with "rescue" and then it will create virtual
linux filesystems. In this situation, if are comfortable making a new entry in
/etc/fstab (on the virtual filesystem), and you make a mount point in /mnt,
then you can mount the partition that has /etc/lilo.conf on your REAL system,
and then run "lilo -C /mnt/mountpoint/.../etc/lilo.conf". If the rescue system
doesn't have lilo on it (i have no idea) then you can mount the partitoin that
has /sbin/lilo, and run that:
/mnt/mountpoint/.../sbin/lilo -C /mnt/mountpoint/.../etc/lilo.conf

But there will be no need for that if you just make a bootdisk.

Good luck,
j

--- OOzy Pal <[EMAIL PROTECTED]> wrote:
>  I have dual boot LM8 and Win2000. I want to remove
> Win2000 and install Win98 but if I do this win98 will
> not recognize LM* and will overwrite the boot sector.
> What can I do to avoid this
> 
> =
> Regards,
> OOzy
> 
> What is the purpose of life?
> 
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35 
> a year!  http://personal.mail.yahoo.com/
> 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] DPT/Adaptec Controllers

2001-06-09 Thread Dalton Calford

I guess this is a question for the maintainers of the kernel.
I have noticed that the install program identifies my DPT V Raid controller, 
but, it can not load a module that works with it.

My questions are as follows

1.) Are you using the new updated adaptec dpt drivers ala 'deanna bonds' of 
adaptec? or Are you using the origional source code released from DPT with 
modifications so that it works with the new kernel/compilers?

2.) Is there a special trick to get the LM8.0 kernel to work with the DPT V 
smart Raid controller?

3) How reliable is it?  Has anyone done any real world testing on it?

best regards

Dalton




[expert] xmessage

2001-06-09 Thread OOzy Pal

Hello

I am trying to run Wine and it always asks for
xmessage. What is it and where can I find it?

=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: [expert] Error running Bastille

2001-06-09 Thread Laura Conrad

> "Laura" == Laura Conrad (me) <[EMAIL PROTECTED]> writes:

Laura> When I run "InteractiveBastille -x" on my Mandrake 8.0
Laura> system, I get this error message:

Laura> About to run through config file...
Laura> Fatal: First boot sector is version 20.0. Expecting version 21.7.
Laura> Line to follow is 18

Progress report: I decided that the LILO section would be the only
thing that wanted to do anything about the boot sector, so I answered
those questions differently and didn't get this error.  

However, now when I run the firewall, I can't get fetchmail to run.  It
can connect to the POP server, and see the mail, but it hangs on
downloading the message.  I had tried an earlier version of Bastille
with the same result.  Has anyone hit this problem and solved it?


-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139




[expert] /dev/? & messages

2001-06-09 Thread Felix Miata

I've not found a catalog of device names locally. Is there one normally
installed somewhere on a local system?

/var/log/messages is loaded up with the following:

machine name: mc: /dev/gpmctl: no such file or directory
machine name: mc: /dev/gpmctl: connection refused

Sometimes messages like this foul a root console login session. My only
guesses are that this may have something to do with Samba and/or
Midnight Commander. Beyond this, I'm clueless what this is or how to
stop it. Any ideas?
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

Felix Miata  ***  http://mrmazda.members.atlantic.net/





RE: [expert] afriad to lose LILO

2001-06-09 Thread OOzy Pal

I want to go back to Win98 so I can use Wine. Wine
does not work well with Win2K


--- Charles A Edwards <[EMAIL PROTECTED]> wrote:
> 
> 
>  
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf
> Of OOzy Pal
> > Sent: Saturday, June 09, 2001 1:24 PM
> > To: Expert
> > Subject: [expert] afriad to lose LILO
> > 
> > 
> >  I have dual boot LM8 and Win2000. I want to
> remove
> > Win2000 and install Win98 but if I do this win98
> will
> > not recognize LM* and will overwrite the boot
> sector.
> > What can I do to avoid this
> > 
> > =
> > Regards,
> > OOzy
> > 
> > What is the purpose of life?
> > 
>  
>  
> I am nosey.
> 
> Why would you want to remove Win2K in favor of
> Win98.
> I do everything on 2K and nearly nothing anymore on
> 98.
> Even 95% of my games will run on 2k plus it is much
> more dependable
> not to mention stable.
> 
> As to your question.
> Any version of Windows you install Is going to
> overwrite your MBR.
> There is nothing you can do to prevent it.
> 
> Be sure you have a working Mandrake boot dist.
> Once you have installed windows use the boot disk
> to access linux and reinstall LILO.
> You will then be back as before using lilo now to 
> choose between linux and win98.
> 
>Charles  (-:
> 
> Forever never goes beyond tomorrow. 
> 


=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] Error running Bastille

2001-06-09 Thread Laura Conrad

When I run "InteractiveBastille -x" on my Mandrake 8.0 system, I get
this error message:

About to run through config file...
Fatal: First boot sector is version 20.0. Expecting version 21.7.
Line to follow is 18

What is 18 a line in? What is the Version of a boot sector?  How would
I change it if I wanted to?  What is causing it to expect version
21.7?

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139




[expert] Fwd: Re: problema con server...

2001-06-09 Thread Oscar

--  Mensaje Reenviado  --
Subject: Re: problema con server...
Date: Sat, 9 Jun 2001 12:26:58 +0200
From: Oscar <[EMAIL PROTECTED]>
To: "Acnel Morelos Facundo" <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]


(In english at the end of the message)

El Vie 08 Jun 2001 18:42, escribiste:
> Hola
>
>
> Tengo el siguiente problema,, Tengo instalado un servidor Mandrake 8.0 ,
> que continuamente me esta generando estos mensajes de error a cada
> momento..
>
> errors occured while rotating /var/log/sudo.log
>
> stat of /var/log/sudo.log failed: No such file or directory
>
>
> Cuando esta haciendo el proceso de log´s  se queda absolutamente
> bloqueado.. y lo tengo que apagar,, pero continuamente me hace esto..
> pueden decirme a que se pueda deber???
>
>
> Saludos!!!

Parece que logrotate trata de "reciclar" el log de sudo y éste no existe.
Prueba una de estas tres cosas:
- Desinstala sudo si no lo usas.
- Busca la referencia a /var/log/sudo.log en los archivos dentro de
/etc/logrotate.d/ y elimina esta referencia.
- Añade la línea "/bin/touch /var/log/sudo.log al final del archivo
/etc/rc.d/rc.local
Es una chapucilla (crea el archivo /var/log/sudo.log para que logrotate no lo
eche de menos), pero creo que funcionará.
Salu2,
Óscar.

---

The problem:
> errors occured while rotating /var/log/sudo.log
> stat of /var/log/sudo.log failed: No such file or directory

Maybe logrotate try to "recycle" /var/log/sudo.log and this file don't
exist...
My suggestion:
- Uninstall sudo or use it.
or
- Delete the entry /var/log/sudo.log in /etc/logrotate.d/*
or
- Add "/bin/touch /var/log/sudo.log to the end of /etc/rc.d/rc.local
to create the file that logrotate looks for.
Is that a botched job?
Any idea?
Salu2,
Oscar.

---




Re: [expert] USB CameraMate?

2001-06-09 Thread Karl Cunningham

There's a thread currently going on the kplug list about usb cable modems, 
cameras, printers, etc.  The thread is called "USB Modem"  Check the 
archives at
http://www.ultraviolet.org/mail-archives/kplug.2001/
The archives aren't updated every day so you might have to wait to see it 
there.  Or check out
http://www.kernel-panic.org/

Karl Cunningham


--On Saturday, June 09, 2001 12:06 + Dave Ayers <[EMAIL PROTECTED]> 
wrote:

> I am new to the Mandrake ranks (and this list) and am running Mandrake 7.2
> on a Chembook laptop with a USB port. Said laptop bought with 7.2
> pre-installed from ASL. Before I get myself all tied in knots trying to
> get a MicroTech USB CameraMate drive to work, any opinions on whether
> there is any hope for this USB device with 7.2 and if so how to proceed?
>
> Dave Ayers
> Quincy, Illinois
>






Re: [expert] USB CameraMate?

2001-06-09 Thread Brian Hartman

On 09 Jun 2001 12:06:33 +, Dave Ayers wrote:

I've got a USB Intel Create and Share webcam.  I've had no luck with it
so far.  I'd say there's hope, but you might not want to hold your
breath while you're looking for the drivers.

Of course, that's my experience, FWIW.


> I am new to the Mandrake ranks (and this list) and am running Mandrake 7.2
> on a Chembook laptop with a USB port. Said laptop bought with 7.2
> pre-installed from ASL. Before I get myself all tied in knots trying to
> get a MicroTech USB CameraMate drive to work, any opinions on whether
> there is any hope for this USB device with 7.2 and if so how to proceed?
> 
> Dave Ayers
> Quincy, Illinois
> 





Re: [expert] afriad to lose LILO

2001-06-09 Thread Dan Swartzendruber

On Sat, 9 Jun 2001, OOzy Pal wrote:

>  I have dual boot LM8 and Win2000. I want to remove
> Win2000 and install Win98 but if I do this win98 will
> not recognize LM* and will overwrite the boot sector.
> What can I do to avoid this

install win98, it will overwrite the MBR.  then boot from the linux
rescue disk.  when you're up, run '/sbin/lilo'.







[expert] afriad to lose LILO

2001-06-09 Thread OOzy Pal

 I have dual boot LM8 and Win2000. I want to remove
Win2000 and install Win98 but if I do this win98 will
not recognize LM* and will overwrite the boot sector.
What can I do to avoid this

=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] USB CameraMate?

2001-06-09 Thread Dave Ayers

I am new to the Mandrake ranks (and this list) and am running Mandrake 7.2
on a Chembook laptop with a USB port. Said laptop bought with 7.2
pre-installed from ASL. Before I get myself all tied in knots trying to
get a MicroTech USB CameraMate drive to work, any opinions on whether
there is any hope for this USB device with 7.2 and if so how to proceed?

Dave Ayers
Quincy, Illinois




Re: [expert] SYM53c1010 Ultra 60

2001-06-09 Thread civileme

On Saturday 09 June 2001 10:48, Cokey de Percin wrote:
> civileme wrote:
> > On Friday 08 June 2001 21:15, Jeanette Russo wrote:
> > > Has anyone been able to get this to work in Linux?
> > > I don't see it on the HCL for Mandrake?
> > > TIA
> > > Jeanette
> >
> > There is apparently a proprietary driver for it from ASUS.  There are
> > drivers being written for the 160 Ultras, and the newer aic7xxx.o module
> > should control it (and mess up any CDROM you have attached at the same
> > time).
> >
> > It appears to ba a bit early yet for the best of drivers, but it is
> > probably safe to snatch one of these controllers when the market is low,
> > because there are works in the pipelines.  Hardware Digest has some
> > documentation from users on overcoming problems in placing these cards in
> > service.
> >
> > Civileme
>
> I have a dual Symbios 53C1010 controller on a Tyan board (2500) and
> it works perfectly with the sym53c8xx module for kernels 2.2.18/19
> and 2.4.3/4/5.  All functions appear to work correctly.  I have
> several 10K drives on one channel and CDrom, CDwriter and HP tape
> on the other.  Note that this controller is secondary as the main
> controller is a Mylex RAID.  The driver docs specifically mention the
> 1010.
>
> Best
>
> Cokey


Noted...

Thanks for the info.

Civileme




Re: [expert] cd burner shows up as both ide AND scsi device

2001-06-09 Thread Felix Miata

Francisco Alcaraz Ariza wrote:
> 
> Barry, this means that your CRX160E (BTW I have one of this model CRX160)
> cand be used as both, cdrom and cdwriter. For burn cds your Mandrake 8.0 need
> to emulate a scsi cdwriter so it seems that you have two, ans ide and a scsi.
> So your system is runing fine.

Hey Francisico, pretty neat trick, answering a post that hasn't even
happened yet.

Subject:Re: [expert] cd burner shows up as both ide AND scsi
device
  Date:Sat, 9 Jun 2001 16:31:11 -0400
  From:Francisco Alcaraz Ariza <[EMAIL PROTECTED]>

It's only a little past noon here and I'm in -0400 too! Where are you
located?
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

 Team OS/2  ***  Rotary ONLY since 1973

Felix Miata  ***  http://mrmazda.members.atlantic.net/ <- Not just a FAQ





[expert] how to configure c-media sound card

2001-06-09 Thread Pupeno

I cannot get this sound card working.
It worked well with windows and suse, but now, I'm using mandrake and I 
cannot make it work.
I found IRQ conflicts (soundcard-vga, soundcard-eth1, soundcard-usb), etc, 
etc.
So, disabling usb I manage to not have conflicts.
But now, it doesn't work anyway.
The sound is a c-media cm8738
When I configure it with sndconfig everything seems to be working, I hear to 
the sound sample, but when I try to play an mp3 for example, it sundely stops 
in the middle of the music (using xmms), it inserts noise when playing a CD 
and arts core dumps.
playing mp3 with the alsa player seems to work, but I'm not configuring it 
with alsa (as far as I know).
Some one told me that this could be a dma problem, and told me some other 
things to include in the kernel, some things to change, but, maybe there're 
other that I should change.
I've been having this problem with the original mandrake 8.0 kernel, (2.4.3) 
and with the kernels I've compiled (2.4.5).
Thank you.
-- 
Pupeno: [EMAIL PROTECTED]
http://www.pupeno.com.ar




Re: [expert] cd burner shows up as both ide AND scsi device

2001-06-09 Thread Alexander Skwar

So sprach Francisco Alcaraz Ariza am Sat, Jun 09, 2001 at 04:31:11PM -0400:
> Barry, this means that your CRX160E (BTW I have one of this model CRX160) 
> cand be used as both, cdrom and cdwriter. For burn cds your Mandrake 8.0 need 
> to emulate a scsi cdwriter so it seems that you have two, ans ide and a scsi. 
> So your system is runing fine.

True.  But on the other hand, ide-cd is of no use if ide-scsi emulation is
loaded.  Just dropping the module (ide-cd) will still allow you to do
everything with your ide cd burner - and according to Jörg Schilling (author
of cdrecord) ide-scsi allows you to do more things than ide-cd.  ide-cd is
simply never needed.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 1 day 11 hours 7 minutes




[expert] resLisa and smb browsing

2001-06-09 Thread Tom Badran

I have absolutely no ide how to get this to work. I have done the settings in 
kcontrol as both root and my user, and still i get a cant connect to 
localhost message, any ideas
-- 
Imperial College, Department Of Computing
email: [EMAIL PROTECTED] tel: 020 785 22277




Re: [expert] Junky fonts...

2001-06-09 Thread Tom Brinkman

On Saturday 09 June 2001 07:45 am, Ken Corey wrote:

> However, once in a while, I'll get one of two problems:
>
> 1) a web page or an email where the fonts are set to something that's
> unreadable.  Not just non-pretty, but downright unreadable.  It's as
> if a 5 point times font were scaled up to whatever is needed.  In
> KMail, turning off the 'prefer html' for the folder has no effect. 
> In Konqueror, if I click the enlarge button 10 times or so, The font
> turns into a clunky Times knock off (and the page is *very* large
> overall, of course).

In Kmail on the tool bar, 'Message' - 'Set Encoding', try setting 
it to 'Western European iso8859-1'.  Similar in Konqueror.  I had the 
symptoms you describe sometime ago, and IIRC, setting encoding to 
8859-1 everyplace it appears in configuration (eg, Control Center, 
Kmail, Konqueror, various other apps) solved the problem.
-- 
Tom Brinkman  [EMAIL PROTECTED] Galveston Bay




Re: [expert] SYM53c1010 Ultra 60

2001-06-09 Thread Cokey de Percin

civileme wrote:
> 
> On Friday 08 June 2001 21:15, Jeanette Russo wrote:
> > Has anyone been able to get this to work in Linux?
> > I don't see it on the HCL for Mandrake?
> > TIA
> > Jeanette
> 
> There is apparently a proprietary driver for it from ASUS.  There are drivers
> being written for the 160 Ultras, and the newer aic7xxx.o module should
> control it (and mess up any CDROM you have attached at the same time).
> 
> It appears to ba a bit early yet for the best of drivers, but it is probably
> safe to snatch one of these controllers when the market is low, because there
> are works in the pipelines.  Hardware Digest has some documentation from
> users on overcoming problems in placing these cards in service.
> 
> Civileme

I have a dual Symbios 53C1010 controller on a Tyan board (2500) and
it works perfectly with the sym53c8xx module for kernels 2.2.18/19 
and 2.4.3/4/5.  All functions appear to work correctly.  I have 
several 10K drives on one channel and CDrom, CDwriter and HP tape
on the other.  Note that this controller is secondary as the main
controller is a Mylex RAID.  The driver docs specifically mention the 
1010.

Best

Cokey 

-- 
--
F. 'Cokey' de Percin, DBA   Email:
CSC (formerly Mynd)  Work - [EMAIL PROTECTED]
Columbia, South Carolina Home - [EMAIL PROTECTED]




Re: [expert] cd burner shows up as both ide AND scsi device

2001-06-09 Thread Barry Marler

Thanks to you both.

--On Saturday, June 09, 2001 4:31 PM -0400 Francisco Alcaraz Ariza <[EMAIL PROTECTED]> 
wrote:

> Barry, this means that your CRX160E (BTW I have one of this model CRX160)
> cand be used as both, cdrom and cdwriter. For burn cds your Mandrake 8.0
> need  to emulate a scsi cdwriter so it seems that you have two, ans ide
> and a scsi.  So your system is runing fine.
>
> Francisco Alcaraz
> Murcia (Spain)
>
> El Sáb 09 Jun 2001 09:53, escribiste:
>> On a brand-new Dell OptiPlex GX150, Harddrake lists my CD-RW thusly:
>>
>> Unknown SONY CD-RW CRX160E
>> Model: SONY CD-RW CRX160E
>> Device: /dev/hdd
>> Bus Type: ATAPI/IDE
>>
>> AND
>>
>> SONY CD-RW  CRX160E
>> Model: CD-RW  CRX160E
>> Device: /dev/scd0
>> Bus Type: SCSI
>>
>> It is an IDE device; there are no SCSI controllers or devices in the
>> machine.  Can anyone explain to me what's up?
>>
>> -
>> Barry Marler
>> Plant Genome Mapping Laboratory
>> University of Georgia
>> 164 Riverbend Research Center
>> 110 Riverbend Road
>> Athens, GA 30602
>> (706)583-0164(office)
>> (706)583-0160(fax)



-
Barry Marler
Plant Genome Mapping Laboratory
University of Georgia
164 Riverbend Research Center
110 Riverbend Road
Athens, GA 30602
(706)583-0164(office)
(706)583-0160(fax)




Re: [expert] cd burner shows up as both ide AND scsi device

2001-06-09 Thread Francisco Alcaraz Ariza

Barry, this means that your CRX160E (BTW I have one of this model CRX160) 
cand be used as both, cdrom and cdwriter. For burn cds your Mandrake 8.0 need 
to emulate a scsi cdwriter so it seems that you have two, ans ide and a scsi. 
So your system is runing fine.

Francisco Alcaraz
Murcia (Spain)

El Sáb 09 Jun 2001 09:53, escribiste:
> On a brand-new Dell OptiPlex GX150, Harddrake lists my CD-RW thusly:
>
> Unknown SONY CD-RW CRX160E
> Model: SONY CD-RW CRX160E
> Device: /dev/hdd
> Bus Type: ATAPI/IDE
>
> AND
>
> SONY CD-RW  CRX160E
> Model: CD-RW  CRX160E
> Device: /dev/scd0
> Bus Type: SCSI
>
> It is an IDE device; there are no SCSI controllers or devices in the
> machine.  Can anyone explain to me what's up?
>
> -
> Barry Marler
> Plant Genome Mapping Laboratory
> University of Georgia
> 164 Riverbend Research Center
> 110 Riverbend Road
> Athens, GA 30602
> (706)583-0164(office)
> (706)583-0160(fax)




Re: [expert] LM 8.0 - KDE, Fonts & Anti-aliasing pbm

2001-06-09 Thread Francisco Castanheiro

On Saturday 09 June 2001 11:02, you wrote:
> Hi,
>
> A very odd thing happened yesterday.
> (2) For the time being I am running all my users with the anti-aliasing
>  flag set to false, but if I go to the KDE Control Center/LooknFeel/
>  Fonts where I have:
>fixed widthLucida Console 8 iso8859-1
>  and I try to change the fixed width fond by clicking on choose then
>  I can kiss my KDE session goodbye, it seems like xfs gets killed by
>  doing that... because once back to the console, ps -ax | grep xfs
>  does not show any xfs running and I have to do: service xfs start
>  then going back to KDE works.
IMHO that xfs reely sucks, xfs dies very often when i open the font chooser.


>
> (3) Can the imported fonts from Windows cause that?
>
I had a similar problem when i upgraded from kde 2.1.1 to kde2.2alpha2, i 
solved it by removing all the imported windows fonts, then i imported only 
the tahoma and the verdana fonts from win2k (tahoma is a really nice font).
Kde now works fine.




-- 
Francisco Castanheiro
EMail: [EMAIL PROTECTED]   web:  go.to/cdtracker 
"The first ninety percent of the task takes ninety percent of
   the time, and the last ten percent takes the other ninety percent."





[expert] cd burner shows up as both ide AND scsi device

2001-06-09 Thread Barry Marler

On a brand-new Dell OptiPlex GX150, Harddrake lists my CD-RW thusly:

Unknown SONY CD-RW CRX160E
Model: SONY CD-RW CRX160E
Device: /dev/hdd
Bus Type: ATAPI/IDE

AND

SONY CD-RW  CRX160E
Model: CD-RW  CRX160E
Device: /dev/scd0
Bus Type: SCSI

It is an IDE device; there are no SCSI controllers or devices in the 
machine.  Can anyone explain to me what's up?

-
Barry Marler
Plant Genome Mapping Laboratory
University of Georgia
164 Riverbend Research Center
110 Riverbend Road
Athens, GA 30602
(706)583-0164(office)
(706)583-0160(fax)




[expert] lilo problems

2001-06-09 Thread Sheldon E. Newhouse



In creating a boot disk with mcc, it 
asks where I want my boot device. 
 
I have a scsi disk /dev/sda with my root 
partition on /dev/sda5. I also 
have an ide disk /dev/hdd1 which is used 
only for storage. The current 
loader has /dev/hdd as default. It does 
not work (no surprise here). I 
suppose I should set it as /dev/sda or 
/dev/sda5. Which one and why? 
 
TIA, 
 -sen

 ---
 | Sheldon E. Newhouse|e-mail: [EMAIL PROTECTED]   |
 | Mathematics Department ||
 | Michigan State University  | telephone: 517-355-9684|
 | E. Lansing, MI 48824-1027 USA  |   FAX: 517-432-1562|
 ---





[expert] Junky fonts...

2001-06-09 Thread Ken Corey

I'm having a very frustrating experience with Konqueror and Kmail.

I've ready all about prettification of X fonts, and have xfs running so as to 
provide nice scalable fonts at all sizes.  For the most part, this is a 
fantastic set of tools to work with the internet.  I've brought windows ttf 
fonts over from my windows machine, and they work, in general, perfectly.

However, once in a while, I'll get one of two problems:

1) a web page or an email where the fonts are set to something that's 
unreadable.  Not just non-pretty, but downright unreadable.  It's as if a 5 
point times font were scaled up to whatever is needed.  In KMail, turning off 
the 'prefer html' for the folder has no effect.  In Konqueror, if I click the 
enlarge button 10 times or so, The font turns into a clunky Times knock off 
(and the page is *very* large overall, of course).

2) On some web pages (like http://www.lokigames.com) a font that looks like 
"lucida blackletter (b*h)" gets displayed...which again makes the text 
non-readable.  (In this case, I'm suspicious that 'Lucida' is in the CSS, and 
the font matching algorithm Konqueror is using finds the first 'Lucida' font.)

Any clues how to solve this?

-- 
Ken Corey, CTOAtomic Interactive, Ltd.   [EMAIL PROTECTED]




Re: [expert] Most Popular Linux Broswers

2001-06-09 Thread Jay DeKing

I've been using Konqueror lately, since I heard so many good things about it, 
mostly that it's a lot faster that Nestcape - I must say that I honestly 
don't notice any difference at all in speed, and have some serious graphical 
issues as well. I'm running a 500 MHz processor, with 256MB RAM on the mobo, 
32 MB video ram, with new, fast HD's, so I doubt that the system is causing 
any lag. 

Identical pages load at the same rate in Konqueror as in Netscape, sometimes 
slower. And, some pages are oddly skewed in Konqueror so that text which is 
centered in Netscape (or IE for Winders) is way off on the right in 
Konqueror, running off the right side of the screen - and there's no scroll 
bar at the bottom to let me scroll over to read the rest of the text.  
Yesterday, I was on a secure site, and it bombed out during a page change 
because Konq was not fully compliant. I fired up Netscape and had no problems.

Don't get me wrong, Konq has great potential, but it is not yet mature.

Jay DeKing

On Friday 08 June 2001 20:49, Tom Badran wrote:
> > > > 4)  Konqueror
>
> Definately the way to go, unless you really dont like kde. Get the
> blackdown jvm and set up java using the howto on konqueror.org and you have
> one hell of a good browser there. Pretty fast too. Opera is adware, doesnt
> do java, so doesnt really have a lot going for it. I personally think its
> crap, i hate anything i cant compile myself :)

-- 
"I thought I had an appetite for destruction, 
but all I really wanted was a club sandwich"




RE: [expert] inetd ?

2001-06-09 Thread Scott Taylor

On Fri, 8 Jun 2001, Scott Pham wrote:

>
>   -Original Message-
>   From: Sheldon E. Newhouse
>   Sent: Fri 6/8/2001 11:12 PM
>   To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>   Cc:
>   Subject: Re: [expert] inetd ?
>

Yuch!  ExShank headers in Pine really sux.
Someone please remind me to put this in my .procmailrc file on Monday:

:0
*^X-Mailer: *Microsoft*
/dev/null

Thanks.





[expert] Playing MIDI, /dev/sequencer problem

2001-06-09 Thread Dave Warnock

Hi,

I am using Mandrake 7.2 (Power pack edition).

I now wish to play MIDI files. My sound card works, for example I can 
listen to CD's.

When I load kmid I get a message

[david@esther ~]$ kmid
KMid 2.0 Copyright (C) 1997,98,99,2000 Antonio Larrosa Jimenez. Malaga 
(Spain)
KMid comes with ABSOLUTELY NO WARRANTY; for details view file COPYING
This is free software, and you are welcome to redistribute it
under certain conditions
ERROR: Couldn't open /dev/sequencer to get some information

Yet /dev/sequencer exists

In kimid when I load a midi file and press play I get

"Couldn't open /dev/sequqncer
Probably where is another program using it."

If I use fuser - v /dev/sequencer  it gives no output so I assume that 
nothing is using it but that there is a configuration problem.

I have also tried using playmidi and I get this:

[david@esther ~]$ playmidi dl/music/openreyeslord.mid
Playmidi 2.4 Copyright (C) 1994-1997 Nathan I. Laredo, AWE32 by Takashi Iwai
This is free software with ABSOLUTELY NO WARRANTY.
For details please see the file COPYING.
open /dev/sequencer: No such device


Is there something I have not installed that I need or do I need to 
configure something.

This is a bit of a pain as it means I might have to use Windows to play 
some midi files at Church tomorrow and I don't want to have to do that.

Thanks

Dave





[expert] Re: problema con server...

2001-06-09 Thread Oscar

(In english at the end of the message)

El Vie 08 Jun 2001 18:42, escribiste:
> Hola
>
>
> Tengo el siguiente problema,, Tengo instalado un servidor Mandrake 8.0 ,
> que continuamente me esta generando estos mensajes de error a cada
> momento..
>
> errors occured while rotating /var/log/sudo.log
>
> stat of /var/log/sudo.log failed: No such file or directory
>
>
> Cuando esta haciendo el proceso de log´s  se queda absolutamente
> bloqueado.. y lo tengo que apagar,, pero continuamente me hace esto..
> pueden decirme a que se pueda deber???
>
>
> Saludos!!!

Parece que logrotate trata de "reciclar" el log de sudo y éste no existe.
Prueba una de estas tres cosas:
- Desinstala sudo si no lo usas.
- Busca la referencia a /var/log/sudo.log en los archivos dentro de 
/etc/logrotate.d/ y elimina esta referencia.
- Añade la línea "/bin/touch /var/log/sudo.log al final del archivo 
/etc/rc.d/rc.local
Es una chapucilla (crea el archivo /var/log/sudo.log para que logrotate no lo 
eche de menos), pero creo que funcionará.
Salu2,
Óscar.

---
The problem:
> errors occured while rotating /var/log/sudo.log
> stat of /var/log/sudo.log failed: No such file or directory

Maybe logrotate try to "recycle" /var/log/sudo.log and this file don't 
exist...
My suggestion:
- Uninstall sudo or use it.
or
- Delete the entry /var/log/sudo.log in /etc/logrotate.d/*
or
- Add "/bin/touch /var/log/sudo.log to the end of /etc/rc.d/rc.local
to create the file that logrotate looks for.
Is that a botched job?
Any idea?
Salu2,
Oscar.




[expert] LM 8.0 - KDE, Fonts & Anti-aliasing pbm

2001-06-09 Thread Frederic Soulier

Hi,

A very odd thing happened yesterday.
I had a perfectly working KDE desktop (with anti-aliasing and fonts
imported from windows) for both root and users.
I then decided to update some packages (using cooker) to get "xcdroast"
working as mentionned at:
 
http://forum.mandrakesoft.com/article.php?sid=941&lang=en&mode=thread&order=0&thold=0

I went to a cooker web site and downloaded:
 mandrake_desk-8.0-10mdk
 mkisofs-1.13-7mdk.i586.rpm
 cdrecord-1.10-1mdk.i586.rpm
 cdrecord-cdda2wav-1.10-1mdk.i586.rpm
and installed them manually doing: rpm -Uvh [package file name]

I could not find:
 xcdroast-0.98-8mdk.i586.rpm
and decided to do it later.

Then I cannot remember exactly why but I logged out of KDE and logged 
back in again and the disaster struck...
KDesktop, khotkeys, kicker, kwrited, klipper, kwin crashed (signal 11)
I tried several times but no luck. I tried to launch KDE as root and no
problem.
After investigation, I found out that if I set the anti-aliasing flag
to false in /home/myuser/.kde/share/config/kdeglobals then I can launch
KDE again as myuser (note: the flag is still on for root and it works
fine... go figure).
I then created a new user and as soon as the anti-aliasing flag was
turned on I could not launch KDE anymore...

(1) What can trigger such nasty behaviour?
 Could that be the upgrade to mandrake_desk-8.0-10mdk from cooker?

(2) For the time being I am running all my users with the anti-aliasing
 flag set to false, but if I go to the KDE Control Center/LooknFeel/
 Fonts where I have:
   fixed widthLucida Console 8 iso8859-1
 and I try to change the fixed width fond by clicking on choose then
 I can kiss my KDE session goodbye, it seems like xfs gets killed by
 doing that... because once back to the console, ps -ax | grep xfs
 does not show any xfs running and I have to do: service xfs start
 then going back to KDE works.

(3) Can the imported fonts from Windows cause that?

note: launching other WMs like Gnome, Enlightenment, etc.. works fine.

Cheers,
Fred





[expert] Upgrade to 8.0 with LVM 0.9.1beta7 and Reiserfs fails

2001-06-09 Thread Diederick van Dijk

Hi,

My current system contains Mandrake 7.2. My root partition contains the ext2 
filesystem and the other partitions are in one logical volume and formatted 
with reiserfs. Upgrading to 8.0 fails because the upgrade procedure is on LVM 
0.9.1beta2. LVM 0.9.1 beta2 has a bug relating recognizing logical volumes. 
Now I want to patch the Mandrake upgrade disk so that it uses LVM 0.9.1beta7 
and the related userland tools (vgscan etc.) but I don't know how to do that.
Can somebody explain this to me or point me to some documentation ?

Thanks,

Diederick




[expert] Something nasty supermounting the woodshed

2001-06-09 Thread C. H. Close

Hi All,

I have a standard dual-boot Mandrake 8.0 install supermount used to
work but alas no
longer. I have searched a years archives and RTFM but cannot solve the
problem. Here is the
situation.


When it didn't work I did lsmod and found supermount wasn't loaded. I
checked /etc/modules, no sign of supermount. I added it with no options
(I don't know whether there are any).

I enabled supermount with supermount -i enable and rebooted.

On reboot supermount still did not work. 
I did an lsmod and found that the supermount module was loaded.
I checked /etc/fstab the supermount
entries were still there so the script
/etc/rc.d/init.d/mandrake_everytime 
must have found supermount or so I thought.
As a check I removed supermount from /etc/modules (I left supermount
enabled. i.e. the entries for supermount were still in /etc/fstab) and
rebooted. After the reboot I checked /etc/fstab the supermount entries
were still there!! The script in mandrake_everytime is supposed to
remove them.

This would indicate that either mandrake_everytime is not being run or
is failing in some way. Since it is called from init.d this seems
unlikely as the machine boots fine. 

Just as a check I ran supermount -i disable and the supermount entries
were removed from /etc/fstab. 
I am able to mount a cdrom with the normal mount /dev/cdrom command and
read directories etc,etc so there does not seem to be a hardware
problem.

Can anyone give me a pointer of what to look for next




[expert] Configure problem...

2001-06-09 Thread Steve Kieu

Hi,

I can not compile xine from source, the configure
scripts failed ; here is the message

checking for IMLIB - version >= 1.9.5... no
*** Could not run IMLIB test program, checking why...
*** The test program failed to compile or link. See
the file config.log for the
*** exact error that occured. This usually means IMLIB
was incorrectly installed
*** or that you have moved IMLIB since it was
installed. In the latter case, you
*** may want to edit the imlib-config script:
/usr/bin/imlib-config
configure: error: imlib needed

I got imlib installed together with all the dev
packages, I can not figure it out what I missed from
the LM installation, I have /usr/bin/imlib-config
script too. Together is the config.log file attached.

Please help !

Thanks

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
 config.log