[expert] Ncpmount

2001-08-07 Thread Brandon Caudle
Ok someone bought uo the question on how you get ncpmount to work well here is your answer (This is how i got mine to worK) 1) Load ipx.o into your kernel (insmod ipx.o) 2) # ipx_configure --auto_interface=on --auto_primary=on 3) # ncpmount -S server -U Admin -P xxx -V sys /novell/sys The

Re: [expert] PCI IRQ conflict?

2001-08-07 Thread George Petri
On Monday 06 August 2001 03:02, etharp wrote: what is the output of cat /proc/pci (without the quotes) that might give us a little more info... might be USB? I don't think that my Ethernet card nor my Sound card is USB. cat /proc/pci: PCI devices found: Bus 0, device 0, function 0:

Re: [expert] PCI IRQ conflict?

2001-08-07 Thread George Petri
On Saturday 04 August 2001 01:56, Felix Miata wrote: George Petri wrote: I am using Mandrake 7.2 After I compiled a 2.4.4 kernel (not from Mandrake, but the official one), I get this message, at the console (CTRL+ALT+F1) a short while after X has loaded: PCI: Found IRQ 9 for device

RE: [expert] trying to compile kde2.2beta1 src rpms

2001-08-07 Thread Mark Weaver
Arnab, thanks for the info. I'll give that a try and post the results. -- daRcmaTTeR =/\=??? |%C++ On Tue, 7 Aug 2001, Arnab_Ganguly wrote: I had similar problems with MDK 8.0 but it turned out that the glibc-devel package was corrupt. Please try to reinstall that package from some

RE: [expert] GCC 3.0 install failure

2001-08-07 Thread Gregor Maier
On 06-Aug-2001 Jesse Hepburn wrote: I'm trying to upgrade to GCC 3.0 (because 2.96 is buggy). Whenever I try to make it (using make --bootstrap) I get preprocessor errors and the make fails. Is this a known problem, or is it just me? Any help would be appreciated. Cheers, Jesse I

Re: [expert] PCI IRQ conflict?

2001-08-07 Thread Mike Rambo
George Petri wrote: On Friday 03 August 2001 22:35, you wrote: Your sound and ethernet cards are stomping upon one another. Maybe Linux has better ability to deal with conflicting IRQ's but I'm surprised that you haven't had lockups - you likely would have with windoze. Does this IRQ

Re: [expert] Ext2 - ReiserFS ?

2001-08-07 Thread Russell \Elik\ Rademacher
What is the correct command to flush all the IP addresses from the routing table with reject? I need to flush it and rebooting it is not an option. I know it got flush command but I cannot seems to get it to work right. :) --- Russell

Re: [expert] playapp key

2001-08-07 Thread Bill Beauchemin
That type of key has been artound for a long time. It is used alot in the oem industry to prevent copying software. We used it to run wafer polishers. Without the key the system wouldnt work thus preventing copying the software to run a reverse engineered polisher. We sold to country's that

[expert] Can't load iptables

2001-08-07 Thread Larry Alkoff
I am having trouble starting iptables in Mandrake 8.0. When I boot up or otherwise attempt to start iptables, I get an error message that: /sbin/iptables-restore: invalid option -- p /sbin/iptables-restore: invalid option -- f When I look at the start section of rc3.d/S08iptables I see the

[expert] Routing confusion !!! ????

2001-08-07 Thread fasi_74
Hello there Well I am a newbie in UNIX routing ... yesterday I was reading a book that tell you how to turn your hosts into routers ... Well I have worked most of the time in windows environments ...so I was confused between the default gateway address of the router in windows making your

[expert] MySQL access denied since LM 8

2001-08-07 Thread Daniel Woods
Since installing LM8 over my working LM7.1 system, I have problems with MySQL. Trying to access my virtual domain using phpWeblog http://www.sample.com/stories.php (fake name) Warning: Access denied for user: 'sample@localhost' (Using password: NO) in

[expert] Mylex Raid Controller unstable?

2001-08-07 Thread mandrake
Hello, We have a Athlon 1Gig with 1 Gig of Ram. We were running kernel 2.4.3 from Mandrake 8.0 but were having pretty consistent crashes. The crashes would occur when large I/O bound processes would start up. After some research I found that there was a sync() bug that causes the I/O bus to

Re: [expert] playapp key

2001-08-07 Thread Kenneth Lierman Jr.
I agree the key is similar to the keys you mention, but it also seems to have storage and some software behind it to let you store little applications, data, etc. I'm not really to interrested in the application part, but stuff like being able to store my passwords, address book, etc and move it

[expert] WEBMIN wont work

2001-08-07 Thread D McIntosh
Can somebody help me out and let me know why when I do a http://localhost:1 I get a message back saying that my localhost is broken? Whats going on

Re: [expert] Ext2 - ReiserFS ?

2001-08-07 Thread J. C. Woods
Olaf Marzocchi wrote: At 03.13 07/08/01, J. C. Woods wrote: The chmod command is used to change file permissions or make a file executeable, or !executeable. Which is the difference? Olaf Olaf, Do you mean what is the difference? executeable= a file that is executeable, i.e. you

Re: [expert] WEBMIN wont work

2001-08-07 Thread Dave Peat
Try https://localhost:1 **NOTE** the S in https. I had the same problem about a month ago. Dave D McIntosh [EMAIL PROTECTED] 08/07/01 12:42PM Can somebody help me out and let me know why when I do a http://localhost:1 I get a message back saying that my localhost is broken? Whats

Re: [expert] remote x

2001-08-07 Thread Herman Jalink
On Tuesday 07 August 2001 17:29, Craig Sprout wrote: On Tue, 7 Aug 2001, Brandon Caudle wrote: anyone know any windows programs to display x remotly? AFAIK, there are no freebies, but you might download an eval of Exceed from Hummingbird, which is an X server for the Win32 platform. I have

Re: [expert] remote x

2001-08-07 Thread Alex Yung
Alternatively, you can use VNC which you can have a choice of running VNC client under WinXX or use any WEB browser of your choice. VNC is free and you get the full result as receiving xdmcp from your application server. Herman Jalink wrote: On Tuesday 07 August 2001 17:29, Craig Sprout

Re: [expert] Ext2 - ReiserFS ?

2001-08-07 Thread Olaf Marzocchi
At 21.15 07/08/01, J. C. Woods wrote: Olaf, Do you mean what is the difference? executeable= a file that is executeable, i.e. you can execute it (usually a binary file but it can be a shell script). !executeable= a file that is NOT executeable, i.e. you can NOT execute it. (In UNIX, and in

Re: [expert] remote x

2001-08-07 Thread Julia A. Case
Quoting Alex Yung ([EMAIL PROTECTED]): Alternatively, you can use VNC which you can have a choice of running VNC client under WinXX or use any WEB browser of your choice. VNC is free and you get the full result as receiving xdmcp from your application server. VNC works fine, but in my

Re: [expert] remote x

2001-08-07 Thread J.P.Pasnak
On August 7, 2001 05:51 pm, Julia A. Case wrote: Quoting Alex Yung ([EMAIL PROTECTED]): Alternatively, you can use VNC which you can have a choice of running VNC client under WinXX or use any WEB browser of your choice. VNC is free and you get the full result as receiving xdmcp from your

[expert] Audio CD

2001-08-07 Thread Adrian
I have audio MIDI and WAVE running on my LM8, but my CD drive don't make any sound (but, it's playing the audio CDs inside it...) How to make that sound audible? My hardware: CMI8330 on-board audio card, configured as Sound Blaster (sndconfig can not setup my card, althought it's recognized).

Re: [expert] Ext2 - ReiserFS ?

2001-08-07 Thread mike
On Monday 06 August 2001 21:13, J. C. Woods wrote: Dave, Just so as to obviate any confusion about this issue. The chmod command is used to change file permissions or make a file executeable, or !executeable. This is usually done by entering the chmod command and an octal number as a switch

[expert] PCMCIA configuration.

2001-08-07 Thread X - A - W - K
Hi, I am newbie to Linux Mandrake... but I have a small problem which nobody till now could solve. I have installed LM8.0 on my laptop. The very first instalation was great. Every pice of hardware was recognized by Mandrake... but 3 weeks later I lost my PCMCIA card which I use to connect to

[expert] Strange kernel 2.4.7-10mdk problem -- can't surf the web

2001-08-07 Thread msh
I have a multiboot machine (windows 2k, kernel 2.4.3-20mdk (stock kernel from installation CD's), and 2.4.7-10mdk(compiled with AMDK7 optimizations but no other changes from default)). I can surf the web with the first two choices. When I boot into the 2.4.7-10mdk kernel netscape, mozilla,

[expert] Mandrake on a PowerBook

2001-08-07 Thread James Little
I have several Macs. One has Linux PPC, and the other two have the newest versions of yellow dog. I recently acquired(for $100) an immaculate Powerbook 3400/200 w/128MB RAM, and a 3.5GB harddrive. It has CDROM, Floppy, and built-in ethernet and modem. Absolutely nothing wrong with this

Re:[expert] PCMCIA configuration.

2001-08-07 Thread kk1
-- Original Message From: X - A - W - K[EMAIL PROTECTED] Subject: [expert] PCMCIA configuration. Date: Tue, 7 Aug 2001 21:56:11 -0500 Hi, I am newbie to Linux Mandrake... but I have a small problem which nobody till now could solve. I have

Re: [expert] Ext2 - ReiserFS ?

2001-08-07 Thread mike
On Tuesday 07 August 2001 21:44, J. C. Woods wrote: mike wrote: So what you are saying is you know the answer to your question, but are just busting evertbody elses balls. Mike, Unlike your need to be hasty, and rude as well, I will attribute your lack of understanding to be due to the