Re: [expert] Crossover plugin not doing anything?

2002-12-06 Thread Ronald J. Hall
On Friday 06 December 2002 03:58 pm, you wrote:
> I am running 8.2 with KDE 3.0.1 and have the latest crossover plugin.
> Recently, I downloaded/installed the shockwave 8.5 and flash 6 installed
> plugins.  I have run the plugin checker for konqueror and checked the
> mimetypes.  They are correct.  Nonetheless, I am finding it impossible to
> run any shockwave (*.swf) applets on the web.  Instead, I get the blank
> grey window where it should be appearing and a message about being unable
> to find/run the netscape plugin.
>
> Anyone have crossover plugin working on a Mandrake system?
>
> praedor

Hi Praedor. I've got the Crossover plugin working fine here with Galeon. I've 
tried it with Konqueror but because I didn't have Netscape installed, it did 
not work. (it complained during installation).

Sorry I couldn't be of more help.

-- 
  /\
 Dark<  >Lord
  \/


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



Re: [expert] Directive Help in Apache

2002-12-06 Thread J. Craig Woods
Okay, this is getting a bit confusing (could be my simple mind). You 
want a index.html to open when *only* your domain name is put into the 
url, right? For Mandrake, put this in your commonhttpd.conf file:

  DirectoryIndex  index.php index.html index.htm index.shtml

(and any other file type that might suit your fancy)

As for as loading a mod called "mod_log.c", uncomment the line in 
httpd.conf that pertain to loading this module.

These two items are unrelated but this is what you can do with both 
issues

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


Carter Harris wrote:
In my httpd.conf, I have a directive AddModule mod_log.c; right now its
commented out.
When I uncomment it, a warning message is displayed saying it is already
loaded.  Could it be that it is not loaded and therefore the
DirectoryIndex directive is never getting executed since it is inside a
?

Does the mod_dir.c run as its own process?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of J. Craig Woods
Sent: Friday, December 06, 2002 7:32 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Directive Help in Apache



H. Carter Harris wrote:


I've been fooling with this for several days and I'm not making much
headway.  I could really use some expert help.

I'm working my way through the ORielly book on Apache and they don't
set things up like Mandrake.  I don't want to mess up the Mandrake 
conf because I want to go back to it later.  So I have a small website



setup for testing.

I can't get the DirectoryIndex directive to work.  When I go to the
website I can't get the index.html page to display unless I type it as




part of the URL.  For example, I have to enter the URL
"http://www.domain.com/index.html"; in the browser and I should only 
have to type "http://www.domain.com";.

I have the LoadModule directive in for dir_module and the
DirectoryIndex was copied from the Mandrake installed httpd.conf.  
Other directives in the conf file work fine.



Mandrake does have its peculiarities when it comes to Apache Web Server.

  What file types are you listing with your "DirectoryIndex"? And what 
file is this entry being made in, commonhttpd.conf or httpd.conf ?

drjung




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



Re: [expert] Low-Latency Patch for 2.4.20

2002-12-06 Thread Rick Friedman
Mike,

Thanks! This is exactly what I was looking for!

Rick

On Fri, 2002-12-06 at 08:46, Mike Morrell wrote:
> These may be what you want:
> 
> http://members.optusnet.com.au/ckolivas/kernel/
> 
> --- Rick Friedman <[EMAIL PROTECTED]> wrote:
> > Quick question...
> > 
> > Does anyone know if there is a low-latency patch
> > available for kernel
> > 2.4.20?




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



Re: [expert] linux on nvidia nforce

2002-12-06 Thread Mark Williamson
Hi Mark Chou,

I meant just just edit the /etc/sysconfig/harddisks and set
USE_DMA=1
MULTIPLE_IO=16
EIDE_32BIT=3
LOOKAHEAD=1

later using the command "hdparm -Tt /dev/hda", On looking at "Timing
buffered disk reads:" I was looking at between 39 MB/sec to 41 MB/sec, 
I was very please with the result.. For a board that costs in Australia
between AUD$125 - AUD$150, that makes a very inexpensive computer to run
Mandrake Linux, and to have all the 3D games running like TUXRacer,
Quake 3, with excellent performance was a huge plus.  

As far as it's sound support goes, it was quite good (Sounds O.K. to me,
and the sound in games is excellent), about DD encoding I really don't
know much about that. What does that do? is there any Sound card that
supports that for Linux as yet?  Sounds interesting..

Cheers
Mark  


On Sat, 2002-12-07 at 03:53, Mark Chou wrote:
> 
> Mark (Williamson), thanks for the pointers.  It gives me more confidence to actually 
>go get a nForce 2 board.
> 
> You wouldn't happen to know if the drives are running in DMA mode despite setting 
>the "USEDMA=0" in /etc/sysconfig/harddisks?  It would be a shame if it were still 
>running PIO.
> 
> Also do you get DD encoding (in Linux) for sound w/ this board? 
> 
> Thanks! 
> 
> 
> ---
> 
> 
> 

> 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] Samba

2002-12-06 Thread James Sparenberg
On Fri, 2002-12-06 at 09:40, Marek wrote:
> Hi
> 
> When the new samba packages are installed from Mandrake updates, there
> is an option to keep the smb.conf file or use the smb.conf.rpmnew file.
> Which would be the correct one to use ?
> 
> I choose to use the smb.conf so if this is incorrect how do i revert to
> the smb.conf.rpmnew ?
> 

as root
cd /etc/samba
mv smb.conf smb.conf.bkp   (saving it just in case you change your mind
again)
mv smb.conf.rpmnew smb.conf

then restart samba

/etc/init.d/smb restart

you are now using the rpmnew one.

James

> -- 
> /Marek
> \\Pawinski.net
> 
> 
> 
> 
> 
> 

> 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] Geheimnis

2002-12-06 Thread James Sparenberg
On Fri, 2002-12-06 at 11:11, Praedor Atrebates wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Friday 06 December 2002 01:52 pm, Guy Van Sanden wrote:
> > Thanks Martin and Jim
> >
> > I've got both kgpg and seahorse running now, I'll see which one I like
> > best.
> 
> Running Mandrake 8.2:
> Seahorse runs great for me...kgpg is useless (to me).  The cooker source rpm 
> is bogus (it fails to return valid resource something or other according to 
> rpmfind).  Trying to build it anyway fails on some docbook-related nonsense.  
> There are NO indications on the src rpm page for kgpg about what it requires, 
> certainly nothing about docbook.
> 
> I also tried simply installing the sourceforge version.  Nope, wont run.  It 
> craps out complaining about an inability to open libGL.so.2.  First off, I 
> have an NVidia and use the very nice NVidia driver for all video.  Second, I 
> DO have a libGL.so.2 installed. Third, what the hell does a simple KDE app 
> need opengl for anyway?!  It ain't a game, its MERELY a KDE/QT-based frontend 
> to gpg.  
> 
> Kgpg goes down the toilet and seahorse wins by default.

>From experience this "dependency" is often cause when the developer
has this installed on his/her box and never bothers to test the
application anywhere but on their own computer.  I've been seeing more
and more apps of late "dependent" on this lib I do a --nodeps
install and they work fine.  It's more of a qa problem than a coding
problem. You'd be amazed how many dependencies are the result of where
apps rpm's are built not because of what they need. 

James
  

> 
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE98PZ/mkm5RO1gX9cRAlORAKC4qgGFKASrQWcO92zSdirXCxIPawCgmOPG
> osSqUVSzgbQyJtTzbc0xxIY=
> =/xtN
> -END PGP SIGNATURE-
> 
> 
> 

> 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] Updating SNF

2002-12-06 Thread James Sparenberg
On Fri, 2002-12-06 at 07:27, Lorne wrote:

> 
> The linux non gui version is NOT commercial. It is a shell script that leads 
> you question by question and when it is done asking you questions, it then 
> compiles the packages and settings and places them on a floppy for you. You 
> can create a floppy in about 5 minutes. Cost = 0.00
> 

Which still comes back to the original problem How to update 7.2
boxes (either SNF or regular) when you don't have a GUI.  the urpmi
capabilities that come with 7.2 are severely limited when it comes to a
situtation that exists now.  there is no hdlist.cz or synthlist.cz
available for these. urpmi.addmedia is missing the following switches
--update, -f (to force the creation of a hdlist when none exists.) and
the ability to "name" the media.  

Question is ... could I take the urpmi from a later distro (since it is
a noarch app and actually perl scripts) and force install it onto 7.2 so
that I can have a way of remotely, and in fact automatically updating
these boxes until the time when they can be replaced.  The biggest help
would be if hdlist.cz existed in the updates directory.  But since it
doesn't...

James
 



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



Re: [expert] Netscape 4.x on Mandrake 9

2002-12-06 Thread BOURDEU d'AGUERRE Philippe
I looked at the site http://www.argenta.be/

I tried with Galeon, I you click on "Clients Apple, Mac, Windows XP" they want
 ^^
to install something in java and it says:

 System requirements:

* Linux kernel 2.0 or higher
* Working X installation (e.g. XFree86)
* Netscape Communicator 4.x or higher (Download) or Mozilla 0.8 or higher
* A 1.x compatible Java Development Kit e.g. IBM (download) or BlackDown 
(download)

I didn't try further but with Mozilla 1.1 and a working java it should work.

-- 
Philippe BOURDEU d'AGUERRE


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



Re: [expert] Keyserver (was: openPGP)

2002-12-06 Thread Wolfgang Bornath
On Fri, Dec 06, 2002 at 11:14 -0800, Todd Lyons wrote:
> I cannot get anything from keys.pgp.net:

Sorry, my fault. I just checked my ~/.gnupg/options and found out that
the keyserver is wwwkeys.eu.pgp.net.

I tried it out and it worked.

What are the proper permissions for the files in ~/.gnupg/ ?
Since I installed 9.0 I always get "Unsecure permissions for file ..."

Right now it's 600 (rw---)

wobo
-- 
If you don't understand or are scared by any of the above
ask your parents or an adult to help you.
  


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



RE: [expert] linux on nvidia nforce

2002-12-06 Thread Mark Stewart
Hi Mark,

re: Dolby Digital support on nForce boards. I have an Abit NV7-133R board.
The Nvidia audio driver (nvaudio) is apparently the i810 sound driver
reworked to work with the chipset's APU. So no DD support. Under Windows I
think they license code from Sensaura for the multi channel encoding.

It would fantastic to get DD on Linux somehow. The audio capabilities were a
big part of why I decided on an nForce board.

cheers,
::mark

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Mark Chou
> Sent: Friday, December 06, 2002 11:53 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] linux on nvidia nforce
>
>
>
> Mark (Williamson), thanks for the pointers.  It gives me more
> confidence to actually go get a nForce 2 board.  You wouldn't
> happen to know if the drives are running in DMA mode despite
> setting the "USEDMA=0" in /etc/sysconfig/harddisks?  It would be
> a shame if it were still running PIO.  Also do you get DD
> encoding (in Linux) for sound w/ this board?   Thanks!
>
> ---
>
>



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



Re: [expert] Crossover plugin not doing anything?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 06 December 2002 03:58 pm, Praedor Atrebates wrote:
> I am running 8.2 with KDE 3.0.1 and have the latest crossover plugin.
> Recently, I downloaded/installed the shockwave 8.5 and flash 6 installed
> plugins.  I have run the plugin checker for konqueror and checked the
> mimetypes.  They are correct.  Nonetheless, I am finding it impossible to
> run any shockwave (*.swf) applets on the web.  Instead, I get the blank
> grey window where it should be appearing and a message about being unable
> to find/run the netscape plugin.
>
> Anyone have crossover plugin working on a Mandrake system?

I should amend this to say that in Konqueror it doesn't work but with mozilla, 
crossover seems to be working fine.  Mozilla runs the shockwave applets just 
fine whereas konqueror chokes and either simply "cannot run" or cannot find 
the netscape plugin.

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98RMRmkm5RO1gX9cRAngpAJ9ghQ5pFQZYsyYVn91iYYdgklpITwCg0kcl
FE1flTBF2TQtVqFpYn2K1fg=
=gE/o
-END PGP SIGNATURE-


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



[expert] Crossover plugin not doing anything?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am running 8.2 with KDE 3.0.1 and have the latest crossover plugin.  
Recently, I downloaded/installed the shockwave 8.5 and flash 6 installed 
plugins.  I have run the plugin checker for konqueror and checked the 
mimetypes.  They are correct.  Nonetheless, I am finding it impossible to run 
any shockwave (*.swf) applets on the web.  Instead, I get the blank grey 
window where it should be appearing and a message about being unable to 
find/run the netscape plugin.

Anyone have crossover plugin working on a Mandrake system? 

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98Q9bmkm5RO1gX9cRAo6/AJ4qhMeDVzsguOMd0d31SHsnLzI33wCcDHy7
laD7R55sXt+1tHJvxWVMTaQ=
=m/It
-END PGP SIGNATURE-


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



Re: [expert] Mozilla 1.2.1

2002-12-06 Thread PBone
On Thu, 5 Dec 2002 11:06 am, Brian Schroeder wrote:
> Does anyone know where I can find Mozilla 1.2.1 for mdk 9.0?
>
> Based on previous threads on this list, I believe it has to be
> compiled with gcc 2.9.6 for the java plugin to work with it.
>
> Brian.
>
>
>
>
> _
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail


Texstar has an xft-enabled mozilla 1.2.1


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



Re: [expert] openPGP

2002-12-06 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vox wrote on Fri, Dec 06, 2002 at 01:55:42PM -0600 :
> 
> >   Uhm...that message and this message don't come through as signed, at
> >   least not to me...is there something missing here?
> Uhm...I just checked the source of Todd's email...and it says it's
> signed, the sig is there...but gnus doesn't mark it as
> signedweird as hell...now I'm gonna go bug the gnus people to

I switched from MIME type signatures to inline signatures.  It should be
trivial to add that capability to gnus.  If it can already do mime type
sig verification and signing, the ability to verify and sign inline sigs
is just a few steps different.

BTW, I know nothing about gnus, so I may be completely wrong.

Blue skies...   Todd
- -- 
   MandrakeSoft USA   http://www.mandrakesoft.com
Mandrake: An amalgam of good ideas from RedHat, Debian, and MandrakeSoft.
All in all, IMHO, an unbeatable combination.   --Levi Ramsey on Cooker ML
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-1mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE98Qhalp7v05cW2woRAmgTAJ4jSMdjW//dEvEP9oDQDSEdXxACcACfaHrc
C8eUoShKVTtIWbmNYQrofIQ=
=8lu2
-END PGP SIGNATURE-


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



Re: [expert] openPGP

2002-12-06 Thread Vox

This time Vox <[EMAIL PROTECTED]> 
becomes daring and writes:

> Uhm...I just checked the source of Todd's email...and it says it's
> signed, the sig is there...but gnus doesn't mark it as
> signedweird as hell...now I'm gonna go bug the gnus people to
> see why the hell it isn't showing Todd's messages as signed...tho
> I just went back through my expert@ mail and just noticed (yes, I
> know I pay attention :P :) that starting from Todd's first mail to
> the list on Nov 12 the signature marker disappeared from his
> mails...uhm...Todd, what did you change back then? 

  Ok, I just went through the source of emails from Todd that show
  as signed and emails that don't show as signed...they differ by
  a lot:

> 
> 

 That's the marking the mails that do get shown as signed have.

 Then it changed in Nov 12 to:

>  
>  

Anybody see anything wrong with this?

BTW, the > at the begining of each line of the headers is added by
me so mail clients don't think it's part of this email for any
reason.

Vox, who now is baffled...and learning to hate gpg/pgp and all its cousins

-- 
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.



msg62303/pgp0.pgp
Description: PGP signature


Re: [expert] FW: professional server setup...

2002-12-06 Thread Tom
Dual processor is the way to go on any machine where reliability is 
tantamount! As was pointed out in Brent's message, any run-away process will 
not take down the server if it is dual processor.  

For web server /mail server,  you may want to think about clustering several 
machines. Also,  if you can, try to transition the change over to the new 
machines. That way you can concentrate on each function (web server, mail 
server, etc.) and make sure it is right before moving onto the next chunk of 
your project. 

Also, take volumious notes; when you make changes to the configuration, 
comment out the old lines and add the new ones below - that way if you run 
into unexpected problems, you can adjust the config files easier; print out 
the config files and keep them in a master notebook for the project, in case 
of something unexpected cropping up.

On Thursday 05 December 2002 07:51 am, you wrote:
> *** Sent this already, doesn't seem to have arrived so I'm sending it again
> ***
>
> Hi guys,
>
> I just got something of a promotion and I've been asked to change the
> network over to hardware/software/OS over to something more professional.
>
> my plans are:
>
> - Mandrake Linux on all box's that will take it. (I thought about a unix
> variant (Solaris specifically), but I'm now more familiar with Linux, and
> most familiar with Mandrake. plus I decided to support the movement :-)
> - Rack mount servers with Hotswap SCSI UW harddisks, two per box setup to
> mirror. (speed not that important, at least initially.)
> - Digital switch for single monitor/keyboard/mouse per rack tower.
> - Mail (postfix, amavisd-new, spamassasin), Web (apache extranet), DNS
> (DynDNS (if I can figure out how to change over from Bind9.x)) servers.
> - Master router/firewall, preferably hardware, but linux box if easier.
> must be able to handle NAT and straight routing at the same time on
> different interfaces. and must be able to handly two NET connections and
> switch between the two if one goes down. (say for example two ADSL
> connections, or a T1 and a backup ADSL.)
>
>
> My Questions are:
>
> 1. SCSI controllers/drives and hotswap... can linux handle hotswapping? And
> whats the best controller cards to use? I have heard many a complaint about
> Adaptec cards and the like.. whats the best supported trouble free card?
>
> 2. Hardware router/firewall setup, anyone have any suggetions here??? a box
> capable of handling multiple connections and offer NAT AND routing to
> different interfaces on the back of the unit?
>
> 3. Whats the best prefab backup system for linux box's??? (don't tell me
> its tar.. I was hoping for something more inclusive).
>
> 4. DYNDNS. I have working BIND9 installs, and I am not used to Dyndns, but
> the config pages on Bernsteins site read like gibberish to me, I want to
> edit a config file or two like with BIND.. is there a way of doing that??
>
> 5. Multiple CPU's, I was thinking of using Dual AMD CPU's on the mail and
> web servers.. the mail and web will be doing all the mail and sites for
> about 100 websites and is likely to have some high usage statictics as time
> goes on..  Is this a good idea or should I just create multiple web/mail
> servers and configure them via round robin or similiar??
>
> Any hardware tips, suggestions, flames etc about config and stuff from
> those of you using this stuff would be most appreciated.
>
>
> kindest regards
>
> Frank


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



Re: [expert] openPGP

2002-12-06 Thread Vox

This time Vox <[EMAIL PROTECTED]> 
becomes daring and writes:

> This time Todd Lyons <[EMAIL PROTECTED]> 
> becomes daring and writes:
>
>> Vox wrote on Fri, Dec 06, 2002 at 01:25:02PM -0600 :
>>> 
>>> > Normally this message would fail because there would be a "-- " for the
>>> > start of the sig and something converted it to "--=20".  Of course
>>> > since
>>>   So sympa breaks signatures if you have a sig-separator that follows
>>>   the standards??? KILL SYMPA!!!
>>
>> Only sometimes.  It's really weird.  The one that I said normally would
>> have failed actually came through ok.  It depends on the day and the
>> wind direction I guess :)
>>
>> Blue skies...Todd
>
>   Uhm...that message and this message don't come through as signed, at
>   least not to me...is there something missing here?

Uhm...I just checked the source of Todd's email...and it says it's
signed, the sig is there...but gnus doesn't mark it as
signedweird as hell...now I'm gonna go bug the gnus people to
see why the hell it isn't showing Todd's messages as signed...tho
I just went back through my expert@ mail and just noticed (yes, I
know I pay attention :P :) that starting from Todd's first mail to
the list on Nov 12 the signature marker disappeared from his
mails...uhm...Todd, what did you change back then? 

Vox, who is going to have to start investigating wth is going on

-- 
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.



msg62301/pgp0.pgp
Description: PGP signature


Re: [expert] openPGP

2002-12-06 Thread Vox

This time Todd Lyons <[EMAIL PROTECTED]> 
becomes daring and writes:

> Vox wrote on Fri, Dec 06, 2002 at 01:25:02PM -0600 :
>> 
>> > Normally this message would fail because there would be a "-- " for the
>> > start of the sig and something converted it to "--=20".  Of course
>> > since
>>   So sympa breaks signatures if you have a sig-separator that follows
>>   the standards??? KILL SYMPA!!!
>
> Only sometimes.  It's really weird.  The one that I said normally would
> have failed actually came through ok.  It depends on the day and the
> wind direction I guess :)
>
> Blue skies... Todd

  Uhm...that message and this message don't come through as signed, at
  least not to me...is there something missing here?

  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.



msg62300/pgp0.pgp
Description: PGP signature


Re: [expert] openPGP

2002-12-06 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vox wrote on Fri, Dec 06, 2002 at 01:25:02PM -0600 :
> 
> > Normally this message would fail because there would be a "-- " for the
> > start of the sig and something converted it to "--=20".  Of course
> > since
>   So sympa breaks signatures if you have a sig-separator that follows
>   the standards??? KILL SYMPA!!!

Only sometimes.  It's really weird.  The one that I said normally would
have failed actually came through ok.  It depends on the day and the
wind direction I guess :)

Blue skies...   Todd
- -- 
   MandrakeSoft USA   http://www.mandrakesoft.com
  cat /boot/vmlinuz > /dev/dsp  #for great justice
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-1mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE98Pq5lp7v05cW2woRAvXyAJ9bunsEvqN2mKGVAt0BZc2Cn3vxtQCfeS3d
4W6YZjzcFTyJTKKu68Mw7CI=
=E5+9
-END PGP SIGNATURE-


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



Re: [expert] openPGP

2002-12-06 Thread Vox

This time Todd Lyons <[EMAIL PROTECTED]> 
becomes daring and writes:

> Vincent Danen wrote on Fri, Dec 06, 2002 at 10:36:55AM -0700 :
>> 
>> I wish I could remember what triggered it exactly.  But that's a basic 
>> sum up.  Maybe Todd remembers.
>
> Normally this message would fail because there would be a "-- " for the
> start of the sig and something converted it to "--=20".  Of course
> since

  So sympa breaks signatures if you have a sig-separator that follows
  the standards??? KILL SYMPA!!!

  Vox, who should start a kill-sympa petition...

-- 
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.



msg62298/pgp0.pgp
Description: PGP signature


Re: [expert] Keyserver (was: openPGP)

2002-12-06 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wolfgang Bornath wrote on Fri, Dec 06, 2002 at 06:40:42PM +0100 :
> 
> This makes sense. My GnuPG cannot validate your public key because it
> only asks the common keyserver. Why is your public key not known to
> [EMAIL PROTECTED]?

I cannot get anything from keys.pgp.net:

[todd@fiji ~/Mail]$ gpg --keyserver keys.pgp.net --recv-keys fe6f2afd
gpg: can't get key from keyserver: No such file or directory
gpg: Total number processed: 0

But I can from a couple of others:

[todd@fiji ~/Mail]$ gpg --keyserver wwwkeys.us.pgp.net --recv-keys fe6f2afd
gpg: key FE6F2AFD: "Vincent Danen <[EMAIL PROTECTED]>" 2 new user IDs
gpg: key FE6F2AFD: "Vincent Danen <[EMAIL PROTECTED]>" 17 new signatures
gpg: Total number processed: 1
gpg:   new user IDs: 2
gpg: new signatures: 17

[todd@fiji ~/Mail]$ gpg --keyserver www.mandrakesecure.net --recv-keys
fe6f2afd
gpg: key FE6F2AFD: "Vincent Danen <[EMAIL PROTECTED]>" not changed
gpg: Total number processed: 1
gpg:  unchanged: 1

There was one other one that I could not get them from, but I can't
remember now.  It's been a while.

> I mean, there is no sense to sign a public mail in a mailing list when
> nobody can verify the signature because the key is not available on a
> public keyserver.

Agreed.

Blue skies...   Todd
- -- 
| MandrakeSoft USA | Sometimes you get what you want. |
| http://www.mandrakesoft.com  | Sometimes you get experience.|
| http://www.mandrakelinux.com |--unknown origin  |
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-1mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE98PcClp7v05cW2woRAsUcAKCnrrVsMpNvBVmuGGbaPjSKuIrnTQCgvgtJ
LBig3LQ9hWdJpc54DsJIEoE=
=UVdQ
-END PGP SIGNATURE-


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



Re: [expert] Geheimnis

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 06 December 2002 01:52 pm, Guy Van Sanden wrote:
> Thanks Martin and Jim
>
> I've got both kgpg and seahorse running now, I'll see which one I like
> best.

Running Mandrake 8.2:
Seahorse runs great for me...kgpg is useless (to me).  The cooker source rpm 
is bogus (it fails to return valid resource something or other according to 
rpmfind).  Trying to build it anyway fails on some docbook-related nonsense.  
There are NO indications on the src rpm page for kgpg about what it requires, 
certainly nothing about docbook.

I also tried simply installing the sourceforge version.  Nope, wont run.  It 
craps out complaining about an inability to open libGL.so.2.  First off, I 
have an NVidia and use the very nice NVidia driver for all video.  Second, I 
DO have a libGL.so.2 installed. Third, what the hell does a simple KDE app 
need opengl for anyway?!  It ain't a game, its MERELY a KDE/QT-based frontend 
to gpg.  

Kgpg goes down the toilet and seahorse wins by default.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98PZ/mkm5RO1gX9cRAlORAKC4qgGFKASrQWcO92zSdirXCxIPawCgmOPG
osSqUVSzgbQyJtTzbc0xxIY=
=/xtN
-END PGP SIGNATURE-


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



Re: [expert] openPGP

2002-12-06 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vincent Danen wrote on Fri, Dec 06, 2002 at 10:36:55AM -0700 :
> 
> I wish I could remember what triggered it exactly.  But that's a basic 
> sum up.  Maybe Todd remembers.

Normally this message would fail because there would be a "-- " for the
start of the sig and something converted it to "--=20".  Of course since
this is within a signed area, it will then fail the signature.  It
doesn't do it for all of them, only some.  Not sure why.

Blue skies...   Todd
- -- 
...and I will strike down upon thee with great vengeance and furious
 anger, those who attempt to poison and destroy my binaries, and you 
will know my name is root, when I lay my vengeance upon thee.
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-1mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE98PXalp7v05cW2woRAkFaAJ9gMyVhXPkSLP+diQF1Wd2qkn+A3ACcC6TZ
o0C/4hZgft+XZC1q0m9iAq0=
=UXBg
-END PGP SIGNATURE-


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



Re: [expert] PPTP VPN with SNF

2002-12-06 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James Dawson wrote on Thu, Dec 05, 2002 at 10:15:33PM -0600 :
> Has anyone implemented a PPTP VPN (such as PoPToP) with Mandrake SNF?
> If PPTP cannot be implemented on SNF (or can only with great difficulty) can 
> anyone recommend another web-managed firewall product? 

Are you trying to put the poptop server *ON* the firewall or *BEHIND*
the firewall.  If set one up behind the firewall before.  It's not very
difficult, but I was using shorewall instead of bastille.

Blue skies...   Todd
- -- 
Never take no as an answer from someone who's not authorized to say yes.
--Ben Reser on Cooker ML
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-1mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE98POHlp7v05cW2woRAprTAJ9L6kedAyBUCD6PAOuR60uwSeIsRgCdGlPG
1mFRpFMSguG4wGvsTG6oRs8=
=8A9K
-END PGP SIGNATURE-


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



Re: [expert] linux on nvidia nforce

2002-12-06 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Williamson wrote on Fri, Dec 06, 2002 at 09:08:19PM +1100 :
> > 
> On the installation of the Mandrake Linux just install as like any other
> PC, till the part were LILO is to be configured, and make sure that the
> "mem=" gets added to the append line in the lilo config that is 
> "mem=(The amount of RAM less how much the Video card uses)" or the

That's a nice easy workaround.  The way I got it to work (with a
customer, I wasn't actually at the machine) was by installing cooker
kernel 2.4.20-1mdk,but that's not a recommended method for just anybody.

Blue skies...   Todd
- -- 
   MandrakeSoft USA   http://www.mandrakesoft.com
  cat /boot/vmlinuz > /dev/dsp  #for great justice
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-1mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE98PMTlp7v05cW2woRAto9AKDAELhGddO5KnQi/HrK/VwHtMWg8gCgwG4j
KJw0VIslmpLx0sYR2VedGzY=
=V38+
-END PGP SIGNATURE-


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



Re: [expert] Geheimnis

2002-12-06 Thread Guy Van Sanden
Thanks Martin and Jim

I've got both kgpg and seahorse running now, I'll see which one I like
best.

Kind regards

Guy

-- 
Guy Van Sanden <[EMAIL PROTECTED]>



signature.asc
Description: This is a digitally signed message part


Re: [expert] openPGP

2002-12-06 Thread Vox

This time Vincent Danen <[EMAIL PROTECTED]> 
becomes daring and writes:

> On Friday, December 6, 2002, at 10:26 AM, Martin Fahrendorf wrote:
>
>> there is something weired in this mailinglist. All mails from me
>> and
>> from vox gets a warning with invalid signature. someon is changeing
>> the content on the way (and it is not my mailserver). there are
>> changes from '=2D' to a '-'.
>>>
>>> In some, not so rare, instances, sympa will rewrite messages and
>>> insert
>>> MIME data instead of regular text data which, of course, screws up gpg
>>> sigs.
>>>
>>> ezmlm-idx, which runs the MandrakeSecure lists, doesn't have this
>>> peculiar behaviour.  Todd Lyons and I tracked down sympa as the
>>> culprit
>>> a few months ago, but I'm not sure what the reason for sympa doing it
>>> was (it was a particular characteristic of an email).  Something
>>> like a
>>> space behind a triple dash or something.
>>
>> Ah,
>>
>> thanks. Nice to know.
>
> I wish I could remember what triggered it exactly.  But that's a basic
> sum up.  Maybe Todd remembers.
>
> Anyways, one day sympa really needs to be retired, for things like
> this.

  And I hope that day comes up SOON!

  Vox, who still hates sympa (and the reason is finally known for
  those that hadn't heard about sympa's love of mungling signed mails)

-- 
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.



msg62291/pgp0.pgp
Description: PGP signature


Re: [expert] Samba

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 06 December 2002 12:40 pm, Marek wrote:
> Hi
>
> When the new samba packages are installed from Mandrake updates, there
> is an option to keep the smb.conf file or use the smb.conf.rpmnew file.
> Which would be the correct one to use ?
>
> I choose to use the smb.conf so if this is incorrect how do i revert to
> the smb.conf.rpmnew ?

If you have a currently fully working samba setup, you should stick with 
smb.conf.  The smb.conf.rpmnew is just that, a new, default smb config file.  
If you haven't setup samba on your system, then it wont matter.

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98OOVmkm5RO1gX9cRAqI6AKCScQjMTBzfJMBRSMLPLBvIjoBcAwCfURQE
A1qG3ou2c5t3bHGJ25T+EAQ=
=cUa2
-END PGP SIGNATURE-


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



[expert] Samba

2002-12-06 Thread Marek
Hi

When the new samba packages are installed from Mandrake updates, there
is an option to keep the smb.conf file or use the smb.conf.rpmnew file.
Which would be the correct one to use ?

I choose to use the smb.conf so if this is incorrect how do i revert to
the smb.conf.rpmnew ?

--
/Marek
\\Pawinski.net





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



[expert] Keyserver (was: openPGP)

2002-12-06 Thread Wolfgang Bornath
On Fri, Dec 06, 2002 at 15:01 +0100, Martin Fahrendorf wrote:
> 
> no, not realy. you can download my public key form 'blackhole.pca.dfn.de' 
> or I can send you my public key by mail. Then mutt should say that the  
> signature does not match the mail (because the content was changed).

This makes sense. My GnuPG cannot validate your public key because it
only asks the common keyserver. Why is your public key not known to
[EMAIL PROTECTED]?

I mean, there is no sense to sign a public mail in a mailing list when
nobody can verify the signature because the key is not available on a
public keyserver.

And I will surely not go so far to send a mail to you or inquire at any
other address just to make sure that it was you who asked about this
minor glitch of the mailing list server.

wobo 
-- 
If you don't understand or are scared by any of the above
ask your parents or an adult to help you.
  


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



Re: [expert] openPGP

2002-12-06 Thread Vincent Danen

On Friday, December 6, 2002, at 10:26 AM, Martin Fahrendorf wrote:


there is something weired in this mailinglist. All mails from me 
and
from vox gets a warning with invalid signature. someon is changeing
the content on the way (and it is not my mailserver). there are
changes from '=2D' to a '-'.

In some, not so rare, instances, sympa will rewrite messages and 
insert
MIME data instead of regular text data which, of course, screws up gpg
sigs.

ezmlm-idx, which runs the MandrakeSecure lists, doesn't have this
peculiar behaviour.  Todd Lyons and I tracked down sympa as the 
culprit
a few months ago, but I'm not sure what the reason for sympa doing it
was (it was a particular characteristic of an email).  Something like 
a
space behind a triple dash or something.

Ah,

thanks. Nice to know.


I wish I could remember what triggered it exactly.  But that's a basic 
sum up.  Maybe Todd remembers.

Anyways, one day sympa really needs to be retired, for things like this.

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



PGP.sig
Description: PGP signature


[expert] GPG encrypted disk image

2002-12-06 Thread Guy Van Sanden
Hello everyone

I've been looking arround for a way to use a PGP(/GPG) encrypted disk
image on Linux.  PGPdisk seems to provide it for windows (although the
fact that the underlying OS is insecure neutralises the security).

What I have in mind is a disk image with a filesystem on it that
provides on the fly encryption with gnupg.
That part is easy, but it should be mounted without decrypting it to
disk first (avoiding a vulnerable copy that can be recovered).

let's say that I have an image called /home/gvs/safe.imgpg.
It should be mounted with something like 'mount -t gpg_img
/home/gvs/safe.imgpg /home/gvs/safe, where you put your passphrase in.

The trick is that the image should never be fully decrypted, if the
system is powered off without unmounting, the image should remain
encrypted.
Using OpenPGP for the encryption has the advantage over other encrypted
filesystems that you need both the private key and the passphrase to
decrypt it, which makes it safe to transport it over insecure channels
(like ftp).

Maybe some option can be added, setting a timeout for the passphrase
(next access needs it to be re-entered).

Has anyone ever heard of something like this?
Or any ideas how exactly this can be pieced together with existing
programs?

Thanks in advance

Guy


-- 
Guy Van Sanden <[EMAIL PROTECTED]>



signature.asc
Description: This is a digitally signed message part


Re: [expert] openPGP

2002-12-06 Thread Martin Fahrendorf
Am Freitag, 6. Dezember 2002 18:10 schrieb Vincent Danen:
> On Friday, December 6, 2002, at 07:01 AM, Martin Fahrendorf wrote:
> >>> there is something weired in this mailinglist. All mails from me and
> >>> from vox gets a warning with invalid signature. someon is changeing
> >>> the content on the way (and it is not my mailserver). there are
> >>> changes from '=2D' to a '-'.
>
> In some, not so rare, instances, sympa will rewrite messages and insert
> MIME data instead of regular text data which, of course, screws up gpg
> sigs.
>
> ezmlm-idx, which runs the MandrakeSecure lists, doesn't have this
> peculiar behaviour.  Todd Lyons and I tracked down sympa as the culprit
> a few months ago, but I'm not sure what the reason for sympa doing it
> was (it was a particular characteristic of an email).  Something like a
> space behind a triple dash or something.

Ah,

thanks. Nice to know.

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

-- 

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

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

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




msg62285/pgp0.pgp
Description: signature


Re: [expert] openPGP

2002-12-06 Thread Vincent Danen

On Friday, December 6, 2002, at 07:01 AM, Martin Fahrendorf wrote:


there is something weired in this mailinglist. All mails from me and
from vox gets a warning with invalid signature. someon is changeing
the content on the way (and it is not my mailserver). there are
changes from '=2D' to a '-'.


In some, not so rare, instances, sympa will rewrite messages and insert 
MIME data instead of regular text data which, of course, screws up gpg 
sigs.

ezmlm-idx, which runs the MandrakeSecure lists, doesn't have this 
peculiar behaviour.  Todd Lyons and I tracked down sympa as the culprit 
a few months ago, but I'm not sure what the reason for sympa doing it 
was (it was a particular characteristic of an email).  Something like a 
space behind a triple dash or something.

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



PGP.sig
Description: PGP signature


RE: [expert] Netscape 4.x on Mandrake 9

2002-12-06 Thread Guy Van Sanden
I already dumped my previous bank because their internetbanking works
only on Windows (IE)...
There are not many banks in Belgium, a lot of them don't have
Internetbanking yet.  AFAIK, this one is the only one that has anything
even working on Linux... 

> Might I suggest taking your business elsewhere and sending a nice letter to
> someone *not* in the IT department explaining why? It might not get them to
> change anything, but it will at least get someone's attention...

-- 
Guy Van Sanden <[EMAIL PROTECTED]>



signature.asc
Description: This is a digitally signed message part


Re: [expert] linux on nvidia nforce

2002-12-06 Thread Mark Chou

Mark (Williamson), thanks for the pointers.  It gives me more confidence to actually 
go get a nForce 2 board.

You wouldn't happen to know if the drives are running in DMA mode despite setting the 
"USEDMA=0" in /etc/sysconfig/harddisks?  It would be a shame if it were still running 
PIO.

Also do you get DD encoding (in Linux) for sound w/ this board? 

Thanks! 


---


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



[expert] Postfix overrides not working....

2002-12-06 Thread David Guntner
I'm using header_checks and body_checks to help do some spam filtering.  I 
want to have it listen on another port than 25 as well, for unfiltered 
processing (when I get spam via a POP3 fetch from another account, it's 
hard to report said spam when your mail server filters and rejects it :).  
In /etc/postfix/master.cf, I've set the following lines:

{xx}  inetn   -   y   -   -   smtpd
  -o content_filter=
  -o header_checks=
  -o body_checks=
  -o myhostname={different hostname for testing}
  -o smtpd_client_restrictions=permit_mynetworks,reject
  -o smtpd_helo_restrictions=
  -o smtpd_sender_restrictions=
  -o smtpd_recipient_restrictions=permit_mynetworks,reject

Where {xx} is the port number I'm telling it to listen on (and it's behind 
a firewall, so unless you're on the local network, you can't get to that 
port).  When I connect to that alternate port, I get my SMTP greeting and 
can send mail.  The problem is that it's still filtering based on the 
header_checks, etc., that's setup in my main.cf file.  For some reason, the 
overrides don't seem to be taking, other than for myhostname (at least, the 
SMTP greeting banner shows the test hostname I've put in there for 
debugging purposes).

Anyone have any ideas why this isn't working?

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



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



Re: [expert] xine dvd playing

2002-12-06 Thread J. Grant
Hi,

Well I have it working now, i just click on the d5d button on the GUI, 
DVD button still does not work, i guess thats just the inbuilt code etc.

thanks for the info

JG

Steffen Barszus wrote:
input_dvd: Sorry, this plugin doesn't play encrypted DVDs. The legal status
   of CSS decryption is unclear and we can't provide such code.
   Please check http://dvd.sf.net for more information.
input_dvd: Unable to find >VIDEO_TS.VOB< on dvd.
input_dvd: Unable to find >VIDEO_TS.VOB< on dvd.
xine: cannot find input plugin for this MRL
xine_stop



Oh didn't read that :))  Try xine-d5d  (plf)





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



[expert] Hardrake doesn't see my serial ports?

2002-12-06 Thread Lorne
Okay, I'm feeling really stupid. I want to set up a box via (null modem) 
serial cable. It is an openbsd configuration that needs a serial connect. 
Problem is it just now occurs to me that my mandrake 9.0 box doesn't 
recognize I have any serial ports. ??? What is up with that? XP sees them 
fine. Hard drake sees like 6 usb ports  but no serial. I went to do a makedev 
and that doesn't even exist. ?? 

Has it  be changed to something better? Serial is pretty darned basic. And 
while I'm at it, what happened to the hardware detection routine when booting 
that mandrake had that would detect a change? That is either broken or 
removed?



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



Re: [expert] Updating SNF

2002-12-06 Thread Lorne
On Thursday 05 December 2002 10:47 pm, Jack Coates wrote:
> On Thu, 2002-12-05 at 18:46, Lorne wrote:
> > On Thursday 05 December 2002 08:49 am, Mark Weaver wrote:
> > > KevinO wrote:
> > > > -BEGIN PGP SIGNED MESSAGE-
> > > > Hash: SHA1
> > > >
> > > > Mark Weaver wrote:
> > > >>You mean you learned "nothing" about iptables and how to use them
> > > >> during that time using SNF?
> > > >
> > > > It was a learning experience.
> > > > I stand corrected...
> > > >
> > > >
> > > > - --
> > > > KevinO
> > >
> > > you know...I've heard peanut linux is quite interesting and fits on a
> > > floppy. (course I could be wrong - it's happened before.) I wonder if
> > > one could fit Peanut and iptables on a floppy and run the firewall
> > > thata way?
> >
> > I've used coyte-linux for years. http://www.coyote-linux.com I am pretty
> > sure. It all goes on a floppy disk. DHCP client on the outside interface
> > and DHCP server on the inside SSH and much more. VERY cool.
> >
> > > Mark
>
> This is another fork from the LRP tree, with a GUI configger.

True... and not quite true. You can get a linux version that is not gui.

> Commercial.

The linux non gui version is NOT commercial. It is a shell script that leads 
you question by question and when it is done asking you questions, it then 
compiles the packages and settings and places them on a floppy for you. You 
can create a floppy in about 5 minutes. Cost = 0.00



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



Re: [expert] xfs_support.

2002-12-06 Thread Damian Gatabria
>
> Modify mkinitrd not to look for xfs_support (and keep the old one around

i wasn't aware about mkinitrd being a bash script! i just commented out
the lines about xfs_support and xfs_dmapi

> in case you want to switch to an older kernel that needs it).
> DISCLAIMER: I didn't try 2.5.x, but 2.4.20 doesn't need and xfs_support
> module.

All newer implementations of XFS include all the code in xfs.o. This
is supposed to reduce the overhead on the kernel.

thanks for your help Luca.


Damian



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



RE: [expert] Netscape 4.x on Mandrake 9

2002-12-06 Thread JOHAM,DAVID (HP-Boise,ex1)

Might I suggest taking your business elsewhere and sending a nice letter to
someone *not* in the IT department explaining why? It might not get them to
change anything, but it will at least get someone's attention...

David

-Original Message-
From: Guy Van Sanden [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 06, 2002 1:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Netscape 4.x on Mandrake 9


Thanks for the help guys.

I tried setting the ID already, the thing is that the application isn't
checking them, it starts on Mozilla, but hangs at the start.
Their support is no use because they sing the "Use 4.x mantra" every
time.  They have not intention whatsoever of supporting newer non
IE-browsers.

Thanks Xavier, I'll try the 8.1 RPM's.

The bank in question is Argenta - Belgium (www.argenta.be) by the way.

Kind regards

Guy


 --
Guy Van Sanden <[EMAIL PROTECTED]>




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



RE: [expert] Directive Help in Apache

2002-12-06 Thread Carter Harris
In my httpd.conf, I have a directive AddModule mod_log.c; right now its
commented out.
When I uncomment it, a warning message is displayed saying it is already
loaded.  Could it be that it is not loaded and therefore the
DirectoryIndex directive is never getting executed since it is inside a
?

Does the mod_dir.c run as its own process?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of J. Craig Woods
Sent: Friday, December 06, 2002 7:32 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Directive Help in Apache



H. Carter Harris wrote:
> I've been fooling with this for several days and I'm not making much
> headway.  I could really use some expert help.
> 
> I'm working my way through the ORielly book on Apache and they don't
> set things up like Mandrake.  I don't want to mess up the Mandrake 
> conf because I want to go back to it later.  So I have a small website

> setup for testing.
> 
> I can't get the DirectoryIndex directive to work.  When I go to the
> website I can't get the index.html page to display unless I type it as

> part of the URL.  For example, I have to enter the URL
> "http://www.domain.com/index.html"; in the browser and I should only 
> have to type "http://www.domain.com";.
> 
> I have the LoadModule directive in for dir_module and the
> DirectoryIndex was copied from the Mandrake installed httpd.conf.  
> Other directives in the conf file work fine.
> 

Mandrake does have its peculiarities when it comes to Apache Web Server.

  What file types are you listing with your "DirectoryIndex"? And what 
file is this entry being made in, commonhttpd.conf or httpd.conf ?

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









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



RE: [expert] Directive Help in Apache

2002-12-06 Thread Carter Harris
In the test environment I have setup I am only using the httpd.conf
file.  The test httpd.conf is very short.  I have a couple of LoadModule
lines (to create the access_log and mod_dir so I can use the
DirectoryIndex directive.  I could send a copy if you want.

The file types are the same as in the httpd.conf setup by Mandrake when
Apache was installed.  I copied the lines from there.  It is wrapped in
an If statement to verify that the mod_dir is loaded.





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of J. Craig Woods
Sent: Friday, December 06, 2002 7:32 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Directive Help in Apache



H. Carter Harris wrote:
> I've been fooling with this for several days and I'm not making much 
> headway.  I could really use some expert help.
> 
> I'm working my way through the ORielly book on Apache and they don't 
> set things up like Mandrake.  I don't want to mess up the Mandrake 
> conf because I want to go back to it later.  So I have a small website

> setup for testing.
> 
> I can't get the DirectoryIndex directive to work.  When I go to the 
> website I can't get the index.html page to display unless I type it as

> part of the URL.  For example, I have to enter the URL 
> "http://www.domain.com/index.html"; in the browser and I should only 
> have to type "http://www.domain.com";.
> 
> I have the LoadModule directive in for dir_module and the 
> DirectoryIndex was copied from the Mandrake installed httpd.conf.  
> Other directives in the conf file work fine.
> 

Mandrake does have its peculiarities when it comes to Apache Web Server.

  What file types are you listing with your "DirectoryIndex"? And what 
file is this entry being made in, commonhttpd.conf or httpd.conf ?

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






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



Re: [expert] openPGP

2002-12-06 Thread Martin Fahrendorf
Am Freitag, 6. Dezember 2002 12:50 schrieb Wolfgang Bornath:
> On Fri, Dec 06, 2002 at 12:03 +0100, Martin Fahrendorf wrote:
> Content-Description: signed data
>
> > Hm,
> >
> > there is something weired in this mailinglist. All mails from me and
> > from vox gets a warning with invalid signature. someon is changeing
> > the content on the way (and it is not my mailserver). there are
> > changes from '=2D' to a '-'.
>
> Hallo neighbour (living in the same town!),
>
> What I see in Mutt is:
>
> "gpg: Unterschrift vom Fre 06 Dez 2002 12:03:04 CET, DSA Schlüssel ID
> C9DAC8A4
> gpg: Unterschrift kann nicht geprüft werden: Öffentlicher Schlüssel
> nicht gefunden"
>
> For the non-German readers:
> "gpg: Signature cannot be verified: No public key found"
>
> I checked the connection to the keyserver by letting a friend send a
> signed mail and it worked all right.
> Don't know whether this has anything to do with your question, though.

no, not realy. you can download my public key form 'blackhole.pca.dfn.de' 
or I can send you my public key by mail. Then mutt should say that the  
signature does not match the mail (because the content was changed).
>
> wobo

Martin
-- 

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

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

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




msg62272/pgp0.pgp
Description: signature


Re: [expert] Low-Latency Patch for 2.4.20

2002-12-06 Thread Mike Morrell
These may be what you want:

http://members.optusnet.com.au/ckolivas/kernel/

--- Rick Friedman <[EMAIL PROTECTED]> wrote:
> Quick question...
> 
> Does anyone know if there is a low-latency patch
> available for kernel
> 2.4.20?
> 
> I was running 2.4.19 with BOTH the preempt kernel
> patch and the
> low-latency patch applied. I have applied the
> preempt patch to 2.4.20
> but have been unable to find a low-latency patch for
> it. 
> 
> TIA,
> Rick
> 
> 
> 
> > Want to buy your Pack or Services from
MandrakeSoft?
> 
> Go to http://www.mandrakestore.com
> 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


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



Re: [expert] Directive Help in Apache

2002-12-06 Thread J. Craig Woods

H. Carter Harris wrote:

I've been fooling with this for several days and I'm not making much
headway.  I could really use some expert help.

I'm working my way through the ORielly book on Apache and they don't set
things up like Mandrake.  I don't want to mess up the Mandrake conf because
I want to go back to it later.  So I have a small website setup for testing.

I can't get the DirectoryIndex directive to work.  When I go to the website
I can't get the index.html page to display unless I type it as part of the
URL.  For example, I have to enter the URL
"http://www.domain.com/index.html"; in the browser and I should only have to
type "http://www.domain.com";.

I have the LoadModule directive in for dir_module and the DirectoryIndex was
copied from the Mandrake installed httpd.conf.  Other directives in the conf
file work fine.



Mandrake does have its peculiarities when it comes to Apache Web Server. 
 What file types are you listing with your "DirectoryIndex"? And what 
file is this entry being made in, commonhttpd.conf or httpd.conf ?

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


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



Re: [expert] rpm failure in wu-ftpd installation

2002-12-06 Thread ddc_prueba
SOLVED!!!

It was reporting:
ftp: connect: Connection refused
ftp> bye


I played with xinetd and looked in /var/log/syslog
I got among many more errors:
Dec  6 09:28:40 athlon xinetd[27346]: socket creation failed (Address
family not supported by protocol (errno = 97)). service = ftp
Dec  6 09:28:40 athlon xinetd[27346]: xinetd Version 2001.12.03 started
with ipv6 libwrap options compiled in.

That's it! I had installed xinetd-ipv6 and had no ip6 support in kernel.
Removed xinetd-ipv6 and restarted xinetd  SOLVED!!! (It all came
when I did some failed attempts to upgrade from 8.2 to 9.0 rpm's by hand
as the installer fails :-((


Thank you for your interest once more!!!


El jue, 05-12-2002 a las 03:01, [EMAIL PROTECTED] escribió:
> On 4 Dec 2002, ddc_prueba wrote:
> 
> > Thank you very much, Mr. Kwan.
> > 
> > I was trying the 2nd option (get the macros from a mdk90 box) but as it
> > was getting too long and I was too busy I ended doing the other option.
> > 
> > Now wu-ftpd is installed, but still I can not log in!!!
> > 
> > Thanx once more. I'll see if I can step over this error up to the next
> > error ;-)))
> 
> What errors are you getting in wu-ftpd? 
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
   Diego  Dominguez 
  __/\__  
 |  | 
 Andalucia  /\  Spain
\/
 |__  __| 
\/


___
Yahoo! Messenger
Nueva versión: Webcam, voz, y mucho más ¡Gratis!
Descárgalo ya desde http://messenger.yahoo.es


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



Re: [expert] rpm failure in wu-ftpd installation

2002-12-06 Thread ddc_prueba
It is solved now.

It was reporting:
ftp: connect: Connection refused
ftp> bye


I played with xinetd and looked in /var/log/syslog
I got among many more errors:
Dec  6 09:28:40 athlon xinetd[27346]: socket creation failed (Address
family not supported by protocol (errno = 97)). service = ftp
Dec  6 09:28:40 athlon xinetd[27346]: xinetd Version 2001.12.03 started
with ipv6 libwrap options compiled in.

That's it! I had installed xinetd-ipv6 and had no ip6 support in kernel.
Removed xinetd-ipv6 and restarted xinetd  SOLVED!!!


Thanx for your interest.




El jue, 05-12-2002 a las 02:03, James Sparenberg escribió:
> On Wed, 2002-12-04 at 11:35, ddc_prueba wrote:
> > Thank you very much, Mr. Kwan.
> > 
> > I was trying the 2nd option (get the macros from a mdk90 box) but as it
> > was getting too long and I was too busy I ended doing the other option.
> > 
> > Now wu-ftpd is installed, but still I can not log in!!!
> > 
> > Thanx once more. I'll see if I can step over this error up to the next
> > error ;-)))
> 
> Having missed previous parts of this thread, this may have been covered.
> But in previous releases of MDK you would need to go into /etc/xinetd.d
> and edit the file wu-ftpd so that instead of disable = yes becomes
> disable = no and then restart xinetd (/etc/init.d/xinetd restart) to get
> it working.
> 
> James
> 
> > 
> > 
> > El jue, 28-11-2002 a las 20:55, [EMAIL PROTECTED] escribió:
> > > On 28 Nov 2002, ddc_prueba wrote:
> > > 
> > > > I looked into /usr/lib/rpm/macros and saw nothing weird (thougth don't
> > > > know exactly how it shoul be).
> > > > 
> > > > Also, I did a:
> > > > rpm -Uvh --force --allfiles rpm-4.0.3-10mdk.i586.rpm
> > > > 
> > > > but it is still with the same problem :-((
> > > > 
> > > > Any more bet? ( Thanx a lot for your interest! )
> > > 
> > > Sure...
> > > Try this:
> > >   Install the source rpm first. If you're doing this as root, go to
> > >   /usr/src/RPM/SPECS or wherever your RPM installation directory is.
> > >   In the ./SPECS directory you'll see the wu-ftpd.spec file. Take a look
> > >   at this file in your editor.  The lines of interest are:
> > > 
> > >   %pre
> > >   %_pre_useradd ftp /var/ftp /bin/false
> > >   
> > >   This is where the installation is failing. This line will add a user
> > >   called ftp, with home directory of /var/ftp and /bin/false as the
> > >   shell. The %_pre_useradd is a macro that exists in 9.0 but not in 8.0.
> > >   There are two ways around it -- either delete the %pre section
> > >   entirely then rebuild the package or copy the _pre_useradd macro from
> > >   a 9.0 system into the 8.0 /usr/lib/rpm/macros file. To do the former:
> > > 
> > >  1) delete the %pre and %pre_useradd lines then save the spec file.
> > >  2) rpm -ba wu-ftpd.spec
> > >  3) Create an ftp user if it doesn't exist with the above shell,
> > >  dir,etc..
> > >  4) Install the newly created RPM.
> > > 
> > >   And for the latter:
> > >  1) Extract the /usr/lib/rpm/macros file from a 9.0 system. 
> > >  2) Copy the %_pre_useradd macro to the 8.2 system.
> > >  3) Install the binary package you created.
> > > 
> > > 
> > > 
> > > 
> > 
> > > Want to buy your Pack or Services from MandrakeSoft? 
> > > Go to http://www.mandrakestore.com
> > -- 
> >Diego  Dominguez 
> >   __/\__  
> >  |  | 
> >  Andalucia  /\  Spain
> > \/
> >  |__  __| 
> > \/
> > 
> > 
> > ___
> > Copa del Mundo de la FIFA 2002
> > El único lugar de Internet con vídeos de los 64 partidos.
> > ¡Apúntante ya! en http://fifaworldcup.yahoo.com/fc/es/
> > 
> > 
> > 
> 
> > 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
-- 
   Diego  Dominguez 
  __/\__  
 |  | 
 Andalucia  /\  Spain
\/
 |__  __| 
\/


___
Yahoo! Messenger
Nueva versión: Webcam, voz, y mucho más ¡Gratis!
Descárgalo ya desde http://messenger.yahoo.es


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



Re: [expert] openPGP

2002-12-06 Thread Wolfgang Bornath
On Fri, Dec 06, 2002 at 12:03 +0100, Martin Fahrendorf wrote:
Content-Description: signed data
> Hm,
> 
> there is something weired in this mailinglist. All mails from me and from 
> vox gets a warning with invalid signature. someon is changeing the content 
> on the way (and it is not my mailserver). there are changes from '=2D' to 
> a '-'.

Hallo neighbour (living in the same town!),

What I see in Mutt is:

"gpg: Unterschrift vom Fre 06 Dez 2002 12:03:04 CET, DSA Schlüssel ID
C9DAC8A4
gpg: Unterschrift kann nicht geprüft werden: Öffentlicher Schlüssel
nicht gefunden"

For the non-German readers:
"gpg: Signature cannot be verified: No public key found"

I checked the connection to the keyserver by letting a friend send a
signed mail and it worked all right.
Don't know whether this has anything to do with your question, though.

wobo 
-- 
If you don't understand or are scared by any of the above
ask your parents or an adult to help you.
  


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



[expert] openPGP

2002-12-06 Thread Martin Fahrendorf
Hm,

there is something weired in this mailinglist. All mails from me and from 
vox gets a warning with invalid signature. someon is changeing the content 
on the way (and it is not my mailserver). there are changes from '=2D' to 
a '-'.

The Mails on the secureity-discuss mailinglist works very well.

Martin
-- 

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

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

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




msg62264/pgp0.pgp
Description: signature


Re: [expert] Geheimnis

2002-12-06 Thread Jim Tarvid
On Friday 06 December 2002 04:13 am, you wrote:
> Hello
>
> Does anyone know where to get RPM's for geheimnis?
> IMO, it's the best graphical tool for GnuPG.  Alternative suggestions
> are also welcome (I've tried gnomepgp, tkpgp, gpa).
>
> Thanks
>
> Guy
Have you tried seahorse?

Jim



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



Re: [expert] xfs_support.

2002-12-06 Thread Luca Olivetti
Damian Gatabria wrote:


can someone please tell me what i'm doing wrong
this time?


Modify mkinitrd not to look for xfs_support (and keep the old one around 
in case you want to switch to an older kernel that needs it).
DISCLAIMER: I didn't try 2.5.x, but 2.4.20 doesn't need and xfs_support 
module.

Bye


--
Luca Olivetti
Note.- This message reached you today, it may not tomorrow if you
are using MAPS services. They arbitrarily include in their lists
IP addresses not related in any way to spam, and in so doing are
disrupting Internet connectivity.  Please stop supporting them.
See http://slashdot.org/article.pl?sid=01/05/21/1944247


msg62261/pgp0.pgp
Description: PGP signature


Re: [expert] Geheimnis

2002-12-06 Thread Martin Fahrendorf
Am Freitag, 6. Dezember 2002 10:13 schrieb Guy Van Sanden:
> Hello
>
> Does anyone know where to get RPM's for geheimnis?
> IMO, it's the best graphical tool for GnuPG.  Alternative suggestions
> are also welcome (I've tried gnomepgp, tkpgp, gpa).
>
> Thanks
>
> Guy

try kgpg. It has a nicely konqueror plugin to encrypt files via rmb.

Martin
-- 

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

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

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




msg62260/pgp0.pgp
Description: signature


Re: [expert] OpenOfice & locales

2002-12-06 Thread W. Kasberg
On Thursday 05 December 2002 14:49, Manuel Soto wrote:
> OO included in mdk9 doesnt support international
> dictionaries, manual instal or OOodi setup. OO from
> .tar works. Does any body may advise me how to setup it?
>
I had no problems to install the german dictionary.
When I remember correctly you only have to install the concerned myspell (like 
de_DE for german/Germany). 
In OO you have to marke in Options/Language/writing aids (or wordbook?) the 
correct language (doe not forget to mark myspell).
In /usr/lib/openoffice/share/wordbook/german(or your main language) you find 
the file 'dictionary.lst' which you can edit as desired.

I hope this will help, I had no problems.

W. Kasberg




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



Re: [expert] linux on nvidia nforce

2002-12-06 Thread Mark Williamson
On Fri, 2002-12-06 at 09:46, Mark Chou wrote:
> 
> I've been a Mandrake user for quite some time now, and I'm considering getting a 
>nVidia nForce(2) motherboard.  There were rumors that installing Linux (not 
>necessarily MDK) on nForce1/nForce2 systems was rather painful, largely due to 
>nVidia's proprietary drivers.  (I'm well aware of the oxymoronic nature of pairing 
>Linux w/ proprietary driver/HW, but in this case the benefits may outweigh the 
>negatives for me.)
> 
> I'd like to get some comments from folks who went down this route, and what their 
>experiences were.  What are some of the gotchas?  

I have installed a number of Mandrake Linuxs on nVidia nForce 1
motherboards, I guess my experiences will be similar..  the nForce chip
mother boards that were used were the ASUS A7N266-VM with built in LAN,
and audio cards. Once Mandrake 9.0 and the nVidia's proprietary drivers
were installed, the performance of the motherboard, LAN and graphics
card was excellent... 

On the installation of the Mandrake Linux just install as like any other
PC, till the part were LILO is to be configured, and make sure that the
"mem=" gets added to the append line in the lilo config that is 
"mem=(The amount of RAM less how much the Video card uses)" or the
system will cash on the first bootup..   This is fairly easy to do in
Mandrake's GUI setup..Once the Mandrake is installed and running,
the LAN and sound card will not be working till the the nForce drivers
are installed, the driver is rather small and is easy to obtain off the
Nvidia site http://www.nvidia.com..  just grab the RPM that is made for
Mandrake9 use the command "rpm -ivh" to install the driver..  once done
the sound card and the LAN card will work.. If you like to have good
OpenGL support in your Xwindows then download Kernel Nvidia GeForce
Driver Source RPM and built the RPM using the "rpm --rebuild" command, 
as well as the GLX driver..  once built just install them with the "rpm
-ivh" command, and configure the Xwindows like one would do for any
Geforce card.

Just a side note, install "hdparm" and edit the file
/etc/sysconfig/harddisks and uncomment all the lines to switch on DMA
access for the hard drive, it does work well with this switched on.

Cheers
Mark

 



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



Re: [expert] Disable power-managment hi-jacking ofCtrl-Alt-Backspace?

2002-12-06 Thread Alex Bennee
On Mon, 2002-12-02 at 17:21, Alex Bennee wrote:
> Hi,
> 
> Until today my box (MDK 9.0) had been running fine. Now it locks up hard
> at random points during the day requiring a power-cylcle to get it out
> of this state. I suspect that apmd may be the culprit but its hard to
> tell as I get no indication in the logs. One thing I have noticed though
> is the Ctrl-Alt-Backspace sequence that is usually reserved to kill X
> seems to put my machine into an halted state.

Upgrading to 2.4.20 seems to of cured my problem for the time being. Or
at least I've not had any freezes for a while.

> The doesn't seem to be any way of disabling power managment from the
> BIOS and I have uninstalled apmd and apm-scripts and am still getting
> the same problem. Is there any way to stop this hi-jacking going on?
> Who's trapping it and killing my system?

According to lkml their is an issue with some SiS chipsets and the
Ctrl-Alt-Backspace causing a power down. There is allegedly a kernel
patch to disable this behavior but I have yet to get hold of it and try
it out.

 
> -- 
> Alex Bennee
> Senior Hacker, Braddahead Ltd
> The above is probably my personal opinion and may not be that of my
> employer
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
Alex Bennee
Senior Hacker, Braddahead Ltd
The above is probably my personal opinion and may not be that of my
employer



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



[expert] Geheimnis

2002-12-06 Thread Guy Van Sanden
Hello

Does anyone know where to get RPM's for geheimnis?
IMO, it's the best graphical tool for GnuPG.  Alternative suggestions
are also welcome (I've tried gnomepgp, tkpgp, gpa).

Thanks

Guy

-- 
Guy Van Sanden <[EMAIL PROTECTED]>



signature.asc
Description: This is a digitally signed message part


Re: [expert] Netscape 4.x on Mandrake 9

2002-12-06 Thread Guy Van Sanden
Thanks for the help guys.

I tried setting the ID already, the thing is that the application isn't
checking them, it starts on Mozilla, but hangs at the start.
Their support is no use because they sing the "Use 4.x mantra" every
time.  They have not intention whatsoever of supporting newer non
IE-browsers.

Thanks Xavier, I'll try the 8.1 RPM's.

The bank in question is Argenta - Belgium (www.argenta.be) by the way.

Kind regards

Guy


 --
Guy Van Sanden <[EMAIL PROTECTED]>



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



[expert] setting up saned to share scanner over network

2002-12-06 Thread Brent Hasty
I have a box running 8.2 that has attached an officejet g85, I am interested 
in setting up saned to share this scanner through the network to a computer 
running 9.0. I found the docs to this effect on the sane websight. Followed 
the steps and it still dont work.  What is the trick to establishing saned 
scanner sharing?
-- 
 12:29am  up  1:32,  4 users,  load average: 0.00, 0.00, 0.03



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



Re: [expert] PPTP VPN with SNF

2002-12-06 Thread Chris Slater-Walker
On Thu, 5 Dec 2002, James Dawson wrote:

> Has anyone implemented a PPTP VPN (such as PoPToP) with Mandrake SNF?
>
> If PPTP cannot be implemented on SNF (or can only with great difficulty) can
> anyone recommend another web-managed firewall product?
>
> Thanks in advance.
>
>

I don't know SNF at all, so this is just a suggestion of something to try
rather than an answer.

PPTP uses tcp port 1723, so you need to allow that through the firewall.
Also you _may_ need to allow GRE through the firewall as well. This is
true for the firewall we use at work; it may be the same for SNF.

Chris Slater-Walkr




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