[expert] newbie help with iptables

2002-04-18 Thread Mitchell, Edmund

Hello all

I'm new to iptables, (and no hotshot with Linux, either), so I'm hoping
someone can point me in a good direction for some docs on iptables basics -
I just need to get it to accept tcp packets from port 6000, and I don't know
the necessary voodoo.

Thanks

Edmund



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



[expert] ifconfig help - setting up a VPN

2002-04-04 Thread Mitchell, Edmund

Hello all,

I'm trying to set up a VPN so I can connect to work from home.
I ran the Cisco 3.51 VPN software, and it created this interface, call it
someipsec0.
There's no docs, so I'm guessing that I need to run ifconfig on it to bring
it up, maybe like:

/sbin/ifconfig someipsec0 192.168.0.3 pointopoint 10.190.xx.xxx

except that doesn't work.  I'm not even sure about ppp, that was a guess,
too.  
Anyone had any experience with Cisco's VPN, or have any ifconfig voodoo that
might help?

Thanks for any help,

Edmund



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



[expert] Upgrading Mozilla problems

2002-02-19 Thread Mitchell, Edmund

Hello all

On a stock install of LM8.1, I'm trying to upgrade the .9.4 Mozilla with the
.9.7 Mozilla Mandrake .rpm from rpmfind.
I did an rpm -Uvh --test mozilla(etc)
and got failed dependencies for 
libnspr4 = 0.9.7 is needed by mozilla-0.9.7-4.1.mdk
libnss3 = 0.9.7 is needed by mozilla-0.9.7-4.1.mdk
and then a couple more dependencies about mozilla mail and mozilla irc.

I'm not sure what it wants - I have libnspr4 and libnss3.  
I tried to upgrade to Mozilla 0.9.8, but got the same errors, which was why
I thought I'd try .9.7.

When I try --nodeps, it says file /usr/lib/libnssckbi.so from install of
mozilla-0.9.7-4.1.mdk conflicts with file from package libnss3-3.2.1-6mdk

I don't even want Mozilla, I'm actually trying to upgrade galeon, but it
wants Mozilla, so I'm caught in this nasty web.

Thanks for any help

Edmund
 



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



RE: [expert] A Modern, Low Resources Linux Distribution and All t he Real Reasons Why We Need It

2002-02-15 Thread Mitchell, Edmund

I'd like to see the RULE concept as an option when you do an install of
Mandrake - do you want the RULE install, or do you want the xyz install, and
then customize from there.

Edmund

> -Original Message-
> From: Hoyt [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 15, 2002 1:47 PM
> To: [EMAIL PROTECTED]
> Subject: [expert] A Modern, Low Resources Linux Distribution 
> and All the
> Real Reasons Why We Need It
> 
> 
> http://www.linuxjournal.com//article.php?sid=5818
> 
> 
> A good reason to look at a "lightweight" Mandrake?
> 
> Hoyt
> -- 
> 
> www.maximumhoyt.com
> 
> 



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



[expert] Anyone have any luck getting Tomcat to work with LM8.1 + Apache?

2002-01-24 Thread Mitchell, Edmund

Hello all,
I'm hoping someone can point me to a link that has a how-to, or a
step-by-step that will get Tomcat working with Apache on a stock install of
LM 8.1.
I've been to a bunch of sites, followed plenty of documentation, but it just
wouldn't work.
So, rather than ask if someone can explain a bizarre error message, I'll
hope someone has found documentation that did work, and then I'll go from
there.

Thanks for any help

Edmund

Links that professed to get the two working together but didn't under LM8.1:
 http://dcb.sun.com/practices/howtos/tomcat_apache.jsp
 http://www.linux.com/enhance/newsitem.phtml?sid=1&aid=11992
 http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml
 



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



RE: [expert] MySQL/SQL question

2001-12-31 Thread Mitchell, Edmund

Hi Thomas,
You don't need to put your column or table names into the INSERT statement.
Just put the values in the same order as the columns.
So, if your papers table has the columns author_id and title, then type:
INSERT INTO papers VALUES(42, 'Mu Mesons and Quark Emissions');

Then, to select all papers with an author_id of 42, just type:
SELECT * FROM papers WHERE author_id = 42;

It looks like you're very close.  Remember, anything in quotes is case
sensitive.
There is some good docs included with the Mandrake MySQL, I access them
through Webmin, but they're also on the MySQL website.

HTH

Edmund

> -Original Message-
> From: Thomas Sourmail [mailto:[EMAIL PROTECTED]]
> Sorry if that's obvious to some, I'm just starting with databases..
> 
> So, I read it's good to normalise databases and so I do, I 
> have a table
> for papers, one for author and one for journal, with, in 
> paper, the id of
> author and journal.
> 
> So far so good, but how do I enter my data ?? Supposing I 
> have filled in
> authors and journals, I now want to enter data for papers, is 
> there a way
> to do something like:
> 
> INSERT INTO papers(title, journal_id, author_id, whatever) 
> values ('The title',
> select journal_id from journal where name='The journal',
> select author_id from author where name='The author',
> etc..);
> 
> Obviously the above doesn't work, or I wouldn't be writing this but is
> there a way to build similar command (ie without going for script) ?
> 
> Thanks,
> 
> Thomas.
 



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



RE: [expert] Mozilla & Java

2001-11-28 Thread Mitchell, Edmund

Here is some collected wisdom that was given to me to get Java working in
Mozilla by Isaac, so I'll pass it along to you.  I haven't organized it
well, but all the info should be there.

HTH

Edmund



1st, install the jdk/jre, then:
youre gonna want the fully qualified file name for the symlink
ie:

ln -s /usr/jre1.3.1/plugins/i386/ns600/libjavaplugin_oji.so
/usr/local/mozilla0.9.3/mozilla/plugins
both the file to be linked and the folder its going to need to be fully
qualified

Quoting [EMAIL PROTECTED]:
>
> As for your email, the command line solution can be found on page 98 of
> Running
> Linux (Welsh, Dalheimer and Kaufman - O'Reilly & Associates) and on page
> 219 of
> Linux in a Nutshell (Siever, Spainhour, Figgins and Hekman - O'Reilly).
> If you
> don't already have both books I STRONGLY recommend picking them up.
 Anyway, the
> command
> you're looking for is "ln".  It works as follows: (the #'s are just to
> signify
> the root command prompt)
>
> # ln [options] sourcename(s) [destination directory]
>
> where "sourcename(s)" is the name of the file(s) you want to create
> links to (in
> your case libjavaplugin_oji.so) and "destination directory" is the
> directory you
> want the links to appear in (in my case it was
> /usr/local/mozilla0.9.3/mozilla/plugins, yours will be pretty similar -
> just
> make sure it ends up in /plugins)
>
> The option you'll be using will be -s (for symbolic).  So, assuming your
> mozilla
> directory were located like mine is, the command would be:
>
> # ln -s libjavaplugin_oji.so /usr/local/mozilla0.9.3/mozilla/plugins
>
> Your command would only differ depending on where your mozilla folder
> is.
> Anyway, after you install it you should use the simple command "ls -l
> [destionation directory]" to see that your symbolic link arrived
> appropriately.
>  The line for the java plugin should start with the letter "l" to show
> it is a
> link.  If all seems fine and dandy then try going to someplace that uses
> java
> and see if you get the error message.  If you do, try logging out and
> logging
> back in.  If it still doesn't work than I told you something stupid and
> write me
> back so I can correct it.  If by some miracle it all ends up fine and
> you think
> it'd be useful to other people then forward it to the list.

It might also help to do change the owner and group of the /plugins
directory to youruserid:
Chown -R youruserid plugins  (from the /usr/lib/mozilla dir)
Chgrp -R youruserid plugins(same)



> -Original Message-
> From: Phil [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 28, 2001 5:26 AM
> To: [EMAIL PROTECTED]
> Subject: [expert] Mozilla & Java
> 
> 
> Hello All,
> 
> This probably seems like a dumb question but I can't see how 
> I can get 
> Mozilla to use the Netscape Java plugin.
> 
> I can't do any Internet Banking with konqueror and only some 
> transactions 
> with Netscape. I don't expect that Mozilla will be any better 
> but I thought 
> it might be worth a try, once I get Java support.
> 
> -- 
> Regards,
> Phil
> [EMAIL PROTECTED]
> 
> 



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



RE: [expert] blackbox mouse

2001-11-14 Thread Mitchell, Edmund

This is probably better posted to the Blackbox list at:
[EMAIL PROTECTED] 
after searching in their archive at:
www.mail-archive.com
but to save the trouble here's a couple of ways:
Use xset like in

[submenu] (Mouse) {}
  [exec] (Fast) {xset m 7 10}
  [exec] (Normal) {xset m 3 6}
  [exec] (Default) {xset m default}
  [exec] (Slow) {xset m 0 10}
[end]

or, even easier, :
I use a simple line in my /etc/X11/XF86Config file (I think you need X
version
4.1.0, and double check me - it might have been the XF86Config-4 file, but
you'll
know right away, only one of those files has the syntax Option"xxx"
"value"
It's in the mouse pointer section.

Option"Resolution""200"

HTH

Edmund

> -Original Message-
> From: Mike & Tracy Holt [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 13, 2001 8:10 PM
> To: [EMAIL PROTECTED]
> Subject: [expert] blackbox mouse
> 
> 
> Hey all!
> I was wondering if someone knew of a way to adjust the mouse 
> sensitivity in blackbox?
> thanks, Mike
> 
> 
> 



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



RE: [expert] Kernel 2.4.7 release date

2001-09-07 Thread Mitchell, Edmund

I thought I heard someone say end of September...

Edmund

-Original Message-
From: chronos . [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 9:54 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Kernel 2.4.7 release date


Hi all,
Had a quick question, when is version 8.1 supposed to be released to the
public ?
thanx,
 chornos.
On Fri, 7 Sep 2001 09:25:50 -0400 Harold Hartley <[EMAIL PROTECTED]>
wrote:
>with all the stuff with the kernel 2.4.7, I feel since Mandrake will soon
be 
>releasing the 8.1 version I'll update my whole system instead of bits and 
>pieces of it..
>since it looks like the 8.1 release will have the 2.4.8 kernel to it and
any 
>new or newer lib files also..
>saves on problems as from what I have been reading on here..
>
>On Friday 07 September 2001 09:03 am, you wrote:
>> On Friday 07 September 2001 02:22 am, Jose M. Sanchez escribió:
>> > The software manager will download the upgraded RPM if used
>> > correctly.
>> >
>> > I had no trouble going to 2.4.8-12mdk via the installer. It "lilo'd"
>> > my system properly as well and picked up the PBM and other libraries
>> > needed for recompilation, since I requested that the headers and
>> > sources be installed too.
>>
>>For no good reasons at all ;) I often upgrade kernels. Some mkinitrd
>> and all the proper links in /boot and edit and run lilo.  Some don't.
>> IIRC, -12mdk did, but -11mdk didn't for example.  You got lucky  ;>
>> Lurking on the cooker list, I can say they're still ironing out some
>> substantial bugs. Current is -20mdk, but 2.4.8-22mdk is already in the
>> works.
>>
>> I usually wait till at least -10mdk in a cooker kernel series. Then
>> start trying ready mades. If the precompiled is successfull, then I d/l
>> the source and headers for it.  Supermount is back as of 2.4.8-18mdk,
>> but not yet ready for prime time.
>
>
>Content-Type: text/plain; charset="iso-8859-1"; name="message.footer"
>Content-Transfer-Encoding: 8bit
>Content-Description: 
>
>
>


The Best News Source On The Web - http://www.disinfo.com




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