[expert] Problem: Fwd: Cron nice -n 19 run-parts /etc/cron.daily

2003-09-23 Thread caret
Hi everybody,
I am receiving this mail. Anybody knows where the problem may be? 
I am using LM 9.1 with oficial updates.
Thanks,
Oscar.

--  Mensaje reenviado  --

Subject: Cron <[EMAIL PROTECTED]> nice -n 19 run-parts /etc/cron.daily
Date: Martes, 23 de Septiembre de 2003 04:11
From: [EMAIL PROTECTED] (Cron Daemon)
To: [EMAIL PROTECTED]

Please give directory as argument.
/usr/bin/msec_find /usr/sbin /sbin

---


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


RE: [expert] 9.2 pre-orders

2003-09-23 Thread James Sparenberg
On Mon, 2003-09-22 at 22:24, Frankie wrote:
> I think many many people got started on Redhat because it came bundled with
> dozens of "linux in 24 hours", "linux for dummies" etc, type books..
> 
> I'd really love to see mandrake in those books, I wonder what they'd have
> to do to get that sort of exposure.
> 
> 
> rgds
> 
> Franki

Franki,

   Now that you mention it around the time of 7.2 there was a Learn
Mandrake Linux in 24 hours book from Sams.  Dunno what the outcome was. 
Although based on what I see around here.  To keep up with RH we'd need
to hurry up and get the edition for MDK 9.0 out.  *grin*

James

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


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


Re: [expert] 9.2 pre-orders

2003-09-23 Thread Anne Wilson
On Tuesday 23 Sep 2003 1:11 am, Carroll Grigsby wrote:
> On Monday 22 September 2003 09:45 am, Anne Wilson wrote:
> > On Monday 22 Sep 2003 2:33 pm, Carroll Grigsby wrote:
> > > BTW, from what I read elsewhere, I doubt that your
> > > mother/grandmother would be able to install any breed of
> > > Windows without some serious problems, let alone all of the
> > > other apps that are needed before Windows can do anything
> > > useful.
> > >
> > > -- cmg
> >
> > Oi - in the name of all grandmothers - I resemble that remark!
> >
> > Anne
>
> Anne:
> Sorry, but you are way outside of the 3 sigma limit for any
> commonly accepted definition of grannies.
>
Never wanted to be a sheep 

Anne
-- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?


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


[expert] grub-install won't

2003-09-23 Thread Felix Miata
For reasons I won't get into, I had to reinstall 9.1 today. Ever since I
first discovered it more than two years ago, I've used grub exclusively
as my boot loader. During this install, as on the same machine about three
months ago, I specified grub during installation. During late installation,
the configuration step, I noticed that the boot loader had been changed back
to lilo after having specified grub earlier, and changed it again to grub.

On first boot, I was shocked to discover a graphical boot menu that looked
unlike anything I'd ever seen before on Mandrake. Eventually I learned this
was the graphical lilo, since on my /boot partition I simply copied back my
old menu.lst over the stupid one the installer applies, and found on next
boot no change.

So, I tried to run 'grub-install /dev/hda5'. To that I am greeted by the
following message: 

  sed: -e expression #1, char 12: Invalid reference \1 on 's' command's RHS
  sed: -e expression #1, char 12: Invalid reference \1 on 's' command's RHS
  Unrecognized ls output: Not found or not a block device.

So, I tried the long-winded version:

  grub-install /dev/ide/host0/bus0/target0/lun0/part5

only to be greeted by

  /dev/ide/host0/bus0/target0/lun0/part5 does not have any corresponding BIOS drive.

So, I tried the grub syntax:

  grub-install (0,4)

but got the following error:

  -bash: syntax error near unexpected token '0,4'

Then:

  grub-install 0,4

but got only a usage message.

Then:

  grub-install hd0,4

but again got only a usage message.

Then:

  grub-install --recheck /dev/hda5

and again got:

  Probing devices to guess BIOS drives. This may take a long time.
  /dev/hda5 does not have any corresponding BIOS drive.

Then:

  grub-install --root-directory=/boot '(hd0)'

and again got:

  sed: -e expression #1, char 12: Invalid reference \1 on 's' command's RHS
  sed: -e expression #1, char 12: Invalid reference \1 on 's' command's RHS
  Unrecognized ls output: Not found or not a block device.

How do I get grub back?

FWIW, /dev/hda has 22 partitions. IIRC, it had 19 when I last installed
9.1 on it. It has 255hd, 63s, cyl, & units = 16065 * 512 on a PIIX4
00:07.1 controller. A NEC ehci USB 2.0 PCI host was added since last
install.
-- 
"...[B]e quick to listen, slow to speak and slow to become angry"
James 1:19 NIV

 Team OS/2 ** Reg. Linux User #211409

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


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


Re: [expert] grub-install won't

2003-09-23 Thread Rolf Pedersen


Felix Miata wrote:
For reasons I won't get into, I had to reinstall 9.1 today. Ever since I
first discovered it more than two years ago, I've used grub exclusively
as my boot loader. During this install, as on the same machine about three
months ago, I specified grub during installation. During late installation,
the configuration step, I noticed that the boot loader had been changed back
to lilo after having specified grub earlier, and changed it again to grub.
On first boot, I was shocked to discover a graphical boot menu that looked
unlike anything I'd ever seen before on Mandrake. Eventually I learned this
was the graphical lilo, since on my /boot partition I simply copied back my
old menu.lst over the stupid one the installer applies, and found on next
boot no change.
So, I tried to run 'grub-install /dev/hda5'. To that I am greeted by the
following message: 

  sed: -e expression #1, char 12: Invalid reference \1 on 's' command's RHS
  sed: -e expression #1, char 12: Invalid reference \1 on 's' command's RHS
  Unrecognized ls output: Not found or not a block device.
So, I tried the long-winded version:

  grub-install /dev/ide/host0/bus0/target0/lun0/part5

only to be greeted by

  /dev/ide/host0/bus0/target0/lun0/part5 does not have any corresponding BIOS drive.

So, I tried the grub syntax:

  grub-install (0,4)

but got the following error:

  -bash: syntax error near unexpected token '0,4'

Then:

  grub-install 0,4

but got only a usage message.

Then:

  grub-install hd0,4

but again got only a usage message.

Then:

  grub-install --recheck /dev/hda5

and again got:

  Probing devices to guess BIOS drives. This may take a long time.
  /dev/hda5 does not have any corresponding BIOS drive.
Then:

  grub-install --root-directory=/boot '(hd0)'

and again got:

  sed: -e expression #1, char 12: Invalid reference \1 on 's' command's RHS
  sed: -e expression #1, char 12: Invalid reference \1 on 's' command's RHS
  Unrecognized ls output: Not found or not a block device.
How do I get grub back?

FWIW, /dev/hda has 22 partitions. IIRC, it had 19 when I last installed
9.1 on it. It has 255hd, 63s, cyl, & units = 16065 * 512 on a PIIX4
00:07.1 controller. A NEC ehci USB 2.0 PCI host was added since last
install.
Is grub installed w/o problem (rpm -V grub)?
If it is and you did not re-partition for the re-install, there should 
be /boot/grub/install.sh and you could try:

sh /boot/grub/install.sh

Rolf


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


Re: [expert] Re: 9.2RC2 on VMware

2003-09-23 Thread Anne Wilson
On Monday 22 Sep 2003 11:01 pm, Norman Zhang wrote:
> Hi Anne,
>
> > Hi, Norman.  Sorry you had problems.  I've put it on the page,
> > and attributed it to NormZ - I presume that's you?
>
> Yeah that's me thanks. BTW, just some nitpicking--VMWare should be
> spelled as VMware. Perhaps you may want to change that too? Thanks.
>
> http://mandrake.vmlinuz.ca/bin/view/Main/VmWare
>
> Regards,
> Norman

In the interests of accuracy, I'd like to do that.  However, I will 
need to think first of exactly how to do that without breaking links.  
I'm sure it's possible, but it needs some thinking about.

Anne
-- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?


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


Re: [expert] Re: 9.2RC2 on VMware

2003-09-23 Thread James Sparenberg
On Tue, 2003-09-23 at 02:30, Anne Wilson wrote:
> On Monday 22 Sep 2003 11:01 pm, Norman Zhang wrote:
> > Hi Anne,
> >
> > > Hi, Norman.  Sorry you had problems.  I've put it on the page,
> > > and attributed it to NormZ - I presume that's you?
> >
> > Yeah that's me thanks. BTW, just some nitpicking--VMWare should be
> > spelled as VMware. Perhaps you may want to change that too? Thanks.
> >
> > http://mandrake.vmlinuz.ca/bin/view/Main/VmWare
> >
> > Regards,
> > Norman
> 
> In the interests of accuracy, I'd like to do that.  However, I will 
> need to think first of exactly how to do that without breaking links.  
> I'm sure it's possible, but it needs some thinking about.
> 
> Anne

Anne,

   In the Twiki if you want something not normally a link to become a
link do this [[this is now a link]]  If you want something that TWiki
picks up as a link to not be a link.  In the source preface it with
  so that ThisWord is a link but ThisWord is not a link.  One
way to edit without breaking links is to use standard html to recapture
an existing link.  So if VMWare points to a page grab it's url from the
browser then do http://www.mandrakestore.com


Re: [expert] 9.2 pre-orders

2003-09-23 Thread Lee Wiggers
On Tue, 23 Sep 2003 13:24:35 +0800
"Frankie" <[EMAIL PROTECTED]> wrote:

> 
> I think many many people got started on Redhat because it came
> bundled with dozens of "linux in 24 hours", "linux for dummies"
> etc, type books..
> 
> I'd really love to see mandrake in those books, I wonder what
> they'd have to do to get that sort of exposure.
> 
> 
> rgds
> 
> Franki
> 
> 
> 
What a memory.  I started with "Linux for Dummies" and Red Hat.  Six
weeks later I chucked the project feeling really stupid.  I needed
Linux for the Dummy's Dummies.

Lee


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


Re: [expert] Re: 9.2RC2 on VMware

2003-09-23 Thread Anne Wilson
On Tuesday 23 Sep 2003 10:36 am, James Sparenberg wrote:
>
> Anne,
>
>In the Twiki if you want something not normally a link to become
> a link do this [[this is now a link]]  

I have seen this in Augustin's work, but didn't understand what it is 
doing.

> If you want something that
> TWiki picks up as a link to not be a link.  In the source preface
> it with   so that ThisWord is a link but ThisWord is not
> a link.  

That I did know.

> One way to edit without breaking links is to use standard
> html to recapture an existing link.  So if VMWare points to a page
> grab it's url from the browser then do http://twiki.mdklinuxfaq.org yet?


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


Re: [expert] grub-install won't

2003-09-23 Thread Greg Meyer
On Tuesday 23 September 2003 04:33 am, Rolf Pedersen wrote:
> > FWIW, /dev/hda has 22 partitions. IIRC, it had 19 when I last installed
> > 9.1 on it. It has 255hd, 63s, cyl, & units = 16065 * 512 on a PIIX4
> > 00:07.1 controller. A NEC ehci USB 2.0 PCI host was added since last
> > install.
> 
> Is grub installed w/o problem (rpm -V grub)?
> If it is and you did not re-partition for the re-install, there should 
> be /boot/grub/install.sh and you could try:
> 
> sh /boot/grub/install.sh

If your partitions did change from the last time, have a look at the 
install.sh script.  It is pretty easy to modify it to take into account your 
partitioning scheme.


Here is mine


grub --device-map=/boot/grub/device.map --batch 

[expert] Postfix with SASL

2003-09-23 Thread Thomas Deutsch
Hi

Since three weeks, I tried to get SASL and Postfix working together. 
Since the last evening it works, but not really how I will.

The problem is, that SASL will use the /etc/sasldb to authenticate the 
users, but I want to use pwcheck. But no of the Howtos I've found on the 
net has helped me.

I've tried it with a smtp.conf file in /var/lib/sasl2, or in 
/usr/lib/sasl, or in /etc/sasl (in every howto is another path) but no 
one will work.

The smtp.conf file looks like:

pwcheck_method:pwcheck

but saslauthd / postfix will always use the sasldb.

Can anybody help me?

greetings

Thomas

--
Thomas Deutsch <[EMAIL PROTECTED]>
ICQ: 83960670 - http://www.tdeutsch.ch
Registred Linuxuser Nr. 302903 (http://counter.li.org/)
"...there are two types of friends in this world. Normal friends and the 
ones you can code with."


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


Re: [expert] Postfix with SASL

2003-09-23 Thread Martin Fahrendorf
echAm Dienstag, 23. September 2003 13:58 schrieb Thomas Deutsch:
> Hi
>
> Since three weeks, I tried to get SASL and Postfix working together.
> Since the last evening it works, but not really how I will.
>
> The problem is, that SASL will use the /etc/sasldb to authenticate the
> users, but I want to use pwcheck. But no of the Howtos I've found on the
> net has helped me.
>
> I've tried it with a smtp.conf file in /var/lib/sasl2, or in
> /usr/lib/sasl, or in /etc/sasl (in every howto is another path) but no
> one will work.

For the Mandrake 9.0 and 9.1 use /usr/lib/sasl.

>
> The smtp.conf file looks like:
>
> pwcheck_method:pwcheck
>
> but saslauthd / postfix will always use the sasldb.

This one depens on your selected authentication method. Sasl supports plain, 
login, digest-md5 and cram-md5 (at least). with digest/cram-md5 sasl always 
uses the sasldb. This is independent of the setting in your smtp.conf file. 
Only for plain text passwords, sasl is able to use all the alternative 
pwcheck_methods.

>
> Can anybody help me?

Try it with a plain password. Remove the user from the sasldb file. Use 
saslauthd instead of pwcheck.

>
> greetings
>
> Thomas

Martin
-- 

H E L I X Gesellschaft für Software & Engineering mbH

Hanauer Landstrasse 52  Telefon (069) 4789 35-30
D-60314 Frankfurt am Main   Telefax (069) 4789 35-44

http://www.helix-gmbh.net[EMAIL PROTECTED]



pgp0.pgp
Description: signature


Re: [expert] Postfix with SASL

2003-09-23 Thread Thomas Deutsch
Martin Fahrendorf wrote:
Am Dienstag, 23. September 2003 13:58 schrieb Thomas Deutsch:

Hi

Since three weeks, I tried to get SASL and Postfix working together.
Since the last evening it works, but not really how I will.
The problem is, that SASL will use the /etc/sasldb to authenticate the
users, but I want to use pwcheck. But no of the Howtos I've found on the
net has helped me.
I've tried it with a smtp.conf file in /var/lib/sasl2, or in
/usr/lib/sasl, or in /etc/sasl (in every howto is another path) but no
one will work.
For the Mandrake 9.0 and 9.1 use /usr/lib/sasl.
I've also tried /usr/lib/sasl. But it don't work.

The smtp.conf file looks like:

pwcheck_method:pwcheck

but saslauthd / postfix will always use the sasldb.
This one depens on your selected authentication method. Sasl supports plain, 
login, digest-md5 and cram-md5 (at least). with digest/cram-md5 sasl always 
uses the sasldb. This is independent of the setting in your smtp.conf file. 
Only for plain text passwords, sasl is able to use all the alternative 
pwcheck_methods.
I've also tried with pwcheck_method: saslauthd. But it don't work.

Can anybody help me?
Try it with a plain password. 
I've tried it with AUTH PLAIN

> Remove the user from the sasldb file.

I've tested it with remove the hole sasldb file. But it don't work. How 
can I remove the useres from the sasldb?

Use saslauthd instead of pwcheck.
It don't work.

Thomas

--
Thomas Deutsch <[EMAIL PROTECTED]>
ICQ: 83960670 - http://www.tdeutsch.ch
Registred Linuxuser Nr. 302903 (http://counter.li.org/)
"...there are two types of friends in this world. Normal friends and the 
ones you can code with."


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


Re: [expert] Postfix with SASL

2003-09-23 Thread Martin Fahrendorf
Am Dienstag, 23. September 2003 14:32 schrieb Thomas Deutsch:
[...]
>
> I've tested it with remove the hole sasldb file. But it don't work. How
> can I remove the useres from the sasldb?

saslpasswd -d 

>
> > Use saslauthd instead of pwcheck.
>
> It don't work.

Hm, try to unchroot your postfix. Postfix with Mandrake uses chroot 
environment and saslauthd uses sockets to talk with the smtp programm.

And btw: If you want authenticated sending of EMail TO your postfix use 
smtpd.conf if you want to send authenticated Mails FROM your postfix use 
smtp.conf.

>
> Thomas

Martin
-- 

H E L I X Gesellschaft für Software & Engineering mbH

Hanauer Landstrasse 52  Telefon (069) 4789 35-30
D-60314 Frankfurt am Main   Telefax (069) 4789 35-44

http://www.helix-gmbh.net[EMAIL PROTECTED]



pgp0.pgp
Description: signature


Re: [expert] 9.2 pre-orders

2003-09-23 Thread Jack Coates
On Tue, 2003-09-23 at 02:39, Lee Wiggers wrote:
> On Tue, 23 Sep 2003 13:24:35 +0800
> "Frankie" <[EMAIL PROTECTED]> wrote:
> 
> > 
> > I think many many people got started on Redhat because it came
> > bundled with dozens of "linux in 24 hours", "linux for dummies"
> > etc, type books..
> > 
> > I'd really love to see mandrake in those books, I wonder what
> > they'd have to do to get that sort of exposure.
> > 
> > 
> > rgds
> > 
> > Franki
> > 
> > 
> > 
> What a memory.  I started with "Linux for Dummies" and Red Hat.  Six
> weeks later I chucked the project feeling really stupid.  I needed
> Linux for the Dummy's Dummies.
> 
> Lee

heh :-) I remember spending a few weeks researching Linux and BSD... I
couldn't believe that I could just have the whole OS for free. I bought
a book that was basically a print out of Matt Welsh's HOWTO and came
with a Slackware disc. I forget the version, but it was kernel 2.0 and I
was installing it on a 486/33. Then I realized the catch was the
learning curve. It took about three months to give up on that and buy a
Red Hat 5.2 box, and I was royally p.o.'ed that their GUI rpm update
tool was broken out of the box and their "installation support" didn't
include getting X running.
-- 
Jack Coates
Monkeynoodle: A Scientific Venture...


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


Re: [expert] Postfix with SASL

2003-09-23 Thread Thomas Deutsch
Martin Fahrendorf wrote:

Am Dienstag, 23. September 2003 14:32 schrieb Thomas Deutsch:
[...]
I've tested it with remove the hole sasldb file. But it don't work. How
can I remove the useres from the sasldb?
saslpasswd -d 
Thx, my sasldb is now empty.

Use saslauthd instead of pwcheck.
It don't work.
Hm, try to unchroot your postfix. Postfix with Mandrake uses chroot 
environment and saslauthd uses sockets to talk with the smtp programm.
In my master.cf, the line looks like:
smtpinetn   n   n   -   -   smtpd
And btw: If you want authenticated sending of EMail TO your postfix use 
smtpd.conf if you want to send authenticated Mails FROM your postfix use 
smtp.conf.
I will configure the second one. My /usr/lib/sasl/smtp.conf has the 
following line:

pwcheck_method: saslauthd

But it don't work.

thomas

--
Thomas Deutsch <[EMAIL PROTECTED]>
ICQ: 83960670 - http://www.tdeutsch.ch
Registred Linuxuser Nr. 302903 (http://counter.li.org/)
"...there are two types of friends in this world. Normal friends and the 
ones you can code with."


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


[expert] Mandrake 9.2

2003-09-23 Thread Lawson, Jim
Request that prelude be put back in Mandrake 9.2

James S. Lawson
Network Manager
Brown Raysman Millstein Felder & Steiner
900 Third Avenue
New York, NY 10022
Tel: (212) 895-2679
(@ @)
oOO--(_)--OOo-

Notice: This message, and any attached file, is intended only for the
use of the individual or entity to which it is addressed, and may
contain information that is privileged, confidential and exempt from
disclosure under applicable law.  If the reader of this message is not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
Nothing in this e-mail message should be construed as a legal opinion.
If you have received this communication in error, please notify us
immediately by reply e-mail and delete all copies of the original 

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


Re: [expert] Postfix with SASL

2003-09-23 Thread Martin Fahrendorf
Am Dienstag, 23. September 2003 15:31 schrieb Thomas Deutsch:
> Martin Fahrendorf wrote:
> > Am Dienstag, 23. September 2003 14:32 schrieb Thomas Deutsch:
> > [...]
> >
> >>I've tested it with remove the hole sasldb file. But it don't work. How
> >>can I remove the useres from the sasldb?
> >
> > saslpasswd -d
>
> Thx, my sasldb is now empty.
>
> >>>Use saslauthd instead of pwcheck.
> >>
> >>It don't work.
> >
> > Hm, try to unchroot your postfix. Postfix with Mandrake uses chroot
> > environment and saslauthd uses sockets to talk with the smtp programm.
>
> In my master.cf, the line looks like:
> smtpinetn   n   n   -   -   smtpd
>
> > And btw: If you want authenticated sending of EMail TO your postfix use
> > smtpd.conf if you want to send authenticated Mails FROM your postfix use
> > smtp.conf.
>
> I will configure the second one. My /usr/lib/sasl/smtp.conf has the
> following line:
>
> pwcheck_method: saslauthd

so you have un-chrooted the wron line. search something like 

smtp  unix  -   -   n   -   -   smtp

(remeber the missing d at the end).

>
> But it don't work.
>
> thomas

Martin
-- 

H E L I X Gesellschaft für Software & Engineering mbH

Hanauer Landstrasse 52  Telefon (069) 4789 35-30
D-60314 Frankfurt am Main   Telefax (069) 4789 35-44

http://www.helix-gmbh.net[EMAIL PROTECTED]



pgp0.pgp
Description: signature


Re: [expert] Postfix with SASL

2003-09-23 Thread Thomas Deutsch
Martin Fahrendorf wrote:
Am Dienstag, 23. September 2003 15:31 schrieb Thomas Deutsch:
[...]

so you have un-chrooted the wron line. search something like 

smtp  unix  -   -   n   -   -   smtp

(remeber the missing d at the end).
Yes. I've now changed the y to n. Is it necessary to change the smtpd 
line back to y? Because it don't work

Thomas

--
Thomas Deutsch <[EMAIL PROTECTED]>
ICQ: 83960670 - http://www.tdeutsch.ch
Registred Linuxuser Nr. 302903 (http://counter.li.org/)
"...there are two types of friends in this world. Normal friends and the 
ones you can code with."


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


[expert] openssh-3.7p1 & Mandy 9.0

2003-09-23 Thread Ricardo (Tru64 User)
Hi ALL,

I have a problem with openssh-3.7p1 working on Mandy.
It compiles fine, and I perform an install  (on
/opt/openssh-3.7p1).
I can start it fine (link it up to /etc/init.d/..blah
blah), so "service ssh restart" starts it OK.
Problem is that then no-one can log in. Keeps
complaining about bad passwd!! I have openssh-3.6p1
(compiled version) working OK, and I can log in with
it, using same password.

My problem is that I HAVE to use the latest and
greatest out there, and YES, i know Mandrake has
released an rpm patch for 3.6p1. But, with our
internal scan, anything running a version identified
as vulnerable, even if patched, is flagged. So i have
always used locally compiled versions of ssh. Anyone
else gone past this problem?

Longing for a response/idea/suggestion/recommendation
only on getting openssh-3.7p1 to work.

_Thanks

Richard.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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


[expert] xdm on two ips?

2003-09-23 Thread Ricardo (Tru64 User)
Greetings,

I have xdmcp running on my mandy 9.0, and using exceed
on the desktop. Problem is it only advertises itself
on the primary interface, while i have 2 NIC (2
separate networks). Is this the default behaviour, and
if so, where can I allow both ips to be utilized?

_Thanks once again in advance.

Richard


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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


Re: [expert] Mandrake 9.2

2003-09-23 Thread ed tharp
On Tue, 2003-09-23 at 09:35, Lawson, Jim wrote:
> Request that prelude be put back in Mandrake 9.2
> 
> James S. Lawson
> Network Manager
> Brown Raysman Millstein Felder & Steiner
> 900 Third Avenue
> New York, NY 10022
> Tel: (212) 895-2679
A little late for that bud,,, but you 'should' be able to urpmi prelude
in a wee or so...


> (@ @)
> oOO--(_)--OOo-
> 
> Notice: This message, and any attached file, is intended only for the
> use of the individual or entity to which it is addressed, and may
> contain information that is privileged, confidential and exempt from
> disclosure under applicable law.  If the reader of this message is not
> the intended recipient, you are hereby notified that any dissemination,
> distribution or copying of this communication is strictly prohibited.
> Nothing in this e-mail message should be construed as a legal opinion.
> If you have received this communication in error, please notify us
> immediately by reply e-mail and delete all copies of the original 
> 
> 
> __
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org



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


Re: [expert] openssh-3.7p1 & Mandy 9.0

2003-09-23 Thread Jack Coates
did you build it with pam support?

Another trick is to get Mandrake's src.rpm and ivh it, then read the
spec file to get any configure options or patches that they're using.

Jack

On Tue, 2003-09-23 at 06:51, Ricardo (Tru64 User) wrote:
> Hi ALL,
> 
> I have a problem with openssh-3.7p1 working on Mandy.
> It compiles fine, and I perform an install  (on
> /opt/openssh-3.7p1).
> I can start it fine (link it up to /etc/init.d/..blah
> blah), so "service ssh restart" starts it OK.
> Problem is that then no-one can log in. Keeps
> complaining about bad passwd!! I have openssh-3.6p1
> (compiled version) working OK, and I can log in with
> it, using same password.
> 
> My problem is that I HAVE to use the latest and
> greatest out there, and YES, i know Mandrake has
> released an rpm patch for 3.6p1. But, with our
> internal scan, anything running a version identified
> as vulnerable, even if patched, is flagged. So i have
> always used locally compiled versions of ssh. Anyone
> else gone past this problem?
> 
> Longing for a response/idea/suggestion/recommendation
> only on getting openssh-3.7p1 to work.
> 
> _Thanks
> 
> Richard.
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
> 
> 
> __
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
Jack Coates
Monkeynoodle: A Scientific Venture...


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


[expert] keeping track of ack no

2003-09-23 Thread a . ranu
hi,

i am writing a module that clamps the tcp receiver window size... 
i need to be able to tell when slow start ends, but at the receiver... so 
i need to be able to keep track of when 3 duplicate acknowledgements 
are sent out by the receiver...

what info in the kernel do i access to do this...
skb->h.th->ack???

i need to know asap and any help will be greatly appreciated...
thanks

Asmeet.

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


Re: [expert] grub-install won't

2003-09-23 Thread Felix Miata
Rolf Pedersen wrote:
 
> Felix Miata wrote:

> > How do I get grub back?

> > FWIW, /dev/hda has 22 partitions. IIRC, it had 19 when I last installed
> > 9.1 on it. It has 255hd, 63s, cyl, & units = 16065 * 512 on a PIIX4
> > 00:07.1 controller. A NEC ehci USB 2.0 PCI host was added since last
> > install.

Pretend I'm Gomer Pyle: thank you thank you thank you!!!

> Is grub installed w/o problem (rpm -V grub)?

I don't understand this output, even after reading man rpm:

..5. /boot/grub/stage2

I thought the 5 meant something to do with md5sum, but it happened
initially, then not after 'rpm -e grub...' followed by 'rpm -i grub...',
then again after reboot, and still now. The time it didn't, the return
was simply blank.

> If it is and you did not re-partition for the re-install, there should
> be /boot/grub/install.sh and you could try:
 
> sh /boot/grub/install.sh
 
This did work!!! So, since this can do it, what is the problem with
grub-install?
-- 
"...[B]e quick to listen, slow to speak and slow to become angry"
James 1:19 NIV

 Team OS/2 ** Reg. Linux User #211409

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


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


Re: [expert] Re: 9.2RC2 on VMware / TWIKI-ing

2003-09-23 Thread Eric Huff
> > Yeah that's me thanks. BTW, just some nitpicking--VMWare should
> > be spelled as VMware. Perhaps you may want to change that too?

> > http://mandrake.vmlinuz.ca/bin/view/Main/VmWare

> >In the Twiki if you want something not normally a link to
> >become
> > a link do this [[this is now a link]]  

The problem with all of this is that we are trying to move toward an
automatically generated table of contents.  Otherwise, everytime
someone puts something in an obscure place, or a place we don't know
about, and doesn't update the index page, people won't be able to
find it.

And only WikiWords work with the treeview commands.

Sooo, a page named VmWare works, VMware doesn't.

The rule is Uppers Lowers Uppers then whatever you want.  No dashes,
and in the initial ULU section, no numbers.

I think we are going to have to get used to some "mispellings" in
tables of contents if we want to keep our organizational lives
easier.  The page titles themselves can be spelled properly.

> > One way to edit without breaking links is to use standard
> > html to recapture an existing link.  So if VMWare points to a
> > page grab it's url from the browser then do http://twiki.mdklinuxfaq.org

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


Re: [expert] grub-install won't

2003-09-23 Thread Felix Miata
Greg Meyer wrote:
 
> On Tuesday 23 September 2003 04:33 am, Rolf Pedersen wrote:

> > Is grub installed w/o problem (rpm -V grub)?
> > If it is and you did not re-partition for the re-install, there should
> > be /boot/grub/install.sh and you could try:

> > sh /boot/grub/install.sh
 
> If your partitions did change from the last time, have a look at the

Only new ones added at end. I keep /boot on xdx5, swap on xdx6, and / on xdx7
on most installs.

> install.sh script.  It is pretty easy to modify it to take into account your
> partitioning scheme.
 
> Here is mine
 
> grub --device-map=/boot/grub/device.map --batch < install (hd0,5)/grub/stage1 d (hd0) (hd0,5)/grub/stage2 p (hd0,5)/grub/menu.lst
> quit
> EOF

mine:
grub --device-map=/boot/grub/device.map --batch 

Re: [expert] Re: 9.2RC2 on VMware / TWIKI-ing

2003-09-23 Thread Vincent Danen
On Tue Sep 23, 2003 at 08:35:13AM -0700, Eric Huff wrote:

> > > Yeah that's me thanks. BTW, just some nitpicking--VMWare should
> > > be spelled as VMware. Perhaps you may want to change that too?
> 
> > > http://mandrake.vmlinuz.ca/bin/view/Main/VmWare
> 
> > >In the Twiki if you want something not normally a link to
> > >become
> > > a link do this [[this is now a link]]  
> 
> The problem with all of this is that we are trying to move toward an
> automatically generated table of contents.  Otherwise, everytime
> someone puts something in an obscure place, or a place we don't know
> about, and doesn't update the index page, people won't be able to
> find it.
> 
> And only WikiWords work with the treeview commands.
> 
> Sooo, a page named VmWare works, VMware doesn't.
> 
> The rule is Uppers Lowers Uppers then whatever you want.  No dashes,
> and in the initial ULU section, no numbers.
> 
> I think we are going to have to get used to some "mispellings" in
> tables of contents if we want to keep our organizational lives
> easier.  The page titles themselves can be spelled properly.

Right, but that's only for the page.  You can use something like this:

[[VmWare][VMware]] which will link to the page VmWare but will display
VMware to the browser (but will still be clickable).

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
Online Security Resource Book; http://linsec.ca/
"lynx -source http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD}



pgp0.pgp
Description: PGP signature


Re: [expert] openssh-3.7p1 & Mandy 9.0

2003-09-23 Thread Vincent Danen
On Tue Sep 23, 2003 at 06:51:53AM -0700, Ricardo (Tru64 User) wrote:

[..]
> greatest out there, and YES, i know Mandrake has
> released an rpm patch for 3.6p1. But, with our
> internal scan, anything running a version identified
> as vulnerable, even if patched, is flagged. So i have
> always used locally compiled versions of ssh. Anyone
> else gone past this problem?
> 
> Longing for a response/idea/suggestion/recommendation
> only on getting openssh-3.7p1 to work.

Then you want 3.7.1p1.

But...  and this is just a friendly warning...  3.7.1p1 has been causing a
lot of problems for various people, according to discussion on the
openssh-dev mailing list.  You might want to ignore your scanner in this
instance and use the patched packages... it'll be more reliable.

The latest and greatest is not always the greatest.

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
Online Security Resource Book; http://linsec.ca/
"lynx -source http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD}



pgp0.pgp
Description: PGP signature


[expert] ifplugd

2003-09-23 Thread Lawson, Jim
Okay I read an article to say this is gaysh I have to agree. The response
was windows has it so should Linux. Okay well for one windows does have it
and it works when the network comes up it comes up. In mandrake 9.1 if the
network comes up it stays down until a reboot. This is a real Pain I have to
admit. Yes you can disable it via drakconnect but only in expert mode not
normal mode.
I think someone should document this. It was a real pain in finding the
answer.

I know I love Linux but the documentation really sux. I mean new
features get installed from 9.0 to 9.1 and I try and find out where is the
documentation for it or what caused it. What I mean by this I had no idea
what caused my network to stop working until I asked in here and waited 3
days for a response and some gentleman was nice to answer my question. But
if I tried to look on Mandrakes site or the internet for network down
nothing came up.

James S. Lawson
Network Manager
Brown Raysman Millstein Felder & Steiner
900 Third Avenue
New York, NY 10022
Tel: (212) 895-2679
(@ @)
oOO--(_)--OOo-

Notice: This message, and any attached file, is intended only for the
use of the individual or entity to which it is addressed, and may
contain information that is privileged, confidential and exempt from
disclosure under applicable law.  If the reader of this message is not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
Nothing in this e-mail message should be construed as a legal opinion.
If you have received this communication in error, please notify us
immediately by reply e-mail and delete all copies of the original 

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


Re: [expert] grub-install won't

2003-09-23 Thread Rolf Pedersen


Felix Miata wrote:
Rolf Pedersen wrote:
 

Felix Miata wrote:


How do I get grub back?


FWIW, /dev/hda has 22 partitions. IIRC, it had 19 when I last installed
9.1 on it. It has 255hd, 63s, cyl, & units = 16065 * 512 on a PIIX4
00:07.1 controller. A NEC ehci USB 2.0 PCI host was added since last
install.


Pretend I'm Gomer Pyle: thank you thank you thank you!!!


Is grub installed w/o problem (rpm -V grub)?


I don't understand this output, even after reading man rpm:

..5. /boot/grub/stage2

I thought the 5 meant something to do with md5sum, but it happened
initially, then not after 'rpm -e grub...' followed by 'rpm -i grub...',
then again after reboot, and still now. The time it didn't, the return
was simply blank.

If it is and you did not re-partition for the re-install, there should
be /boot/grub/install.sh and you could try:
 

sh /boot/grub/install.sh
 
This did work!!! So, since this can do it, what is the problem with
grub-install?

I have not used grub-install but, from info grub > installing grub > 
invoking grub-install, I see a possible syntax error.  The example given 
is like

grub-install '(hd0)'

There is a syntax similar to one you tried in the Linux+Win9x+Grub HOWTO 
from the Documentation category:

# /sbin/grub-install /dev/hda

which should install grub to the MBR of the first disk.  Maybe your 
command did install to /dev/hda5, which I frequently do to install 
multiple OS's but would not touch the MBR, where lilo was.  Grub 
installed to a partition can be loaded with a menu item in the menu for 
grub installed in the MBR like:

title 9.2 rc2 grub
root (hd3,11)
chainloader +1
and choosing this title from the primary grub menu.

I am somewhat more familiar with installing from the grub shell, for 
which I also defer to info grub but there is a documented procedure, 
after calling grub as root, that includes something like

 root (hd0,0)
 setup (hd0)
It is possible, relative to what Mark Weaver wrote, that reinstalling 
grub rewrote the map and stagex files in such a way that reflected any 
changes in disk notation that occurred since the first time you 
installed 9.1 but I couldn't say for sure.

Rolf


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


Re: [expert] openssh-3.7p1 & Mandy 9.0

2003-09-23 Thread Vincent Danen
On Tue Sep 23, 2003 at 09:52:53AM -0600, Vincent Danen wrote:

> [..]
> > greatest out there, and YES, i know Mandrake has
> > released an rpm patch for 3.6p1. But, with our
> > internal scan, anything running a version identified
> > as vulnerable, even if patched, is flagged. So i have
> > always used locally compiled versions of ssh. Anyone
> > else gone past this problem?
> > 
> > Longing for a response/idea/suggestion/recommendation
> > only on getting openssh-3.7p1 to work.
> 
> Then you want 3.7.1p1.
> 
> But...  and this is just a friendly warning...  3.7.1p1 has been causing a
> lot of problems for various people, according to discussion on the
> openssh-dev mailing list.  You might want to ignore your scanner in this
> instance and use the patched packages... it'll be more reliable.
> 
> The latest and greatest is not always the greatest.

Sorry, you want 3.7.1p2 (released today).  They turned pam off by default
and introduced two new vulnerabilities in 3.7.x that weren't in 3.6.x.

How's that for wanting to stick with a patched version?

(And people wanted 3.7 in cooker/updates... tsk tsk tsk)

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
Online Security Resource Book; http://linsec.ca/
"lynx -source http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD}



pgp0.pgp
Description: PGP signature


Re: [expert] Re: 9.2RC2 on VMware / TWIKI-ing

2003-09-23 Thread Anne Wilson
On Tuesday 23 Sep 2003 4:50 pm, Vincent Danen wrote:
> On Tue Sep 23, 2003 at 08:35:13AM -0700, Eric Huff wrote:
> > > > Yeah that's me thanks. BTW, just some nitpicking--VMWare
> > > > should be spelled as VMware. Perhaps you may want to change
> > > > that too?
> > > >
> > > > http://mandrake.vmlinuz.ca/bin/view/Main/VmWare
> > > >
> > > >In the Twiki if you want something not normally a link to
> > > >become
> > > > a link do this [[this is now a link]]
> >
> > The problem with all of this is that we are trying to move toward
> > an automatically generated table of contents.  Otherwise,
> > everytime someone puts something in an obscure place, or a place
> > we don't know about, and doesn't update the index page, people
> > won't be able to find it.
> >
> > And only WikiWords work with the treeview commands.
> >
> > Sooo, a page named VmWare works, VMware doesn't.
> >
> > The rule is Uppers Lowers Uppers then whatever you want.  No
> > dashes, and in the initial ULU section, no numbers.
> >
> > I think we are going to have to get used to some "mispellings" in
> > tables of contents if we want to keep our organizational lives
> > easier.  The page titles themselves can be spelled properly.
>
> Right, but that's only for the page.  You can use something like
> this:
>
> [[VmWare][VMware]] which will link to the page VmWare but will
> display VMware to the browser (but will still be clickable).

That's what I've done.  The page is still actually called VmWare, but 
the link shows as VMware.

Anne
-- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?


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


Re: [expert] TWIKI-ing, was 9.2RC2 on VMware

2003-09-23 Thread Eric Huff
> > And only WikiWords work with the treeview commands.
> > 
> > Sooo, a page named VmWare works, VMware doesn't.

> Right, but that's only for the page.  You can use something like
> this:
> 
> [[VmWare][VMware]] which will link to the page VmWare but will
> display VMware to the browser (but will still be clickable).

Yeah, i should have mentioned that.

The way we have been heading lately is organizing with automatic
TOCs, even on the sub pages.

See
http://mandrake.vmlinuz.ca/bin/view/Main/MaiL
and 
http://mandrake.vmlinuz.ca/bin/view/Main/MailCollectionAndDelivery

as an example.  By parenting properly, people can add files all the
want, and as long as they are in the "right" place, they'll show up
on all the proper TOCs with no effort.

But [[wiki page name][display text for link]] will work anytime a
link is hard coded from one page to another.

(I know you know all this, Vincent, just making sure the rest do.)  


Do you know how to make a new page w/o 1st typing it's wikiword in
an existing page?  That would make the process a little easier.

thanks,
eric

-- 
Mandrake HowTo's & More:  http://twiki.mdklinuxfaq.org

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


Re: [expert] ifplugd

2003-09-23 Thread Anne Wilson
On Tuesday 23 Sep 2003 4:59 pm, Lawson, Jim wrote:

> I think someone should document this. It was a real pain in finding
> the answer.
>
And who better than you?  Linux is a collaborative OS.

BTW, could you manage to lose the legal footnote on your list posts?  
Many people are on dial-up and bandwidth matters to them.

Anne
-- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?


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


Re: [expert] openssh-3.7p1 & Mandy 9.0

2003-09-23 Thread Ricardo (Tru64 User)
Thanks.

Mmmh.hard keeping up, but i like my Mandy box,
and the only way to keep it is comply with
policiesI dont make them unfortunately


--- Vincent Danen <[EMAIL PROTECTED]> wrote:
> On Tue Sep 23, 2003 at 09:52:53AM -0600, Vincent
> Danen wrote:
> 
> > [..]
> > > greatest out there, and YES, i know Mandrake has
> > > released an rpm patch for 3.6p1. But, with our
> > > internal scan, anything running a version
> identified
> > > as vulnerable, even if patched, is flagged. So i
> have
> > > always used locally compiled versions of ssh.
> Anyone
> > > else gone past this problem?
> > > 
> > > Longing for a
> response/idea/suggestion/recommendation
> > > only on getting openssh-3.7p1 to work.
> > 
> > Then you want 3.7.1p1.
> > 
> > But...  and this is just a friendly warning... 
> 3.7.1p1 has been causing a
> > lot of problems for various people, according to
> discussion on the
> > openssh-dev mailing list.  You might want to
> ignore your scanner in this
> > instance and use the patched packages... it'll be
> more reliable.
> > 
> > The latest and greatest is not always the
> greatest.
> 
> Sorry, you want 3.7.1p2 (released today).  They
> turned pam off by default
> and introduced two new vulnerabilities in 3.7.x that
> weren't in 3.6.x.
> 
> How's that for wanting to stick with a patched
> version?
> 
> (And people wanted 3.7 in cooker/updates... tsk tsk
> tsk)
> 
> -- 
> MandrakeSoft Security;
> http://www.mandrakesecure.net/
> Online Security Resource Book; http://linsec.ca/
> "lynx -source http://linsec.ca/vdanen.asc | gpg
> --import"
> {FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5
> FE6F 2AFD}
> 
> 

> ATTACHMENT part 2 application/pgp-signature 



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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


Re: [expert] WORKS: BenQ DC-2410 Digital camera

2003-09-23 Thread Guy Van Sanden
Cool, it's in

On Sat, 2003-09-20 at 15:01, Anne Wilson wrote:
> On Saturday 20 Sep 2003 12:35 pm, Guy Van Sanden wrote:
> > Hello
> >
> > I asked on this list if the BenQ DC-2410 worked on Linux.
> > Well, I got a salesman to call BenQ and they confirmed that the
> > camera is USB-Mass-storage, so I bought it.
> >
> > It works like a charm (plug it in and mount it like an USB-stick on
> > /dev/sd[ab]1).  The filesystem is vfat.
> >
> > I'm on kernel 2.4.21 (Mdk 9.1).
> >
> Good to hear it.  You will put it on the TWiki page, please?
> http://mandrake.vmlinuz.ca/bin/view/Main/HardwareCompatibility
> 
> Anne


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


RE: [expert] ifplugd

2003-09-23 Thread Lawson, Jim
Please tell me where I will.

-Original Message-
From: Anne Wilson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 23, 2003 12:27 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] ifplugd


On Tuesday 23 Sep 2003 4:59 pm, Lawson, Jim wrote:

> I think someone should document this. It was a real pain in finding
> the answer.
>
And who better than you?  Linux is a collaborative OS.

BTW, could you manage to lose the legal footnote on your list posts?  
Many people are on dial-up and bandwidth matters to them.

Anne
-- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?



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


Re: [expert] TWIKI-ing, was 9.2RC2 on VMware

2003-09-23 Thread Vincent Danen
On Tue Sep 23, 2003 at 09:26:14AM -0700, Eric Huff wrote:

> > > And only WikiWords work with the treeview commands.
> > > 
> > > Sooo, a page named VmWare works, VMware doesn't.
> 
> > Right, but that's only for the page.  You can use something like
> > this:
> > 
> > [[VmWare][VMware]] which will link to the page VmWare but will
> > display VMware to the browser (but will still be clickable).
> 
> Yeah, i should have mentioned that.
> 
> The way we have been heading lately is organizing with automatic
> TOCs, even on the sub pages.
> 
> See
> http://mandrake.vmlinuz.ca/bin/view/Main/MaiL
> and 
> http://mandrake.vmlinuz.ca/bin/view/Main/MailCollectionAndDelivery
> 
> as an example.  By parenting properly, people can add files all the
> want, and as long as they are in the "right" place, they'll show up
> on all the proper TOCs with no effort.
> 
> But [[wiki page name][display text for link]] will work anytime a
> link is hard coded from one page to another.
> 
> (I know you know all this, Vincent, just making sure the rest do.)  
> 
> 
> Do you know how to make a new page w/o 1st typing it's wikiword in
> an existing page?  That would make the process a little easier.

Sure, but it's not a good idea.  You want to have the wiki word in a page so
it properly links to a parent page.

But you can just do something like open your browser to
http://mandrake.vmlinuz.ca/bin/view/Main/NewPage and it should tell you the
page doesn't exist and ask if you want to create it.

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
Online Security Resource Book; http://linsec.ca/
"lynx -source http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD}



pgp0.pgp
Description: PGP signature


[expert] APM problem

2003-09-23 Thread phriedrich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've a problem with the APM standby mode on Mandrake 9.1...
With the new 2.4.22-9mm-kernel ACPI doesn't work on my machine (HP A872, Via Apollo 
Pro)
so I decided to use APM...
So far so good, I compiled new without ACPI but with APM, and APM standby even works.
BUT: Only one times, when Linux is started I can send the comp to sleep with "APM
- --standby", I even can wake it up again by pressing a key, so everything works fine, 
but I
can't send it again to standby after I had done one times.
He tries but wakes up immediately. It doesn't crash my system down, or something bad.
But why can I use the standby mode only one times?

I believe it's somethings with some services or something with the suspend scripts...

It would be very nice, if someone could give me a tip to solve this little problem,

thanks to all

Friedrich
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/cIK41WA5NSHvnDARAirOAJ9/d8PtvyNEhkPhBTJ7YJ/Jns2z8QCfYE+M
j4ZJfjb5l7i3UYAoopSZYJI=
=Q95r
-END PGP SIGNATURE-

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


Re: [expert] ifplugd

2003-09-23 Thread Anne Wilson
On Tuesday 23 Sep 2003 6:02 pm, Lawson, Jim wrote:
> Please tell me where I will.
>
How about http://mandrake.vmlinuz.ca/bin/view/Main/NetWorking ?

Anne
-- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?


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


Re: [expert] Mandrake 9.2

2003-09-23 Thread J.C. Woods
ed tharp wrote:

On Tue, 2003-09-23 at 09:35, Lawson, Jim wrote:
 

Request that prelude be put back in Mandrake 9.2

James S. Lawson
Network Manager
Brown Raysman Millstein Felder & Steiner
900 Third Avenue
New York, NY 10022
Tel: (212) 895-2679
   

A little late for that bud,,, but you 'should' be able to urpmi prelude
in a wee or so...
Just install the "piggy". Better known as snort. There is a relatively 
new rpm(v2) available, and it rocks. Snort is very solid, fairly simple 
to set up, and easy to use. Check it out:

http://www.snort.org

drjung

--
J. Craig Woods
UNIX Network/System Engineer
http://www.trismegistus.net/resume.htm
Let him that would move the world, first move himself.
--Socrates


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


RE: [expert] Mandrake 9.2

2003-09-23 Thread Lawson, Jim
Thanks I did. Wanted prelude also.

-Original Message-
From: J.C. Woods [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 23, 2003 1:50 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Mandrake 9.2


ed tharp wrote:

>On Tue, 2003-09-23 at 09:35, Lawson, Jim wrote:
>  
>
>>Request that prelude be put back in Mandrake 9.2
>>
>>James S. Lawson
>>Network Manager
>>Brown Raysman Millstein Felder & Steiner
>>900 Third Avenue
>>New York, NY 10022
>>Tel: (212) 895-2679
>>
>>
>A little late for that bud,,, but you 'should' be able to urpmi prelude
>in a wee or so...
>
Just install the "piggy". Better known as snort. There is a relatively 
new rpm(v2) available, and it rocks. Snort is very solid, fairly simple 
to set up, and easy to use. Check it out:

http://www.snort.org

drjung

-- 
J. Craig Woods
UNIX Network/System Engineer
http://www.trismegistus.net/resume.htm
Let him that would move the world, first move himself.
--Socrates




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


Re: [expert] 9.2 pre-orders

2003-09-23 Thread Lyvim Xaphir
On Mon, 2003-09-22 at 09:33, Carroll Grigsby wrote:
> On Monday 22 September 2003 07:52 am, Bryan Phinney wrote:
> 
> >>> whack
> 
> > That having been said, I still don't see this as being applicable to the
> > discussion.  Unless we are suggesting that Mandrake Linux is installable
> > and configurable by an unsophisticated user who would be the person most
> > likely to purchase an OS from a retail chain, the the existence of retail
> > boxed sets is immaterial.  Assume for an instant that your mother or
> > grandmother were to purchase Mandrake from a retail chain, do you think
> > that the experience installing and configuring will be fair to the
> > distribution and recommend further purchases by others?
> 
> I started with a copy of Mandrake 7.0 PowerPack at the local Staples. Took it 
> home, installed it, and went surfing -- within an hour or so. I had done some 
> research about installation and hardware beforehand (and I had both a blank 
> HD and PartitionMagic available), but the ease of installation blew me away. 
> I continued to buy each new version at some local store until  8.1, when I 
> started to buy from the Store to give Mandrake a bigger share of my bucks.
> 
> I'd suggest that the way to look at the mass market chains (office supply 
> places, bookstores, CompUSA, etc) is that those outlets get the Mandrake name 
> out where people see it. While the Mandrake name is well known and well liked 
> within the Linux community, I submit that it is largely unknown in the 
> outside world.
> 
> BTW, from what I read elsewhere, I doubt that your mother/grandmother would be 
> able to install any breed of Windows without some serious problems, let alone 
> all of the other apps that are needed before Windows can do anything useful.
> 
> -- cmg
> 

This is correct; currently Window's installations are much harder to
complete than Mandrake installations.  This is not publicized well
enough.

LX
-- 
°°°
Linux Mandrake 9.1  Kernel 2.4.21-0.13mdk
*Catch Star Trek Enterprise, Wednesdays on UPN*



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


[expert] Mandrake 9.1

2003-09-23 Thread Lawson, Jim
How do I disable the ctrl,alt and delete from the keyboard to keep the box
from rebooting.

James S. Lawson
Network Manager
Brown Raysman Millstein Felder & Steiner
900 Third Avenue
New York, NY 10022
Tel: (212) 895-2679
(@ @)
oOO--(_)--OOo-

Notice: This message, and any attached file, is intended only for the
use of the individual or entity to which it is addressed, and may
contain information that is privileged, confidential and exempt from
disclosure under applicable law.  If the reader of this message is not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
Nothing in this e-mail message should be construed as a legal opinion.
If you have received this communication in error, please notify us
immediately by reply e-mail and delete all copies of the original 

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


Re: [expert] Mandrake 9.1

2003-09-23 Thread Vox
On September 1993 plus 3674 days Jim Lawson wrote:

> How do I disable the ctrl,alt and delete from the keyboard to keep the box
> from rebooting.

  Edit your /etc/inittab so the command passed by that key combination
  is something different than shutdown -r now...I normally change it
  to /usr/bin/yes so it doesn't error but also doesn't do anything at
  all. 

  Vox

-- 
Think of the Linux community as a niche economy isolated by its beliefs.  Kind
of like the Amish, except that our religion requires us to use _higher_
technology than everyone else.   -- Donald B. Marti Jr.


pgp0.pgp
Description: PGP signature


[expert] sarg errors mandrake 9.1

2003-09-23 Thread Lawson, Jim
When sarg runs I get this any Ideas? 

sh: line 1: /var/www/html/squid-reports: Is a directory
SARG: (report) Cannot open file: /var/www/html/squid-reports # Mandrake
version/2003Sep22-2003Sep22/periodo

James S. Lawson
Network Manager
Brown Raysman Millstein Felder & Steiner
900 Third Avenue
New York, NY 10022
Tel: (212) 895-2679
(@ @)
oOO--(_)--OOo-

Notice: This message, and any attached file, is intended only for the
use of the individual or entity to which it is addressed, and may
contain information that is privileged, confidential and exempt from
disclosure under applicable law.  If the reader of this message is not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
Nothing in this e-mail message should be construed as a legal opinion.
If you have received this communication in error, please notify us
immediately by reply e-mail and delete all copies of the original 

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


Re: [expert] TWIKI-ing, was 9.2RC2 on VMware

2003-09-23 Thread chmod
>> Do you know how to make a new page w/o 1st typing it's wikiword in an
>> existing page?  That would make the process a little easier.
>
> Sure, but it's not a good idea.  You want to have the wiki word in a
> page so it properly links to a parent page.

> But you can just do something like open your browser to
> http://mandrake.vmlinuz.ca/bin/view/Main/NewPage and it should tell you
> the page doesn't exist and ask if you want to create it.

Ok. Thanks for the warning, and for telling me how to do it anyway!

I have one last question.  Is there any way to invoke multiple %TREEVIEW%
commands on one page?  Maybe it is just a bug, but when i try, only the
first one works.

What i am thinking is that the very top level of the index page might be
better suited for manual organization, but i'd still like to be able to
make all the sub levels of the index automatically, under each top level
category.

I looked around the twiki help, but didn't find an answer..

Thanks for your help,
eric



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


[expert] 9.1 vs 9.2RC2 ???

2003-09-23 Thread Magnus Wirström
Hi everyone
 
During a power failure my 9.1 installation got trashed
to beyond repairs. Strange because I was using XFS,
But power was flickering for some secs before going
out, probably messing XFS up. Anyway ... Now I have to
reinstall Mandrake again and I am wondering if I
should go with 9.1 again or is it worth a try with
9.2RC2 ??? is there any downs with 9.2RC2, big bugs or
does it work good enough to replace 9.1 already, also
is it possible to update to 9.2 final thru Mandrake
update function ?
 
I'm really happy if I get some quick answer
Thanks
 
Have a nice day
Magnus
 


Höstrusk och grå moln - köp en resa till solen på Yahoo! Resor på adressen 
http://se.docs.yahoo.com/travel/index.html

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


Re: [expert] 9.1 vs 9.2RC2 ???

2003-09-23 Thread Bryan Whitehead
boot to a rescue disk, then run xfsrepair. you may not have todo 
anything morethan that to get your xfs fs working.

Magnus Wirström wrote:
Hi everyone
 
During a power failure my 9.1 installation got trashed
to beyond repairs. Strange because I was using XFS,
But power was flickering for some secs before going
out, probably messing XFS up. Anyway ... Now I have to
reinstall Mandrake again and I am wondering if I
should go with 9.1 again or is it worth a try with
9.2RC2 ??? is there any downs with 9.2RC2, big bugs or
does it work good enough to replace 9.1 already, also
is it possible to update to 9.2 final thru Mandrake
update function ?
 
I'm really happy if I get some quick answer
Thanks
 
Have a nice day
Magnus
 

Höstrusk och grå moln - köp en resa till solen på Yahoo! Resor på adressen http://se.docs.yahoo.com/travel/index.html





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


--
Bryan Whitehead
SysAdmin - JPL - Interferometry and Large Optical Systems
Phone: 818 354 2903
[EMAIL PROTECTED]

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


Re: [expert] 9.1 vs 9.2RC2 ???

2003-09-23 Thread J.P. Pasnak

=?iso-8859-1?q?Magnus=20Wirstr=F6m?= said:

> Hi everyone
>  
> During a power failure my 9.1 installation got trashed
> to beyond repairs. Strange because I was using XFS,
> But power was flickering for some secs before going
> out, probably messing XFS up. Anyway ... Now I have to
> reinstall Mandrake again and I am wondering if I
> should go with 9.1 again or is it worth a try with
> 9.2RC2 ??? is there any downs with 9.2RC2, big bugs or
> does it work good enough to replace 9.1 already, also
> is it possible to update to 9.2 final thru Mandrake
> update function ?
>  
> I'm really happy if I get some quick answer
> Thanks

If possible, you are probably better off doing an FTP install of Cooker.  
 If not, do an install of RC2, but install only what you really require,
then update when final is released.

And yes, it should be quite easy to update to final.

-- 
Live fast, die young,
You're sucking up my bandwidth.

J.P. Pasnak, CD
CCNA
http://www.warpedsystems.sk.ca

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


Re: [expert] 9.1 vs 9.2RC2 ???

2003-09-23 Thread Magnus Wirström
Darn :( I have already tried to use 9.1 doing a
upgrade in my system. I wonder if xfsrepair works now.
I really wish I had known the existance of xfsrepair
before :( I will try running it because I can boot
into my system but that's about it. I really hope it
can work ...

Magnus

 --- Bryan Whitehead <[EMAIL PROTECTED]> skrev: >
boot to a rescue disk, then run xfsrepair. you may
> not have todo 
> anything morethan that to get your xfs fs working.
> 
> 
> Magnus Wirström wrote:
> > Hi everyone
> >  
> > During a power failure my 9.1 installation got
> trashed
> > to beyond repairs. Strange because I was using
> XFS,
> > But power was flickering for some secs before
> going
> > out, probably messing XFS up. Anyway ... Now I
> have to
> > reinstall Mandrake again and I am wondering if I
> > should go with 9.1 again or is it worth a try with
> > 9.2RC2 ??? is there any downs with 9.2RC2, big
> bugs or
> > does it work good enough to replace 9.1 already,
> also
> > is it possible to update to 9.2 final thru
> Mandrake
> > update function ?
> >  
> > I'm really happy if I get some quick answer
> > Thanks
> >  
> > Have a nice day
> > Magnus
> >  
> > 
> > 
> > Höstrusk och grå moln - köp en resa till solen på
> Yahoo! Resor på adressen
> http://se.docs.yahoo.com/travel/index.html
> > 
> > 
> > 
> >
>

> > 
> > Want to buy your Pack or Services from
> MandrakeSoft? 
> > Go to http://www.mandrakestore.com
> 
> 
> -- 
> Bryan Whitehead
> SysAdmin - JPL - Interferometry and Large Optical
> Systems
> Phone: 818 354 2903
> [EMAIL PROTECTED]
> 
> 
> > Want to buy your Pack or Services from
MandrakeSoft?
> 
> Go to http://www.mandrakestore.com
>  

Höstrusk och grå moln - köp en resa till solen på Yahoo! Resor på adressen 
http://se.docs.yahoo.com/travel/index.html

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


Re: [expert] Resolv.conf changing

2003-09-23 Thread Graeme J Hosking
Jack,

  Thank you for this tip (and also to Mark), switching off peerdns
  seems to have done the trick.

  Best regards,
  
  Graeme.

-- 
Graeme J Hosking


pgp0.pgp
Description: PGP signature


[expert] gmplayer

2003-09-23 Thread Phil G.
I'm trying to get my wife off windows.  One of the things she says she 
needs is the ability to watch video previews at netflix.com.

I'm using gmplayer to play back the video (video/x-ms-asf) and it works 
fine.  My only complaint is while the clip is downloading I can't use my pc 
- it locks up.  I've also tried mplayer.  I have control of my pc during 
the download but not during the playback.

Is there something I can do, or is this just the way it is (I hope not!)

Thanks for your help!

Phil

--
Using Mandrake Linux 9.1 www.mandrakesoft.com
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] File access error fixed with mount -o remount ?

2003-09-23 Thread Bryan Whitehead
I have run across a problem with files that seem to become randomly 
"broken" but after a "mount -o remount" the files start working normally 
again.

I emailed the lkml even tho the kernel is a distro kernel hoping someone 
has at least an idea on what area of the kernel would *most likley* 
cause this problem to happen.

The kernel running is "2.4.19-35mdkenterprise". This is a distro kernel 
that is basically 2.4.19+patches.

[EMAIL PROTECTED] root]# cat /export/project/mam/jshupe/mam_ta/gizmos/ft/Makefile
cat: /export/project/mam/jshupe/mam_ta/gizmos/ft/Makefile: Invalid argument
[EMAIL PROTECTED] root]$ ls -al 
/export/project/mam/jshupe/mam_ta/gizmos/ft/Makefile
Makefile
-rw-rw-r--1 jshupe   optint   1.2K Jun 24 16:40 Makefile

Other files in the same directory do not have this problem.

the filesystem is mounted like this:
[EMAIL PROTECTED] root]# cat /proc/mounts | grep project
/dev/sdb1 /export/project xfs rw 0 0
/dev/sdc1 /export/project1 xfs rw 0 0
This fixes the problem:

[EMAIL PROTECTED] root]# mount -o remount /export/project
[EMAIL PROTECTED] root]# cat /export/project/mam/jshupe/mam_ta/gizmos/ft/Makefile
[Makefile contents print out with no errors or data curruption]
I attached the boot up logs if needed.

--
Bryan Whitehead
SysAdmin - JPL - Interferometry and Large Optical Systems
Phone: 818 354 2903
[EMAIL PROTECTED]
Linux version 2.4.19-35mdkenterprise ([EMAIL PROTECTED]) (gcc version 3.2 (Mandrake 
Linux 9.0 3.2-1mdk)) #1 SMP Wed Jul 9 15:03:47 MDT 2003
BIOS-provided physical RAM map:
 BIOS-e820:  - 000a (usable)
 BIOS-e820: 000f - 0010 (reserved)
 BIOS-e820: 0010 - 3ff77000 (usable)
 BIOS-e820: 3ff77000 - 3ff79000 (ACPI NVS)
 BIOS-e820: 3ff79000 - 4000 (reserved)
 BIOS-e820: fec0 - fec1 (reserved)
 BIOS-e820: fee0 - fee1 (reserved)
 BIOS-e820: ffb0 - 0001 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000fe710
hm, page 000fe000 reserved twice.
hm, page 000ff000 reserved twice.
hm, page 000f reserved twice.
Advanced speculative caching feature not present
On node 0 totalpages: 262007
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32631 pages.
ACPI: RSDP (v000 DELL   ) @ 0x000fd550
ACPI: RSDT (v001 DELLWS 530  0.8) @ 0x000fd564
ACPI: FADT (v001 DELLWS 530  0.8) @ 0x000fd598
ACPI: SSDT (v001   DELLst_ex 0.04096) @ 0xfffe62b8
ACPI: MADT (v001 DELLWS 530  0.8) @ 0x000fd60c
ACPI: BOOT (v001 DELLWS 530  0.8) @ 0x000fd678
ACPI: DSDT (v001   DELLdt_ex 0.04096) @ 0x
ACPI: BIOS passes blacklist
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 Unknown CPU [15:1] APIC version 16
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 Unknown CPU [15:1] APIC version 16
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
Using ACPI for processor (LAPIC) configuration information
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
OEM ID: DELL Product ID: WS 530   APIC at: 0xFEE0
I/O APIC #2 Version 32 at 0xFEC0.
Processors: 2
Building zonelist for node : 0
Kernel command line: auto BOOT_IMAGE=linux-enterpris ro root=805 devfs=mount 
hdc=ide-scsi
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 1694.864 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 3381.65 BogoMIPS
Memory: 1032304k/1048028k available (1395k kernel code, 15340k reserved, 486k data, 
152k init, 130524k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Before vendor init, caps: 3febfbff  , vendor = 0
CPU: L1 I cache: 12K, L1 D cache: 8K
CPU: L2 cache: 256K
CPU: Hyper-Threading is disabled
CPU: After vendor init, caps: 3febfbff   
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 3febfbff   
CPU: Common caps: 3febfbff   
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED])
mtrr: detected mtrr type: Intel
CPU: Before vendor init, caps: 3febfbff  , vendor = 0
CPU: L1 I cache: 12K, L1 D cache: 8K
CPU: L2 cache: 256K
CPU: Hyper-Threading is disabled
CPU: After vendor init, caps: 3febfbff   
Int

Re: [expert] 9.2 pre-orders

2003-09-23 Thread James Sparenberg
On Tue, 2003-09-23 at 11:19, Lyvim Xaphir wrote:
> On Mon, 2003-09-22 at 09:33, Carroll Grigsby wrote:
> > On Monday 22 September 2003 07:52 am, Bryan Phinney wrote:
> > 
> > >>> whack
> > 
> > > That having been said, I still don't see this as being applicable to the
> > > discussion.  Unless we are suggesting that Mandrake Linux is installable
> > > and configurable by an unsophisticated user who would be the person most
> > > likely to purchase an OS from a retail chain, the the existence of retail
> > > boxed sets is immaterial.  Assume for an instant that your mother or
> > > grandmother were to purchase Mandrake from a retail chain, do you think
> > > that the experience installing and configuring will be fair to the
> > > distribution and recommend further purchases by others?
> > 
> > I started with a copy of Mandrake 7.0 PowerPack at the local Staples. Took it 
> > home, installed it, and went surfing -- within an hour or so. I had done some 
> > research about installation and hardware beforehand (and I had both a blank 
> > HD and PartitionMagic available), but the ease of installation blew me away. 
> > I continued to buy each new version at some local store until  8.1, when I 
> > started to buy from the Store to give Mandrake a bigger share of my bucks.
> > 
> > I'd suggest that the way to look at the mass market chains (office supply 
> > places, bookstores, CompUSA, etc) is that those outlets get the Mandrake name 
> > out where people see it. While the Mandrake name is well known and well liked 
> > within the Linux community, I submit that it is largely unknown in the 
> > outside world.
> > 
> > BTW, from what I read elsewhere, I doubt that your mother/grandmother would be 
> > able to install any breed of Windows without some serious problems, let alone 
> > all of the other apps that are needed before Windows can do anything useful.
> > 
> > -- cmg
> > 
> 
> This is correct; currently Window's installations are much harder to
> complete than Mandrake installations.  This is not publicized well
> enough.
> 
> LX

Anytime anyone says how easy windows is I give them one of two
assignments.  Setup networking,(win98,ME) or even more fun.  Install a
printer that uses a print server under win2000 or XP. 


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


RE: [expert] Mandrake 9.2

2003-09-23 Thread James Sparenberg
On Tue, 2003-09-23 at 11:06, Lawson, Jim wrote:
> Thanks I did. Wanted prelude also.
> 
> -Original Message-
> From: J.C. Woods [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 23, 2003 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] Mandrake 9.2
> 
> 
> ed tharp wrote:
> 
> >On Tue, 2003-09-23 at 09:35, Lawson, Jim wrote:
> >  
> >
> >>Request that prelude be put back in Mandrake 9.2
> >>
> >>James S. Lawson
> >>Network Manager
> >>Brown Raysman Millstein Felder & Steiner
> >>900 Third Avenue
> >>New York, NY 10022
> >>Tel: (212) 895-2679
> >>
> >>
> >A little late for that bud,,, but you 'should' be able to urpmi prelude
> >in a wee or so...
> >
> Just install the "piggy". Better known as snort. There is a relatively 
> new rpm(v2) available, and it rocks. Snort is very solid, fairly simple 
> to set up, and easy to use. Check it out:
> 
> http://www.snort.org
> 
> drjung

I thought someone said either that prelude was dead as a project or that
it had changed licensing ... something like this that was preventing MDK
from including it.  I could be mistaken, but this seems to ring a bell. 

James



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


Re: [expert] openssh-3.7p1 & Mandy 9.0

2003-09-23 Thread James Sparenberg
On Tue, 2003-09-23 at 09:48, Ricardo (Tru64 User) wrote:
> Thanks.
> 
> Mmmh.hard keeping up, but i like my Mandy box,
> and the only way to keep it is comply with
> policiesI dont make them unfortunately
> 

Be glad you aren't running RH 7.3 boxes no support at all (too many
servers to convert here btw)  Although I have had luck with taking the
src rpm they create at openssh.org and doing rpm --rebuild.   Ultimate
cheat.  do an ivh on the MDK src rpm.  rename the tar.gz file in SOURCES
to 3.7.1 modify the spec file to match... then build the rpm.  It will
fool your scanner *grin*

James

> 
> --- Vincent Danen <[EMAIL PROTECTED]> wrote:
> > On Tue Sep 23, 2003 at 09:52:53AM -0600, Vincent
> > Danen wrote:
> > 
> > > [..]
> > > > greatest out there, and YES, i know Mandrake has
> > > > released an rpm patch for 3.6p1. But, with our
> > > > internal scan, anything running a version
> > identified
> > > > as vulnerable, even if patched, is flagged. So i
> > have
> > > > always used locally compiled versions of ssh.
> > Anyone
> > > > else gone past this problem?
> > > > 
> > > > Longing for a
> > response/idea/suggestion/recommendation
> > > > only on getting openssh-3.7p1 to work.
> > > 
> > > Then you want 3.7.1p1.
> > > 
> > > But...  and this is just a friendly warning... 
> > 3.7.1p1 has been causing a
> > > lot of problems for various people, according to
> > discussion on the
> > > openssh-dev mailing list.  You might want to
> > ignore your scanner in this
> > > instance and use the patched packages... it'll be
> > more reliable.
> > > 
> > > The latest and greatest is not always the
> > greatest.
> > 
> > Sorry, you want 3.7.1p2 (released today).  They
> > turned pam off by default
> > and introduced two new vulnerabilities in 3.7.x that
> > weren't in 3.6.x.
> > 
> > How's that for wanting to stick with a patched
> > version?
> > 
> > (And people wanted 3.7 in cooker/updates... tsk tsk
> > tsk)
> > 
> > -- 
> > MandrakeSoft Security;
> > http://www.mandrakesecure.net/
> > Online Security Resource Book; http://linsec.ca/
> > "lynx -source http://linsec.ca/vdanen.asc | gpg
> > --import"
> > {FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5
> > FE6F 2AFD}
> > 
> > 
> 
> > ATTACHMENT part 2 application/pgp-signature 
> 
> 
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
> 
> 
> __
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com


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


Re: [expert] 9.2 pre-orders

2003-09-23 Thread Vox
On September 1993 plus 3674 days James Sparenberg wrote:

> Anytime anyone says how easy windows is I give them one of two
> assignments.  Setup networking,(win98,ME) or even more fun.  Install a
> printer that uses a print server under win2000 or XP. 

  Nah! much more fun...install a network card on NT4SP6 and get the
  network working...if you chose a new enough card, they'll cry ;)

  Vox

-- 
Think of the Linux community as a niche economy isolated by its beliefs.  Kind
of like the Amish, except that our religion requires us to use _higher_
technology than everyone else.   -- Donald B. Marti Jr.


pgp0.pgp
Description: PGP signature


Re: [expert] 9.2 pre-orders

2003-09-23 Thread James Sparenberg
On Tue, 2003-09-23 at 17:16, Vox wrote:
> On September 1993 plus 3674 days James Sparenberg wrote:
> 
> > Anytime anyone says how easy windows is I give them one of two
> > assignments.  Setup networking,(win98,ME) or even more fun.  Install a
> > printer that uses a print server under win2000 or XP. 
> 
>   Nah! much more fun...install a network card on NT4SP6 and get the
>   network working...if you chose a new enough card, they'll cry ;)
> 
>   Vox

Same affect with XP I'm told if you chose a 3c509 or a NE2000 *grin*

James



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


Re: [expert] 9.2 pre-orders

2003-09-23 Thread Charlie M.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

September 23, 2003 08:13 pm, James Sparenberg wrote:
> On Tue, 2003-09-23 at 17:16, Vox wrote:
> > On September 1993 plus 3674 days James Sparenberg wrote:
> > > Anytime anyone says how easy windows is I give them one of two
> > > assignments.  Setup networking,(win98,ME) or even more fun.  Install a
> > > printer that uses a print server under win2000 or XP.
> >
> >   Nah! much more fun...install a network card on NT4SP6 and get the
> >   network working...if you chose a new enough card, they'll cry ;)
> >
> >   Vox
>
> Same affect with XP I'm told if you chose a 3c509 or a NE2000 *grin*
>
> James

This one I know for certain from bitter personal experience! 3c509 NIC and an 
onboard SIS sharing an ADSL connection with a Windows 98 SE system. In 
Mandrake it was a piece of cake, In XP I never did get it 'cause I ran out of 
patience. 

I made him leave the gateway machine running Mandrake 9.1. It wasn't as though 
he (my neighbour) was paying me for the work. 

Charlie
- -- 
Edmonton,AB,Canada User 244963 at http://counter.li.org
Cooker on kernel 2.4.22-10mdk
20:21:45 up 3 days, 9:41, 1 user, load average: 0.25, 0.54, 0.51
Fidelity, n.:
A virtue peculiar to those who are about to be betrayed.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/cQD8G11CaRuZZSIRAtMWAKCF5kioQcmXKq80mzoEFHocBpP0VQCeOh1W
Ol2WEDCwgek/eZV0ZK338SM=
=nLE0
-END PGP SIGNATURE-


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


[expert] wma file conversion?

2003-09-23 Thread David E. Fox
Hello list,

Anyone done this before? I was on vacation and managed to have my
system automatically capture a radio show and save it off in mplayer's
stream dump format, which it identifies as wma. I'm attempting to 
explode it into a wav suitable for burning, but I can't get the
mencoder command to do anything but segfault.



David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---

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


[expert] What is changing /etc/resolv.conf? (and Why?)

2003-09-23 Thread Felix Miata
In runlevel 2, only a valid nameserver entry is present in this file.
However, in runlevel 3 or 5, something inserts ahead of the valid one,
an additional one pointing to loopback. What does this, and why?
-- 
"...[B]e quick to listen, slow to speak and slow to become angry"
James 1:19 NIV

 Team OS/2 ** Reg. Linux User #211409

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


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


Re: [expert] Postfix with SASL

2003-09-23 Thread Martin Fahrendorf
Am Dienstag, 23. September 2003 15:49 schrieb Thomas Deutsch:
> Martin Fahrendorf wrote:
> > Am Dienstag, 23. September 2003 15:31 schrieb Thomas Deutsch:
>
> [...]
>
> > so you have un-chrooted the wron line. search something like
> >
> > smtp  unix  -   -   n   -   -   smtp
> >
> > (remeber the missing d at the end).
>
> Yes. I've now changed the y to n. Is it necessary to change the smtpd
> line back to y? Because it don't work

The smtpd don't work? It don't work with chroot to y or n?

Generaly it is not nessesary to use postfix chrooted. By default postfix on 
mandrake only listen on the loopback interface. And, if you want to configure 
something it is recomended to test it without the chroot and if it works as 
expected, enable chroot (if you realy need it).

>
> Thomas

Martin
-- 

H E L I X Gesellschaft für Software & Engineering mbH

Hanauer Landstrasse 52  Telefon (069) 4789 35-30
D-60314 Frankfurt am Main   Telefax (069) 4789 35-44

http://www.helix-gmbh.net[EMAIL PROTECTED]



pgp0.pgp
Description: signature


Re: [expert] What is changing /etc/resolv.conf? (and Why?)

2003-09-23 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Felix Miata wanted us to know:

>In runlevel 2, only a valid nameserver entry is present in this file.
>However, in runlevel 3 or 5, something inserts ahead of the valid one,
>an additional one pointing to loopback. What does this, and why?

this is zeroconf doing this.  If you don't want it just remove the tmdns
rpm, which is a multicast dns server.  Most people don't need it as it
only comes into play when a device that's configured to get a dhcp
address doesn't have a dhcp server to get it from and it defaults to the
zeroconf address and the name resolution is done by all of the multicast
dns servers talking to each other.
- -- 
Blue skies...   ToddPublic key: http://www.mrball.net/todd.asc
The question is for how long that network would be around before it falls 
due to the same problem (dclue/dt < 0 on the part of those who run it)
 --Alex on NANOG
Linux kernel 2.4.21-0.25mdk   5 users,  load average: 0.80, 0.95, 0.60
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: http://www.mrball.net/todd.asc

iD8DBQE/cS9TIBT1264ScBURAlwhAKDVjo6vRMIs6thGc1Foxc+9UScpfQCfQPFP
zM75dn6DPKxGON97njuDrMI=
=Wy3I
-END PGP SIGNATURE-

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


Re: [expert] Postfix with SASL

2003-09-23 Thread Thomas Deutsch
Martin Fahrendorf wrote:
Am Dienstag, 23. September 2003 15:49 schrieb Thomas Deutsch:
Martin Fahrendorf wrote:

Am Dienstag, 23. September 2003 15:31 schrieb Thomas Deutsch:
[...]

so you have un-chrooted the wron line. search something like

smtp  unix  -   -   n   -   -   smtp

(remeber the missing d at the end).
Yes. I've now changed the y to n. Is it necessary to change the smtpd
line back to y? Because it don't work
The smtpd don't work? It don't work with chroot to y or n?
With or without chroot of smtp, the authentification will always fail.

Generaly it is not nessesary to use postfix chrooted. By default postfix on 
mandrake only listen on the loopback interface. And, if you want to configure 
something it is recomended to test it without the chroot and if it works as 
expected, enable chroot (if you realy need it).
I don't know what is wrong:

master.cf:

smtpinetn   -   y   -   -   smtpd
#smtpsinet  n   -   n   -   -   smtpd
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inetn   -   n   -   -   smtpd
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
[...]
smtpunix-   -   n   -   -   smtp
relay   unix-   -   y   -   -   smtp
main.cf:

smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, 
check_relay_domains

/usr/lib/sasl/smtp.conf:

pwcheck_method: saslauthd

Can you help me?

Thomas

--
Thomas Deutsch <[EMAIL PROTECTED]>
ICQ: 83960670 - http://www.tdeutsch.ch
Registred Linuxuser Nr. 302903 (http://counter.li.org/)
"...there are two types of friends in this world. Normal friends and the 
ones you can code with."


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


Re: [expert] TWIKI-ing, was 9.2RC2 on VMware

2003-09-23 Thread Eric Huff
> I have one last question.  Is there any way to invoke multiple
> %TREEVIEW% commands on one page?  Maybe it is just a bug, but when
> i try, only the first one works.
> 
> I looked around the twiki help, but didn't find an answer..

Well, i looked some more, and it does appear to be a bug:

http://twiki.org/cgi-bin/view/Plugins/TreePluginDev

and

http://twiki.org/cgi-bin/view/Support/TreePluginBugsGlew2002Apr14

talk about it...

-- 
Mandrake HowTo's & More:  http://twiki.mdklinuxfaq.org

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


[expert] Multimedia keyboards and Linux

2003-09-23 Thread Mark Williamson
Hi Everyone,

Does everyone know howto get a multimedia keyboard to be able to use it
volume control, and it's other keys under Mandrake Linux

Cheers
Mark


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


Re: [expert] Postfix with SASL

2003-09-23 Thread Martin Fahrendorf
Am Mittwoch, 24. September 2003 07:51 schrieb Thomas Deutsch:
> Martin Fahrendorf wrote:
> > Am Dienstag, 23. September 2003 15:49 schrieb Thomas Deutsch:
> >>>Martin Fahrendorf wrote:
> >>>
> >>>Am Dienstag, 23. September 2003 15:31 schrieb Thomas Deutsch:
> >>
> >>[...]
> >>
> >>>so you have un-chrooted the wron line. search something like
> >>>
> >>>smtp  unix  -   -   n   -   -   smtp
> >>>
> >>>(remeber the missing d at the end).
> >>
> >>Yes. I've now changed the y to n. Is it necessary to change the smtpd
> >>line back to y? Because it don't work
> >
> > The smtpd don't work? It don't work with chroot to y or n?
>
> With or without chroot of smtp, the authentification will always fail.
>
> > Generaly it is not nessesary to use postfix chrooted. By default postfix
> > on mandrake only listen on the loopback interface. And, if you want to
> > configure something it is recomended to test it without the chroot and if
> > it works as expected, enable chroot (if you realy need it).
>
> I don't know what is wrong:
>
> master.cf:
>
> smtpinetn   -   y   -   -   smtpd
> #smtpsinet  n   -   n   -   -   smtpd
> #  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
> #submission inetn   -   n   -   -   smtpd
> #  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
> [...]
> smtpunix-   -   n   -   -   smtp
> relay   unix-   -   y   -   -   smtp
>
> main.cf:
>
> smtpd_sasl_local_domain =
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_security_options = noanonymous
> broken_sasl_auth_clients = yes
> smtpd_recipient_restrictions = permit_sasl_authenticated,
> check_relay_domains
>

argh, can you see the obvious? you have enabled the SMTPD sasl stuff, but not 
the SMTP sasl. The difference is the d. so use

smtp_sasl_local_domain =
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous

> /usr/lib/sasl/smtp.conf:
>
> pwcheck_method: saslauthd
>
> Can you help me?
>
> Thomas

Martin
-- 

H E L I X Gesellschaft für Software & Engineering mbH

Hanauer Landstrasse 52  Telefon (069) 4789 35-30
D-60314 Frankfurt am Main   Telefax (069) 4789 35-44

http://www.helix-gmbh.net[EMAIL PROTECTED]



pgp0.pgp
Description: signature


[expert] No mouse after installing Mandrake 9.1

2003-09-23 Thread Robin Rowe
Hi. No mouse after first-time install of Mandrake 9.1. Mouse works fine
during install and test lights correct buttons then. Doesn't work after
reboot. Mouse pointer visible but won't move in X. Tried re-install. Still
no dice.

XFree86 reports, "xf86OpenSerial: cannot open device /dev/psaux
No such file or directory.

It's right, no device

# mknod /dev/psaux c 10 1

Still doesn't work.

cat /proc/devices
reports '10 misc'

cat /proc/interrupts
reports usb-ohci on interrupt 12

# rmmod usb-ohci

cat /proc/interrupts
doesn't list interrupt 12

Still doesn't work. XFree86 reports "no such device" instead of "no such
file or directory".

Same machine has no problem running SuSE.

Ideas?

Thanks,

Robin
---
[EMAIL PROTECTED]   Hollywood, California
www.CinePaint.org   Free motion picture and still image editing software


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


Re: [expert] Multimedia keyboards and Linux

2003-09-23 Thread Birkoff
U could use lineak (Linux support for Easy Access and Internet 
Keyboards)

http://lineak.sourceforge.net/

On Wednesday 24 September 2003 09:14, Mark Williamson wrote:
> Hi Everyone,
>
> Does everyone know howto get a multimedia keyboard to be able to use
> it volume control, and it's other keys under Mandrake Linux
>
> Cheers
> Mark

-- 
Birkoff

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


Re: [expert] Postfix with SASL

2003-09-23 Thread Martin Fahrendorf
Am Mittwoch, 24. September 2003 08:30 schrieb Martin Fahrendorf:
[...]
>
> argh, can you see the obvious? you have enabled the SMTPD sasl stuff, but
> not the SMTP sasl. The difference is the d. so use
>
> smtp_sasl_local_domain =
> smtp_sasl_auth_enable = yes
> smtp_sasl_security_options = noanonymous

sorry, wrong. Use
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

and read the SASL_README in the postfix documentation.

Martin
-- 

H E L I X Gesellschaft für Software & Engineering mbH

Hanauer Landstrasse 52  Telefon (069) 4789 35-30
D-60314 Frankfurt am Main   Telefax (069) 4789 35-44

http://www.helix-gmbh.net[EMAIL PROTECTED]



pgp0.pgp
Description: signature


Re: [expert] Multimedia keyboards and Linux

2003-09-23 Thread James Sparenberg
On Tue, 2003-09-23 at 23:14, Mark Williamson wrote:
> Hi Everyone,
> 
> Does everyone know howto get a multimedia keyboard to be able to use it
> volume control, and it's other keys under Mandrake Linux
> 
> Cheers
> Mark


Mark,

   Haven't tried it but there is a program called acme available under
contrbs (9.1 and cooker) that is for gnome that is supposed to do all of
this.

http://www.hadess.net/misc-code.php3

is the site but urpmi acme should get it for you.

James



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


Re: [expert] Postfix with SASL

2003-09-23 Thread Martin Fahrendorf
Am Mittwoch, 24. September 2003 08:37 schrieb Martin Fahrendorf:
> Am Mittwoch, 24. September 2003 08:30 schrieb Martin Fahrendorf:
> [...]
>
> > argh, can you see the obvious? you have enabled the SMTPD sasl stuff, but
> > not the SMTP sasl. The difference is the d. so use
> >
> > smtp_sasl_local_domain =
> > smtp_sasl_auth_enable = yes
> > smtp_sasl_security_options = noanonymous
>
> sorry, wrong. Use
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

sorry again, missing one line. use

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

in your main.cf and in /etc/postfix/sasl_passwd use

host.to-login.tomy-user-name:a-seecret-password

and postmap it.

>
> and read the SASL_README in the postfix documentation.
>
> Martin

Martin

-- 

H E L I X Gesellschaft für Software & Engineering mbH

Hanauer Landstrasse 52  Telefon (069) 4789 35-30
D-60314 Frankfurt am Main   Telefax (069) 4789 35-44

http://www.helix-gmbh.net[EMAIL PROTECTED]



pgp0.pgp
Description: signature


Re: [expert] Postfix with SASL

2003-09-23 Thread Thomas Deutsch
Martin Fahrendorf wrote:
Am Mittwoch, 24. September 2003 07:51 schrieb Thomas Deutsch:

I don't know what is wrong:

master.cf:

smtpinetn   -   y   -   -   smtpd
#smtpsinet  n   -   n   -   -   smtpd
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inetn   -   n   -   -   smtpd
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
[...]
smtpunix-   -   n   -   -   smtp
relay   unix-   -   y   -   -   smtp
main.cf:

smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,
check_relay_domains
argh, can you see the obvious? you have enabled the SMTPD sasl stuff, but not 
the SMTP sasl. The difference is the d. so use

smtp_sasl_local_domain =
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
The File looks now like:

smtp_sasl_local_domain =
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
#broken_sasl_auth_clients = yes
#smtpd_recipient_restrictions = permit_sasl_authenticated, 
check_relay_domains

But Postfix don't want an Autentication. Why?

/usr/lib/sasl/smtp.conf:

pwcheck_method: saslauthd

Can you help me?

Thomas


Martin
Thomas

--
Thomas Deutsch <[EMAIL PROTECTED]>
ICQ: 83960670 - http://www.tdeutsch.ch
Registred Linuxuser Nr. 302903 (http://counter.li.org/)
"...there are two types of friends in this world. Normal friends and the 
ones you can code with."


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


Re: [expert] What is changing /etc/resolv.conf? (and Why?)

2003-09-23 Thread James Sparenberg
On Tue, 2003-09-23 at 22:04, Felix Miata wrote:
> In runlevel 2, only a valid nameserver entry is present in this file.
> However, in runlevel 3 or 5, something inserts ahead of the valid one,
> an additional one pointing to loopback. What does this, and why?

Felix,

   Kill tmdns and zcip then run chkconfig so that they get turned off. 
This is what is doing it for/to you.

James



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