Re: [expert] Determing configure options for package

2002-08-08 Thread James Sparenberg

Nathan,
   There is supposed to be, according to Maximum RPM and the man
page where you can directly query a specfile to see what it's
doing but I've never gotten results I could use out of it. The
method I talked about below has helped me more in the past so I
suggested it.

James


On Thu, 8 Aug 2002 07:18:23 -0500
"Hopper" <[EMAIL PROTECTED]> wrote:

> 
> - Original Message -
> From: "James Sparenberg" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 07, 2002 11:14 PM
> Subject: Re: [expert] Determing configure options for package
> 
> 
> > Nathan,
> >
> >Don't know about regex but the src rpm installed this way.
> >
> >  rpm -Uvh xxx.src.rpm
> >
> > will put a spec file of the applications name in
> > /usr/src/RPM/SPECS  There you can view all the ./configure etc
> > information that went into building the app.
> 
> Yes, that's what I ended up doing -- well, actually doing
> --recompile then sending it to > textfile. Thank you for the
> answer.
> 
> It's a pity there isn't an easier way.
> 
> Regards,
> Nathan
> 
> 
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Why won't Apache let me run shell scripts?

2002-08-08 Thread J. Craig Woods

David Guntner wrote:
> 
> 
> Actually, Brandon hit it on the head.I should have
> noticed that the directory permissions would have kept the Apache user from
> getting to anything there
> 
> Thanks, though!
> 

Yes, he did, and I should have seen the absence of said bits too.
However, out of curiosity, did you add options, such as "Allow from" or
"Deny from" to the directory options in your conf file? And, if not, how
will you control which client machine or user will run these scrips?
Assigning directory perms will only solve part of this control issue for
your cgi directory.

Just curious,
drjung

-- 
J. Craig Woods
UNIX/NT Network/System Administration
http://www.trismegistus.net/resume.html
Character is built upon the debris of despair --Emerson



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] URPMI Database

2002-08-08 Thread Todd Lyons

Martin wrote on Thu, Aug 08, 2002 at 07:35:47AM +0100 :
> > What worked?
> urpmi cdrom1 /mnt/cdrom/Mandrake/RPMS ../base/hdlist.cz

Since it's a cdrom which is by its design not always going to be there,
you should use instead:

urpmi.addmedia cdrom1 removable://mnt/cdrom/Mandrake/RPMS with ../base/hdlist.cz

Note that the "with ../base/hdlist.cz" is not required.  It will
generate its own hdlist if you do not give it the path to one.  This
only works for local files and removable media, not for ftp and http.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-9.0-0.2mdk Kernel 2.4.18-21mdk



msg56785/pgp0.pgp
Description: PGP signature


Re: [expert] noapic..... nohappen

2002-08-08 Thread Todd Lyons

James Sparenberg wrote on Wed, Aug 07, 2002 at 11:35:55PM -0700 :
> 
>Ok I know what happened between 2.4.8 and 2.4.18 but it's out
> of my league to "fix" ...  2.4.8 used
> /usr/src/linux/drivers/char/drm/i810_dma.c  and 2.4.18 is using
> drm4.0  is there a way to force a Kernel build using the older
> drm?  Since I don't game on any of these boxes I don't anticipate
> losing anything, so it wouldn't hurt.  What I can't figure out in

There is an option that I found.  This is the default:
CONFIG_DRM=y
# CONFIG_DRM_OLD is not set

I would guess that if you change it to read:
# CONFIG_DRM=y
CONFIG_DRM_OLD=y

Then rerun 'make oldconfig', then do all the normal kernel make and
install stuff, you might end up with a system that's using the old drm
instead of drm 4.0.  That's a guess on my part though.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-9.0-0.2mdk Kernel 2.4.18-21mdk



msg56786/pgp0.pgp
Description: PGP signature


Re: [expert] MP-BIOS bug / Unknown brugde resource?

2002-08-08 Thread Todd Lyons

Alastair Scott wrote on Thu, Aug 08, 2002 at 05:58:38PM +0100 :
> 
> > On a related note, I would like to know if there is a site/publication
> > that documents these and other hardware issues in a general way.
> Remarkably, there's no systematic attempt at this. However, the following is 

You would probably get the pants sued off of you if you tried.  
(Great on a date, not so great in business).

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-9.0-0.2mdk Kernel 2.4.18-21mdk



msg56787/pgp0.pgp
Description: PGP signature


[expert] setting IRQ on a pci card

2002-08-08 Thread HoytDuff

How can I set the IRQ on a pci card? I have a conflict between an on-board 
ethernet device and a PCI soundcard: both want IRQ 5.

I have attempted to use pirq=, but no luck there. Any advice?

Thanks,
Hoyt



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] setting IRQ on a pci card

2002-08-08 Thread et

do you have a cd or floppy that came with either the mother board, or the 
sound card? can you move the sound card to a different slot on the 
motherboard?

On Thursday 08 August 2002 06:41 pm, you wrote:
> How can I set the IRQ on a pci card? I have a conflict between an on-board
> ethernet device and a PCI soundcard: both want IRQ 5.
>
> I have attempted to use pirq=, but no luck there. Any advice?
>
> Thanks,
> Hoyt



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] setting IRQ on a pci card

2002-08-08 Thread Chuck Shirley

On Thursday 08 August 2002 19:46, et wrote:
>do you have a cd or floppy that came with either the mother board, or the 
>sound card? can you move the sound card to a different slot on the 
>motherboard?
>
>On Thursday 08 August 2002 06:41 pm, you wrote:
>> How can I set the IRQ on a pci card? I have a conflict between an on-board
>> ethernet device and a PCI soundcard: both want IRQ 5.
>>
>> I have attempted to use pirq=, but no luck there. Any advice?
>>
>> Thanks,
>> Hoyt

What about adjusting the irq of the onboard NIC in the manboard BIOS?

-- 
 +-% He's a real  UNIX Man $-+-+
  \  Sitting in his UNIX LAN  \  Charles A. Shirley \
   \ Making all his UNIX plans \   cashirley (at) comcast (dot) net  \
+--# For  nobody @--+-+





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Compaq DL360 / Installer Swap Problem

2002-08-08 Thread David Oberbeck

Greetings to the List,

   I am trying to install Mdk 8.2 ProSuite Edition on a Compaq DL360
with Smart Array 5i RAID controller. I must run "linux ide=nodma" to
get the installer up. So far, so good.

   I do the disk partitioning, then go to format the partitions. I
then get an error in a dialog box:

"An error occurred.
 Swap area needs to be."

   What is this? Google does not show anything, nor a quick search on
Mandrake's site - anyone else run into this problem?

   I have tried "auto allocate", tried making the swap size larger,
smaller, tried formatting the partitions separately, no avail. I get
this same error when trying to format the swap partition separately as
well.

   Any clues would be greatly appreciated - a solution would be
greeted with positive joy!

Regards,
David

P.S. The same problem occurs with the 8.2 Power Pack Edition.


-- 

"Entropy Requires No Maintenance"



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] setting IRQ on a pci card

2002-08-08 Thread Jose M. Sanchez

When there is a conflict, it is because both "slots" share the same
signaling lines to the CPU.

If you change one in the bios, you change the other as well.

He'll need to move one of the devices to another slot instead.

-JMS

|-Original Message-
|From: [EMAIL PROTECTED] 
|[mailto:[EMAIL PROTECTED]] On Behalf Of Chuck Shirley
|Sent: August 8, 2002 8:01 PM
|To: [EMAIL PROTECTED]
|Subject: Re: [expert] setting IRQ on a pci card
|
|
|On Thursday 08 August 2002 19:46, et wrote:
|>do you have a cd or floppy that came with either the mother board, or 
|>the
|>sound card? can you move the sound card to a different slot on the 
|>motherboard?
|>
|>On Thursday 08 August 2002 06:41 pm, you wrote:
|>> How can I set the IRQ on a pci card? I have a conflict between an 
|>> on-board ethernet device and a PCI soundcard: both want IRQ 5.
|>>
|>> I have attempted to use pirq=, but no luck there. Any advice?
|>>
|>> Thanks,
|>> Hoyt
|
|What about adjusting the irq of the onboard NIC in the manboard BIOS?
|
|-- 
| +-% He's a real  UNIX Man $-+-+
|  \  Sitting in his UNIX LAN  \  Charles A. Shirley \
|   \ Making all his UNIX plans \   cashirley (at) comcast (dot) net  \
|+--# For  nobody @--+-+
|
|
|
|





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] URPMI Database

2002-08-08 Thread nDiScReEt

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 08 August 2002 4:20 pm, Todd Lyons wrote:
> Martin wrote on Thu, Aug 08, 2002 at 07:35:47AM +0100 :
> > > What worked?
> >
> > urpmi cdrom1 /mnt/cdrom/Mandrake/RPMS ../base/hdlist.cz
>
> Since it's a cdrom which is by its design not always going to be there,
> you should use instead:
>
> urpmi.addmedia cdrom1 removable://mnt/cdrom/Mandrake/RPMS with
> ../base/hdlist.cz
>
> Note that the "with ../base/hdlist.cz" is not required.  It will
> generate its own hdlist if you do not give it the path to one.  This
> only works for local files and removable media, not for ftp and http.
>
> Blue skies... Todd

Thank you, Todd! Learning IS fundamental.

- -- 
- 
Altoine B
Maximum Time Unlimited
Chicago Based and Operated
http://pgp.mit.edu
- 
share, n.:
To give in, endure humiliation.
- 
2.4.18-21mdk
Mandrake Linux release 9.0 (Cooker) for i586
- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9UxYWxjybQmhmUgYRAmBvAJ9MkYJ7wsnXG09xsc9dm4CFg/hLIgCeJKV0
/cy9WlqiuOnD1ik7fK1ojNo=
=5+zf
-END PGP SIGNATURE-




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Why won't Apache let me run shell scripts?

2002-08-08 Thread David Guntner

J. Craig Woods grabbed a keyboard and wrote:
>
> David Guntner wrote:
> > 
> > Actually, Brandon hit it on the head.I should have
> > noticed that the directory permissions would have kept the Apache user from
> > getting to anything there
> > 
> > Thanks, though!
> 
> Yes, he did, and I should have seen the absence of said bits too.
> However, out of curiosity, did you add options, such as "Allow from" or
> "Deny from" to the directory options in your conf file? And, if not, how
> will you control which client machine or user will run these scrips?
> Assigning directory perms will only solve part of this control issue for
> your cgi directory.

I haven't done so yet, but the interface requires a login when you connect 
to the server.  Without that, you can't access the system, either.  I plan 
to put the deny/allow stuff you mentioned in, provided I decide to keep 
using PureSecure (it's proving an... interesting challenge to get it 
running completely - I can't get the version of snort they provide to 
connect to the database).  I may just end up getting rid of the whole thing 
and put Mandrake's version of snort back in place, and see if I can't find 
a good monitor/report that will work with that.

--Dave
-- 
  David Guntner  GEnie: Just say NO!
 http://www.akaMail.com/pgpkey/davidg or key server
 for PGP Public key




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] setting IRQ on a pci card

2002-08-08 Thread HoytDuff

On Thursday 08 August 2002 07:46 pm, et scribbled in crayon on a yellow legal 
pad:
> do you have a cd or floppy that came with either the mother board, or the
> sound card? 

No. Sound card is a SoundBlaster with aCreative CT5880

> can you move the sound card to a different slot on the
> motherboard?

Yes. Worth a try.

 Thanks,
 Hoyt




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] setting IRQ on a pci card

2002-08-08 Thread HoytDuff

On Thursday 08 August 2002 08:01 pm, Chuck Shirley scribbled in crayon on a 
yellow legal pad:
> What about adjusting the irq of the onboard NIC in the manboard BIOS?

The Tyan Tiger MP S2466 I am using does not have such an option. 8(

Hoyt




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] setting IRQ on a pci card - some error messages

2002-08-08 Thread HoytDuff

On Thursday 08 August 2002 08:36 pm, Jose M. Sanchez scribbled in crayon on a 
yellow legal pad:
> When there is a conflict, it is because both "slots" share the same
> signaling lines to the CPU.
>
>
> If you change one in the bios, you change the other as well.
>
>
> He'll need to move one of the devices to another slot instead.

Well, I removed the card rather than just switching slots and now have no IRQ 
conflicts, but I still get X11 crashes. They're mostly associated with KDE3's 
kmail, but konqueror and konsole crash as well. 

The X errors look like:

select returned 0

and 

ICE default IO error

but nothing specific.

I just now managed to finally catch something happening:

Aug  9 00:42:23 titan kernel: kernel BUG at page_alloc.c:131!
Aug  9 00:42:23 titan kernel: invalid operand: 
Aug  9 00:42:23 titan kernel: sr_mod soundcore mga agpgart Mvnetd Mvnet 
Mvnetint Mvw Mvmouse Mvkbd Mvgic Mvd
Aug  9 00:42:23 titan kernel: CPU:0
Aug  9 00:42:23 titan kernel: EIP:1010:[free_swap_and_cache+106/160]
Tainted: PF
Aug  9 00:42:23 titan kernel: EFLAGS: 00010286
Aug  9 00:42:23 titan kernel:
Aug  9 00:42:23 titan kernel: EIP is at __free_pages_ok [kernel] 0x11a 
(2.4.18-5smp)
Aug  9 00:42:23 titan kernel: eax: 0020   ebx: c180f6d0   ecx: c02f00e0   
edx: 2f2d
Aug  9 00:42:23 titan kernel: esi:    edi: c130   ebp:    
esp: da233e68
Aug  9 00:42:23 titan kernel: ds: 1018   es: 1018   ss: 1018
Aug  9 00:42:23 titan kernel: Process kdeinit (pid: 3485, stackpage=da233000)
Aug  9 00:42:23 titan kernel: Stack: c024566e 0083 c17f7720 c17f7758 
c1038030 c02f16c4 0213 
Aug  9 00:42:23 titan kernel:00011aae c037c82c 002f 00a8 
c17f2c88 c012cb9c c180f6d0 000ae000
Aug  9 00:42:23 titan kernel:00a8 000ae000 00a8 0810 
db85a084 0840 c037c760 00a8
Aug  9 00:42:23 titan kernel: Call Trace: [handle_mm_fault+172/352] 
do_zap_page_range [kernel] 0x37c
Aug  9 00:42:23 titan kernel: [clear_IO_APIC_pin+160/176] flush_tlb_all_ipi 
[kernel] 0x0
Aug  9 00:42:23 titan kernel: [vm_enough_memory+144/208] zap_page_range 
[kernel] 0x50
Aug  9 00:42:23 titan kernel: [drop_behind+187/192] exit_mmap [kernel] 0xdb
Aug  9 00:42:23 titan kernel: [find_resource+49/192] do_getitimer [kernel] 
0xa1
Aug  9 00:42:23 titan kernel: [.text.lock.exec_domain+64/73] mmput [kernel] 
0x37
Aug  9 00:42:23 titan kernel: [do_softirq+162/208] do_exit [kernel] 0xf2
Aug  9 00:42:23 titan kernel: [fsync_super+153/192] sys_write [kernel] 0x19
Aug  9 00:42:23 titan kernel: [do_sigpending+2/144] sys_alarm [kernel] 0x32
Aug  9 00:42:23 titan kernel: [show+107/384] system_call [kernel] 0x33
Aug  9 00:42:23 titan kernel:
Aug  9 00:42:23 titan kernel:
Aug  9 00:42:23 titan kernel: Code: 0f 0b 5f 5d c6 43 24 05 8b 43 18 89 f1 89 
dd 83 e0 eb 89 43


Now if only I knew what all that meant, I might be able to do some detective 
work and get it fixed.

Thanks,

Hoyt




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Determing configure options for package

2002-08-08 Thread James Sparenberg

yep, I can believe that one.  It's hard for them to build
something that can do everything anyone could want without
building this way.  Hope it all works for you.

James



On Thu, 8 Aug 2002 14:17:58 -0500
"Hopper" <[EMAIL PROTECTED]> wrote:

> 
> - Original Message -
> From: "James Sparenberg" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, August 08, 2002 1:30 PM
> Subject: Re: [expert] Determing configure options for package
> 
> 
> > Nathan,
> >There is supposed to be, according to Maximum RPM and the
> >man page where you can directly query a specfile to see
> >what it's doing but I've never gotten results I could use
> >out of it. The method I talked about below has helped me
> >more in the past so I suggested it.
> >
> > James
> >
> 
> I do appreciate the response, as the end result was the same.
> From the dozen or so packages that I've had to investigate, it
> seems that most RPMS shipping with Mandrake have nearly every
> option possible configured in them, so it's been unnecessary to
> do any additional customizing.
> 
> Regards,
> Nathan
> 
> 
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] URPMI Database

2002-08-08 Thread Martin

On Thu, 2002-08-08 at 22:20, Todd Lyons wrote:
> urpmi.addmedia cdrom1 removable://mnt/cdrom/Mandrake/RPMS with ../base/hdlist.cz

Yeah thats what I did...  At least it is all working now!

Martin




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Drag and drop file sharing.

2002-08-08 Thread James Sparenberg

All,


  I have a directory set up with a virtual user through apache,
that is intended for light file sharing over the net.  Currently
with ANY browser in MAC (the ones I've tested) Linux, FreeBSD it
works without a hitch, and has for a while.  Now comes the glitch.
In windows 95 98 2000 and ME it will work on any browser EXCEPT
6.0.  XP only comes with 6.0 so ..  Does anyone have any
ideas, tips, URL's to help?


James



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com