[expert] java IBM Java2-1.3

2002-02-22 Thread Jason Pearce

Hi listmembers,
I have just done clean install of mdk 8.0 
today after backing everything up from both my windows 
and mdk partition.
I was running out of room for mdk and realised that i had not been anywhere 
near windows for more than a month, so it's gone!!
the new install went fine X , USB camera , printer ,  cdburner , all eccept
for JAVA it installed well and I can use java on the desktop 
ie: use a java image viewer but not in Konqueror or mozilla
I have enabled java in Konqueror and pointed to 
/opt/IBMJava2-13/jre/bin/javaplugin.so
/opt/IBMJava2-13/jre/bin/java
/opt/IBMJava2-13/jre/bin/oldjava
/opt/IBMJava2-13/jre/bin/exe/java
/opt/IBMJava2-13/jre/bin/exe/oldjava
nothing seems to work 
I had this working before but I think I was using Sun Java 2-1.3
I also remember adding it to my path ,but cannot remember the exact details
I know this list is a little beyond this question but I would really 
appreciate the help.
cheers JasonPearce



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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Ron Stodden

Brandon Dorman wrote:
> 
> Ok, I got to 515mb this time on Beta3 CD 1 and it failed.  So I went to
> your page.  I got stuck when it says about "must start with a module,"
> and I can't figure it out.  Your explanation isn't the most clear,
> sorry.
> 
> my command right now is:
> rsync -a -vvv --progress
> ftp.orst.edu::/pub/mandrake-iso/i586/MandrakeLinux-8.2beta3-CD1.i586.iso  
>MandrakeLinux-8.2beta3-CD1.i586.iso

How about trying a --partial parameter.   This lets you pick up the last
download from where it was interrupted.

-- 
Ron. [au]



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



RE: [expert] Mail server on home LAN

2002-02-22 Thread Franki

I do just what you are talking about myelf.

Here is how I set it up..

get postfix working..
you will then need to look for "relayhost" in the main.cf file, (its well
commented.)

set that as your ISP's mail server.

If you have a dialup account, you can also have postfix queue mail without
trying to send till it gets a "sendmail -q"

so in your dialup scripts, you can just add "sendmail -q" without the
quotes. and in main.cf
add defer_transport = smtp

that why your logs won't get filled by postfix trying to send mail when its
not connected.

I also used amavisd with postfix and content filtering and Trend Filescan
for linux.(all free.)
it scans all incoming and outgoing mail for virus's and stops them if they
have any. (it will also decompress archive files of about 10 different types
to check if they contain virus's as well.)

as for the retrieving of mail, I set fetchmail up in deamon mode, have
/roots .fetchmailrc file contains all the different pop3 accounts to get and
what user they are for.

a user in .fetchmailrc looks like this:

poll mail.somewhere.com with proto POP3
user 'franki' there with password 'mypasswd' is franki2 here options
fetchall

if you want fetchmail to run in deamon mode, and check every 20 seconds for
email, here is what I did.
at the top of .fetchmailrc add these:

set postmaster "postmaster"
set bouncemail
set no spambounce
set deamon 20 # This is the one that tells fetchmail to run as a deamon and
check every 20 seconds.

by default, fetchmail will pass the incoming mail onto postfix, which scans
it, gives it to the local delivery agent. (MDA) ususally procmail or WHY...

thats it, add all your other uses in the above format. and add fetchmail to
ip-up.local or whatever you use to start stuff in you external connection.


rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of wim
Sent: Thursday, 21 February 2002 7:13 PM
To: [EMAIL PROTECTED]
Subject: [expert] Mail server on home LAN


Hello,

I'd like to set up a mail server for two users on my home LAN. I have a
mail account at my provider and I created two aliasses. Now my questions
are:

- Can I configure sendmail to send mail to the SMTP server of myISP?
- Is it possible use fetchmail to retrieve th email from my ISP and
process it with procmail (I 'd like to create two mailboxes on my LAN
and deliver the mail, depending on the alias, in the right mailbox.).
- Where can I find info on setting up such a 'mailserver'?
- If you can point me to the right direction, I would be very happy...

--
Kind regards,

Wim De Hul
Belgacom Belbone

  Mail   : [EMAIL PROTECTED]
  Mobile : +32 479 952004
  Ripe   : WDH25-RIPE
  Registered Linux User: #260015







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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Brandon Dorman

Well I guess I'll have to figure it out another time.  I just kept
trying to "resume" the download and eventually it finished.  Are ther
md5 checksums I can get to verify their integrity?  I didn't see them on
the mandrake download site.  Well I guess when I write them to cd it
will tell me too?  

-Brandon

On Thu, 2002-02-21 at 23:28, Brandon Dorman wrote:
> Ok, I got to 515mb this time on Beta3 CD 1 and it failed.  So I went to
> your page.  I got stuck when it says about "must start with a module,"
> and I can't figure it out.  Your explanation isn't the most clear,
> sorry.  
> 
> my command right now is:
> rsync -a -vvv --progress
> ftp.orst.edu::/pub/mandrake-iso/i586/MandrakeLinux-8.2beta3-CD1.i586.iso  
>MandrakeLinux-8.2beta3-CD1.i586.iso 
> 
> Just for info, the full path of the iso is:
> ftp://ftp.orst.edu/pub/mandrake-iso/i586/MandrakeLinux-8.2beta3-CD1.i586.iso
> 
> I am su when doing this.  Any comments?  thanks.
> 
> -Brandon
> 
> On Thu, 2002-02-21 at 16:05, Randy Kramer wrote:
> > Brandon Dorman wrote:
> > > Well, the second cd quit downloading at 612 megabytes out of 648
> > > possible, and wouldn't resume without losing it all, so I guess I
> > > answered my own question.  I'll start downloading Beta 3, should finish
> > > it in 10 days... :-)
> > 
> > Brandon,
> > 
> > Sound like jobs for rsync -- see
> > http://twiki.org/cgi-bin/view/Wikilearn/RsyncingALargeFile.
> > 
> > Randy Kramer
> > 
> > 
> > 
> 
> > Want to buy your Pack or Services from MandrakeSoft? 
> > Go to http://www.mandrakestore.com
> 
> 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 
> 

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



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



RE: [expert] databases for linux

2002-02-22 Thread Franki

I also don't wish to start a flame war, but I write CGI applications
predominantly with perl..
and I'd have to say that perl and php don't really differ that much in
server load or speed.
and I have seen some  benchmarks with php, ASP, perl, mod_perl, and JAVA...
and in most cases,
mod_perl won out on speed, php and perl were not that different, depending
on what was being done.
ASP I can't remember cos I wasn't particularly interested..
JAVA was in some cases up close to mod_perl as was c++ which makes sense
since both are compiled languages.
c++ was alittle ahead of JAVA because it didn't run in a java enviroment and
as such needed to be compiled for
the platform it was on for testing.

most of the problems with perl is that it lets you get away with alot, and
efficient coding.. (particularly with strictures) can make a huge
difference.. alot of people just don't pre-declair variables, which means by
default that they become global and take up memory much longer then they are
actually needed for.. other issues are caused by unnecessary use of regex,
which slows things down a fair bit, if you don't need it to achieve
something, find an alternative...

efficient coding on perl can be very fast.. particularly with mod_perl.

Other benefits of perl.

1. CPAN, (already discussed.)
2. Installed on all unix servers and the vast majority of NT/2000 servers.
(php can be as well, but doesn't have the same numbers.)
3. Mod_perl already discussed, enterprise speed applications that compete
with languages like C++ and JAVA for speed.
4  Easier to organise huge projects then PHP.. take a look at the code for
the older versions of PHPnuke for an example.
(niether is as good as JAVA for this though.)
5  Perscript.
6  Age, perl has been around for ages, is very stable and has access to more
system stuff then php, see CPAN above :-).

Its a matter of using the tool that fits best for the job.. I have no real
preference. but I have written alot of online ecommerce stuff and the simple
truth of the matter is that its faster on perl.. (I mean development not
running speed in this case.) particularly since most of my stuff runs on a
wide variety of ISP servers, Solaris, old and new distro's of linux, and all
variations of NT/2000 servers.

If the situation changes in the future I'll reassess.. I want to achieve
stuff with the least amount of effort on my part necessary.

rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Skwar
Sent: Thursday, 21 February 2002 8:02 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] databases for linux


»Rob« sagte am 2002-02-21 um 09:45:56 + :
> Why do you despise Perl then ?

I simply do not like it.  For web applications, I find PHP *way* easier
(and with most setups: faster) to use.  Most of the time, there isn't
mod_perl available, so perl scripts cause a *HUGE* load on the server.

> Course I might be missing something re PHP, love to learn more if I am.

Well, in PHP you need to have the main modules compiled into PHP (or at
least as a module).  And then there's PEAR, which will be a CPAN alike.

Alexander Skwar
--
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 4 hours 42 minutes





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



[expert] Using a Laptop in Different Environments

2002-02-22 Thread J. Grant

Hello,

Perhaps some of you have the same problem I do. I take my laptop at work
and change IP proxy/firewall etc. Then I return home and have to set it 
all up again.

atm i use differnet logins, but idealy i would have some sort of
Enviroment varaible that was set by lilo depending on my bootup which
was then used to configure the rest of the proxys and other options on
my laptop. DHCP can solve the IP problem but then its not possible ssh 
into my laptop unitl i find the IP each day.

I have found the following sites on this topic, and would be interested 
to hear other peoples solutions to what I believe must be a common problem.


JG

http://www.linuxgazette.com/issue21/fvwm.html
http://linuxdoc.org/LDP/LG/issue20/laptop.html
http://linuxdoc.org/LDP/LG/issue20/laptoplist.html
http://wwwhomes.uni-bielefeld.de/portgym/net/netenv.html








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



Re: [expert] databases for linux

2002-02-22 Thread Alexander Skwar

»Franki« sagte am 2002-02-22 um 16:36:59 +0800 :
> and I'd have to say that perl and php don't really differ that much in
> server load or speed.

Well, that's only true if you compare cgi-bin Perl (which most of the
hosters only offer) to cgi-bin PHP (which very few hosters offer).  If
you compare the two most prevalent options (cgi-bin Perl vs. mod_php),
cgi-bin Perl greatly looses.  The reason is quite simple, because with
cgi-bin Perl, the Perl interpreter has to be loaded every time.  Not so
with mod_php.

Now, if you're so lucky to have mod_perl, then you're right.  In this
case the server load of Perl and PHP is comparable.

> 4  Easier to organise huge projects then PHP.. take a look at the code for

Why is that?

> 6  Age, perl has been around for ages, is very stable and has access to more
> system stuff then php, see CPAN above :-).

More system stuff?  What do you mean by this?

> truth of the matter is that its faster on perl.. (I mean development not

Same here.

> running speed in this case.) particularly since most of my stuff runs on a
> wide variety of ISP servers, Solaris, old and new distro's of linux, and all
> variations of NT/2000 servers.

PHP runs on all of these platforms.

> 
> If the situation changes in the future I'll reassess.. I want to achieve
> stuff with the least amount of effort on my part necessary.

Exactly, that's why *I* take PHP.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 2 hours 16 minutes



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



Re: [expert] Adding SCSI tape backup

2002-02-22 Thread Ronny L Nilsson

> I just recently added a SCSI tape backup to my Mandrake 7.1 system. 
> I used an Adaptec 2903 PCI card. What do I need to do in order to be
> able to access the tape drive?  I tried messing with various
> programs, but no go.


Doesent "mt -f /dev/st0 status" work? (Of cource after the driver has 
been loaded).


/Ronny




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



Re: [expert] Using a Laptop in Different Environments

2002-02-22 Thread Rob

I made all the scripts in /etc/ that setup my network
simlinks to file owned by my user in a special conf dir.
I set eth0 to be user controlled.
I then have scripts called 'setlocaiton_home' and 'setlocation_work'
that put the right files in the similnked special conf dir and then call 
ifdown eth0 
ifup eth0 
and the job is done.
All without having to become root either.

On Friday 22 February 2002 09:21, you wrote:
> Hello,
>
> Perhaps some of you have the same problem I do. I take my laptop at work
> and change IP proxy/firewall etc. Then I return home and have to set it
> all up again.
>
> atm i use differnet logins, but idealy i would have some sort of
> Enviroment varaible that was set by lilo depending on my bootup which
> was then used to configure the rest of the proxys and other options on
> my laptop. DHCP can solve the IP problem but then its not possible ssh
> into my laptop unitl i find the IP each day.
>
> I have found the following sites on this topic, and would be interested
> to hear other peoples solutions to what I believe must be a common problem.
>
>
> JG
>
> http://www.linuxgazette.com/issue21/fvwm.html
> http://linuxdoc.org/LDP/LG/issue20/laptop.html
> http://linuxdoc.org/LDP/LG/issue20/laptoplist.html
> http://wwwhomes.uni-bielefeld.de/portgym/net/netenv.html



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



RE: [expert] databases for linux

2002-02-22 Thread Franki

like I said, its the tool you find more useful for the job..

when I said system stuff, I meant more complete DB interfaces and the
like...

I have heard many good php programmers state that large projects like php
nuke tend to end up with messy code with subsequent versions, I have not
done alot of projects with php that are large in scale, so I can't comment.

as for mod_perl, its getting more and more common a setup, I was surprised
to find that more then half the hosts in my area have it.

I write scripts to cover every eventuality, so at the lower end, just
standard cgi-bin perl, and session ids and stuff written to file..
at the higher end, mod_perl and MySQL.

works great, the majority of people have low turnover shopping carts and
want to install the scirpt themselves, so cgi-bin perl is the way to go..

if an enterprise setup is requested and we have full access we setup the
mod_perl and MySQL version, works great.
Very Quick.

I work for a Online Payment Gateway and that side of things is written in
JAVA running in JRUN, lots of servlets and a MySQL DB. so its a matter of
what tool you are most productive in..

personal preference really.

Now if you were promoting ASP, we'd have more to say :-)


rgds

Frank


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Skwar
Sent: Friday, 22 February 2002 5:38 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] databases for linux


»Franki« sagte am 2002-02-22 um 16:36:59 +0800 :
> and I'd have to say that perl and php don't really differ that much in
> server load or speed.

Well, that's only true if you compare cgi-bin Perl (which most of the
hosters only offer) to cgi-bin PHP (which very few hosters offer).  If
you compare the two most prevalent options (cgi-bin Perl vs. mod_php),
cgi-bin Perl greatly looses.  The reason is quite simple, because with
cgi-bin Perl, the Perl interpreter has to be loaded every time.  Not so
with mod_php.

Now, if you're so lucky to have mod_perl, then you're right.  In this
case the server load of Perl and PHP is comparable.

> 4  Easier to organise huge projects then PHP.. take a look at the code for

Why is that?

> 6  Age, perl has been around for ages, is very stable and has access to
more
> system stuff then php, see CPAN above :-).

More system stuff?  What do you mean by this?

> truth of the matter is that its faster on perl.. (I mean development not

Same here.

> running speed in this case.) particularly since most of my stuff runs on a
> wide variety of ISP servers, Solaris, old and new distro's of linux, and
all
> variations of NT/2000 servers.

PHP runs on all of these platforms.

>
> If the situation changes in the future I'll reassess.. I want to achieve
> stuff with the least amount of effort on my part necessary.

Exactly, that's why *I* take PHP.

Alexander Skwar
--
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 2 hours 16 minutes





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



Re: [expert] databases for linux

2002-02-22 Thread Alexander Skwar

»Franki« sagte am 2002-02-22 um 18:43:20 +0800 :
> when I said system stuff, I meant more complete DB interfaces and the
> like...

I still don't understand.  What do you mean by "more complete DB
interfaces"?  In PHP, I can very easily use MySQL, PostgreSQL, Oracle,
ODBC  Or what do you mean?

> personal preference really.

Yes, that's true.  In reality, the difference between Perl and PHP isn't
that big.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 4 hours 41 minutes



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



Re: [expert] Using a Laptop in Different Environments

2002-02-22 Thread kwan

On Fri, 22 Feb 2002, J. Grant wrote:

> Hello,
>
> Perhaps some of you have the same problem I do. I take my laptop at work
> and change IP proxy/firewall etc. Then I return home and have to set it
> all up again.
>
> atm i use differnet logins, but idealy i would have some sort of
> Enviroment varaible that was set by lilo depending on my bootup which
> was then used to configure the rest of the proxys and other options on
> my laptop. DHCP can solve the IP problem but then its not possible ssh
> into my laptop unitl i find the IP each day.

You can specify that a particular MAC address always gets the same IP
address in your /etc/dhcpd.conf file.

You can also try creating a separate set of run level scripts for the
other location. The only difference would be the default configuration
files it would use for the network.

Or you can setup DHCP on your home network. It would take about five
minutes and may solve the problem for you.




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



[expert] probally a daft question BUT

2002-02-22 Thread richard

Hi all


re:patching a diff file to the kernel

I tried to patch and got this
[root@fw-gb7tf linux-2.4.17-20mdk]# patch -n kernel-2.4.17-20mdk 
netrom-2.4.17-20mdk.diff 
patch:  Only garbage was found in the patch input.

The first lines of the patch is 

diff -ruN -X dontdiff linux-2.4.17-20mdk/net/netrom/af_netrom.c
linux/net/netrom/af_netrom.c
--- linux-2.4.17-20mdk/net/netrom/af_netrom.c   Tue Feb 19 16:06:42 2002
+++ linux/net/netrom/af_netrom.cTue Feb 19 16:14:39 2002
@@ -31,7 +31,9 @@
  * NET/ROM 007 Jonathan(G4KLX) New timer architecture.
  * Impmented Idle timer.
  * Arnaldo C. Melo s/suser/capable/, micro cleanups
- * Jeroen (PE1RXQ) Use sock_orphan() on release.
+ * Jeroen(PE1RXQ)  Use sock_orphan() on release.
+ * Tomi(OH2BNS)Better frame type checking.
+ * Device refcnt fixes.
  */
 
Am I right to use -n for the patch option ?

and to apply the patch to the source code within the
/usr/src/linux-2.4.17-20 directory   ?

TIA
-- 
Best regards
Richard Bown





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



[expert]

2002-02-22 Thread Francisco Suárez

Hello everybody:

I'm a new member of this list. I need some help!

I'm trying to configure a router. I only have a eth0 and a ppp link, and I 
want to allow to all the computers on then LAN to access to internet thought 
the ppp conexion.

Can anybody tell me where to find a "HOWTO" in which I can learn how to do 
this?


Thanks in advance

_
MSN Photos es la manera más sencilla de compartir e imprimir sus fotos: 
http://photos.latam.msn.com/Support/WorldWide.aspx




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



[expert] msec mail

2002-02-22 Thread FL


Hi!

I was used to receive mail from the cron.daily check made by msec.
For a few weeks : nothing happens, I can read the msec messages in
/var/log, but no mail at all. 

Any idea ?

Francois



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



Re: [expert] IP Tables Startup failure

2002-02-22 Thread Albert E. Whale

I am using the stock LM 8.1 Kernel.  I have just updated to the updated,
distribution kernel.


Is this something that cannot be accomplishsed with the 'Stock' Kernel?
If so, then I'll build one.

On Thu, 21 Feb 2002, Lyvim Xaphir wrote:

> On Thursday 21 February 2002 13:34, you wrote:
> > I am attempting to implement a seemingly simple NAT translation on the
> > LM 8.1 Commercial distribution (Yes, I support Mandrake, and have for
> > several years).  HOWEVER, when I attempt the rc.firewall script as
> > described in the Linux IP Masquerade Resource
> > http://www.e-infomax.com/ipmasq/ I get the following errors:
> >
> > Loading simple rc.firewall version 0.63..
> >
> >External Interface:  eth0
> >Internal Interface:  eth1
> >loading modules:   -
> > Verifying that all kernel modules are ok
> > ip_tables, Using
> > /lib/modules/2.4.8-26mdk/kernel/net/ipv4/netfilter/ip_tables.o
> > Hint: insmod errors can be caused by incorrect module parameters,
> > including invalid IO or IRQ parameters
> > ip_conntrack, Using
> > /lib/modules/2.4.8-26mdk/kernel/net/ipv4/netfilter/ip_conntrack.o
> > Hint: insmod errors can be caused by incorrect module parameters,
> > including invalid IO or IRQ parameters
> >
> > 
> >
> > Any Ideas?  Suggestions?  Solutions??
>
> Has your kernel been recompiled?  I.E.are you running something other
> than the "factory" version?
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>




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



[expert] Dumb question #56

2002-02-22 Thread Robert Fox

I would just like to ask about the shift in boot display philosophies.

Don't get me wrong here, I'm no big fan of Aurora - and I don't care to
start a flame war over pretty GUI boot vs. ugly text details . .

Think about other desktop OSs - Mac OS/X, Microsnot, OS/2 - etc. Most
desktop OSs shield the average user from the boot details (but maintain
usually a good log of events if something goes wrong)

I was a bit surprised to find Aurora missing from the latest Cooker
releases and the bootsplash stuff is under construction - so I'm not
sure how it'll end up looking.  To be quite honest, I personally find
the Suse 7.3 boot screens very professional and nice mixture of
information and pretty-ness  . . . I was kinda hoping that Mandrake
would be going in this direction.

Sorry for the rant, the question is simply "now that Aurora is out, what
is the intended direction for Mandrake's boot display?"  Aurora was not
as evil as some mentioned, and Mandrake even got good reviews for 8.1
because of it . . . It was nice to have the choice in the MCC to turn it
on or off (with different themes to boot!)

I for one think it would be nice if the option for it was still there
(maybe in contribs?) - but it appears to have mysteriously vanished from
Cooker.

That's my 2 euro cents here.

Sorry for the interruption, continue with your normal activities and
have a nice weekend!

R.Fox






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



Re: [expert]

2002-02-22 Thread Rob

Try the IPTables or IPChains How TO
All linux how to are on www.linuxdoc.org

Rob

On Friday 22 February 2002 13:35, you wrote:
> Hello everybody:
>
> I'm a new member of this list. I need some help!
>
> I'm trying to configure a router. I only have a eth0 and a ppp link, and I
> want to allow to all the computers on then LAN to access to internet
> thought the ppp conexion.
>
> Can anybody tell me where to find a "HOWTO" in which I can learn how to do
> this?
>
>
> Thanks in advance
>
> _
> MSN Photos es la manera más sencilla de compartir e imprimir sus fotos:
> http://photos.latam.msn.com/Support/WorldWide.aspx



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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Randy Kramer

Brandon,

Thanks for your comment!  Yes, my explanation is not very clear,
partially because I don't understand that point very well myself.

I think the text in issue is the second bullet under this:
http://twiki.org/cgi-bin/view/Wikilearn/RsyncingALargeFileBeginner#Other_notes.

The reference to "module" was something I found somewhere in the rsync
documentation.  As the bulleted paragraph states, I had to discover that
this essentially meant "directory" (in my terms) and I had to play
around a little to find the correct directory.  

I don't have time to play around right now, but should in order to
clarify this.  (And, IIUC, the site I was using is no longer a Mandrake
mirror, so I cannot go back to that site to clarify things.) 

Part of the issue is that the directory must be specified relative to
something.  I think it is relative to something like the rsync working
directory, which may be different than the ftp working directory.  Thus
the path you specify in an rsync command may need to be different than
the path specified in an ftp command.  (And I may be all wrong about
this -- I was very confused at the time, and, clearly, still am.)

If I had to take a flying leap at this point in time, I'd try deleting
"/pub" from the path in your command -- that seems to be what I had to
do at the carroll.cac.psu.edu site.

If anybody can clarify this, it would be greatly appreciated, and I
would be happy to revise the appropriate paragraphs on the WikiLearn
page.  (Or, since it is a wiki, you can register and revise them
yourself.)

regards,
Randy Kramer

Brandon Dorman wrote:
> Ok, I got to 515mb this time on Beta3 CD 1 and it failed.  So I went to
> your page.  I got stuck when it says about "must start with a module,"
> and I can't figure it out.  Your explanation isn't the most clear,
> sorry.
> 
> my command right now is:
> rsync -a -vvv --progress
> ftp.orst.edu::/pub/mandrake-iso/i586/MandrakeLinux-8.2beta3-CD1.i586.iso  
>MandrakeLinux-8.2beta3-CD1.i586.iso
> 
> Just for info, the full path of the iso is:
> ftp://ftp.orst.edu/pub/mandrake-iso/i586/MandrakeLinux-8.2beta3-CD1.i586.iso
> 
> I am su when doing this.  Any comments?  thanks.

> > http://twiki.org/cgi-bin/view/Wikilearn/RsyncingALargeFile.



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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Randy Kramer

Ron Stodden wrote:
> How about trying a --partial parameter.   This lets you pick up the last
> download from where it was interrupted.

Hello Ron,

I know you are very familiar with rsync, so I know you know this, but I
am very cautious about warning people that using the --partial parameter
can cause them to lose some portion of their file, which means that,
even if it is rsynced, the missing portion will amount to a download.

For more explanation, someone can look at the WikiLearn pages, perhaps
starting here:
http://twiki.org/cgi-bin/view/Wikilearn/RsyncingALargeFileBeginner#Warning.

regards,
Randy Kramer



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



[expert] compiling 2.4.17-20mdk

2002-02-22 Thread richard

Hi , well found out why the patch would go and fixed it..

make dep.. this runs right to the end ok until the 3rd party additions

then I get this

make -C 3rdparty fastdep
make[2]: Entering directory `/usr/src/linux-2.4.17-20mdk/3rdparty'
make[2]: *** No rule to make target `fastdep'.  Stop.
make[2]: Leaving directory `/usr/src/linux-2.4.17-20mdk/3rdparty'
make[1]: *** [_sfdep_3rdparty] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.17-20mdk'
make: *** [dep-files] Error 2


as all the 3rdparty section is set to no, how do I get round this one 
??

I'd prefer just to take the standard kernel and just load the modules,
unfortunatly I dont have a choice unless I wait til 2.4.20 comes out..
TIA

-- 
Best regards
Richard Bown





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



[expert] Using a Laptop in Different Environments

2002-02-22 Thread falcaraz

But this is solved!; 

Use drakprofile. I have drakprofile and just have the 2 profiles (home
and office) configured.
When I start my work, I conect my computer to the net and in drakprofile
I select office; in few seconds the net is automatically reconfigured
and restarted; I need just to put down and put in again the pcmcia card
and, hale opp! the net is runing. When I go back to my home I start
again drakprofile, I select home and after a few seconds I do the same
thing with the pcmcia ethernet card and I have my conection working at
home.

Drakprofile is avalaible I think in cooker of you can take it in
rpmfind.net


Francisco Alcaraz
Murcia (Spain)




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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Bill Kenworthy

Ok, the easiest is to use rsync like an ls command and navigate to the
directory you want if you do not know the path up front:

e.g.,  
"rsync rsync://ftp.uninett.no/" will list all the top level modules
(directories) available.  Note the last "/" and no target directory -
without this nothing is printed!  Next add the directory you next want
to list: "rsync 
rsync://ftp.uninett.no/Mandrake/" and so on until you build the path and
locate the file(s) you want. 

To download the whole 8.1 updates (mirror the updates), use "rsync
-Pcavub --bwlimit=3 --stats --exclude=kernel22\*
--exclude=kernel-enterprise\* --exclude=kernel-smp\*
--exclude=kernel-linus\* --exclude=kernel-pcmcia-cs\* --delete-excluded 
--delete rsync://ftp.uninett.no/Mandrake/Mandrake/updates/8.1/RPMS/\*
."  Note that I had to escape the wildcard - rsync gives the usual unix
(un)informative error otherwise.  Kernels I do manually so I dont
accidentally destroy the system, the bwlimit is coz I use a modem and it
leaves some bandwidth for use whilst the command is running.  I cron it
at 1:05am local.  For iso's, its basicly the same,just runs for 3 or so
days per cd!


On Fri, 2002-02-22 at 22:16, Randy Kramer wrote:
> Brandon,
> 
> Thanks for your comment!  Yes, my explanation is not very clear,
> partially because I don't understand that point very well myself.

> Part of the issue is that the directory must be specified relative to
> something.  I think it is relative to something like the rsync working
> directory, which may be different than the ftp working directory.  Thus
> the path you specify in an rsync command may need to be different than
> the path specified in an ftp command.  (And I may be all wrong about
> this -- I was very confused at the time, and, clearly, still am.)
> 
> If I had to take a flying leap at this point in time, I'd try deleting
> "/pub" from the path in your command -- that seems to be what I had to
> do at the carroll.cac.psu.edu site.
> 






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



RE: [expert] databases for linux

2002-02-22 Thread Oliver Thieke

Hi out there !

Adding some comments to the backend-part of the debate
(the frontend-part circling around PERL and PHP ;-) ):

> Postgres and MySQL, features, platforms...
Just two things which haven't been mentioned yet:

* There IS also a win32-version for Postgresql. It is
  included in the Cygwin-package (sources.redhat.com/cygwin/).
  But most statements I've read don't recommend to use
  the windblows-platform for PG. But I don't have any
  personal experience with that path...

* There is also a nice feature in MySQL I read about
  which isn't included in PostgreSQL: replication.
  Again - I just read about it (did some research
  in possibility of clustering/replication with those
  two DBs) - no hands-on experience...

Finally, both DBs look very promising and I hope to
be able to examine them ASAP...

Oliver Thieke

 



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



Re: [expert] Boot Loader Solved but more problems, now kernel panic

2002-02-22 Thread Jorge Giménez Mayorgas



Hi again.
 
I identify the problem but don't know how to solve 
it. The problem is on install  stage the promise controller is detected as 
hde but after installing is detected as hda and hda is via_ide on 
installation , and lm8.0 is installed on hda (via_ide.) . After installing 
linux can't boot because can't find root system. I put install cd#1 and try 
rescue mode, I succesfully mounted the / partition on hda and try to change 
lilo.conf (is aiming at hda instead of hde ) . No luck . Try modifying 
/etc/fstab . No luck.
 
Any ideas?
 
Thanks,
        
        Jorge Giménez
 

   
  
  Hi again .
  I get lilo working I have installed on the 6,4 gb 
  disk that is on hda . I made two partitions one / with 5889 mb ext2 and the 
  rest for swap.
  Well instalation went ok. No problem at 
  all.
  On reboot lilo was working ok , I choose 
  linux , everything started until ...
  Kernel panic Can't mount VFS Root 03:01 and 
  stops.
   
  Why?
  This my hardware configuration if it helps for 
  something
  Asus A7V266-E (1004B Bios) with Promise ATA 100 
  
  Athlon 1800+ XP
  hda-> IBM DHEA-36480- 6,4GB  UDMA 
  33
  hdb -> Sony 48x Cdrom 
  hdc -> Seagate 320423 UDMA 66
  hdd -> HP 8100 CD-RW 1.0g
  hde -> Seagate ST360020 A 60 UDMA 
  100
  Creative 3d Blaster Geforce 2 Ti 64 MB DDR AGP 
  4x
  Sound Blaster Live Value
  Hauppage Win TV
  3com Serial Modem 56k (v92)
  Logitech MouseMan Optical
  Sony 200Sf 17"
  Iomega zip 100 parallel port
   
  Thanks,
          
          Jorge Giménez
   
   
   
  >Hi 
  again.>>My problem is that I can't boot linux after installing 
  >lm8.0.>I get  L0 instead of graphical lilo. W2k rules the MBR 
  .>>I am going to read the url >http://www.johnlenin1.com/dual_boot.html>and try.>Another thing, how 
  can  I make a boot disk from Lm >8.0 installation 
  ?>Thanks,>    
  Jorge Giménez>- Original Message ->From: "Oliver 
  Thieke" <[EMAIL PROTECTED]>>To: <[EMAIL PROTECTED]>>Sent: Saturday, February 16, 2002 1:32 PM>Subject: 
  Re: [expert] Boot Loader> Hi Jorge !>>> 
  > new PC: configuration.   >  (fat32) > cdrom > 
  20,4 gb disk (fat32) >> > cd-rw > 60 gb disk (w98 + w2k 
  +  linux)> > something about a boot  diskette but I can't 
  do it on install .> > Any ideas? I know about how to install  
  lilo if I have w2k.>> What exaclty is the problem 
  ?>> There might be 2 possibilities:>> 1.) If you 
  install the OS in a certain order it should be easy> going:> 1. 
  w98, then 2. w2k and finally mandrake. I've done that on one> machine - 
  works without problems. (Only in that order - w98 ->> mandrake -> 
  w2k screws up)>> 2.) If w2k rules the MBR it's a different 
  situation:> Look e.g. for:> http://www.johnlenin1.com/dual_boot.html>> If you boot from mandrake CD and 
  follow the GUI installation> one of last steps ask you for creating the 
  boot disk.>> Good Luck>> Oliver 
  Thieke>>> 
  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] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Bill Kenworthy

The way around this is to keep a copy of the iso and "tail -c
+no_of_Bytes_needed+1 copy.iso >> rsync_truncated.iso"  test this out
first as its late and I am too tired to check the syntax and test it!,
but it works a treat.

BillK


On Fri, 2002-02-22 at 22:21, Randy Kramer wrote:
> Ron Stodden wrote:
> > How about trying a --partial parameter.   This lets you pick up the last
> > download from where it was interrupted.
> 
> Hello Ron,





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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Randy Kramer

Bill Kenworthy wrote:
> The way around this is to keep a copy of the iso and "tail -c
> +no_of_Bytes_needed+1 copy.iso >> rsync_truncated.iso"  test this out
> first as its late and I am too tired to check the syntax and test it!,
> but it works a treat.

Bill,

I've taken the liberty of adding this to
http://twiki.org/cgi-bin/view/Wikilearn/RsyncingALargeFileBeginner,
along with your name as a contributor.  At some point, I will test it
and then refactor the page, but maintain your name as a contributor.

If you have any comments please advise.

regards,
Randy Kramer



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



[expert] Konqueror, saving "sorting" as name (case sensitive)

2002-02-22 Thread Jonathan Dlouhy


Is there any way to set Konqueror under "View", "Sort",  "Name (case 
sensitive)" so it will stay that way when I open up new instances of 
Konqueror. Sometimes it won't retain that setting if I minimize the 
program.

Thanks,
Jonathan Dlouhy



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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Randy Kramer

Bill,

Thanks!  The first part sounds very much like what I did, but it would
have taken a while to remember it.

I will add some (or all) of this to the same page I mentioned in my
previous email.  As before, if you have any comments let me know.

regards,
Randy Kramer

Bill Kenworthy wrote:
> Ok, the easiest is to use rsync like an ls command and navigate to the
> directory you want if you do not know the path up front:
-

> at 1:05am local.  For iso's, its basicly the same,just runs for 3 or so
> days per cd!

I know this feeling!



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



RE: [expert] databases for linux

2002-02-22 Thread Aron Pilhofer

>Why not? At best its just a "compatibility" DLL that allows easier
>migration between Unix and Windows. For specific applications you don't
>need the full Cygwin install, though you do get a great set of tools
>with it. I use Cygwin to allow a common build environment that works
>seamlessly on Solaris, Linux and Windows/Cygwin.

Didn't know you didn't need the full install, so I'll definitely give that a
try in the future. I'd love to have a version of PG running on my windows
partition. The full package is (as I remember) quite large, and not
particularly friendly for those folks who are not Linux/unix friendly. It
also seemed to run (how to put this) a little weird on my system, and that
was enough to make me skeptical.

The absolute killer for the app I am developing is that first part: there's
no way I can put this out there and require folks  to figure out cygwin and
then postgres. Just ain't going to happen. But I'm not locking myself into
windows - good god no! Banish the thought.

I happen to be writing my application in PHP with an excellent database
abstraction layer, so it will (theoretically) work on any supported
platform, with any one of seven different databases, including Postgres.
That's the open source way. :)


>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Nick Thompson
>Sent: Friday, February 22, 2002 11:08 AM
>To: [EMAIL PROTECTED]
>Subject: Re: [expert] databases for linux
>
>
>Why not? At best its just a "compatabilty" DLL that allows easier
>migration between Unix and Windows. For specific applications you don't
>need the full Cygwin install, though you do get a great set of tools
>with it. I use Cygwin to allow a common build environment that works
>seamlessly on Solaris, Linux and Windows/Cygwin. Seems pointless redoing
>all your hard work for a backwards (closed) system like Windows when
>somebody else has done excellent work doing it for you. Thats the open
>source way...
>
>Nick.
>
>Aron Pilhofer wrote:
>
>>I knew someone was going to mention Cygwin. I've played with it some, but
>>wouldn't under any circumstances consider deploying anything critical that
>>requires it. There are times I wish free software folks were a little less
>>dogmatic, because I think a stable Win32 version of Postgres would be one
>>killer application.
>>
>
>
>



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



Fw: [expert] Secure settings and opening port 137

2002-02-22 Thread Jean-Christophe Berthon


seems that I had problem sending this messages to the list, I'm resending
them then...
>
>
>  Hello,
>
>  First thank you for your reply :-)
>  I already looked at the first point and the port was described in the
>  /etc/services and it wasn't commented. I also comment the line in the
>  hosts.deny but didn't try yet the IP thing. Anyway, I can access my
mdk-box
>  via ftp and it is working. I just can't launch the nmbd daemon and when
>  checking the /var/log/samba/log.nmb it says
>  'Failed to open nmb socket on interface xxx.xxx.xxx.xxx for port 137.
> Error
>  was Cannot assign requested address'
>  (the xxx.xx.xxx are the correct IP address of the computer)
>  All other services can be launch, like ftp, smbd... but nmbd cannot open
> the
>  port :-(
>  I didn't installed Bastille nor squid yet, just to have first a working
>  server and then set up more security.
>
>
>  Best regards,
>  ---
>  Jean-Christophe Berthon
>
>
> >
> > - Original Message -
> > From: "Oscar" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, February 19, 2002 10:10 PM
> > Subject: Re: [expert] Secure settings and opening port 137
> >
> >
> >
> > Hi,
> > You can try some things:
> >
> > 1. See in /etc/services if the line for port 137 is commented, and
> > uncomment it.
> >
> > 2. Maybe you must add some IP's to /etc/hosts.allow, or delete the entry
> > ALL:ALL EXCEPT localhost:DENY in /etc/hosts.deny
> >
> > 3. If you are running bastille-firewall, you must edit the file
> > /etc/Bastille/bastille-firewall.cfg and add the port 137 to the line
> > TCP_PUBLIC_SERVICES, and then restart the bastille-firewall service.
> >
> > I hope this will help you.
> > Saludos
> > óscar.
> > --
> >   .-.
> >   oo|
> >  /`'\  Usuario de Linux Registrado #227443
> > (\_;/) http://counter.li.org/
> >
> >
> >
> >
> >
>
> --
> --
> > 
> >
> >
> > > 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: RE: [expert] Remote backup Again

2002-02-22 Thread Jim Dawson

If I am not mistaken, Arkeia has a 'Free for personal use' version as well.

-Original Message-
From: "Aron Pilhofer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Thu, 21 Feb 2002 11:28:59 -0500
Subject: RE: [expert] Remote backup Again

Arkeia does that, but you probably need a license, which is pricey.
http://www.arkeia.com/

Mondo may be able to do it too. (Just posted the URL.)




>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
>Sent: Thursday, February 21, 2002 11:05 AM
>To: '[EMAIL PROTECTED]'
>Subject: RE: [expert] Remote backup Again
>
>
>Hi guys!
>Thanks for the help,
>
>But im looking for something that can remotely back up data from 
>windows and
>Linux boxes. Maybe just a simple FTP? I need to automate it and 
>would prefer
>not to have to set up automated FTP clients on each box.
>
>Right now I only need data from 4 or 5 boxes (4 windows and 1 Linux), but
>need to be able to manage about 25 or so in the future.
>
>
>Thoughts?
>
>--
>=
>Dan Belkie
>
>
>
>-Original Message-
>From: Randy Kramer [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, February 20, 2002 6:52 PM
>To: [EMAIL PROTECTED]
>Subject: Re: [expert] Remote backup
>
>
>Belkie, Dan wrote:
>> Can anyone recommend any data backup server software for Linux?
>> 
>> I would like to remotely back up my office computers to my home through
>the
>> night. I would like to only update the data that has changed.
>> 
>> Anyone know of anything like this?
>
>Look into rsync.  It's what I plan to use for a similar purpose.  I have
>some information here, including (I hope) a link to the rsync home page.
>
>http://twiki.org/cgi-bin/view/Wikilearn/RsyncInGeneral
>
>If you find some better resources, or want to make some notes for others
>to use, consider registering at
>http://twiki.org/cgi-bin/view/TWiki/TWikiRegistration and editing or
>creating pages yourself.
>
>Randy Kramer
>
>
>


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com







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



RE: RE: [expert] Remote backup Again

2002-02-22 Thread Aron Pilhofer

Yes, but I am 99 percent sure that license does not cover as many boxes as he needs to 
backup. 

>-Original Message-
>From: Jim Dawson [mailto:[EMAIL PROTECTED]]
>Sent: Friday, February 22, 2002 12:34 PM
>To: [EMAIL PROTECTED]
>Cc: [EMAIL PROTECTED]
>Subject: Re: RE: [expert] Remote backup Again
>
>
>If I am not mistaken, Arkeia has a 'Free for personal use' version as well.
>
>-Original Message-
>From: "Aron Pilhofer" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Date: Thu, 21 Feb 2002 11:28:59 -0500
>Subject: RE: [expert] Remote backup Again
>
>Arkeia does that, but you probably need a license, which is pricey.
>http://www.arkeia.com/
>
>Mondo may be able to do it too. (Just posted the URL.)
>
>
>
>
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
>>Sent: Thursday, February 21, 2002 11:05 AM
>>To: '[EMAIL PROTECTED]'
>>Subject: RE: [expert] Remote backup Again
>>
>>
>>Hi guys!
>>Thanks for the help,
>>
>>But im looking for something that can remotely back up data from 
>>windows and
>>Linux boxes. Maybe just a simple FTP? I need to automate it and 
>>would prefer
>>not to have to set up automated FTP clients on each box.
>>
>>Right now I only need data from 4 or 5 boxes (4 windows and 1 Linux), but
>>need to be able to manage about 25 or so in the future.
>>
>>
>>Thoughts?
>>
>>--
>>=
>>Dan Belkie
>>
>>
>>
>>-Original Message-
>>From: Randy Kramer [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, February 20, 2002 6:52 PM
>>To: [EMAIL PROTECTED]
>>Subject: Re: [expert] Remote backup
>>
>>
>>Belkie, Dan wrote:
>>> Can anyone recommend any data backup server software for Linux?
>>> 
>>> I would like to remotely back up my office computers to my home through
>>the
>>> night. I would like to only update the data that has changed.
>>> 
>>> Anyone know of anything like this?
>>
>>Look into rsync.  It's what I plan to use for a similar purpose.  I have
>>some information here, including (I hope) a link to the rsync home page.
>>
>>http://twiki.org/cgi-bin/view/Wikilearn/RsyncInGeneral
>>
>>If you find some better resources, or want to make some notes for others
>>to use, consider registering at
>>http://twiki.org/cgi-bin/view/TWiki/TWikiRegistration and editing or
>>creating pages yourself.
>>
>>Randy Kramer
>>
>>
>>
>
>
>_
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
>



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



Fw: [expert] java IBM Java2-1.3

2002-02-22 Thread Jean-Christophe Berthon

again a sending problem... So I'm resending this message...


> For my profile using Java, I've described the following env. var.
>
> JAVA="/usr/opt/IBMJava2-13"
> JAVA_LIB="/usr/opt/IBMJava2-13/jre/bin"
> PATH=$PATH:${JAVA}/bin
>
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${JAVA_LIB}:${JAVA_LIB}/client:${JAVA_LIB
> }/classic
>
> I was using Java for developping with C... (maybe it looks a bit different
> for you...
>
>
> Best regards,
> ---
> Jean-Christophe Berthon
>
>
> - Original Message -
> From: "Jason Pearce" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, February 22, 2002 9:11 AM
> Subject: [expert] java IBM Java2-1.3
>
>
> > Hi listmembers,
> > I have just done clean install of mdk 8.0
> > today after backing everything up from both my windows
> > and mdk partition.
> > I was running out of room for mdk and realised that i had not been
> anywhere
> > near windows for more than a month, so it's gone!!
> > the new install went fine X , USB camera , printer ,  cdburner , all
> eccept
> > for JAVA it installed well and I can use java on the desktop
> > ie: use a java image viewer but not in Konqueror or mozilla
> > I have enabled java in Konqueror and pointed to
> > /opt/IBMJava2-13/jre/bin/javaplugin.so
> > /opt/IBMJava2-13/jre/bin/java
> > /opt/IBMJava2-13/jre/bin/oldjava
> > /opt/IBMJava2-13/jre/bin/exe/java
> > /opt/IBMJava2-13/jre/bin/exe/oldjava
> > nothing seems to work
> > I had this working before but I think I was using Sun Java 2-1.3
> > I also remember adding it to my path ,but cannot remember the exact
> details
> > I know this list is a little beyond this question but I would really
> > appreciate the help.
> > cheers JasonPearce
> >
> >
>
>
> --
--
> 
>
>
> > 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] bulding the KDE menu, update-menus?

2002-02-22 Thread Peter Møller Neergaard

For some reason I suddenly lost my menustructure for KDE, i.e., the
menu now only consist of soffice (which I run recently), Bookmarks,
Recent Documents, Quick Browser, Run command ..., Configure, Lock
Screen, and Logout.

I have checked with menudrake and it still know the full structure.

I have run update-menus (as user and as root) to regenerate the menus,
but that have been in vain.

So now my (probably really stupid) question is: what do I do to
regenerate the full menu structure for KDE.

Thanks 

Peter
-- 
http://www.linearity.org/turtle/contact.html
``When you have had all the experiences, met all the famous people,
made some money, toured the world and got all the acclaim you still
think--is that it? Some might be satisfied--but I wasn't'' -- G. Harrison



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



Re: [expert] Boot Loader Solved but more problems, now kernel panic

2002-02-22 Thread James

On Fri, 22 Feb 2002 10:16:08 -0800
Larry Sword <[EMAIL PROTECTED]> wrote:

> What actually do you mead as "no Luck"? Did you make the changes in
> lilo.conf and then run, as root, lilo- c and this did not work? Were you
> not sucessful in making changes to th lilo.conf file?
> 
> Can you post your lilo.conf file for the list to view?
> 
> Larry
> -- 
> Sword'sEdge
> VoiceMail/Fax: (858) 860-6406 x1587
> 
> 
I think maybe, just maybe I see what's happening.  It's not so much that
lilo can't find the /boot partition as lilo can't be found.  I could be
very wrong, but doesn't lilo have to be on the mbr of whatever the mobo
sees as the primary drive?  If the mobo is seeing it's onboard disk
controler as the primary disk controller (and the secondary) and the
promise ide controller as the third, then when the bios trys to hand off
the boot prosses to the mbr there is nothing to hand it off to. Just a
thought.

James



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



Re: [expert] Which CD Burner?

2002-02-22 Thread James

Andrew,
   (great name  called my son that too *grin*)  I'm using an Asus
Cd-RW burner and have had 0 problems with it.  It worked straight up with
my 8.1 install no hassles.  The best part is that it is under 100 bucks. 
My model number is CRW-1610A.  My setup is a Celery 950 256megs ram and of
course Mandrake 8.1 The only thing I had to do was make sure Kudzu was
running before I booted the first time and voila. It worked.

James


On Thu, 21 Feb 2002 13:04:35 -0500
"Vogel, Andrew (VOGELAP)" <[EMAIL PROTECTED]> wrote:

> Just got a small windfall, and would like to purchase a CD burner for my
> Linux-Mandrake 8.1 PowerPack installation on a Celeron 533 with 256 megs
> memory.
> 
> Is there a brand that is a> fast, b> cheap, and c> known to work with
this
> Linux configuration?
> 
> Thanks!
> 
> ---
> ===
> Andrew Vogel: Manager of Professional Programs at the University of
> Cincinnati College of Pharmacy
> http://pharmacy.uc.edu  
(513)-558-3784
> ===
> 
> 



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



[expert] [OT] Burning iso's

2002-02-22 Thread Brandon Dorman

Hey guys,

Finally got beta 3 cd 1 and cd 2 downloaded!  Joy of joys!  However,
I've never burned an iso before in linux!  I just now burnt both cd's
only to disover now that they are still on there as, ".iso" and aren't
bootable or anything!  Bummer.  (I'm assuming cd1 of even the mandrake
beta would be bootable, after all I'm sure they want to test the
installer as well. :-)) My cdrecord options look like this:
cdrecord -v -pad speed=1 dev=0,1,0 MandrakeLinux-8.2beta3-CD1.i586.iso

How can I modify it to "expand" the iso onto the cd and allow me to boot
from it as if I had bought it?  Again, much thanks.

-Brandon



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



Re: [expert] [OT] Burning iso's

2002-02-22 Thread J. Craig Woods

Brandon Dorman wrote:
> 
> Hey guys,
> 
> Finally got beta 3 cd 1 and cd 2 downloaded!  Joy of joys!  However,
> I've never burned an iso before in linux!  I just now burnt both cd's
> only to disover now that they are still on there as, ".iso" and aren't
> bootable or anything!  Bummer.  (I'm assuming cd1 of even the mandrake
> beta would be bootable, after all I'm sure they want to test the
> installer as well. :-)) My cdrecord options look like this:
> cdrecord -v -pad speed=1 dev=0,1,0 MandrakeLinux-8.2beta3-CD1.i586.iso
> 
> How can I modify it to "expand" the iso onto the cd and allow me to boot
> from it as if I had bought it?  Again, much thanks.
> 
> -Brandon

"cdrecord -v speed=1 dev=0,1,0 -data mandrake_file.iso" should do it... 

-- 
J. Craig Woods
UNIX/NT Network/System Administration

-Art is the illusion of spontaneity-



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



Re: [expert] need help connection refused ftp server

2002-02-22 Thread Expert

Oh gee THAT was helpful, 
NOT!

Look if you don't know the answer to the question,
DON'T ANSWER!!

Its ok to not know something, that is why you ask it.

Because you want HELP does that mean anything
to you? HELP? I came here for help, and do you
help? Hell no, you spew out useless information!!!

I bet you don't even know the answer, you are just spewing
crap. If I wanted this rubbish from you I would have
gone into a newsgroup.



On Thursday 21 February 2002 09:37 pm, so spoke Michael Leone :

>
> Run Windows instead of Linux. Then you can go bug some other list.
>
> 



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



Re: [expert] need help connection refused ftp server

2002-02-22 Thread Expert

FUCK YOU!!!1

On Thursday 21 February 2002 10:39 pm, so spoke J. Craig Woods :
> Michael Leone wrote:
> > Run Windows instead of Linux. Then you can go bug some other list.
>
> Michael,
>
> Very pithy, and well stated! Advice that should go out to many...
>
> Thanks,



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



[expert] Fine I give up on everything

2002-02-22 Thread Expert

I am sorry that I was not born with perfect communication
skills like all you so perfect elitists.

I'm sick of being fucked over by all you damn
Bob Normals who just flame a perfectly 
polite request, I even said please and
you shoved it in my ear.

Damn you for it 

Damn you.

I guess you can all just have your stupid ass
list, and your goddamn elitist attitude, and
your FUCKING SHIT!!!1

Goddamn you bastards I HAVE TRIED SO DAMN
HARD TO Be nice BUT YOU JUST HAVE NO
PATIENCE, I AM SICK OF GETTING 
FLAMED BY YOU NAZI FROG COCKSUCKERS


I GIVE UP ON COMPUTERS, LINUX AND EVERYTHING

I GIVE UP ON GOD
I GIVE UP ON LIFE

FUCK YOU ALL 

HAVE A NICE FUCKING LIFE

I WILL RECOMEND AGAINST SIGNING UP
TO THIS FYUCKING ELITIST BULLSHIT
PIGHEADED LIST 

YOU GET NO HELP HERE

I TRIED TO BE NICE BUT I AM
SICK OF THIS SHIT

I HOPE YOU'RE ALL SATISFIED

ASSHOLES!!



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



Re: [expert] [OT] Burning iso's

2002-02-22 Thread David Oberbeck

Greetings,

   It should do this by default. To write I use cdrecord 1.10, and the
command line is:

cdrecord -v -eject speed=8 dev=3,0 whatever.iso

   Your address may be different; but the rest should be the same.

   Two things:
1. You should not need the 'pad' option.
2. Are you burning a 650 or 700 MB disk?

   Burning a 650 iso onto a 700 MB disk makes it unbootable...

HTH,
DGO

On Friday 22 February 2002 15:46, Brandon Dorman Wrote Thusly:
> Hey guys,
>
>   Finally got beta 3 cd 1 and cd 2 downloaded!  Joy of joys!  However,
> I've never burned an iso before in linux!  I just now burnt both cd's
> only to disover now that they are still on there as, ".iso" and aren't
> bootable or anything!  Bummer.  (I'm assuming cd1 of even the mandrake
> beta would be bootable, after all I'm sure they want to test the
> installer as well. :-)) My cdrecord options look like this:
> cdrecord -v -pad speed=1 dev=0,1,0 MandrakeLinux-8.2beta3-CD1.i586.iso
>
> How can I modify it to "expand" the iso onto the cd and allow me to boot
> from it as if I had bought it?  Again, much thanks.
>
> -Brandon
>
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com

-- 

"Entropy Requires No Maintenance"



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



Re: [expert] [OT] Burning iso's

2002-02-22 Thread Randy Kramer

David Oberbeck wrote:
>Burning a 650 iso onto a 700 MB disk makes it unbootable...

Hmm, not for me!

Randy Kramer



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



RE: [expert] Fine I give up on everything

2002-02-22 Thread Aron Pilhofer

..[snip]..
>I WILL RECOMEND AGAINST SIGNING UP

That's recommend... with two M's. Bye, nice to know you.





_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



Re: [expert] Fine I give up on everything

2002-02-22 Thread J.P. Pasnak

On Friday 22 February 2002 18:04, you wrote:

> I GIVE UP ON COMPUTERS, LINUX AND EVERYTHING

Excellent.   Now I don't have to create another filter.


-- 
Live fast, die young,
you're sucking up my bandwidth.
--
J.P. Pasnak, CD
[EMAIL PROTECTED]
http://www.warpedsystems.sk.ca

 Kernel version: 2.4.17-20mdk
Current Linux uptime: 23 hours 57 minutes.



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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Ron Stodden

Randy Kramer wrote:
> 
> Ron Stodden wrote:
> > How about trying a --partial parameter.   This lets you pick up the last
> > download from where it was interrupted.
> 
> Hello Ron,
> 
> I know you are very familiar with rsync, so I know you know this, but I
> am very cautious about warning people that using the --partial parameter
> can cause them to lose some portion of their file, which means that,
> even if it is rsynced, the missing portion will amount to a download.
> 
> For more explanation, someone can look at the WikiLearn pages, perhaps
> starting here:
> http://twiki.org/cgi-bin/view/Wikilearn/RsyncingALargeFileBeginner#Warning.

I am a frequent recoverer using --partial in the rsync from the current
Mandrake and have never had one moment's trouble, otherwise I would not
recommend it.  The --partial option is standard in our
troels.rsync6.2.pl and its predecessors and no one has ever reported any
trouble.

Your information must be very old.

-- 
Ron. [au]



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



Re: [expert] Re: rsync problem (was beta2 to beta3)

2002-02-22 Thread Ron Stodden

Randy Kramer wrote:
> 
> Brandon,
> 
> Thanks for your comment!  Yes, my explanation is not very clear,
> partially because I don't understand that point very well myself.
> 
> I think the text in issue is the second bullet under this:
> http://twiki.org/cgi-bin/view/Wikilearn/RsyncingALargeFileBeginner#Other_notes.
> 
> The reference to "module" was something I found somewhere in the rsync
> documentation.  As the bulleted paragraph states, I had to discover that
> this essentially meant "directory" (in my terms) and I had to play
> around a little to find the correct directory.

rsync modules are essentially very convenient path shortcuts.

The modules available from any rsync server can easily be ascertained
thusly:

rsync "rsync://"

and the contents of any path under the module thusly:

rsync "rsync:///path/"

That way you can rapidly explore the whole module tree.

RTFM applies .

-- 
Ron. [au]



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



Re: [expert] Fine I give up on everything

2002-02-22 Thread mike

Hi list,

this is the second time I've seen this nonsense either here or on a
similar list.

If no one post to me or this again that would be what kittypuss

aka Vic or Linuxdude or whatever their name is really deserves -
Nothing. 

End of statement.

( p.s. I'm leaving my name off too.. heh heh )



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



Re: [expert] java IBM Java2-1.3

2002-02-22 Thread Jason Pearce

Thanks this is now sorted
jason

On Friday 22 February 2002 19:11, you wrote:
> Hi listmembers,
> I have just done clean install of mdk 8.0
> today after backing everything up from both my windows
> and mdk partition.
> I was running out of room for mdk and realised that i had not been anywhere
> near windows for more than a month, so it's gone!!
> the new install went fine X , USB camera , printer ,  cdburner , all eccept
> for JAVA it installed well and I can use java on the desktop
> ie: use a java image viewer but not in Konqueror or mozilla
> I have enabled java in Konqueror and pointed to
> /opt/IBMJava2-13/jre/bin/javaplugin.so
> /opt/IBMJava2-13/jre/bin/java
> /opt/IBMJava2-13/jre/bin/oldjava
> /opt/IBMJava2-13/jre/bin/exe/java
> /opt/IBMJava2-13/jre/bin/exe/oldjava
> nothing seems to work
> I had this working before but I think I was using Sun Java 2-1.3
> I also remember adding it to my path ,but cannot remember the exact details
> I know this list is a little beyond this question but I would really
> appreciate the help.
> cheers JasonPearce


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


---



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



Re: [expert] [OT] Burning iso's

2002-02-22 Thread Salane King

do cdrecord --scanbus 
first to determine the dev= numbers
>
>Brandon Dorman wrote:
>> Hey guys,
>>
>> Finally got beta 3 cd 1 and cd 2 downloaded!  Joy of joys! 
>> However, I've never burned an iso before in linux!  I just now burnt both
>> cd's only to disover now that they are still on there as, ".iso" and
>> aren't bootable or anything!  Bummer.  (I'm assuming cd1 of even the
>> mandrake beta would be bootable, after all I'm sure they want to test the
>> installer as well. :-)) My cdrecord options look like this:
>> cdrecord -v -pad speed=1 dev=0,1,0 MandrakeLinux-8.2beta3-CD1.i586.iso
>>
>> How can I modify it to "expand" the iso onto the cd and allow me to boot
>> from it as if I had bought it?  Again, much thanks.
>>
>> -Brandon
>
>"cdrecord -v speed=1 dev=0,1,0 -data mandrake_file.iso" should do it...
-- 
I made it a rule to forbear all direct contradictions to the sentiments of 
others, and all positive assertion of my own.  I even forbade myself the use 
of every word or expression in the language that imported a fixed opinion, 
such as "certainly", "undoubtedly", etc.   I adopted instead of them "I 
conceive", "I apprehend", or "I imagine" a thing to be so or so; or "so it 
appears to me at present".

When another asserted something that I thought an error, I denied myself the 
pleasure of contradicting him abruptly, and of showing him immediately some 
absurdity in his proposition.  In answering I began by observing that in 
certain cases or circumstances his opinion would be right, but in the present
case there appeared or semed to me some difference, etc.

I soon found the advantage of this change in my manner; the conversations I 
engaged in went on more pleasantly.  The modest way in which I proposed my 
opinions procured them a readier reception and less contradiction.  I had 
less mortification when I was found to be in the wrong, and I more easily 
prevailed with others to give up their mistakes and join with me when I 
happened to be in the right.
-- Autobiography of Benjamin Franklin




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



Re: [expert] Fine I give up on everything]

2002-02-22 Thread Michael Scottaline



On Fri, 2002-02-22 at 19:04, Expert wrote:
> I am sorry that I was not born with perfect communication
> skills like all you so perfect elitists.
> 
> I'm sick of being fucked over by all you damn
> Bob Normals who just flame a perfectly 
> polite request, I even said please and
> you shoved it in my ear.
> 
> Damn you for it 
> 
> Damn you.
===

I've been on numerous lists where @kittypuss has posted.  Unfortunately
it has always been the same.  He's a)a troll b)a jerk c) a pathetic
soul.  My guess is , unfortunately, c).
Might I suggest not overreacting, or even responding to his irrational
diatribes.  I've seen many pitiful espousals of self loathing from this
"domain", on a variety of lists.  I suggest filtering.


Mike

-- 
"Education is a progressive discovery of our own ignorance."
   --Will Durant
-- 
"You can't be a real country unless you have a beer and an airline - it
helps if you have some kind of a football team, or some nuclear weapons,
but at the very least you need a beer."
- Frank Zappa



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



Re: [expert] need help connection refused ftp server

2002-02-22 Thread Lee Roberts
I hope the list administrator bans this dude. This is uncalled
for. OTOH, IMO, we should avoid provoking people like this so we can have
a civilized discussion group.

At 05:58 PM 2/22/2002 -0600, Expert wrote:
>FUCK YOU!!!1
>
>On Thursday 21 February 2002 10:39 pm, so spoke J. Craig Woods
:
>> Michael Leone wrote:
>> > Run Windows instead of Linux. Then you can go bug some
other list.
>>
>> Michael,
>>
>> Very pithy, and well stated! Advice that should go out to
many...
>>
>> Thanks,
>



Encryption isn't just for secrets...



Re: [expert] Fine I give up on everything

2002-02-22 Thread Lee Roberts
Excuse me? I tried to help you. Don't generalize your comments
or no one will help you.

At 06:04 PM 2/22/2002 -0600, Expert wrote:
>I am sorry that I was not born with perfect 
communication
>skills like all you so perfect elitists.
>




Encryption isn't just for secrets...



Re: [expert] need help connection refused ftp server

2002-02-22 Thread Lyvim Xaphir

On Friday 22 February 2002 22:01, you wrote:
> I hope the list administrator bans this dude. This is uncalled for. OTOH,
> IMO, we should avoid provoking people like this so we can have a civilized
> discussion group.

Eh...  I believe the guys were saying previously that there *was* no 
provocation.  He's a troller; that's what trollers do.

It's just a matter of getting prepared for stuff like this.  It's going to 
come wether you are civilized or not.

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



Re: [expert] Fine I give up on everything

2002-02-22 Thread Michael Holt

6:04pm... Expert ran for the door shrieking:

>FLAMED BY YOU NAZI FROG COCKSUCKERS

eh?  Nazi frog ___

Dude, lay off the caffine!

Mike

-- 
Michael & Tracy Holt
Kirkland, WA[EMAIL PROTECTED]
www.holt-tech.net   [EMAIL PROTECTED]
===<
Unix is all about taking big rocks and turning them into little rocks -
Windows is all about taking sand... and dumping it in your gas tank...





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



[expert] Making Mounts accessable to all users

2002-02-22 Thread Nexist Xenda'ths

Hello:

How can I make it so that my mount points are accessable to all users.

Currently, I have to 'su' in order to write to a zip disk, which is --
to be honest -- unacceptable.  Can anyone help?

I need to analyze the AutoFS man page first, but I may be back asking
how to set it up (I accidently unchecked it during install).

Douglas




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



Re: [expert] Fine I give up on everything]

2002-02-22 Thread g

Michael Scottaline wrote:
>
> On Fri, 2002-02-22 at 19:04, Expert wrote:
[snip]
> 
> I've been on numerous lists where @kittypuss has posted.  Unfortunately
> it has always been the same.  He's a)a troll b)a jerk c) a pathetic
> soul.  My guess is , unfortunately, c).
> Might I suggest not overreacting, or even responding to his irrational
> diatribes.  I've seen many pitiful espousals of self loathing from this
> "domain", on a variety of lists.  I suggest filtering.

some children never grow up. usage of 4 letter words is inversely
proportional to intelligence.

i did go back thru last 2 months of this list's posting to find ekp
had 14 post. originate = 4, replies = 10.

in which, ekp seems to be very terse in his supplying helpful info
to have his problems solved, which led to some snide remarks that
could/should have been better worded.

all of this could have been avoided if one would remember,

 when you see a cow pile with flies, and do not smell it,
 do not kick it to get rid of flies. you only renew odour
 and draw more flies.

also, take a long time to think about ekp's email address. it should
tell you something about person sending. 'expert', 'kittypuss.org',
those two tend to say it all.

> "Education is a progressive discovery of our own ignorance."
>--Will Durant

this says a lot.


peace out.

tc,hago.

g
.
--
 think green...  save a tree, save a life, save time, save bandwidth,
  save storage.   send email,   text/plain - disable pgp/gpg/geek code
=+=
 if you are proud to be an american, then buy "made in america".





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



Re: [expert] Making Mounts accessable to all users

2002-02-22 Thread Brian

Create an entry in /etc/fstab (if you don't already have one) and
include the option 'user' (without ' ) included at the end of the entry.

On 22 Feb 2002 19:49:30 -0800
"Nexist Xenda'ths" <[EMAIL PROTECTED]> wrote:

Nexist> Hello:
Nexist> 
Nexist> How can I make it so that my mount points are accessable to all users.
Nexist> 
Nexist> Currently, I have to 'su' in order to write to a zip disk, which is --
Nexist> to be honest -- unacceptable.  Can anyone help?
Nexist> 
Nexist> I need to analyze the AutoFS man page first, but I may be back asking
Nexist> how to set it up (I accidently unchecked it during install).
Nexist> 
Nexist> Douglas
Nexist> 
Nexist> 


--
Brian - [EMAIL PROTECTED]
My Home Page: http://www.brimac.com/~brianmac
Fine Photos: http://www.brimacphotography.com
Art for Sale: http://www.artbrowser.com
Classified Advertising: http://www.sellit2000.com


Beware of low-flying butterflies.




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



[expert] WordPerfect 8 & Mandrake 8.1

2002-02-22 Thread Jonathan Dlouhy

Hi, I'm running Mandrake 8.1. I've got WordPerfect 8 installed 
(Personal Edition) and when I try to run WP I get this error message; 
can't load library 'libXt.so.6.
Does anyone know what I need to install to get this library installed?

Thanks!
-- 
Jonathan Dlouhy
Friday, February 22, 2002

"I was recently on a tour of Latin America, and the only regret I 
have was that I didn't study Latin harder in school so I could 
converse with those people"   -Former U.S.  Vice-President Dan Quayle




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



[expert] Apache & Proxies

2002-02-22 Thread Brent Meshier

I love the apache advanced extranet server that comes with Mandrake 8.1.
However I quickly found that mod_perl / mod_proxy doesn't correcly pass the
requesting IP address to the proxy.  The request looks like it's coming from
the webserver instead of the user requesting the page.  This is extremely
annoying if you run a site like slashcode.  Anyhow, I found that
mod_ip_forward does exactly that but they left it out of the rpm distro!
Can someone explain how I would go about adding mod_ip_foward.c to the
apache rpm installation?

--Brent




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



Re: [expert] Making Mounts accessable to all users

2002-02-22 Thread Nexist Xenda'ths

Hello:

I appear to have 'user' specified.

that line of my fstab is as follows:
/dev/sda4 /mnt/zip auto 
   user,iocharset=iso8859-1,umask=0,exec,codepage=850,noauto 0 0

Should I add user again?

Douglas

On Fri, 2002-02-22 at 20:09, Brian wrote:
> Create an entry in /etc/fstab (if you don't already have one) and
> include the option 'user' (without ' ) included at the end of the entry.
> 
> On 22 Feb 2002 19:49:30 -0800
> "Nexist Xenda'ths" <[EMAIL PROTECTED]> wrote:
> 
> Nexist> Hello:
> Nexist> 
> Nexist> How can I make it so that my mount points are accessable to all users.
> Nexist> 
> Nexist> Currently, I have to 'su' in order to write to a zip disk, which is --
> Nexist> to be honest -- unacceptable.  Can anyone help?
> Nexist> 
> Nexist> I need to analyze the AutoFS man page first, but I may be back asking
> Nexist> how to set it up (I accidently unchecked it during install).





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



Re: [expert] Making Mounts accessable to all users

2002-02-22 Thread Brian

That looks like it should work.  How about the /mnt/zip dir, is it
accessable to non-root users? (chmod o+rx /mnt/zip)

On 22 Feb 2002 21:40:17 -0800
"Nexist Xenda'ths" <[EMAIL PROTECTED]> wrote:

Nexist> Hello:
Nexist> 
Nexist> I appear to have 'user' specified.
Nexist> 
Nexist> that line of my fstab is as follows:
Nexist> /dev/sda4 /mnt/zip auto 
Nexist>user,iocharset=iso8859-1,umask=0,exec,codepage=850,noauto 0 0
Nexist> 
Nexist> Should I add user again?
Nexist> 
Nexist> Douglas
Nexist> 
Nexist> On Fri, 2002-02-22 at 20:09, Brian wrote:
Nexist> > Create an entry in /etc/fstab (if you don't already have one) and
Nexist> > include the option 'user' (without ' ) included at the end of the entry.
Nexist> > 
Nexist> > On 22 Feb 2002 19:49:30 -0800
Nexist> > "Nexist Xenda'ths" <[EMAIL PROTECTED]> wrote:
Nexist> > 
Nexist> > Nexist> Hello:
Nexist> > Nexist> 
Nexist> > Nexist> How can I make it so that my mount points are accessable to all 
users.
Nexist> > Nexist> 
Nexist> > Nexist> Currently, I have to 'su' in order to write to a zip disk, which is 
--
Nexist> > Nexist> to be honest -- unacceptable.  Can anyone help?
Nexist> > Nexist> 
Nexist> > Nexist> I need to analyze the AutoFS man page first, but I may be back asking
Nexist> > Nexist> how to set it up (I accidently unchecked it during install).
Nexist> 
Nexist> 
Nexist> 


--
Brian - [EMAIL PROTECTED]
My Home Page: http://www.brimac.com/~brianmac
Fine Photos: http://www.brimacphotography.com
Art for Sale: http://www.artbrowser.com
Classified Advertising: http://www.sellit2000.com


A cannibal only opens his mouth to change your feet.




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



[expert] Cron problem

2002-02-22 Thread Robert Goshko

Greetings all,

About a day or so ago, I started getting a mail message about a
cron.hourly job failing:

Subject: Cron  run-parts /etc/cron.hourly
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
Date: Thu, 21 Feb 2002 12:01:02 -0700 (MST)

touch: creating `/var/log/news/nntpsend.log': Permission denied
chmod: getting attributes of `/var/log/news/nntpsend.log': Permission denied
/usr/bin/nntpsend: /var/log/news/nntpsend.log: Permission denied
run-parts: /etc/cron.hourly/inn-cron-nntpsend exited with return code 1
Cannot open /etc/news/inn.conf
run-parts: /etc/cron.hourly/inn-cron-rnews exited with return code 1

The files all exist, and root has permissions to read and write them.  
I don't know what to do?

-- 
...Rob
 
=
Robert Goshko  Axis Computer Consulting Services, Inc
President  Sherwood Park, Alberta, Canada
http://www.axis-dev.com/  Supporting the Revolution In Your World
=
Registered Linux User #260513
 
 11:17pm  up  7:50,  2 users,  load average: 1.15, 1.33, 1.23



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


Re: [expert] Making Mounts accessable to all users

2002-02-22 Thread Nexist Xenda'ths

Hello:

Prior to the Mount, /mnt/zip has permissions of dwrxwrxwrx.  After I
issue a mount -t vfat /dev/sda4 /mnt/zip/ it has permissions of
dwrx-rx-rx.

Douglas

On Fri, 2002-02-22 at 22:07, Brian wrote:
> That looks like it should work.  How about the /mnt/zip dir, is it
> accessable to non-root users? (chmod o+rx /mnt/zip)
> 
> On 22 Feb 2002 21:40:17 -0800
> "Nexist Xenda'ths" <[EMAIL PROTECTED]> wrote:
> 
> Nexist> Hello:
> Nexist> 
> Nexist> I appear to have 'user' specified.
> Nexist> 
> Nexist> that line of my fstab is as follows:
> Nexist> /dev/sda4 /mnt/zip auto 
> Nexist>user,iocharset=iso8859-1,umask=0,exec,codepage=850,noauto 0 0
> Nexist> 
> Nexist> Should I add user again?
> Nexist> 
> Nexist> Douglas
> Nexist> 
> Nexist> On Fri, 2002-02-22 at 20:09, Brian wrote:
> Nexist> > Create an entry in /etc/fstab (if you don't already have one) and
> Nexist> > include the option 'user' (without ' ) included at the end of the entry.
> Nexist> > 
> Nexist> > On 22 Feb 2002 19:49:30 -0800
> Nexist> > "Nexist Xenda'ths" <[EMAIL PROTECTED]> wrote:
> Nexist> > 
> Nexist> > Nexist> Hello:
> Nexist> > Nexist> 
> Nexist> > Nexist> How can I make it so that my mount points are accessable to all 
>users.
> Nexist> > Nexist> 
> Nexist> > Nexist> Currently, I have to 'su' in order to write to a zip disk, which 
>is --
> Nexist> > Nexist> to be honest -- unacceptable.  Can anyone help?
> Nexist> > Nexist> 
> Nexist> > Nexist> I need to analyze the AutoFS man page first, but I may be back 
>asking
> Nexist> > Nexist> how to set it up (I accidently unchecked it during install).




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