Re: [expert] Domain Name Server named Configuration

2000-12-10 Thread Bill Kenworthy

Unfortunately, this doesnt work at all well with my dial up.  There are
a number of programs that dont seem to use /etc/hosts (netscape being
one, but not in all cases it seems, which confuses matters).  On my
internal network, I often have to use IP for some programs, whereas
others are happy with hostnames.  The current Mandrake default cacheing
DNS and kppp seem particularly brain dead - my /etc/resolve file fills
up with kppp entries (one each for the ISP primary and secondary DNS,
and never deletes them, so it just gets larger!  And then there's the
problem with default route for kppp not overriding the system one set
after bootup without manual intervention ...

7.1 seemed a much more stable setup for dialup

BillK

 
 If you have a hosts file on each machine, you don't need a local DNS
 - use only your ISP's DNS.  The DNS entries in winipcfg for each
 machine must be those of your ISP.
 
 --
 Regards,
 
 Ron. [AU]
 
   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] ADSL Needed with PAP Scerets file

2000-12-10 Thread Ralph F. De Witt

Hi:
I have done a clean install of Mandrake 7.2 with a set of GPL disk to get 
around the problems that were done with a fresh install from the Powerpack 
box. However no matter what I do drakenet will not configure and set up my 
ADSL correctly. I have even tried using ADSL-Setup from the installed 
rp-pppoe rpm only to find that did not work. So I have updated to the 
rp-pppoe 2.2 rpm. But still no joy. I have found ppp-conf blank. I corrected 
this with a text editor copying a config file that was correctly edited back 
to it. Now I am not sure of the form my PAP Scerets file should take. I have 
two entries one from the KPPP connector that I am using to connect to the 
internet with using my 56 K modem. The other from ADSL Setup. Could some 
expert point me to the right one for use with ADSL. PAP Scerets file is 
listed below:

# Secrets for authentication using PAP
# clientserver  secret  IP addresses
ELN/@@  ppp0  "##"

'[EMAIL PROTECTED]' * '$$' * 

My Question which is correct for ADSL use? The second one is the form I have 
seen before, should it also include the ppp0?

I am stuped and have exhusted my knowledge. Thanks for your help in this 
matter.
-- 
Ralph F. De Witt

It said uses Windows 98 or better so I installed Linux-Mandradke 7.2
Proud user of Mandrake 7.2 Linux PowerPack
Register Linux User 168814 ICQ #49993234





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] IRQ conflict

2000-12-10 Thread Julio Matarranz



After installing linux my sndcard and my ether 
stopped working

Doing an

# lspci -v

I find out both devices have irq=0.

How do I know which irq are free? and how do i 
assign a module a specific irq?

Thanks




Re: [expert] Domain Name Server named Configuration

2000-12-10 Thread Tom Massey

Bill Kenworthy wrote:

 Unfortunately, this doesnt work at all well with my dial up.  There are
 a number of programs that dont seem to use /etc/hosts (netscape being
 one, but not in all cases it seems, which confuses matters).  On my
 internal network, I often have to use IP for some programs, whereas
 others are happy with hostnames.

What do your /etc/host* files look like? And when you say that you have
to use IP for some programs, do you mean that machines on your internal
network can't access external resources without using the IP number
(probably a problem with the machines on your internal network - where
are they looking for DNS lookups, and is where they're looking a valid
address?) or that you have to use IP numbers to access machines on your
internal network from your Linux box (probably a problem with the
/etc/host* files). Or something else?

 The current Mandrake default cacheing
 DNS and kppp seem particularly brain dead - my /etc/resolve file fills
 up with kppp entries (one each for the ISP primary and secondary DNS,
 and never deletes them, so it just gets larger!

I think you can fix this by going into linuxconf, Networking,
PPP/SLIP/PLIP, ppp0, Networking, and unselecting 'Use the DNS of the
provider'. After this, PPP sessions shouldn't alter /etc/resolv.conf at
all, just use the DNS entries that are already there. There does seem to
be some bug with this feature, where DNS entries are added but not
removed if it's selected. Doesn't seem to effect DNS lookups for me, but
yeah, the file just keeps getting bigger. Potentially quite a nice
feature, but it doesn't seem to work properly for me.

 And then there's the
 problem with default route for kppp not overriding the system one set
 after bootup without manual intervention ...

I think this is actually how things are meant to work, kppp shouldn't
override the default route unless it's specifically told to. Again, go
into linuxconf, ppp0 and check that under the Networking tab 'Set
default route' is selected. Personally I don't like kppp much, I prefer
to use scripts and 'ifup ppp0', but I think that in 7.2 kppp should load
the settings that have been set up by linuxconf.

 7.1 seemed a much more stable setup for dialup

I think that it's a matter of working out how to do stuff in 7.2. There
are certainly some differences... :-)

Hope this is of some help,
Tom Massey



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ADSL surfing problem

2000-12-10 Thread Fabrice SERVANT

I founded what it was ...
During the network configuration with DrakNet,
my Internet Provider's DNS servers were replaced by fancy one.
Everything work fine now.
Thanks for answering.
byebye

From: Marc [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [expert] ADSL surfing problem
Date: Sat, 9 Dec 2000 21:21:02 +0100

Maybe you need a option file?

I start it with "pptp 10.0.0.138 file /etc/ppp/options.adsl"
Also entered my ID/Password in /etc/ppp/chap-secrets.

I downloaded the /etc/ppp/option.adsl file from my ISP.

Grr
palito


On Saturday 09 December 2000 13:55, you wrote:

   Hello,
  I'm running Mandrake7.2 ans I have some probleme surfing.
  As I don't want to use DrakNet (which change my IP to 10.0.0.10 if I try 
to
  configure ADSL)I use command line to connect.
  Everything look fine, I get an IP from my provider,
  then I launch netscape and IT IS IMPOSSIBLE TO SURF 
  am I missing something...
 
  thanks for helping
  Fabricio
 
  Here is the script I use to connect
 
  #!/bin/sh
  pptp 10.0.0.138
 
  route del default gw `route -n|awk '$1=="0.0.0.0" {print $2}'|head -1`
 
  route add default gw `ifconfig ppp0|grep "P-t-P"|awk '{print $3}'|cut -d
  ':' -f 2`
 
  
___
 __ Get more from the Web.  FREE MSN Explorer download :
  http://explorer.msn.com


Content-Type: text/plain; name="message.footer"
Content-Transfer-Encoding: 8bit
Content-Description:


Keep in touch with http://mandrakeforum.com:
Subscribe the "[EMAIL PROTECTED]" mailing list.
_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] IRQ conflict

2000-12-10 Thread Jose M. Sanchez



Move 
your sound card to another slot if it is a PCI card.

-JMS

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
Behalf Of Julio MatarranzSent: Sunday, December 10, 2000 4:57 
AMTo: [EMAIL PROTECTED]Subject: [expert] IRQ 
conflict
After installing linux my sndcard and my ether 
stopped working

Doing an

# lspci -v

I find out both devices have irq=0.

How do I know which irq are free? and how do i 
assign a module a specific irq?

Thanks




RE: [expert] MandrakeUpdate doesn't work

2000-12-10 Thread Jose M. Sanchez


Actually update works pretty well.

Instead of blaming the distro, have you checked to see if you've selected a
valid source site?

Try changing to another site.

-JMS

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of praedor
Sent: Friday, December 08, 2000 8:27 PM
To: [EMAIL PROTECTED]
Subject: [expert] MandrakeUpdate doesn't work


Perfect.  So not only is Mandrake 7.2 intolerably slow, MandrakeUpdate
doesn't work.  I try to start it and all I get is a fast flash of a window
appear and then it disappears in a rapid flash.  Almost too fast to see.
There is NO error messages to accompany this - I am trying to start it from
the konsole, like I always do.

What crap.

praedor
--
Against stupidity, even the gods futiliy contend





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Getting Mails from this list twice

2000-12-10 Thread Anibal Vasquez

Hello people!!

After being a happy SuSE user for years I've finally decided to try 
something else... wow! This is really a nice distribution! I'm now 
about to switch from SuSE to Mandrake on my desktop.

Now, I'm reading also this ML, but am getting lots of mails 
twice... just want to know if this happens frequently. I tried 
unsubscribing and then subscribing again with the result that I 
either get nothing or get lots of emails twice.

Any hints?
Anibal



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting Mails from this list twice

2000-12-10 Thread Larry Marshall


 Now, I'm reading also this ML, but am getting lots of mails
 twice... just want to know if this happens frequently. I tried
 unsubscribing and then subscribing again with the result that I
 either get nothing or get lots of emails twice.

All the time..so much so that people have almost stopped answering
this question :-)  The Manrdake conferences produce double and
sometimes triple msgs constantly.  It's said that it's the fault of
the receiver but given that I subscribe to half a dozen conferences
and only Mandrake conferences generate multiples, it's hard to follow
that logic.

Cheers --- Larry



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting Mails from this list twice

2000-12-10 Thread Jeff Malka

We all are!

And since the traffic on this list is voluminous,  this makes it doubly
voluminous.  I wish someone would fix it.

Jeff Malka [EMAIL PROTECTED]
Registered Linux user  183185

- Original Message -
From: Anibal Vasquez [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, December 10, 2000 9:28 AM
Subject: [expert] Getting Mails from this list twice


 Hello people!!

 After being a happy SuSE user for years I've finally decided to try
 something else... wow! This is really a nice distribution! I'm now
 about to switch from SuSE to Mandrake on my desktop.

 Now, I'm reading also this ML, but am getting lots of mails
 twice... just want to know if this happens frequently. I tried
 unsubscribing and then subscribing again with the result that I
 either get nothing or get lots of emails twice.

 Any hints?
 Anibal








 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] FTP Server Trouble on 7.2

2000-12-10 Thread Markus Heyl

Hi;

The proftp faq says:
4.15 "FTP server shut down ... please try again later."
Check for /etc/shutmsg and delete it. 

mabey your problem is simillar?

sa

Bingo - that did it. Thanks very very much, it's working now and the
shutmsg is having the same effect on wu-ftp as well.

It only makes me wonder why to put in this file by default...

Have a good time;
Markus





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] MandrakeUpdate doesn't work

2000-12-10 Thread Praedor Tempus

Well...didn't work, but .xsession-errors is finally producing messages again 
and I BELIEVE that these last two lines really do apply to MandrakeUpdate.  I 
don't understand why it took so long for messages to appear - the file was 
empty for many hours, even after trying MandrakeUpdate multiple times.

In any case, this is the pertinent, me thinks, entries at the end of 
.xsession-errors:

KDE detected X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  14
KDE detected X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  14

Any ideas?

On Sunday 10 December 2000 08:08 am, you wrote:
 Out of curiosity...

 1) Do you see the list of available servers when you click on "Update List
 the of Mirrors" in preferences? Does this list change after the update?
 (Normally I get almost all European Mirrors.

 2) Get out of update, and in a TERM type...

 rpm --rebuilddb


-- 
Against stupidity, the gods themselves contend in vain



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] 7.2 Installation stops at second screen.

2000-12-10 Thread cavall_fort

 Hello, world !

In the same machine, the installation :

   7.2 hangs up at the second screen. (surprise !)
   7.1 goes fine in progres. (good boy).

Why this diference ? Bad Drivers in 7.2 ? Kudzu ? Hw recognition bad ?

What can I do ?

Note : I have a Pain(Windz)2000 partition in a 30 Gb Hd (50% space).

My hardware is :
 Pentium III 600Mhz, Hd 30 Gb, ethernet PCI, SB 128 PCI, CD ROM, CD RW
128MB RAM

Thanks again !


  Cavall_forT Linux CatalĂ 
 http://perso.wanadoo.es/cavall_fort/
 Barcelona  CAT





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] MandrakeUpdate doesn't work

2000-12-10 Thread Anthony Russello


The funny thing is that I've had absolutely no problems with speed, or
MandrakeUpdate with my install.  I'm running it on an AMD Duron 600 with
224 MB RAM with no problems.  Gnome Sawfish loads incredibly fast,
ReiserFS works great.

The only problem I have is that the nv drivers for my Viper V770 aren't
too stable, and X crashes when it isn't used over a period of time (a
pretty long one).  But since i do almost everything in Console anyways,
it's not really necessary.  As soon as I get around to installing the
nvidia drivers that should be fixed completely.

Someone else on this list said it best when they said "Before you blame
the distro, take a look around to see if others are having the same
problems."  Basically, mine works great, no complaints here at all.

Cheers

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of praedor
 Sent: Friday, December 08, 2000 8:27 PM
 To: [EMAIL PROTECTED]
 Subject: [expert] MandrakeUpdate doesn't work


 Perfect.  So not only is Mandrake 7.2 intolerably slow, MandrakeUpdate
 doesn't work.  I try to start it and all I get is a fast flash of a window
 appear and then it disappears in a rapid flash.  Almost too fast to see.
 There is NO error messages to accompany this - I am trying to start it from
 the konsole, like I always do.

 What crap.

 praedor
 --
 Against stupidity, even the gods futiliy contend





There's plenty of semicolons to go around




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] MandrakeUpdate doesn't work

2000-12-10 Thread Bill Piety

Praedor Tempus wrote:

 Well...didn't work, but .xsession-errors is finally producing messages again 
 and I BELIEVE that these last two lines really do apply to MandrakeUpdate.  I 
 don't understand why it took so long for messages to appear - the file was 
 empty for many hours, even after trying MandrakeUpdate multiple times.
 
 In any case, this is the pertinent, me thinks, entries at the end of 
 ..xsession-errors:
 
 KDE detected X Error: BadDrawable (invalid Pixmap or Window parameter) 9
   Major opcode:  14
 KDE detected X Error: BadDrawable (invalid Pixmap or Window parameter) 9
   Major opcode:  14
 
 Any ideas?
 
 On Sunday 10 December 2000 08:08 am, you wrote:
 
 Out of curiosity...
 
 1) Do you see the list of available servers when you click on "Update List
 the of Mirrors" in preferences? Does this list change after the update?
 (Normally I get almost all European Mirrors.
 
 2) Get out of update, and in a TERM type...
 
 rpm --rebuilddb
 
 
 
 
 Keep in touch with http://mandrakeforum.com: 
 Subscribe the "[EMAIL PROTECTED]" mailing list.
 message.footer
 
 Content-Type:
 
 text/plain
 Content-Encoding:
 
 8bit
 
 
Praedor - did you ever try this under a different color depth? This has 
been submitted in bug reports for X apps under varying color 
depths/resolutions.




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] MandrakeUpdate doesn't work

2000-12-10 Thread Jose M. Sanchez



-Original Message-
From: Praedor Tempus [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 10, 2000 11:51 AM
To: [EMAIL PROTECTED]
Cc: KDE general mailing list; [EMAIL PROTECTED]
Subject: Re: [expert] MandrakeUpdate doesn't work


Well...didn't work, but .xsession-errors is finally producing messages again
and I BELIEVE that these last two lines really do apply to MandrakeUpdate.
I
don't understand why it took so long for messages to appear - the file was
empty for many hours, even after trying MandrakeUpdate multiple times.

In any case, this is the pertinent, me thinks, entries at the end of
.xsession-errors:

KDE detected X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  14
KDE detected X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode:  14

Any ideas?

---

Instead of launching it from the desktop link try opening an xterm and
typing

/usr/X11R6/bin/MandrakeUpdate.real

This will give you more descriptive errors.

Note: While I may be wrong the above indicates that it is missing a pixmap
(or has a corrupt one).

Are you by any chance using GTK/QT/GNOME themes? If so, try another one.
(You have to set them from Gnome).

BTW: have you tried running MandrakeUpdate from Gnome? What happens?

-JMS






Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] new nvidia drivers

2000-12-10 Thread Nitin Raja Bhatia

Add this to your /etc/modules.conf:

options agpgart agp_try_unsupported=1
alias char-major-195 NVdriver 


you may already have the NVdriver alias, so don't bother doubling it.


Cheers,

Raja



Tom Berkley wrote:
 
 you can always put it at the end of /etc/rc.d/rc.local but I suspect that
 there is a slightly more elegant solution.
 
 tom berkley
 
 Anthony Russello wrote:
 
  I finally got around to installing the nvidia drivers for my Viper V770
  card.  There is only one problem.
 
  In order to install them, I had to run
 
  modprobe agpgart agp_try_unsupported=1
 
  Which is fine,  but i have discovered that after a reboot I have to run
  this command line again.
 
  While I seldomly ever actually reboot this machine, it would be nice to
  have that loaded on startup,  but unfortunately, I don't know how to do
  that.
 
  If anyone can assist me,  I would greatly appreciate it.
 
  Cheers,
  Anthony
 
  There's plenty of semicolons to go around
 

  Keep in touch with http://mandrakeforum.com:
  Subscribe the "[EMAIL PROTECTED]" mailing list.
 
   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] IRQ stuff

2000-12-10 Thread Julio Matarranz



I just moved from red hat 6.2to mandrake 
7.2... i guess for the better.

Red Hat did fine, I had no problems but I wanted to 
try the Madrake distrbution.

The problem s that after the installation i found 
out that both my ether and my soound card werent working any more.

When I try to configure my sound card 
(SounBlasterPCI 128), using sndconfig I get this error msg:

modprobe 
error 
The following error occurred running the modprobe 
program: 
/lib/modules/2.2.17-21mdk/misc/es1370.o: init_module: Device or resource 
busy /lib/modules/2.2.17-21mdk/misc/es1370.o: 
insmod 
/lib/modules/2.2.17-21mdk/misc/es1370.o 
failed 
/lib/modules/2.2.17-21mdk/misc/es1370.o: insmod sound-slot-0 failed

This sounded a bit like irq problem, so I checked the config:

# lspci

00:0b.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 
20)Subsystem: Kingston Technologies: Unknown device 
f002Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR- FastB2B-Status: Cap- 66Mhz- UDF- FastB2B+ 
ParErr- DEVSEL=medium TAbort- TAbort- MAbort- SERR- 
PERR-Latency: 32Interrupt: pin A routed to IRQ 
0Region 0: I/O ports at a400Region 1: Memory at cf00 
(32-bit, non-prefetchable)

00:09.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI] (rev 
01)Subsystem: Unknown device 4942:4c4cControl: I/O+ Mem- 
BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- 
FastB2B-Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=slow 
TAbort- TAbort-MAbort- SERR- PERR-Latency: 32 
(3000ns min, 32000ns max)Interrupt: pin A routed to IRQ 
0Region 0: I/O ports at b000

Both interfaces had irq 0... i guess theres something wrong in here. Every 
other interface is ok.

Lets see if the ether is working properly:

# ifconfig -a

eth0 Link encap:Ethernet HWaddr 
00:C0:F0:48:5F:BA 
 inet 
addr:xxx.xxx.xxx.xxx Bcast:xxx.xxx.xxx.xxx 
Mask:255.255.255.0 
BROADCAST RUNNING MULTICAST MTU:1500 
Metric:1 RX packets:0 
errors:0 dropped:0 overruns:0 
frame:0 TX packets:0 
errors:0 dropped:0 overruns:0 
carrier:0 collisions:0 
txqueuelen:100  Base 
address:0x8000 

lo Link encap:Local 
Loopback  inet 
addr:127.0.0.1 
Mask:255.0.0.0 UP 
LOOPBACK RUNNING MTU:3924 
Metric:1 RX packets:0 
errors:0 dropped:0 overruns:0 
frame:0 TX packets:0 
errors:0 dropped:0 overruns:0 
carrier:0 collisions:0 
txqueuelen:0 

The interface is properly configured but is not up. Lets put it up

# ifconfig eth0 upSIOCSIFFLAGS: Resource temporarily unavailable

Looking over the internet this error msg it seems to be a IRQ probl... but 
I cant find a workaround.

Physically changing the interface slot is no good

Now here Im stuck!

I guess the problem is to do with the irq stuff but to be honest I dont 
know how to solve it.

Anyone has any idea?

Thanks 

Julio


Re: [expert] new nvidia drivers

2000-12-10 Thread Anthony Russello


Thanks,  I appreciate the help,

Cheers

 options agpgart agp_try_unsupported=1
 alias char-major-195 NVdriver


 you may already have the NVdriver alias, so don't bother doubling it.


 Cheers,

 Raja



 Tom Berkley wrote:
 
  you can always put it at the end of /etc/rc.d/rc.local but I suspect that
  there is a slightly more elegant solution.
 
  tom berkley
 
  Anthony Russello wrote:
 
   I finally got around to installing the nvidia drivers for my Viper V770
   card.  There is only one problem.
  
   In order to install them, I had to run
  
   modprobe agpgart agp_try_unsupported=1
  
   Which is fine,  but i have discovered that after a reboot I have to run
   this command line again.
  
   While I seldomly ever actually reboot this machine, it would be nice to
   have that loaded on startup,  but unfortunately, I don't know how to do
   that.
  
   If anyone can assist me,  I would greatly appreciate it.
  
   Cheers,
   Anthony
  
   There's plenty of semicolons to go around
  
 
   Keep in touch with http://mandrakeforum.com:
   Subscribe the "[EMAIL PROTECTED]" mailing list.
 

  Keep in touch with http://mandrakeforum.com:
  Subscribe the "[EMAIL PROTECTED]" mailing list.



There's plenty of semicolons to go around




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Domain Name Server named Configuration

2000-12-10 Thread Bill Kenworthy

Tom Massey wrote:
 
 What do your /etc/host* files look like? And when you say that you have
 to use IP for some programs, do you mean that machines on your internal
 network can't access external resources without using the IP number
 (probably a problem with the machines on your internal network - where
 are they looking for DNS lookups, and is where they're looking a valid
 address?) or that you have to use IP numbers to access machines on your
 internal network from your Linux box (probably a problem with the
 /etc/host* files). Or something else?

No the problem is some programs cannot seem to map internal host names
to internal IP.  Seems they try and use DNS exclusively, not host then
bind as set.  Whilst not something normally done, nslookup (on my 7.1,
in which a cacheing DNS was manually set up), nslookup of the local DNS
would not return a local machine. - nslookup cannot see the local DNS
under 7.2 at all.   On 7.2, this can sometimes mean that when ppp0 dies,
netscape cannot find the local webserver (internally visible only) etc. 
Other programs that try and access internal resources may some times
also give host not found unless using the IP number.  Its also somewhat
random which makes it hard to trace.  Whilst this is not really a valid
test, this is the same symptom as other programs can give (and I cannot
remember which ones until I can start testing this again).  This is also
the same problem the person who started this thread has.  I think that
setting up a full DNS may be the only solution here.

 
 I think you can fix this by going into linuxconf, Networking,
 PPP/SLIP/PLIP, ppp0, Networking, and unselecting 'Use the DNS of the
 provider'. After this, PPP sessions shouldn't alter /etc/resolv.conf at
 all, just use the DNS entries that are already there. There does seem to
 be some bug with this feature, where DNS entries are added but not
 removed if it's selected. Doesn't seem to effect DNS lookups for me, but
 yeah, the file just keeps getting bigger. Potentially quite a nice
 feature, but it doesn't seem to work properly for me.
 
Thanks, trying this and will see how it goes.


 I think this is actually how things are meant to work, kppp shouldn't
 override the default route unless it's specifically told to. Again, go
 into linuxconf, ppp0 and check that under the Networking tab 'Set
 default route' is selected. Personally I don't like kppp much, I prefer
 to use scripts and 'ifup ppp0', but I think that in 7.2 kppp should load
 the settings that have been set up by linuxconf.

Nope, according to the kppp docs, kppp should replace the default route
with the ppp interface once up.  In most cases, the system will not work
if your internal lan card is set as the gateway, and ppp0 is the
interface to the outside world!  Whilst setting the DNS as above, I
checked the route setting (again!) and decided to delete the internal
address set as the default route by the system - I will see how that
goes next time I reboot.

Thanks for the suggestions,
BillK



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] KDE Sounds

2000-12-10 Thread Ken Thompson

Anybody know where to configure the system sounds at. I've looked all through 
the KDE control center and don't see anything wrong (I have another LM 7.2 
system running with the KDE system sounds OK), compaired it against another 
LM 7.2 machine.
aRTS is set to load on startup and the checkmarks are all in place for the 
default sounds. It's got me confused and confustipated.
One difference is, the machine that doesn't work is running th KDE 1.99 (or 
2.0pre, if you will) and the other (the one that works) is running 2.0..
-- 
Ken Thompson
Electrocom Computer Services
Payette, Idaho
(208) 642-7101  (888) 642-7101
Email: [EMAIL PROTECTED]
Website: http://www.nwaa.com



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] IRQ stuff

2000-12-10 Thread Mike MacCana

You might wish to try using Sounddrake, avaliable [like everyhting else]
through the DrakConf  icon on you desktop, to set up your card. Its the
primary supported method of setting up sound on Mandrake, and generally
seems to much better than sndconfig [for my Vibra 128, anyway].

If that fails, then we will deial with the IRQ prob. BTW, you might wish
to set `Plug and Play OS' in your BIOS to `no' before you continue.
Linux is PnP, but works better with the info supplied by the BIOS
[unlike Windows, which gets confused :) ]

Mike

Julio Matarranz wrote:

 I just moved from red hat 6.2 to mandrake 7.2... i guess for the
 better. Red Hat did fine, I had no problems but I wanted to try the
 Madrake distrbution. The problem s that after the installation i found
 out that both my ether and my soound card werent working any
 more. When I try to configure my sound card (SounBlasterPCI 128),
 using sndconfig I get this error msg:
 modprobe error
 The following error occurred running the modprobe program:
 /lib/modules/2.2.17-21mdk/misc/es1370.o: init_module: Device or
 resource busy
 /lib/modules/2.2.17-21mdk/misc/es1370.o: insmod
 /lib/modules/2.2.17-21mdk/misc/es1370.o failed
 /lib/modules/2.2.17-21mdk/misc/es1370.o: insmod sound-slot-0
 failed This sounded a bit like irq problem, so I checked the config: #
 lspci 00:0b.0 Ethernet controller: Lite-On Communications Inc LNE100TX
 (rev 20)
  Subsystem: Kingston Technologies: Unknown device f002
  Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
 Stepping- SERR- FastB2B-
  Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
 TAbort- MAbort- SERR- PERR-
  Latency: 32
  Interrupt: pin A routed to IRQ 0
  Region 0: I/O ports at a400
  Region 1: Memory at cf00 (32-bit, non-prefetchable) 00:09.0
 Multimedia audio controller: Ensoniq ES1370 [AudioPCI] (rev 01)
  Subsystem: Unknown device 4942:4c4c
  Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
 Stepping- SERR- FastB2B-
  Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=slow TAbort-
 TAbort-MAbort- SERR- PERR-
  Latency: 32 (3000ns min, 32000ns max)
  Interrupt: pin A routed to IRQ 0
  Region 0: I/O ports at b000 Both interfaces had irq 0... i guess
 theres something wrong in here. Every other interface is ok. Lets see
 if the ether is working properly: # ifconfig -a eth0  Link
 encap:Ethernet  HWaddr 00:C0:F0:48:5F:BA
   inet addr:xxx.xxx.xxx.xxx  Bcast:xxx.xxx.xxx.xxx
 Mask:255.255.255.0
   BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:100
   Base address:0x8000 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   UP LOOPBACK RUNNING  MTU:3924  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0 The interface is properly
 configured but is not up. Lets put it up # ifconfig eth0 up
 SIOCSIFFLAGS: Resource temporarily unavailable Looking over the
 internet this error msg it seems to be a IRQ probl... but I cant find
 a workaround. Physically changing the interface slot is no
 good Now here Im stuck! I guess the problem is to do with the irq
 stuff but to be honest I dont know how to solve it. Anyone has any
 idea? Thanks Julio

--
--
Mike MacCana Support Consultant
  C Y B E R S O U R C E
   Level 9, 140 Queen St Melbourne 3000
Ph : +61 3 9642 5997 Fax: +61 3 9642 5998





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting Mails from this list twice

2000-12-10 Thread J . A . Magallon


On Sun, 10 Dec 2000 15:57:16 Jeff Malka wrote:
 We all are!
 
 And since the traffic on this list is voluminous,  this makes it doubly
 voluminous.  I wish someone would fix it.
 

I am thinkin it has something to do with the headers in the mails.
For example, this reply was done in balsa with 'reply to all', and
it copied the addr '[EMAIL PROTECTED]' both in the To: and
cc: fields. So perhaps headers are saying that the message was sent both
to '[EMAIL PROTECTED]' and '[EMAIL PROTECTED]' in 
distinct places that should not repeat the address.

-- 
Juan Antonio Magallon Lacarta # cd /pub
mailto:[EMAIL PROTECTED] # more beer

Linux werewolf 2.2.18-pre25-vm #4 SMP Fri Dec 8 01:59:48 CET 2000 i686




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting Mails from this list twice

2000-12-10 Thread Felix Miata

J . A . Magallon wrote:
 
 On Sun, 10 Dec 2000 15:57:16 Jeff Malka wrote:

  We all are!

  And since the traffic on this list is voluminous,  this makes it doubly
  voluminous.  I wish someone would fix it.

 I am thinkin it has something to do with the headers in the mails.
 For example, this reply was done in balsa with 'reply to all', and
 it copied the addr '[EMAIL PROTECTED]' both in the To: and
 cc: fields. So perhaps headers are saying that the message was sent both
 to '[EMAIL PROTECTED]' and '[EMAIL PROTECTED]' in
 distinct places that should not repeat the address.

I don't think so. I'm on many mailing lists, receiving over 200
individual messages most days under normal conditions. Lately, all the
high volume lists I'm on seem to be producing both delays and multiple
copies of identical messages. Delays run from serveral to over 48 hours.
Sometimes I get a message in short order, and then a copy a day or two
later. Usually both copies come at the same time, sometimes when they
should, other times delayed.
-- 
A man's wisdom gives him patience; it is to his glory to overlook an
offense.Proverbs 19:11 NKJV

 Team OS/2

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




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] KDE Sounds

2000-12-10 Thread Praedor Tempus

On Sunday 10 December 2000 04:41 pm, you wrote:
 Anybody know where to configure the system sounds at. I've looked all
 through the KDE control center and don't see anything wrong (I have another
[...]
 aRTS is set to load on startup and the checkmarks are all in place for the
 default sounds. It's got me confused and confustipated.
 One difference is, the machine that doesn't work is running th KDE 1.99 (or
 2.0pre, if you will) and the other (the one that works) is running 2.0..

Why not upgrade the non-working version and THEN see if the problem remains.
Beyond that, are they both using the same brand soundcard?  
-- 
Against stupidity, the gods themselves contend in vain
---
praedor



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] IRQ conflict

2000-12-10 Thread Ali BAYINDIR


 After installing linux my sndcard and my ether stopped working
 
 Doing an 
 
 # lspci -v
 
 I find out both devices have irq=0.
 
 How do I know which irq are free? and how do i assign a module a specific irq?
 
 Thanks
 
 
 


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 


I met with a similar problem on my computer.  It has Asus P3V133 MBoard with
Awar bios.  When i enabled "PNP OS Installed" option in bios, my ethernet
(Realtek 8029 PCI) doesn't work.
I don't know what is the real problem but, disable this option.

Regards...



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] IRQ conflict

2000-12-10 Thread Mike MacCana

Basically, your BIOS can provide PnP information, as well as your OS.

Pnp OS Installed is On = BIOS will not provide this info [because Windows prefers
not to receive it, and might get confused because it can see more of your hardware
than the BIOS can, sometimes]

Pnp OS Installed is On = BIOS will provide this information. Linux prefers to use
the BIOS as a basis for mush of its PnP work, so you should always turn this on,
even on dual boot machines.

Something nifty I learnt from doing an RHCE.

Mike

Ali BAYINDIR wrote:

  After installing linux my sndcard and my ether stopped working
 
  Doing an
 
  # lspci -v
 
  I find out both devices have irq=0.
 
  How do I know which irq are free? and how do i assign a module a specific irq?
 
  Thanks
 
 
 

 
 Content-Type: text/html; name="unnamed"
 Content-Transfer-Encoding: quoted-printable
 Content-Description:
 

 I met with a similar problem on my computer.  It has Asus P3V133 MBoard with
 Awar bios.  When i enabled "PNP OS Installed" option in bios, my ethernet
 (Realtek 8029 PCI) doesn't work.
 I don't know what is the real problem but, disable this option.

 Regards...

   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.

--
--
Mike MacCana Support Consultant
  C Y B E R S O U R C E
   Level 9, 140 Queen St Melbourne 3000
Ph : +61 3 9642 5997 Fax: +61 3 9642 5998





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Kernel-linux won't mount reiser volumes

2000-12-10 Thread Stephen Boulet

I installed the kernel-linus, only to have it panic on boot up since it 
couldn't mount the root partition, which is reiserfs. 

Anyone know how to solve this?

Thanks!

-- Stephen



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] MandrakeUpdate doesn't work

2000-12-10 Thread Praedor Tempus

I got the damn thing working.  I installed 100dpi fonts during expert install 
(at least I selected it) but it turns out that they were NOT installed.   I 
discovered this after trying to deal with some really ugly fonts on my 
system.  After downloading and installing 100dpi fonts, it works.  

It appears that I have finally gotten through all the minor (and semi-major) 
problems that have plagued my system since installing Mandrake 7.2.  

Now, if I could only get daVinci to work...


-- 
Against stupidity, the gods themselves contend in vain
---
praedor



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Starting X at 640x480

2000-12-10 Thread Stephen Boulet

I got some help from another list. For those interested in doing this, a 
second X session can be start from the console in a different resolution by 
using an alternate config file:

   startx -- :1 -bpp 8 -xf86config /etc/X11/X-starcraft

where /etc/X11/X-starcraft is a copy of XF86Config-4 that only has the 
640x480 resolution.

-- Stephen


On Saturday 09 December 2000 19:23, you wrote:

  I'd like to start a second X session at 640x480.

 If I start it like this:

   startx -- :1 -bpp 8

 I get the bit depth I need but not the resolution.

 Thanks.

 -- Stephen



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] new nvidia drivers

2000-12-10 Thread Praedor Tempus

On Sunday 10 December 2000 12:47 pm, you wrote:
 I finally got around to installing the nvidia drivers for my Viper V770
 card.  There is only one problem.

 In order to install them, I had to run

 modprobe agpgart agp_try_unsupported=1

Add the above line to your /etc/rc.d/rc.local file near the top, after the 
initial comments indicating that you can add entries...

-- 
Against stupidity, the gods themselves contend in vain
---
praedor



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Cisco 675 Router - Mgmt Access with Linux?

2000-12-10 Thread haim

run the command 'cu -l ttyS0' and you will get to the router.

On Sun, 10 Dec 2000, Sevatio Octavio wrote:

 I'm trying to access the Cisco 675 router via COM1.  There is a
 management cable between com1 and the RJ45 plug on the cisco 675.  In
 Windurs98, you would use Hyperterminal.  How would you do it in Linux?

 Seve



-- 
Haim




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Kernel-linux won't mount reiser volumes

2000-12-10 Thread Andrew George

On Mon, 11 Dec 2000 15:58, Stephen Boulet wrote:

  I installed the kernel-linus, only to have it panic on boot up since it
 couldn't mount the root partition, which is reiserfs.

 Anyone know how to solve this?

 Thanks!

 -- Stephen

Don't know if Kernel-linus supports reiser (I always assumed that was a 
vanilla kernel)

However, assuming it does, look at the man page for mkinitrd to make a 
ramdisk.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] IFCONFIG from a C program

2000-12-10 Thread PLANCHOU, Fabrice

Hello,

I have I problem to solve : configure IP virtual addresses from a C program.
I had tought that it would be a good solution to take the C source of
"ifconfig" command,
but I'm not able to find this one.
I have found the net-tools package which doesn't contain any source code.
I am running Mandrake 7.02.

Any idea ?

Thanks to help me.

  \|||/
( @ - )
oOO-(_)-OOo-
-
- Fabrice PLANCHOU Tel : 05.62.19.73.39
-
- ASTRIUM SPACEFax : 05.62.19.79.99
-
- TOULOUSE mail to : [EMAIL PROTECTED]   -
--Oooo--
--
 oooO   (   )
  (   ) ) /
  \ ( (_/
   \_)




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] DRI direct sloow

2000-12-10 Thread Svante Signell

Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit

Hello, can somebody please enlighten me on why DRI is so terribly
slow, eg gears run at 60-70 fps ( 500 is expected). glxinfo report
direct rendering and all seems OK according to the XFree86.0.log file
(attached).

OS: MDK 7.2 + parts from mandrake-devel (eg XFree86-4.0.1h)
Computer: Compaq 5640/5670, 450 MHZ, 64MB RAM. 
Video card: Voodoo Banshee
Note: the number of BIOS functions in this computer is _very_
limited. For example, there is no option to enable an IRQ for the
video card :( Workarounds?


 attachement

Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.