Re: [expert] cd-rw install help

2001-03-02 Thread Chris Spackman

On Sat, Mar 03, 2001 at 01:50:20AM +, KompuKit wrote:
> 
> someone PLEASE help me..get my HP 9150i cd-rw to function
> correctly...I have scsi emulation 
> I can access , mount , and use it regularly...
> but...when I bringup x-cd-roast it can't find it...or set it up...it
> says something about permissions not being set properly...and/or
> scsi emulation not activated...
> /var/log/messages...says it is
> 
> it functions correctly in windows...
> 
> what is wrong...
> --
> Registered Linux User: 167369
> <= http://www.kompukit.com =>
> [EMAIL PROTECTED]ICQ# 7110071
> Personal WebServer:   http://kompukit.dyndns.org
> WebDesigner:  http://www.kompukit.com/kitdesigns
> (Personal Server runs: M-F= 7pm-12am & S+S=12pm-12am)
>  (US EST)


Just a newbie guess, but what are your permissions? For the device and for
the programs that x-cd-roast (and other guis) need? This includes at least
cdrecord and mkisofs. If you are trying to burn as a regular user, they
probably aren't set correctly. Add your regular user account to the
'cdwriter' group.

also, what is the output of cdrecord --scanbus? mine looks like this:

[16:48:17 chris]# cdrecord --scanbus
Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg
Schilling
Linux sg driver version: 2.1.39
Using libscg version 'schily-0.1'
scsibus0:
0,0,0 0) 'CREATIVE' 'CD-RW RW8432E   ' '1.05' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) * 


just some thoughts. someone else might have some better ideas.

-- 
Chris and Yoshiko Spackman

www.openhistory.org
[EMAIL PROTECTED]  (English)
[EMAIL PROTECTED]   (Japanese)

"I will not be pushed, filed, stamped, indexed, briefed, debriefed, or
numbered. My life is my own."
-The Prisoner




[expert] cd-rw install help

2001-03-02 Thread KompuKit


someone PLEASE help me..get my HP 9150i cd-rw to function
correctly...I have scsi emulation 
I can access , mount , and use it regularly...
but...when I bringup x-cd-roast it can't find it...or set it up...it
says something about permissions not being set properly...and/or
scsi emulation not activated...
/var/log/messages...says it is

it functions correctly in windows...

what is wrong...
--
Registered Linux User: 167369
<= http://www.kompukit.com =>
[EMAIL PROTECTED]ICQ# 7110071
Personal WebServer:   http://kompukit.dyndns.org
WebDesigner:  http://www.kompukit.com/kitdesigns
(Personal Server runs: M-F= 7pm-12am & S+S=12pm-12am)
 (US EST)




Re: [expert] Changing HD

2001-03-02 Thread Clayton Nielsen

Well I tried to do the chage of HDs following the HOW-TO and it kind of 
craped out so I went and backed up my important things and the reinstalled on 
the new disk, problem solved.
Thanks for all the help.


On Wednesday 28 February 2001 P:14:55:i, Jose M. Sanchez wrote:
> Norton Ghost, or any of the newer utils will do this for you while
> preserving all existing partitions, yet resizing them.
>
> Ghost/PE comes bundled in with many newer motherboards, hard drives,
> CD-ROMs, etc. so it's easy to get for "free".
>
> -JMS
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of C Nielsen
> Sent: Tuesday, February 27, 2001 9:09 PM
> To: [EMAIL PROTECTED]
> Subject: [expert] Changing HD
>
>
> Hello from the frozen north;
>
>   I'm planing to upgrade my harddisl from an 8gig to a 20 gig and was
> wondering how to move over
> to the new drive with little or no pain.
> I'm running Mandrake 7.2.
> thanx
> --
> Linux Counter #188953
> Linux Machine #85790

-- 
C Nielsen
Linux Counter #188953
Linux Machine #85790




[expert] Mandrake, qt-2.2.4, and xft antialiasing of fonts

2001-03-02 Thread Praedor Tempus

So, qt 2.2.4 supports certain fonttype antialiasing.  Does anyone know if the 
Mandrake Cooker qt-2.2.4 has xft enabled by default if one compiles the src?


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




[expert] OT:Cookfire

2001-03-02 Thread Cecil Watson

Has anyone taken a look at Cookfire?  What all does it include?  The ISO
looks VERY big to be just a router/firewall...  Thanks in advance,

Cecil




Re: [expert] Removing Xwindows

2001-03-02 Thread Praedor Tempus

It is not a good idea to just delete directories.  Your RPM database will 
still think all of that stuff is installed.

Startup and login to the command line (Runlevel 4?  Or is it 3?  You could 
also do a Ctrl-Alt-F2 and login there and do the the rest of this from there. 
Not sure what happens when you do a Ctrl-Alt-F7 to get back to your original 
X session...).

>From there, do "rpm -qa |grep XFree".  You will get a list of every XFree rpm 
installed.  Do an "rpm -e " for each entry.  You will most 
likely need to use the --nodeps switch too.  Anything that depends on XFree 
will be listed as dependent if you try to remove XFree without the --nodeps 
switch.  That WOULD at least tell you all the other rpms you MAY want to 
remove in addition to X since they will all be rendered unusable with the 
removal of X anyway.

On Thursday 01 March 2001 16:26, you wrote:
> Hi --
>
> Does anyone have a procedure for removing the entire Xwindows system and
> everything under it?  I have LM7.2, which installed X by default, but I
> don't expect to use it on this box and I'd like to remove the extra
> clutter.
>
> I can just remove the appropriate subdirectories, but I imagine there'd be
> trouble if I only did that.  I can reinstall, but I'd rather not...
>
> Thanks,
>
> Karl Cunningham

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





Re: [expert] Removing Xwindows

2001-03-02 Thread Praedor Tempus

It is not a good idea to just delete directories.  Your RPM database will 
still think all of that stuff is installed.

Startup and login to the command line (Runlevel 4?  Or is it 3?  You could 
also do a Ctrl-Alt-F2 and login there and do the the rest of this from there. 
Not sure what happens when you do a Ctrl-Alt-F7 to get back to your original 
X session...).

>From there, do "rpm -qa |grep XFree".  You will get a list of every XFree rpm 
installed.  Do an "rpm -e " for each entry.  You will most 
likely need to use the --nodeps switch too.  Anything that depends on XFree 
will be listed as dependent if you try to remove XFree without the --nodeps 
switch.  That WOULD at least tell you all the other rpms you MAY want to 
remove in addition to X since they will all be rendered unusable with the 
removal of X anyway.

On Thursday 01 March 2001 16:26, you wrote:
> Hi --
>
> Does anyone have a procedure for removing the entire Xwindows system and
> everything under it?  I have LM7.2, which installed X by default, but I
> don't expect to use it on this box and I'd like to remove the extra
> clutter.
>
> I can just remove the appropriate subdirectories, but I imagine there'd be
> trouble if I only did that.  I can reinstall, but I'd rather not...
>
> Thanks,
>
> Karl Cunningham

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





[expert] How do I add net card WITHOUT probing

2001-03-02 Thread Eric

I'm trying to install Mdk 7.2 on a Virtual Machine.

No matter how I try, I keep getting:
Error at Lance.c , line 479, module autoprobing not allowed

HOWEVER, when I try a network install, I'm allowed to pick my card,
manually pick the options, then say "OK".  This WORKS.  So, on or after
an install, how do I get the same functionality as on the network
install floppy (Note the ftp install fails on me but I've never fully
investigated the problem.)

Eric




[expert] postfix updates for mandrake

2001-03-02 Thread goldengull.net administrator

this from the postfix-users list:



I am producing RPMS for postfix for RedHat Linux.
These packages I believe also work on Mandrake linux.

URL:  http://www.pobox.com/~sjmudd/postfix

Latest package postfix-20010225-1.i386.rpm

Note: I'm currently not announcing to this list the updates I apply to the
packages, partly to avoid noise (postfix-users isn't a linux only list).

For those who are interested I maintain a private list of people I notify
when a newer version of the package is released.

Regards,

Simon
--
Simon J Mudd, Madrid SPAINTel: +34-91-408 4878email:
[EMAIL PROTECTED]



mg





Re: [expert] Dell Inspiron 8000 and MDK 7.2?

2001-03-02 Thread Robin Dunn

> Wondered whether anyone has installed MDK 7.2
> on a Dell Inspiron 8000.  A friend just got one
> and the install didn't "just work."  So before we
> spend lots of time fussing around, I thought I would
> ask here whether anyone already knows the "secrets!"
>
> Machine has ATI Mobility graphics card and Xircon
> networking.
>
> MDK 7.2 install hangs on PCMCIA detection, but when
> we did expert noauto install we ended up with kernel
> panick (I think from PCMCIA).
>

"expert noauto" worked for me.

If memory serves, you should be able to do it like this: Be sure to have no
PC cards in the system during install and the first reboot.  Then get the
newest pcmcia-cs package (ftp://pcmcia.sourceforge.net/pub/pcmcia-cs/) from
a floppy, build and install it.  Reboot and then you can install PC-cards
and configure networking, etc. for the cards.

--
Robin Dunn
Software Craftsman
[EMAIL PROTECTED]   Java give you jitters?
http://wxPython.org  Relax with wxPython!








Re: [expert] Harddrive performance problems

2001-03-02 Thread s

Put at the end of a start up script like the rc.local or mandrake_everytime.
-s

On Friday 02 March 2001 02:55 pm, you wrote:
> Hello folks;
> Every time I start linux I need for each of my hd type:
> hdparm -c1 -d1 -u1 -X66 /dev/hdx to have a good performance (28-30
> Mb/s); if I don't do that the rate fall down until 4 Mb/s.
> Is there any way to do that automatically?
>
> Thanks a lot for you help
>
> Francisco Alcaraz
> Murcia (Spain)




[expert] Dell Inspiron 8000 and MDK 7.2?

2001-03-02 Thread Norman Carver

Wondered whether anyone has installed MDK 7.2
on a Dell Inspiron 8000.  A friend just got one
and the install didn't "just work."  So before we
spend lots of time fussing around, I thought I would
ask here whether anyone already knows the "secrets!"

Machine has ATI Mobility graphics card and Xircon
networking.

MDK 7.2 install hangs on PCMCIA detection, but when
we did expert noauto install we ended up with kernel
panick (I think from PCMCIA).

While I have installed numerous MDKs on many machines,
I have never done it on a laptop, so know nothing about
laptop-specific issues like PCMCIA

Thanks for any assistance!

Norm

([EMAIL PROTECTED])






Re: [expert] VPN software

2001-03-02 Thread Scott Patten

> Is there an RPM for freeS/WAN or poptop available or do we need to install
> from source?

I've never seen one.  I have looked.  This makes sense though.  Both 
require patching the kernel.  I know there are various capabilities added 
to the Mandrake kernels (reiserfs, security patches, etc.) but I don't 
think that freeS/WAN or PoPTop are included.

> Also, does 7.2 support the latest version of poptop and
> FreeS/WAN?

It doesn't support it in the sense that it doesn't ship with it.  The only 
way that I have seen these available is in source form.  You compile the 
patched kernel and you compile supporting software with one command 
typically.  The freeS/WAN docs cover this rather well.

> I assume the FreeS/WAN is more difficult to configure in a MS
> / Linux environment since it requires a 3rd party client software.

I'm not certain but I think that freeS/WAN will talk to MS IPSec.  I have 
not tried though.  I saw somewhere that there is a (commercial?) PGP 
package that supports this under Windows too.

Do you need to encrypt TCP traffic or UDP as well?  Do you need to access 
lots of ports or only a few?  Do you have a couple users or many?  A simple 
(simple to set up) solution is to use OpenSSH on the linux server and 
TerraTerm and TTSSH on the Windows client to gain access to specific ports 
on a secure network.  This isn't perfect by any means but it's much easier 
to configure.  I actually have used all 3 methods and I like freeS/WAN the 
best.  It also took the most time to configure and only works between 2 
Linux systems.

I have seen other solutions on Freshmeat.  I have tried a couple with no 
success (because of a problem with ipchains and not the particular 
software).  There are solutions that don't require patching the kernel but 
I think they only work in Linux or *nix environments.

Cheers,

Scott Patten




Re: [expert] Removing Xwindows

2001-03-02 Thread Karl Cunningham

Thanks Shawn and John.  Sounds like something for a rainy day.

Shawn, I chose "server" during install.

I'll let you know how it went after I do it.

Thanks again,
Karl


At 09:33 3/2/2001 -0800, you wrote:
>Sadly, reinstalling won't work. Mandrake just refuses to install without
X. But never fear, it's
>POSSIBLE to remove all offending packages (rpm packages).
>
># rpm -qa |grep [xX]
>will give you a bunch of  packages, probably not all of which are
X-related, but many of which
>are.
>
>Here's what *I* would do: Go into X, fire up rpmdrake and remove all of
your optional x programs
>(xemacs, etc etc). Get rid of a few libraries too, if possible. It will
blab about a bunch of
>dependancies and do you want to remove those too, and you say yes. Mass
uninstallation of
>electives. That should make the list generated from the command above
quite a bit shorter. Then,
>with X not running, remove the rest. Read the manpage for rpm, but it's
something along the lines
>of
># rpm -e 
>and if it whines about depenancies, then go remove the dependancies first,
then the .
>
>There must be easier ways to do it, i can think of one that involves a
series of shell scripts,
>but it's one way to do it.
>
>The moral of the story is that all of the X-related files you want gone
are a product of installed
>rpm packages, so "the correct way" to rid your system of them is to
uninstall the rpm packages.
>
>Good luck,
>j
>
>--- Karl Cunningham <[EMAIL PROTECTED]> wrote:
>> Hi --
>> 
>> Does anyone have a procedure for removing the entire Xwindows system and
>> everything under it?  I have LM7.2, which installed X by default, but I
>> don't expect to use it on this box and I'd like to remove the extra
clutter.
>> 
>> I can just remove the appropriate subdirectories, but I imagine there'd be
>> trouble if I only did that.  I can reinstall, but I'd rather not...
>> 
>> Thanks,
>> 
>> Karl Cunningham
>> 
>
>
>__
>Do You Yahoo!?
>Get email at your own domain with Yahoo! Mail. 
>http://personal.mail.yahoo.com/
>
>
>




RE: [expert] Linux Mandrake 8.0

2001-03-02 Thread Rick Commo

No release date but all the other info is available on the Mandrake home
page!
-rick


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Thibaut Colar
Sent: Wednesday, February 28, 2001 9:10 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Linux Mandrake 8.0


I heard that mandrake8 will have 2.1 for sure (don't know for the kernel
though)
supposed to be released end of april


At 03:49 PM 2/28/2001 +0800, you wrote:
>Sorry if I am repeating this question..I have not been following the list
>for quite sometime..
>
>Can somebody tell me date for release of Mandrake 8.0? Will it have KDE
>2.1, kernel 2.4.2??
>
>Can't wait to get my hands on the official release :)..I am sure it will
>be another quality product from
>
>the Mandrake team
>
>Cheers
>
>Aravind S






[expert] Re: How do I add net card WITHOUT probing

2001-03-02 Thread Eric

Well, I eventually got this going.
I believe I could do it easier, but what I did was:
1) text based EXPERT install, allow autoprobe to fail, then add in my
card manually (no extra options)
2) text based install blows up flipping CDs on a Virtual Machine,
leaving mostly working text only Linux system.
3) Re-fire up the GUI install and do an upgrade, skip over networking.
4) Throw in VM-ware tools to get their X server
5) Off to the races!

I think an Expert GUI install might have been OK, but don't feel like
trying it now.

One suggestion for the install, when I got this autoprobe error on
Customized install, It would not let me jump in and just add in the
card.  It would be nice for the spots of the install that are "more
prone to not working" to be able to "jump in" to expert mode.  I mean I
can add in a video card, but a full expert install is not really needed.

HTH
Eric

Eric wrote:
> 
> I'm trying to install Mdk 7.2 on a Virtual Machine.
> 
> No matter how I try, I keep getting:
> Error at Lance.c , line 479, module autoprobing not allowed
> 
> HOWEVER, when I try a network install, I'm allowed to pick my card,
> manually pick the options, then say "OK".  This WORKS.  So, on or after
> an install, how do I get the same functionality as on the network
> install floppy (Note the ftp install fails on me but I've never fully
> investigated the problem.)
> 
> Eric




RE: [expert] Linuxconf bug found I think..

2001-03-02 Thread Jose M. Sanchez



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Franki
Sent: Thursday, March 01, 2001 6:53 AM
To: Expert@Linux-Mandrake. Com; [EMAIL PROTECTED]
Subject: [expert] Linuxconf bug found I think..


Hi all,

I think I have found a bug in linuxconf under the ppp settings screen

---

Just one?

Then count your blessings.  :-}

-JMS





[expert] Harddrive performance problems

2001-03-02 Thread falcaraz

Hello folks;
Every time I start linux I need for each of my hd type:
hdparm -c1 -d1 -u1 -X66 /dev/hdx to have a good performance (28-30
Mb/s); if I don't do that the rate fall down until 4 Mb/s.
Is there any way to do that automatically?

Thanks a lot for you help

Francisco Alcaraz
Murcia (Spain)





RE: [expert] cannot execute file.

2001-03-02 Thread Walter Peña

Plese i have an mwave and i waas resignet to not have drivers to ml, can
send me where i can down this driver or send me to [EMAIL PROTECTED]

Thanks

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Enviado el: Friday, March 02, 2001 03:17 PM
Para: [EMAIL PROTECTED]
Asunto: [expert] cannot execute file.


Ok... I just installed a set of drivers for my MWave modem. I'm supposed to
type "mwaved start" and it should work, right??? Wrong. I get back "bash:
mwaved: command not found". If I fire up MC, I can see the script, and fire
it off (of course without the start argument).

What am I not doing right?





RE: [expert] Enabling DMA on IDE Disk drives.

2001-03-02 Thread Franki

If you are still having problems with this, I sugest you try the webmin
interface, it has a great section on the hard disk parameters... and you can
choose all the options and then test the result.. I used this to see how far
I could push the drive (a 7200rpm 2mb cache UDMA 100 Western Digital) and
the ide interface before it failed.. I am using the standard 7.2 kernel, and
a bx motherboard. (which by default only supports udma33) and I got truely
amazing improvments..

give that a shot and see how you go, there are alot more settings then just
choosing dma mode.

regards

Frank Hauptle
/ /  _
---/ /  (_)__  __   __
--/ /__/ / _ \/ // /\ \/ /
-//_/_//_/\_,_/ /_/\_\
Gshop & Network Payment Solutions.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, 2 March 2001 3:09 PM
To: expert
Subject: [expert] Enabling DMA on IDE Disk drives.


I have a problem in Mandrake 7.2.  Whenever I enable DMA access to my to
my harddisk  my computer hangs and I see the following messages in the
message log:

kernel: hda: timout waiting for DMA
kernel: ide_dmaproc: chipset supported ide_dma_timeout func only: 14
kernel: hda: irq timeout: status=0x50 { DriveReady SeekComplete }

Enventually, DMA is disabled.  I'm seeing this problem with the
production 2.2.17-21mdk kernel, my recompiled 2.2.17-21mdk kernel, and
the 2.2.18-14mdk kernel.   I had previously used Mandrake 7.0 on this
same computer and was able to get DMA access to work by getting the
2.2.13 kernel source from kernel.org and adding the backported ide patch
to the kernel.   My desktop computer also runs Mandrake 7.2 and has DMA
access enabled.  The computer with problems is a Dell Latitude XPi CD
(Pentium 166 MMX) (No laughing please) with 80 MBytes of memory and a 2
GByte IBM disk drive.  The chipset is identified as CMD643.  Any and all
suggestions will be appreciated.  Thank you in advance.

Best regards,
Arnold

--
Arnold Troeger  Unocal Thailand
Phone:  011-66-2-545-5456   5th Floor, Tower 3, SCB Park Plaza
FAX:011-66-2-545-5374   19 Ratchadapisek Road, Chatuchak
Email:  [EMAIL PROTECTED]   Bangkok 10900, Thailand

"Microsoft Windows:  for when your machine is just too fast"








Re: [expert] cannot execute file.

2001-03-02 Thread george . jones

Thanks, figured it out almost as soon as I hit "Send" on the email.




Craig Sprout <[EMAIL PROTECTED]>@crownpartsandmachine.com on
03/02/2001 02:12:33 PM

Please respond to [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:
Subject:  Re: [expert] cannot execute file.


[EMAIL PROTECTED] wrote:
>
> Ok... I just installed a set of drivers for my MWave modem. I'm supposed
to
> type "mwaved start" and it should work, right??? Wrong. I get back "bash:
> mwaved: command not found". If I fire up MC, I can see the script, and
fire
> it off (of course without the start argument).
>
> What am I not doing right?

Try ./mwaved start, or move the mwaved file to a directory on your PATH.

--
Craig Sprout
Network Administrator
Crown Parts and Machine
http://www.crownpartsandmachine.com









Re: [expert] cron jobs question

2001-03-02 Thread Michael Jarvis

On Fri, Mar 02, 2001 at 11:47:08AM -0500, goldengull.net administrator wrote:
> how do i get my hourly cron jobs to not mail me.  this is killing my
> email!  i don't mind daily or weekly, but hourly is a little to
> expensive.

You can redirect standard out to /dev/null, and leave standard error
alone to get mailed only when there are errors.  For example, this could
be useful if you're running fetchmail out of a cron job.  The "normal"
(output to stdout) messages will be thrown away, but any errors (output
to stderr) will be mailed to you.

0 * * * * /usr/bin/fetchmail > /dev/null 

If you're sure you want to ALWAYS discard the output and never receive
mail, then you have to redirect standard error (stderr, fd 2) to
/dev/null as well.

0 * * * *   /usr/bin/fetchmail > /dev/null 2>&1

Note this is Bourne Shell syntax, since /bin/sh is the default shell.

Also note that this will work on pretty much ANY unix or unix-like
system, not just Linux. 

  -michael

-- 
Michael Jarvis
[EMAIL PROTECTED]
http://www.jarvis.com/home.php
"Freiheit stirbt in kleinen Stücken."




RE: [expert] dhcp config help needed

2001-03-02 Thread goldengull.net administrator

then type

dhcpd eth1

to have it run on the eth1 card.
or see the bottom of http://www.isc.org/products/DHCP/ for faq/mailing
archives.

mg

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Gough
> Sent: Friday, March 02, 2001 1:36 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [expert] dhcp config help needed
>
>
> The only instructions I can find are the man pages. There is no
> DHCP howto,
> although there might be after I figure all of this out :-) The server is
> straight forward to set up, except for this one detail. I want it to
> function as a normal DHCP, giving IPs to all the computers on the
> LAN side
> (eth1) but not on the WAN side (eth0) There is no obvious way to
> do this in
> DrakConf, LinuxConf, or in the man pages (unless I'm missing something
> painfully obvious). So the question still stands; how do I get it
> to listen
> on eth1 but not on eth0? I could just use static IPs since I'm
> only talking
> about 5 workstations, but I'd like to learn how to use DHCP for
> the future.
>
> Thanks
> Doug Gough
>
> -Original Message-
> From: Ron Heron [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 02, 2001 8:13 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: [expert] dhcp config help needed
>
> hi,
>
> It depends on what you are trying to do.  If you are trying to assign
> dynamic IP's to your lan, you just set it up to listen on the eth of the
> lan network.  Couldn't you just use Drakconf to help you?  Also, check the
> docs (how-to's) and it should give you a 1-2-3 on how to do it.
> Ron
> --- Doug Gough <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm trying to set up the dhcp server, but I don't know how to define
> > which
> > interface I want it to listen on.  The rest of the setup is straight
> > forward, but that bit of information eludes me. Any help would be
> > appreciated.
> >
> > Thanks
> > Doug Gough
> > Computer Services
> > Pacific Academy
> >
> >
> >
>
>
> =
> ^C
> quit
> :q
> exit
> ?
> help
> shit
>
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
>





Re: [expert] cannot execute file.

2001-03-02 Thread Craig Sprout

[EMAIL PROTECTED] wrote:
> 
> Ok... I just installed a set of drivers for my MWave modem. I'm supposed to
> type "mwaved start" and it should work, right??? Wrong. I get back "bash:
> mwaved: command not found". If I fire up MC, I can see the script, and fire
> it off (of course without the start argument).
> 
> What am I not doing right?

Try ./mwaved start, or move the mwaved file to a directory on your PATH.

-- 
Craig Sprout
Network Administrator
Crown Parts and Machine
http://www.crownpartsandmachine.com





Re: [expert] cron jobs question

2001-03-02 Thread Bug Hunter


 You can also do this
* * * * * /path/to/program >/dev/null


  that typically prevents an email for that particular program.  You also
don't know if it cratered or had problems. :(

bug

On Fri, 2 Mar 2001, Thomas Sourmail wrote:

> On Fri, 2 Mar 2001, goldengull.net administrator wrote:
> 
> > how do i get my hourly cron jobs to not mail me.  this is killing my email!
> > i don't mind daily or weekly, but hourly is a little to expensive.
> > 
> 
> man 5 crontab
> 
> You can define, in your crontab, MAILTO="" to prevent cron from mailing
> you, but, as far as I know, you can not do set it for a particular line.
> 
> Thomas.
> 
> 





[expert] cannot execute file.

2001-03-02 Thread george . jones

Ok... I just installed a set of drivers for my MWave modem. I'm supposed to
type "mwaved start" and it should work, right??? Wrong. I get back "bash:
mwaved: command not found". If I fire up MC, I can see the script, and fire
it off (of course without the start argument).

What am I not doing right?





RE: [expert] dhcp config help needed

2001-03-02 Thread Doug Gough

The only instructions I can find are the man pages. There is no DHCP howto, 
although there might be after I figure all of this out :-) The server is 
straight forward to set up, except for this one detail. I want it to 
function as a normal DHCP, giving IPs to all the computers on the LAN side 
(eth1) but not on the WAN side (eth0) There is no obvious way to do this in 
DrakConf, LinuxConf, or in the man pages (unless I'm missing something 
painfully obvious). So the question still stands; how do I get it to listen 
on eth1 but not on eth0? I could just use static IPs since I'm only talking 
about 5 workstations, but I'd like to learn how to use DHCP for the future.

Thanks
Doug Gough

-Original Message-
From:   Ron Heron [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, March 02, 2001 8:13 AM
To: [EMAIL PROTECTED]
Subject:Re: [expert] dhcp config help needed

hi,

It depends on what you are trying to do.  If you are trying to assign
dynamic IP's to your lan, you just set it up to listen on the eth of the
lan network.  Couldn't you just use Drakconf to help you?  Also, check the
docs (how-to's) and it should give you a 1-2-3 on how to do it.
Ron
--- Doug Gough <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to set up the dhcp server, but I don't know how to define
> which
> interface I want it to listen on.  The rest of the setup is straight
> forward, but that bit of information eludes me. Any help would be
> appreciated.
>
> Thanks
> Doug Gough
> Computer Services
> Pacific Academy
>
>
>


=
^C
quit
:q
exit
?
help
shit

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/





Re: [expert] dhcp config help needed

2001-03-02 Thread John Wolford

I'm very close to setting up my own dhcp server but i haven't done it yet, so i don't 
really know.
But shouldn't it depend on which server you're using?

What server are you using?


j

--- Doug Gough <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm trying to set up the dhcp server, but I don't know how to define which 
> interface I want it to listen on.  The rest of the setup is straight 
> forward, but that bit of information eludes me. Any help would be 
> appreciated.
> 
> Thanks
> Doug Gough
> Computer Services
> Pacific Academy
> 
> 
> 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




RE: [expert] cron jobs question

2001-03-02 Thread goldengull.net administrator

that is what i was afraid of.
thanks!

mg

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas Sourmail
> Sent: Friday, March 02, 2001 12:26 PM
> To: mandrake user
> Subject: Re: [expert] cron jobs question
> 
> 
> On Fri, 2 Mar 2001, goldengull.net administrator wrote:
> 
> > how do i get my hourly cron jobs to not mail me.  this is 
> killing my email!
> > i don't mind daily or weekly, but hourly is a little to expensive.
> > 
> 
> man 5 crontab
> 
> You can define, in your crontab, MAILTO="" to prevent cron from mailing
> you, but, as far as I know, you can not do set it for a particular line.
> 
> Thomas.
> 
> 




Re: [expert] cron jobs question

2001-03-02 Thread Craig Sprout

"goldengull.net administrator" wrote:
> 
> how do i get my hourly cron jobs to not mail me.  this is killing my email!
> i don't mind daily or weekly, but hourly is a little to expensive.
> 
> mg

Edit your cron.hourly file and set your MAILTO to '', or redirect output
to get mailed to Dave Null.

-- 
Craig Sprout
Network Administrator
Crown Parts and Machine
http://www.crownpartsandmachine.com





Re: [expert] Removing Xwindows

2001-03-02 Thread John Wolford

Sadly, reinstalling won't work. Mandrake just refuses to install without X. But never 
fear, it's
POSSIBLE to remove all offending packages (rpm packages).

# rpm -qa |grep [xX]
will give you a bunch of  packages, probably not all of which are X-related, but many 
of which
are.

Here's what *I* would do: Go into X, fire up rpmdrake and remove all of your optional 
x programs
(xemacs, etc etc). Get rid of a few libraries too, if possible. It will blab about a 
bunch of
dependancies and do you want to remove those too, and you say yes. Mass uninstallation 
of
electives. That should make the list generated from the command above quite a bit 
shorter. Then,
with X not running, remove the rest. Read the manpage for rpm, but it's something 
along the lines
of
# rpm -e 
and if it whines about depenancies, then go remove the dependancies first, then the 
.

There must be easier ways to do it, i can think of one that involves a series of shell 
scripts,
but it's one way to do it.

The moral of the story is that all of the X-related files you want gone are a product 
of installed
rpm packages, so "the correct way" to rid your system of them is to uninstall the rpm 
packages.

Good luck,
j

--- Karl Cunningham <[EMAIL PROTECTED]> wrote:
> Hi --
> 
> Does anyone have a procedure for removing the entire Xwindows system and
> everything under it?  I have LM7.2, which installed X by default, but I
> don't expect to use it on this box and I'd like to remove the extra clutter.
> 
> I can just remove the appropriate subdirectories, but I imagine there'd be
> trouble if I only did that.  I can reinstall, but I'd rather not...
> 
> Thanks,
> 
> Karl Cunningham
> 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: [expert] cron jobs question

2001-03-02 Thread Thomas Sourmail

On Fri, 2 Mar 2001, goldengull.net administrator wrote:

> how do i get my hourly cron jobs to not mail me.  this is killing my email!
> i don't mind daily or weekly, but hourly is a little to expensive.
> 

man 5 crontab

You can define, in your crontab, MAILTO="" to prevent cron from mailing
you, but, as far as I know, you can not do set it for a particular line.

Thomas.





[expert] kde 2.1

2001-03-02 Thread Tom Badran

Anyone got RPMS of kde 2.1 for mandrake 7.2. I have the beta 2 installed 
(from muo) but really need some of the fixes for 2.1 final. Also, does anyone 
have any experience with upgrading glibc to 2.2, like pitfalls / best way of 
doing it, or does it just break everything.
-- 
Microsoft is not the answer, its the question.
And the answer is no.   www.badran.co.uk




[expert] Help with escape codes (Kinda OT)

2001-03-02 Thread Wayne Stout

Greetings, everyone.

While replacing an old NCR Unix box with Linux, I've run into a slight
snag. It seems that bash doesn't interpret the generated rsh commands
quite like Unix did (csh, I think).

Basically, users on our production machine (another NCR Unix box) run a
program that generates a shell command that is executed through rsh on
the Linux box. The problem is when the user inserts either double quote
or single quote characters in their comment lines. (These programs send
faxes out through VSIFax on the Linux machine)

The program normally formats the text lines like this:

"\""Testing for bad command on quote or ampersand""\"

When there are quotation marks in the text, they are formatted like
this:

"\""Sent 1/2\" and 3\" putty knife""\"

What do I need to be using for the escape character in bash instead of
the \ ?

Thanks in advance,

Wayne




[expert] cron jobs question

2001-03-02 Thread goldengull.net administrator

how do i get my hourly cron jobs to not mail me.  this is killing my email!
i don't mind daily or weekly, but hourly is a little to expensive.

mg





RE: [expert] dhcp config help needed

2001-03-02 Thread goldengull.net administrator

when you run dhcpd type:

dhcpd eth0

that will run it on your first ethernet device.

any other device:

dhcpd 


see ya.
mg

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Gough
> Sent: Thursday, March 01, 2001 8:10 PM
> To: '[EMAIL PROTECTED]'
> Subject: [expert] dhcp config help needed
> 
> 
> Hi,
> 
> I'm trying to set up the dhcp server, but I don't know how to 
> define which 
> interface I want it to listen on.  The rest of the setup is straight 
> forward, but that bit of information eludes me. Any help would be 
> appreciated.
> 
> Thanks
> Doug Gough
> Computer Services
> Pacific Academy
> 
> 
> 




Re: [expert] dhcp config help needed

2001-03-02 Thread Ron Heron

hi,

It depends on what you are trying to do.  If you are trying to assign
dynamic IP's to your lan, you just set it up to listen on the eth of the
lan network.  Couldn't you just use Drakconf to help you?  Also, check the
docs (how-to's) and it should give you a 1-2-3 on how to do it.
Ron
--- Doug Gough <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm trying to set up the dhcp server, but I don't know how to define
> which 
> interface I want it to listen on.  The rest of the setup is straight 
> forward, but that bit of information eludes me. Any help would be 
> appreciated.
> 
> Thanks
> Doug Gough
> Computer Services
> Pacific Academy
> 
> 
> 


=
^C
quit
:q
exit
?
help
shit

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: [expert] KDE 2.1 final

2001-03-02 Thread Woody Green

Ron Stodden wrote:
> 
> KDE 2.1 final in binary form for the various distributions was
> promised on the KDE site by Monday February 26.
> 
> It is now 3.5 hours into Tuesday GMT and there is no sign of the KDE
> 2.1 final update to Mandrake 7.2.
> 
> Where is it?   What is happening?   When and where will it appear?
> 

If you don't mind doing a rpm --rebuild, you can get KDE 2.1 out of
the MDK cooker SRPM dept.

http://ftp.sunet.se/pub/Linux/distributions/mandrake-devel/i586/Mandrake/RPMS/

They have built ones in the i586 directory, but since MDK 8.0 uses 
a newer glibc, I doubt they'll work unmolested on MDK <= 7.2.

And for someone in this thread them metioned MDK 7.3, it's 8.0 
that's up and coming.

-- 
 Woody ([EMAIL PROTECTED])

---
Gatewood Green Web Developer
http://www.linux.org/  The first stop for Linux info on the Net
Email: [EMAIL PROTECTED]
---
All opinions expressed by me are my own and not necessarily
endorsed by Linux Online, Inc. or Linux Headquarters, Inc.




Re: [expert] ssh prob

2001-03-02 Thread Woody Green

Brent wrote:
> 
> I was wondering if mandrake comes with ssh package ?...i wasnt able to
> install ver ssh-1.2.27.tar.gz on mandrake ...should i try the rpm ??  or a
> newer version of ssh??
> thanx in advance
> B

MDK 7.2 has openssh on the CDs.  Look for the openssh-* rpms and 
the required openssl-* rpms.

-- 
 Woody ([EMAIL PROTECTED])

---
Gatewood Green Web Developer
http://www.linux.org/  The first stop for Linux info on the Net
Email: [EMAIL PROTECTED]
---
All opinions expressed by me are my own and not necessarily
endorsed by Linux Online, Inc. or Linux Headquarters, Inc.




[expert] KDE and fatal error on X-server -- couldn't open font path

2001-03-02 Thread Peter Spotts

Folks,

Three or four times now, KDE has refused to let me log out, even when I 
use the control-alt-del key sequence. I've brought up a terminal screen 
to reboot or shut down, and when I've tried to log back on, I get 
switched from run level 5 to run level 3 and must log on manually. When I 
try to run startx, it fails to come up and I get the following error 
message from the x-server:

Error: bad length in symbols
   Output file "compiled/server-0-xkm removed
Could not load XKB kepmap, falling back to pre-XKB keymap
Could not init font path element unix/:-1, removing from list!
Fatal server error:
  Could not open default font "fixed"

Any thoughts on how to prevent this from happening again? 

I'm using ML7.2 and the KDE version on the install Cds (1.99?)

Best regards,

Pete Spotts






[expert] Updates (Descent Config utils in Mandrake 8.0 PLEASE!)

2001-03-02 Thread Alen Salamun

I have just read some stuff about MandrakeSoft making new ISO's with all the
security fixes etc..

I don't think this is what we need. Ok, it is good if you release some
"Updates" CD's for the people that don't have fast connections, but many of
us just stick to updates.

What we need is (like many have said) good MandrakeUpdate. The one that is
in use now in almost at NO use for server installs. I don't have X on many
servers, so I can't use MandrakeUpdate and other config tools (since all are
X library dependant, even if they have text versions).

What we need is a good text mode update system, that could be run from
console too. There I would be given an option what I can upgrade and that is
it!

But don't make it so like MandrakeUpdate is...If there are 3 versions of
same update I see all of them...I think we are interested in LATEST one not
in older too...

This is just my 2 cents...





Re: [expert] ssh prob

2001-03-02 Thread Thomas Sourmail

> I was wondering if mandrake comes with ssh package ?...i wasnt able to
> install ver ssh-1.2.27.tar.gz on mandrake ...should i try the rpm ??  or a
> newer version of ssh??
> thanx in advance

open-ssh I think ?

Otherwise you can get ssh2 (which include graphical sftp clients for
windows etc..) at 

http://commerce.ssh.com/

licence is free under certain conditions,

Thomas.





[expert] ssh prob

2001-03-02 Thread Brent

I was wondering if mandrake comes with ssh package ?...i wasnt able to
install ver ssh-1.2.27.tar.gz on mandrake ...should i try the rpm ??  or a
newer version of ssh??
thanx in advance
B





Re: [expert] Removing Xwindows

2001-03-02 Thread Shawn Stone

Karl:

This may or may not do the trick... Try removing with rpm -e.  Something
like this usually works for me whenever I'm removing something like X
that has tons of dependencies:

for rpm in $(rpm -qa | grep "^XFree86")
do
rpm -e $rpm
done

Of course, with X, there will be so many applications that also depend
on it...

Does anyone know whether rpm has  the functionality to recurse through a
packages dependency tree and either prompt for removal or just wipe out
everything that depends on a package you know you want to remove?  Or,
is there, perhaps a contrib util for rpm that could handle such a thing?

And, one question for you, Karl, did you choose "Server", "Workstation",
or "Developer" from the menu when installing?  I don't know, but I would
guess that Server might not install X.  Can anyone confirm that?
-- 

Shawn Stone ([EMAIL PROTECTED])
 AT&T Wireless, Retail & Distribution
 972-776-4506 (office) / 240-359-6225 (fax)
==
 The Japanese have a man who can bend his leg back
 over his head and back again with every single step!
   -- Mr. Teabags, Ministry of Silly Walks




[expert] Mandrake 8 boot disk not working

2001-03-02 Thread Klar Brian D Contr MSG SICN

I have been running Mandrake 8 pre beta for a couple of weeks with only a few
problems. I decided to install v8 b1 last night. The install went fine (my boy loved
the pics) but I like to boot from floppy for now with b1. After Installation though,
the system looked at the floppy and continued to boot from hd (my 7.2 install).
I tossed the floppy into my laptop, and it reads fine. I decided to try a reinstall.
Same thing. However I can put my Mandrake 7.2 boot disk in and it will boot fine.
I reinstalled v8b1 like 4 times last night with no success other than a good install-
ation. Anyone have any idea why the bootdisk wont boot. I even tried a different
disk that formatted fine in my gf's machine (Win 98).

Brian D. Klar - CVE
OTS
WPAFB
(937) 656-2861
(937) 973-3125 (pager)





Re: [expert] Problem with kde 2.1 final...menudrake doesn't work

2001-03-02 Thread C. CLOSE

Hi Preador,

I have had the same trouble. Have you tried running Menudrake from the
Kde control panel, it's under "system" > Menu Editor.
For some unexplained reaon Menudrake doe not work if you start it by
right clicking on the panel. Starting from the the "Control Centre" has
worked for me and others.


Regards,


C.H. Close



Praedor Tempus wrote:
> 

> 
> Menudrake is not working properly.  I have lyx, abiword, and several other
> office apps installed.  I can run them from the commandline.  I open up
> menudrake and it is listed there but when I actually look at the kmenu, NONE
> of them are there.
> 
> I open up menudrake again, load user config...lyx, abiword, etc, are listed
> as being there.  I save it.  Still not there.  I open up the system menu.
> They are all listed there but do not show up in the real kmenu.
> 
> There appears to be no way to add them or otherwise MAKE them show up in the
> kmenu.  Menudrake is supposed to be the tool for this but it isn't working
> properly.  Anyone else run into this?
> 
> --
> Against stupidity, the gods themselves contend in vain.




Re: [expert] KDE 2.1 final

2001-03-02 Thread Larry Marshall


> I completely understand what you're saying, but unless the creators of
> Netscape and those responsible for maintaining and changing it decide to
> write it to do the things being suggested in this thread it's not going

Oh...you're just saying "That's the way it is, deal with it."  Well,
you're right on that score.  I thought the original post was after a
fully-functional Konquerer which may solve some of these problems. 
Personally, I'd love to dump Netscape and would do so in a heatbeat as
it's a mess of a program but for all its leaks and such it's still the
most stable browser we have.

> had Messenger to run flawlessly for better then 10 hours without a
> problem. The browser, on the other hand, is a different story. That

This has been my experience as well.

> Maybe what needs to happen to the browsers is what has made Linux the OS
> that it is. Frankly, I wouldn't mind seeing Netscape being written

I think there's some logic in believing that a browser, tightly
integrated with a filemanager that is part of a desktop suite, may
move us in that direction.  My guess is that the move is going to
happen with potholes in the road :-)

Cheers --- Larry




Re: [expert] test

2001-03-02 Thread vmalep


I hope so!





Moe <[EMAIL PROTECTED]>@linux-mandrake.com on 01/03/2001 19:23:06

Please respond to [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   expert mandrake <[EMAIL PROTECTED]>
cc:

Subject:  [expert] test


is this list still live?

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/




**
This message may contain confidential information and is intended solely
for the use of the addressee. If you are not the intended recipient of
this message, please notify the sender immediately and do not disclose,
use, disseminate or copy this message.
The information contained in this message is subject to Systemat's 
General Terms and Conditions. Any personal opinion expressed in this
message reflects the opinion of the sender and not Systemat's opinion.
**

 $RFC822.eml


[expert] Enabling DMA on IDE Disk drives.

2001-03-02 Thread Arnold Troeger

I have a problem in Mandrake 7.2.  Whenever I enable DMA access to my to
my harddisk  my computer hangs and I see the following messages in the
message log:

kernel: hda: timout waiting for DMA
kernel: ide_dmaproc: chipset supported ide_dma_timeout func only: 14
kernel: hda: irq timeout: status=0x50 { DriveReady SeekComplete }

Enventually, DMA is disabled.  I'm seeing this problem with the
production 2.2.17-21mdk kernel, my recompiled 2.2.17-21mdk kernel, and
the 2.2.18-14mdk kernel.   I had previously used Mandrake 7.0 on this
same computer and was able to get DMA access to work by getting the
2.2.13 kernel source from kernel.org and adding the backported ide patch
to the kernel.   My desktop computer also runs Mandrake 7.2 and has DMA
access enabled.  The computer with problems is a Dell Latitude XPi CD
(Pentium 166 MMX) (No laughing please) with 80 MBytes of memory and a 2
GByte IBM disk drive.  The chipset is identified as CMD643.  Any and all
suggestions will be appreciated.  Thank you in advance.

Best regards,
Arnold

--
Arnold Troeger  Unocal Thailand
Phone:  011-66-2-545-5456   5th Floor, Tower 3, SCB Park Plaza
FAX:011-66-2-545-5374   19 Ratchadapisek Road, Chatuchak
Email:  [EMAIL PROTECTED]   Bangkok 10900, Thailand

"Microsoft Windows:  for when your machine is just too fast"







[expert] Removing Xwindows

2001-03-02 Thread Karl Cunningham

Hi --

Does anyone have a procedure for removing the entire Xwindows system and
everything under it?  I have LM7.2, which installed X by default, but I
don't expect to use it on this box and I'd like to remove the extra clutter.

I can just remove the appropriate subdirectories, but I imagine there'd be
trouble if I only did that.  I can reinstall, but I'd rather not...

Thanks,

Karl Cunningham




[expert] New Postfix version

2001-03-02 Thread Bob [EMAIL PROTECTED]

Hello,

I was having a problem with emails having uppercase letters being rejected by Postfix 
on my Mandrake 7.1 machine.  After checking with the Postfix folk, I found that this 
was a bug fixed over a year ago.  I searched, and found that ALL mandrake Postfix RPMs 
are from the 1999 version, even the latest 7.2 distro!

We need an updated RPM!

Bob




[expert] Mozilla 0.8 - Java anyone?

2001-03-02 Thread Ian McLeod

Has anyone managed to get Java working in Mozilla 0.8 yet?  What is general consensus 
on a solution?

_
Want a new web-based email account ? ---> http://www.firstlinux.net




[expert] How should I disable the login massage?

2001-03-02 Thread =?x-unknown?q?Pe=F1a_Arellano_Fabian_Erasmo?=

Hi,

Every time I log into my computer via ssh I receive the following
message:

Last login: Thu Mar  1 16:13:09 2001 from host.domain.th

How should I disable it? I know that for security reasons that
message should appear, but since I am running a message passing interface 
implementation, it appears every time a proccess logs into the machine and
it is printed also in the file I direct the output to. Thanks in advance.

Fabian.