[expert] devfs 2.4.18 trouble

2002-03-11 Thread Ronny L Nilsson


Hi
Has anyone tried upgrading a standard mandrake 8.1 to kernel 2.4.18 and 
gotten it to work properly? I get loads of boot errors with devfs:


[ cut from syslog ]
...
devfs_register(tts/0): could not append to parent, err: -17
...
devfs_register(dsp): could not append to parent, err: -17


/Ronny Nilsson




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



Re: [expert] Continious Download

2002-03-11 Thread Nguyen H.Vu

Hari Yellina wrote:

Hi, 

 I am trying to find a application where, I can download even once I got 
diconnected and starts once I resume my internet connection. 

 In windows I use download accelarator. Is there any application does the 
same thing in Linux. 

wget may be the best. It is console program and easy to be scheduled.

HTH

Hung Vu








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



Re: [expert] Continious Download

2002-03-11 Thread Leopold Palomo

A Diumenge 10 Març 2002 11:25, Hari Yellina va escriure:
 Hi,

  I am trying to find a application where, I can download even once I got
 diconnected and starts once I resume my internet connection.

  In windows I use download accelarator. Is there any application does the
 same thing in Linux.


wget 
with the flag -c can do it.

Best regards,

Leo



 Thanks for the Help.

 Regards,

 Hari Yellina



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



[expert] Bastille firewall setup

2002-03-11 Thread Nick Thompson

Hello,

With LM8.1 I am trying to shore up my machine using Bastille - I don't 
need anything complex. Setup went fine, but now I'm tring to understand 
what it has done. iptables -L says:

Chain INPUT (policy DROP)
target prot opt source   destination
DROP   tcp  --  anywhere 127.0.0.0/8
ACCEPT all  --  anywhere anywhere   state 
RELATED,ESTABLISHED
ACCEPT all  --  anywhere anywhere
DROP   all  --  BASE-ADDRESS.MCAST.NET/4  anywhere
PUB_IN all  --  anywhere anywhere
PUB_IN all  --  anywhere anywhere
PUB_IN all  --  anywhere anywhere

...snip the rest which seems fine. Rule 3  4 in the input chain confuse 
me. Rule 3 looks like it will accept anything what so ever, so none of 
the following rules will be used. Have I misunderstood? Rule 4 looks 
okay, I'm just not sure what its there for.

Also since Bastille is run at boot, do connections brought up later get 
protected or do I need to re-run something?

Thanks for any help,
Nick.




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



[expert] setting up home network

2002-03-11 Thread Darren King

Right now, I am using a mandrake 8.0 machine to connect to the internet
using dhcp (home cable).  I want to set up a network so my windows xp
(gaming machine) can connect to the internet through my linux machine. I
want to hide the windows machine behind the linux one to keep it safe.

Do I have to have 2 NIC's in my linux machine?  1 going to the hub and
one to the cable modem to do this?  are there any good docs on how to
set this up?

Darren




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



[expert] Netscape Crash

2002-03-11 Thread Hari Yellina

Hi All, 

 We made a point of sale application using netscape as a front end and java 
server side. Touch screen based application.

Problem is :::

Netscape craches every 1 min and I am afarid how to stop this crashing. Any 
help will be very helpful.

Regard, 

Hari Yellina.



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



Re: [expert] Netscape Crash

2002-03-11 Thread udo rader

could you provide us with more details about the crashing (try using
strace to find out what's happening).

netscape in general and netscape  java especially don't have the best
reputation in being too stable anyway ...

another option might be to use a different java version - which one do
you use?

udo

Am Mon, 2002-03-11 um 12.36 schrieb Hari Yellina:
 Hi All, 
 
  We made a point of sale application using netscape as a front end and java 
 server side. Touch screen based application.
 
 Problem is :::
 
 Netscape craches every 1 min and I am afarid how to stop this crashing. Any 
 help will be very helpful.
 
 Regard, 
 
 Hari Yellina.
 
 
 

 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] devfs 2.4.18 trouble

2002-03-11 Thread jarmo kettunen

On Friday 08 March 2002 21:53, you wrote:
 Hi
 Has anyone tried upgrading a standard mandrake 8.1 to kernel 2.4.18 and
 gotten it to work properly? I get loads of boot errors with devfs:


 [ cut from syslog ]
 ...
 devfs_register(tts/0): could not append to parent, err: -17
 ...
 devfs_register(dsp): could not append to parent, err: -17


 /Ronny Nilsson

You should also upgrade new dfsd daemonDon't remember where to get..
Devfs is somehow buggy according messages in kernel list..
I simply disabled devfs and recompiled kernel,no more errors.

Greetings 
Jarmo



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



Re: [expert] setting up home network

2002-03-11 Thread J. Craig Woods

Darren King wrote:
 
 Right now, I am using a mandrake 8.0 machine to connect to the internet
 using dhcp (home cable).  I want to set up a network so my windows xp
 (gaming machine) can connect to the internet through my linux machine. I
 want to hide the windows machine behind the linux one to keep it safe.
 
 Do I have to have 2 NIC's in my linux machine?  1 going to the hub and
 one to the cable modem to do this?  are there any good docs on how to
 set this up?
 
 Darren
 
   

Well Darren, as usual, there is more than one answer to your query but
only one *safe* answer, and that is yes. If you are really concerned
about security, you would want to keep all machines on your private LAN.
This would mean having your Linux box acting as a
router/gateway/firewall for your internel network. The easiest method is
to install two nics in the Linux router, one for the externel network
(internet) and one binded to the internel network (LAN).

There is an abundance of documentation for this type of setup on the
web. Just hit the search engines, and you will be off and flying in no
time at all

Have fun,
-- 
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] Netscape Crash

2002-03-11 Thread Hari Yellina

HI Udo, 

 I am not using Java Applets. It is jsp . So we get HTML and Javascript on 
the browser. 

 after making a booking . or going to few pages. It crashes and whole 
application goes out. As I read in few places, every one says netscape is 
gonna crahs alwaya. But here the clients are gonna break my bones. If this 
netscape is not gonna be stable. 

Thanks for the help dude. 

Regards, 

Hari Yellina.

On Mon, 11 Mar 2002 22:49, you wrote:
 could you provide us with more details about the crashing (try using
 strace to find out what's happening).

 netscape in general and netscape  java especially don't have the best
 reputation in being too stable anyway ...

 another option might be to use a different java version - which one do
 you use?

 udo

 Am Mon, 2002-03-11 um 12.36 schrieb Hari Yellina:
  Hi All,
 
   We made a point of sale application using netscape as a front end and
  java server side. Touch screen based application.
 
  Problem is :::
 
  Netscape craches every 1 min and I am afarid how to stop this crashing.
  Any help will be very helpful.
 
  Regard,
 
  Hari Yellina.
 
  
 
 
  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] Netscape Crash

2002-03-11 Thread Oscar

El lun, 11-03-2002 a las 12:36, Hari Yellina escribió:
 Hi All, 
 
  We made a point of sale application using netscape as a front end and java 
 server side. Touch screen based application.
 
 Problem is :::
 
 Netscape craches every 1 min and I am afarid how to stop this crashing. Any 
 help will be very helpful.
 
 Regard, 
 
 Hari Yellina.

Galeon + java plugin works very well.
I believe mozilla + java plugin works ok too.
saludos,
-- 
  .-.
  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



Re: [expert] devfs 2.4.18 trouble

2002-03-11 Thread Ronny L Nilsson

 You should also upgrade new dfsd daemonDon't remember where to
 get.. Devfs is somehow buggy according messages in kernel list..
 I simply disabled devfs and recompiled kernel,no more errors.


ok, I shall try that. Thanks.

Another problem also occured when I did an update, my keyboard stoped 
working in kdm (KDE login screen)... Anything you experiensed?

br
/Ronny




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



Re: [expert] Cannot print to cups 1.14 from Windows 2000 SP2

2002-03-11 Thread John Haywood

On Monday 11 March 2002 03:52, you wrote:
 Hi.

 I'm running cups 1.14 on a current Mandrake Linux cooker.  Since I've
 updated to 1.14, I cannot print from my Windows 2000 machine anymore :(

Leaving CUPS to one side, how is your samba setup? Is it also upgraded  
squeakily clean???
-- 
john in sydney
=
 Mandrake Linux 8.2
 Kernel version: 2.4.17-5mdk
 Uptime: 2 hours 42 minutes
=



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



Re: [expert] setting up home network

2002-03-11 Thread Sheldon E. Newhouse

I have this kind of setup with only one nic in each machine. But I
have a static connection to the internet.  Maybe with DHCP you want
one card for the local lan and another for the DHCP.

In any event, here is my setup, including WIN XP.

I have a multiport switch  which is connected to the
cable modem.
All other machines including the one on the internet are connected to
the switch.I use Bastille-linux as the firewall on the machine
with an internet address (in my case it is static, but DHCP should
work in the same way with the appropriate line in
/etc/Bastille/bastille-firewall.cfg uncommented).

Here is how my setup works.  Suppose my  /etc/hosts file on all linux
machines looks like

127.0.0.1 localhost

122.133.144.155  ip-host

10.0.0.2  host2
10.0.0.3  host3
10.0.0.4  win-host

The corresponding file in Win XP is
C:\WINDOWS\system32\Drivers\etc\hosts

(Just search on hosts)



Here I have ip-host is the machine on the internet, host2, host3,
are other linux machines, and win-host is the XP machine.
All are connected with cat 5 cable to the
ethernet switch which is connected to the cable modem.

I set up all local machines to use ip-host as the default gateway.
Also, I have a simple cache DNS on ip-host (this may not be necessary,
but is left over from when I did not use a firewall).  Probably, the
DHCP connection will automatically provide DNS to all machines--I
don't know.

Then, on host2, host3, in /etc/rc.d/rc.local, I add the command:

 /sbin/route add -host 122.133.144.155  dev eth0
 /sbin/route add -host 10.0.0.2 dev eth0
 /sbin/route add -host 10.0.0.3 dev eth0
 /sbin/route add -host 10.0.0.4 dev eth0

Now, all machines can use ssh, netscape, etc to the internet.

Suppose your WIN XP machine is win-host

Go into the Network Places part of Control-panel and set the IP
address to be

 10.0.0.4

Set the gateway to be ip-host (or its number).

Test the setup by going to the Command Prompt and typing

ping ip-host

I this gives you back some repeated lines ending with
  TTL=255

you are in business.  Then, e.g. try

ping www.nytimes.com

and you'll see what I mean.

My first guess for 2 nics and DHCP would be to have ip-host as
10.0.0.1 and repeat the above setup.

Good luck,
 sen




hub On 11 Mar 2002, Darren King wrote:

 Right now, I am using a mandrake 8.0 machine to connect to the internet
 using dhcp (home cable).  I want to set up a network so my windows xp
 (gaming machine) can connect to the internet through my linux machine. I
 want to hide the windows machine behind the linux one to keep it safe.

 Do I have to have 2 NIC's in my linux machine?  1 going to the hub and
 one to the cable modem to do this?  are there any good docs on how to
 set this up?

 Darren







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



Re: [expert] OT -- gimp plugin?

2002-03-11 Thread Michael Holt

Yesterday... sda ran for the door shrieking:

 Yeah, I've been playing with the different filters, and the gimp does a 
 lot, I was just looking for something a little bit more automated - does 
 that make sense?

No not really, best thing is learn how to use the application.


Alright, thanks for your help!
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



Re: [expert] Fw: RE: Apache 1.3.x allows passthrough

2002-03-11 Thread Mark Weaver

On Sun, 2002-03-10 at 20:26, Pierre Fortin wrote:
 Ooops...  forgot to add that I needed to hit Return after sending the GET;
 so the full instructions are:
 
telnet server 80
GET http://some_other_server HTTP/1.0
Return
 
 Without the extra return, the command just sits there as you discovered.
 
 Sorry for the oversight,
 Pierre
 
 On Sun, 10 Mar 2002 18:01:13 -0700 Ken Thompson [EMAIL PROTECTED] wrote:

Pierre,

Thankfully mine said connection refused.

-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.2beta1
-
 10:05am  up 2 days, 18:52,  1 user,  load average: 0.14, 0.32, 0.51




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



[expert] USB mouse - only verticaal cursor movement

2002-03-11 Thread Michal 'hramrach' Suchanek

When I plugged the PowerScroll USB mouse into my box a driver was loaded 
saying that a mouse was found.
I didn't find any complaints in the log.
After some searching I linked /dev/usbmouse to /dev/mouse.
After some more searching I concluded I do not know whot protocol should 
I use for my mouse so I runned mousedrake (or how that thing is called ) 
and selected USB Wheel mouse in menu. When my gpm was restarted by 
mousedrake it became unusable. When I restarted X I was only able to 
move the cursor up and down, not left/right, no clicks. When I tried USB 
generic mouse I got the same.
I could possibly try to select some protocol manually and possibly 
exchange my kernel. But is there anybody who already solved this?
I'm using Mandrake 8.1, no updates (no net).
In win2k the mouse worked flawlessly w/o any special drivers.

[EMAIL PROTECTED]




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



Re: [expert] devfs 2.4.18 trouble

2002-03-11 Thread Praedor Tempus

As another noted, devfs is broken.  You could rebuild the kernel with devfs 
set off OR you could blow off the rebuild and simply add the 
append = devfs=nomount  statement to your lilo file for each kernel 
version and your devfs problems will go away.
  Kind of funny.  I have no real problems with devfs with the 2.4.8 kernel 
but when I'ved tried any of the teens (2.4.13 on up to .18) devfs has been 
totally wrecked.  It appears to be somewhat of a pain to get usb working 
without devfs too, so that is more fun to toss into the mix.

praedor

On Friday 08 March 2002 12:53 pm, Ronny L Nilsson wrote:
 Hi
 Has anyone tried upgrading a standard mandrake 8.1 to kernel 2.4.18 and
 gotten it to work properly? I get loads of boot errors with devfs:


 [ cut from syslog ]
 ...
 devfs_register(tts/0): could not append to parent, err: -17
 ...
 devfs_register(dsp): could not append to parent, err: -17


 /Ronny Nilsson



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



Re: [expert] Netscape Crash

2002-03-11 Thread udo rader

hmm, that doesn't sound too good. if you say that the only thing you
need is to display HTML and js, then try a very irrational thing: switch
off java support (not javascript). 

I know of cases where the presence of the java-virtual machine alone
made netscape crash over and over though java was really invoked.

another thing you could try was to call netscape the direct way.
normally, if you say netscape, then a shell-script is invoked
(/usr/bin/netscape; check it). this calls for netscape-communicator in
/usr/lib/netscape. 

if you call the binary directly, you will lose some comfort (IMHO less
important) settings, but the essential communicator still works.

hope, this helps ...

udo

Am Mon, 2002-03-11 um 13.17 schrieb Hari Yellina:
 HI Udo, 
 
  I am not using Java Applets. It is jsp . So we get HTML and Javascript on 
 the browser. 
 
  after making a booking . or going to few pages. It crashes and whole 
 application goes out. As I read in few places, every one says netscape is 
 gonna crahs alwaya. But here the clients are gonna break my bones. If this 
 netscape is not gonna be stable. 
 
 Thanks for the help dude. 
 
 Regards, 
 
 Hari Yellina.
 
 On Mon, 11 Mar 2002 22:49, you wrote:
  could you provide us with more details about the crashing (try using
  strace to find out what's happening).
 
  netscape in general and netscape  java especially don't have the best
  reputation in being too stable anyway ...
 
  another option might be to use a different java version - which one do
  you use?
 
  udo
 
  Am Mon, 2002-03-11 um 12.36 schrieb Hari Yellina:
   Hi All,
  
We made a point of sale application using netscape as a front end and
   java server side. Touch screen based application.
  
   Problem is :::
  
   Netscape craches every 1 min and I am afarid how to stop this crashing.
   Any help will be very helpful.
  
   Regard,
  
   Hari Yellina.
  
   
  
  
   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





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



Re: Re: [expert] Why u guys are using mandrake rather than other linux flavours

2002-03-11 Thread irexbeta

I enjoy it because it's easy to install and configure =)

 
 From: Gary A. Garibaldi [EMAIL PROTECTED]
 Date: 2002/03/11 Mon PM 03:10:35 EST
 To: [EMAIL PROTECTED]
 Subject: Re: [expert] Why u guys are using mandrake rather than other linux flavours
 
 On Sunday 10 March 2002 08:17 am, you wrote:
  Hari Yellina wrote:
I am just wondering , why u guys are using mandrake over other linux
   flavour . Can u guys tell me the advantages,
 
 I started with RedHat 5.2 and then moved to Caldera and SuSE. Back in 99 I 
 discovered Mandrake and have since used it as my main OS. It seems to provide 
 everything I need.
 
 Gary
 
 
 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] devfs 2.4.18 trouble

2002-03-11 Thread Ronny L Nilsson

   Kind of funny.  I have no real problems with devfs with the 2.4.8
 kernel but when I'ved tried any of the teens (2.4.13 on up to .18)
 devfs has been totally wrecked.  It appears to be somewhat of a pain
 to get usb working without devfs too, so that is more fun to toss
 into the mix.


For the interested I can tell the problem has now been partially 
solved. It need some fiddling with /etc/devfsd.conf to behave, 
especially the save and restore function.

/Ronny





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



[expert] Updates

2002-03-11 Thread irexbeta

I downloaded all the updates (security and otherwise) in RPM form and burned them to 
CDROM.  I was wondering if I could use the software updates app to update my 
installation of Mandrake 8.1 from that CDROM?

Thanks!
Robert




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



Re: [expert] Updates

2002-03-11 Thread Charles A Edwards

On Mon, 11 Mar 2002 15:22:11 -0500
[EMAIL PROTECTED] wrote:

 I downloaded all the updates (security and otherwise) in RPM form and burned them to 
CDROM.  I was wondering if I could use the software updates app to update my 
installation of Mandrake 8.1 from that CDROM?
 
 
Afraid not.
Your cd will not contain an hdlist which is what is scanned to get the contents of the 
cd.

But you do not need to do it that way.
If you are fairly sure that you will have no unsatisfied depends and/or conflicts 
then: mount /mnt/cdrom 
and: cd /mnt/cdrom or the directory if you created such on the cdrom.
Then do: rpm -Uvh *rpm
This will install all the rpms on the cdrom.


   Charles



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



Re: [expert] Updates

2002-03-11 Thread Jonathan Dlouhy

On Monday 11 March 2002 03:22 pm, you wrote:
 I downloaded all the updates (security and otherwise) in RPM form and
 burned them to CDROM.  I was wondering if I could use the software
 updates app to update my installation of Mandrake 8.1 from that
 CDROM?

 Thanks!
 Robert

Robert, I would think that you should be able to do that. You might 
need to add that drive into the update database since it looks for the 
three disks that came with Mandrake, but I could be in error there. Did 
you just FTP the files? I couldn't get the Mandrake Update program to 
obey me. It would say there was something wrong with every single 
update I tired to download and install. Is that what caused you to 
download the stuff and burn a CD?

-- 
Jonathan Dlouhy
Sunday, March 10, 2002

We should develop anti-satellite weapons because we could not have 
 prevailed without them in `Red Storm Rising'. -- Senator Dan Quayle, 
 9/6/88 (reported in Esquire, 8/92) Also reported by Newsweek,9/88

Registered Linux user #264482







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



[expert] Qpopper problem...!

2002-03-11 Thread Ing. Manuel Haro Márquez

Hi everybody...!

I have installed my web  email server in a MDK 8.0 system, I can 
receive and send messages to anyplace, my problem is that mi qpopper 
(Pop3 server) is working wrong because I can´t send or receive my 
messages from the server to my terminal.

The smtp server is Postfix and the pop3 server y qpopper, the message 
that I got when I try to send o receive messages from my terminal to 
server is:

Account: myserver.com, Server: myserver.com, Protocol: POP3, Port: 110; 
Security (SSL): No, error numbre:  0x8000CCC0F

Somebody knows what can I do to resolve the problem?

Thanks in advanced for your help...!

Manuel Haro




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



Re: [expert] Bastille firewall setup

2002-03-11 Thread Michal 'hramrach' Suchanek

Nick Thompson wrote:

 Hello,

 With LM8.1 I am trying to shore up my machine using Bastille - I don't 
 need anything complex. Setup went fine, but now I'm tring to 
 understand what it has done. iptables -L says:

 Chain INPUT (policy DROP)
 target prot opt source   destination
 DROP   tcp  --  anywhere 127.0.0.0/8
 ACCEPT all  --  anywhere anywhere   state 
 RELATED,ESTABLISHED
 ACCEPT all  --  anywhere anywhere
 DROP   all  --  BASE-ADDRESS.MCAST.NET/4  anywhere
 PUB_IN all  --  anywhere anywhere
 PUB_IN all  --  anywhere anywhere
 PUB_IN all  --  anywhere anywhere

 ...snip the rest which seems fine. Rule 3  4 in the input chain 
 confuse me. Rule 3 looks like it will accept anything what so ever, so 
 none of the following rules will be used. Have I misunderstood? Rule 4 
 looks okay, I'm just not sure what its there for.

 Also since Bastille is run at boot, do connections brought up later 
 get protected or do I need to re-run something?

 Thanks for any help,
 Nick.

I was confused by this   as well. Try
#service bastille-firewall status
it lists additional criteria that are not shown by iptables -L. It looks 
fine then (I think). Perhaps there's some option for more verbose output.

Iptables -L or bastille-firewall status should show what applies to any 
packet that comes to your box (or is sent from your box). As connections 
are realized  using  packets, the rules apply to any new connection and 
(to limited extent) to any established connection. The limitation here 
is that if you try to filter inital packets of a connection, these may 
be already exchanged by the time you apply your rules.
ie.
-+--+---+---
 |  |   |
 +-a connection starts  +-you apply your rules  +-another connection starts
  you arent filtering you can drop packetsyou may prevent this 
connection
  this connection yet of any connections you   from establishing if 
its initial
  dont like, terminating   packets are dropped 
by your rules
  them
   




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



Re: [expert] Updates

2002-03-11 Thread Hoyt

On Monday 11 March 2002 03:43 pm, you wrote:

 But you do not need to do it that way.
 If you are fairly sure that you will have no unsatisfied depends and/or
 conflicts then: mount /mnt/cdrom and: cd /mnt/cdrom or the directory if you
 created such on the cdrom. Then do: rpm -Uvh *rpm
 This will install all the rpms on the cdrom.

Or better, install them with urpmi. That will handle any dependencies.

-- 
Hoyt

http://www.maximumhoyt.com

Nothing is impossible to the man that doesn't have to do it himself.



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



RE: [expert] Dns Script

2002-03-11 Thread Martin Ignacio Lange

Thanks a lot that really helped... I don´t know why I didn´t look up
there before. 

Regards,

Martin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
[EMAIL PROTECTED]
Sent: Sábado, 09 de Marzo de 2002 11:02 a.m.
To: [EMAIL PROTECTED]
Subject: Re: [expert] Dns Script

On Sat, Mar 09, 2002 at 05:33:17AM -0300, Martin Ignacio Lange wrote:
 Hey everybody.
 The thing is this. I have a dnsalias with a dynamic Ip. When my Ip
 change, I run a phyton script to update de Ip in the Dns page that in
 this case will be www.dyndns.org. The question is this:
 Is there a way of making a script or a cron job to automatically
update
 the Ip, or running the phyton script but only when the ip changes?, 

Hi, 

if you take a look at http://clients.dyndns.org/unix.php,
you'll find several programs/scripts that can do this for you...

regards,
Leander





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



Re: [expert] Fw: RE: Apache 1.3.x allows passthrough

2002-03-11 Thread Michael Viron

The latest apache, 1.3.23, disables the passthrough feature by default --
I'm not sure about the 2.x series, since I've not used it.

Michael

--
Michael Viron [EMAIL PROTECTED]
Database Administrator / Web Statistician
Simple End User Linux

At 09:18 AM 3/11/2002 -0500, you wrote:
On Sun, 2002-03-10 at 20:26, Pierre Fortin wrote:
 Ooops...  forgot to add that I needed to hit Return after sending the GET;
 so the full instructions are:
 
telnet server 80
GET http://some_other_server HTTP/1.0
Return
 
 Without the extra return, the command just sits there as you discovered.
 
 Sorry for the oversight,
 Pierre
 
 On Sun, 10 Mar 2002 18:01:13 -0700 Ken Thompson [EMAIL PROTECTED] wrote:

Pierre,

Thankfully mine said connection refused.

-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.2beta1
-
 10:05am  up 2 days, 18:52,  1 user,  load average: 0.14, 0.32, 0.51


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] Mail attachment

2002-03-11 Thread Martin Ignacio Lange

Is there a way of attaching a file using mail command so that I can make
a shell script to mail me a log file to another mail periodically?

Thanks in advance

Martin

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael Viron
Sent: Lunes, 11 de Marzo de 2002 07:31 p.m.
To: [EMAIL PROTECTED]
Subject: Re: [expert] Fw: RE: Apache 1.3.x allows passthrough

The latest apache, 1.3.23, disables the passthrough feature by default
--
I'm not sure about the 2.x series, since I've not used it.

Michael

--
Michael Viron [EMAIL PROTECTED]
Database Administrator / Web Statistician
Simple End User Linux

At 09:18 AM 3/11/2002 -0500, you wrote:
On Sun, 2002-03-10 at 20:26, Pierre Fortin wrote:
 Ooops...  forgot to add that I needed to hit Return after sending the
GET;
 so the full instructions are:
 
telnet server 80
GET http://some_other_server HTTP/1.0
Return
 
 Without the extra return, the command just sits there as you
discovered.
 
 Sorry for the oversight,
 Pierre
 
 On Sun, 10 Mar 2002 18:01:13 -0700 Ken Thompson [EMAIL PROTECTED]
wrote:

Pierre,

Thankfully mine said connection refused.

-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.2beta1
-
 10:05am  up 2 days, 18:52,  1 user,  load average: 0.14, 0.32, 0.51


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] Mail attachment

2002-03-11 Thread Hamster

no need for an attachment.
use a pipe.

cat logfile | mail whoever

 Is there a way of attaching a file using mail command so that I can make
 a shell script to mail me a log file to another mail periodically?
 
 Thanks in advance
 
 Martin
 




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



Re: [expert] OT -- gimp plugin?

2002-03-11 Thread Sridhar Dhanapalan

On Mon, 11 Mar 2002 06:07:46 -0800 (PST), Michael Holt [EMAIL PROTECTED]
wrote:
 Yesterday... sda ran for the door shrieking:
 
  Yeah, I've been playing with the different filters, and the gimp does a 
  lot, I was just looking for something a little bit more automated - does 
  that make sense?
 
 No not really, best thing is learn how to use the application.
 
 
 Alright, thanks for your help!
 Mike

Two things which may help:

1. Script-fu allows you to write automated scripts for The GIMP. I haven't tried
it, but I hear that it is more powerful than its Photoshop counterpart.

2. ImageMagick's components can be accessed from the command line, and so can be
called from just about anything (e.g. a shell or Perl script).

-- 
Sridhar Dhanapalan

Secret hacker rule #11: hackers read manuals.



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



Re: [expert] Why u guys are using mandrake rather than other linux flavours

2002-03-11 Thread Cheryl Brannan

On Sunday 10 March 2002 05:33 am, Hari Yellina wrote:
  Hi.
 
   I am just wondering , why u guys are using mandrake over other linux
  flavour . Can u guys tell me the advantages,
 
  Thank you,
 
  Hari Yellina

I saw a computer show last year (The ScreenSavers) where it was presented 
as a good Linux for newbies to try first. The did a live installation and 
it got me interested enough to try it on an old Pentium 166 I was no longer 
using. Mandrake had just released 8.0 and I started with that and later 
moved onto a better computer. I also want to try Red Hat and Suse for 
comparison, but I was very happy with how easily it installed and was up 
and running. I also like how easy it is to download and install security 
updates. I got the 8.1 gaming edition for Christmas and I've been very 
happy with that so far too. The Sims game that comes with it plays just 
like the one on the Windows version does.

--Cheryl


_
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] I have no CD mount entry on my desktop

2002-03-11 Thread Gary Bond

How can I get the CD mounting icon/utility on to my
desktop? I had reformat the drive that had my home
directory, when I made a new user the desktop is now
missing the CDrom mounter.

__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/



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



Re: [expert] open office or star office.

2002-03-11 Thread Brad Felmey

On Sat, 2002-03-09 at 14:32, Wolfgang Bornath wrote:

 So I'll have a look over the rim and check out Hancom Office (included in
  MDK 8.2). Anybody has some insight in this?

My personal opinion is that exposure to HancomOffice takes a lot of the
shine off of OpenOffice/StarOffice. It's not free and there's no source,
but the look-n-feel is really nice, it's much faster, and the Office
filters are hands-down better than OOo or SO.

If your world view permits using non-free (beer or speech) software,
then I'd certainly recommend giving Hancom a gander. It's not MS Office,
but it's certainly the nicest Linux office suite I've tried so far,
including the Corel WP2k Suite.
-- 
Brad Felmey




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



Re: [expert] Fw: RE: Apache 1.3.x allows passthrough

2002-03-11 Thread Pierre Fortin

On Mon, 11 Mar 2002 16:31:24 -0600 Michael Viron [EMAIL PROTECTED]
wrote:

 The latest apache, 1.3.23, disables the passthrough feature by default
 -- I'm not sure about the 2.x series, since I've not used it.

When I found this, I checked the www.apache.org (2.0.32) and it was either
correctly configured, or otherwise preventing proxying.

www.mandrakesoft.com and www.linux-mandrake.com still allow this...

Pierre


 Michael
 
 --
 Michael Viron [EMAIL PROTECTED]
 Database Administrator / Web Statistician
 Simple End User Linux
 
 At 09:18 AM 3/11/2002 -0500, you wrote:
 On Sun, 2002-03-10 at 20:26, Pierre Fortin wrote:
  Ooops...  forgot to add that I needed to hit Return after sending the
  GET; so the full instructions are:
  
 telnet server 80
 GET http://some_other_server HTTP/1.0
 Return
  
  Without the extra return, the command just sits there as you
  discovered.
  
  Sorry for the oversight,
  Pierre
  
  On Sun, 10 Mar 2002 18:01:13 -0700 Ken Thompson [EMAIL PROTECTED]
  wrote:
 
 Pierre,
 
 Thankfully mine said connection refused.
 
 -- 
 daRcmaTTeR
 
 Registered Linux User 182496
 Mandrake 8.2beta1
 -
  10:05am  up 2 days, 18:52,  1 user,  load average: 0.14, 0.32, 0.51
 
 
 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] How and where to get source RPM

2002-03-11 Thread newbie

I have a off-the-shelf inistallation of  Mandrake 8.1. And I'm wondering 
  how and where to get the source code of those binary RPMs. I 
specificly interested in the source of iproute2-2.2.4-9mdk.I guess 
apt-get source doesn't work :)

Any help is appreciated!

-newbie




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



Re: [expert] Why u guys are using mandrake rather than other linux flavours

2002-03-11 Thread Hari Yellina

Thanks Hoyt, It  was a good answer, As a beginerr I want to stick to this
Mandrake as u guys are very well know with this product.

Regards.
Hari Yellina.
- Original Message -
From: Hoyt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, March 09, 2002 10:52 PM
Subject: Re: [expert] Why u guys are using mandrake rather than other linux
flavours


 On Sunday 10 March 2002 05:33 am, you wrote:
  Hi.
 
   I am just wondering , why u guys are using mandrake over other linux
  flavour . Can u guys tell me the advantages,
 


 I started by installing RedHat 5.1 and the concurrent versions of Debian,
 Slackware and SuSE. I was most successful with Red Hat, but as I gained
 experience with it, I wound up having a number of patches and fixes and
 tweaks that I applied to it. Mandrake 5.2 solved most of these problems
for
 me, espcially since I like KDE and Red Hat selected GNOME for their
default
 desktop.

 Since then, I have enjoyed the feature set of Mandrake, including its
ability
 to autodetect my hardware and set a number of features up automagically.
 There are, of course, still tweaks and fixes to apply.

 Recently, while writing three chapters for the current Red Hat Linux 7.2
 Unleashed, I had the opportunity to revisit Red Hat and frankly did not
care
 for what I experienced. Mandrake offers a much more polished desktop user
 experience. I also gained a renewed appreciation for the Mandrake suite of
 configuration tools.

 For now, Mandrake continues to be a good choice because they continue to
 focus on the user interface and the automation of tasks with as much
fervor
 as they focus on including the latest and greatest; the best of both
worlds.

 If I had to give up Mandrake, though, it would probably be for SUSE.

 --
 Hoyt

 http://www.maximumhoyt.com

 There are no dumb questions; only dumb bosses.









 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] KDE kamera module supported in kde2.2.2?

2002-03-11 Thread Guy Zelck

Hi all,

I've read and I see that KDE's Configuration Panel offers a way to 
choose among digital cameras. I can choose the model I borrowed from 
work which is a Canon Powershot Pro70. Pushing the Test button does nothing.
Opening Konqueror and begining the URL with kamera: or gphoto: just pops 
up a msg. saying 'Protocol not supported'.
How do you get this thing to work, or has mandrake not build this thing 
in when compiling?

I can use the camera with gtkam and the gphoto2 lib though, so I now the 
camera connection works.
The connection is serial and at 56K so very slow. Often gtkam acts 
deadslow too.

Thanks for your input.




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



Re: [expert] How and where to get source RPM

2002-03-11 Thread Brad Felmey

On Mon, 2002-03-11 at 18:29, newbie wrote:

 I have a off-the-shelf inistallation of  Mandrake 8.1. And I'm wondering 
   how and where to get the source code of those binary RPMs. I 
 specificly interested in the source of iproute2-2.2.4-9mdk.I guess 
 apt-get source doesn't work :)

Go to linux-mandrake.com, find the mirror page, pick one, and go into
the SRPMS directory.
-- 
Brad Felmey




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



Re: [expert] How and where to get source RPM

2002-03-11 Thread newbie

Thanks Brad. By the way, I saw a hdlist.cz file on one of the mirror 
site. Do you know how to unzip or read a .cz file?
Thanks,
-newbie

Brad Felmey wrote:
 On Mon, 2002-03-11 at 18:29, newbie wrote:
 
 
I have a off-the-shelf inistallation of  Mandrake 8.1. And I'm wondering 
  how and where to get the source code of those binary RPMs. I 
specificly interested in the source of iproute2-2.2.4-9mdk.I guess 
apt-get source doesn't work :)

 
 Go to linux-mandrake.com, find the mirror page, pick one, and go into
 the SRPMS directory.
 
 
 
 
 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] How and where to get source RPM

2002-03-11 Thread Brad Felmey

On Mon, 2002-03-11 at 19:23, newbie wrote:

 Thanks Brad. By the way, I saw a hdlist.cz file on one of the mirror 
 site. Do you know how to unzip or read a .cz file?

IIRC there's instructions on the linux-mandrake.com site in the cooker
section about dealing with those. I custom-hacked it once to get around
LM8's infamous aic7xxx CDROM install bug. I forget now off the top of my
head since it's been more than a year since then. It's easy, as I
recall.
-- 
Brad Felmey




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



Re: [expert] How and where to get source RPM

2002-03-11 Thread newbie

Also, I'm trying to setup a source (repository) for source RPMs. I'm 
using rpmdrake, to create a new source, here is my setting:
Type of source: ftp
New source's name: source-code
url: 
ftp://ftp.stealth.net/pub/mirrors/ftp.mandrake.com/Mandrake/8.1/SRPMS
relative path to hdlist:(what should I put here?)

Or is it doable?

Thanks!
-newbie


Brad Felmey wrote:
 On Mon, 2002-03-11 at 18:29, newbie wrote:
 
 
I have a off-the-shelf inistallation of  Mandrake 8.1. And I'm wondering 
  how and where to get the source code of those binary RPMs. I 
specificly interested in the source of iproute2-2.2.4-9mdk.I guess 
apt-get source doesn't work :)

 
 Go to linux-mandrake.com, find the mirror page, pick one, and go into
 the SRPMS directory.
 
 
 
 
 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] How and where to get source RPM

2002-03-11 Thread Brad Felmey

On Mon, 2002-03-11 at 19:42, newbie wrote:
 Also, I'm trying to setup a source (repository) for source RPMs. I'm 
 using rpmdrake, to create a new source, here is my setting:
 Type of source: ftp
 New source's name: source-code
 url: 
 ftp://ftp.stealth.net/pub/mirrors/ftp.mandrake.com/Mandrake/8.1/SRPMS
 relative path to hdlist:(what should I put here?)
 
 Or is it doable?

Hopefully someone versed in the GUI will help out here, as I usually CLI
with wget when I need to mirror.
-- 
Brad Felmey




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



[expert] Seeking maintainer of mandrakeforum.com

2002-03-11 Thread Brad Felmey

I'm either blind or there's just not a maintainer listed on the site.

A front-page link is broken, there's no link to MandrakeClub in the
titlebar-thingy, and view modes are saved but not working in profiles.
-- 
Brad Felmey




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



Re: [expert] USB mouse - only verticaal cursor movement

2002-03-11 Thread Asheesh Laroia

Do you have a USB-to-PS/2 adapter?  I had that problem with the Logitech
Cordless MouseMan+ that came with my Freedom Pro Cordless set, plugged it
into PS/2, and it worked flawlessly, wheel and all.

You could try fiddling with the protocol, but I just gave up instead.
(This is actually on a Debian system, but the core subsystems involved
should work the same.)

-- Asheesh.

On Mon, 11 Mar 2002, Michal 'hramrach' Suchanek wrote:

 When I plugged the PowerScroll USB mouse into my box a driver was loaded
 saying that a mouse was found.
 I didn't find any complaints in the log.
 After some searching I linked /dev/usbmouse to /dev/mouse.
 After some more searching I concluded I do not know whot protocol should
 I use for my mouse so I runned mousedrake (or how that thing is called )
 and selected USB Wheel mouse in menu. When my gpm was restarted by
 mousedrake it became unusable. When I restarted X I was only able to
 move the cursor up and down, not left/right, no clicks. When I tried USB
 generic mouse I got the same.
 I could possibly try to select some protocol manually and possibly
 exchange my kernel. But is there anybody who already solved this?
 I'm using Mandrake 8.1, no updates (no net).
 In win2k the mouse worked flawlessly w/o any special drivers.

 [EMAIL PROTECTED]




-- 
As pointed out in a followup, Real Perl Programmers prefer things to be
visually distinct.
 -- Larry Wall in [EMAIL PROTECTED]




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



Re: [expert] open office or star office.

2002-03-11 Thread Michael Scottaline

On Mon, 2002-03-11 at 18:51, Brad Felmey wrote:
 On Sat, 2002-03-09 at 14:32, Wolfgang Bornath wrote:
 
  So I'll have a look over the rim and check out Hancom Office (included in
   MDK 8.2). Anybody has some insight in this?
 
 My personal opinion is that exposure to HancomOffice takes a lot of the
 shine off of OpenOffice/StarOffice. It's not free and there's no source,
 but the look-n-feel is really nice, it's much faster, and the Office
 filters are hands-down better than OOo or SO.

Funny..., my experience has been somewhat different.  I have Hancom
Office 2.0 Professional.  Yes it is quite fast, and most basic Word docs
opened quickly and near flawlessly.  But more complicated word docs
(e.g., w/tables, fields, and other more complex formatting) HO balked or
puked where SO behaved nobly.  Excel docs were even more likely to fail,
and PowerPoint files usually crashed the entire app; My PowerPoint files
(some over 10mb) opened and played w/o hitch in SO 6.0.
Mike
-- 
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] Seeking maintainer of mandrakeforum.com

2002-03-11 Thread Carroll Grigsby

On Monday 11 March 2002 09:42 pm, Brad Felmey wrote:
 I'm either blind or there's just not a maintainer listed on the site.

 A front-page link is broken, there's no link to MandrakeClub in the
 titlebar-thingy, and view modes are saved but not working in profiles.

Brad:
Maybe we're talking about two different things here, but I just went to the 
forum home page at www.mandrakeforum.com/index.php and there's a link to the 
MandrakeClub in the left hand column -- second entry from the top.
--- cmg



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



Re: [expert] 2 Linux on single machine

2002-03-11 Thread Skippi

You most certainly can.  I have two installs on my box.  I am still learning so I use 
one to test new programs, and mess with and such as that.  Thus, when (not if, when) I 
kill it, I can boot into the other one  have a fully working system until I get time 
to reinstall the one I killed.  It's great.


On Tue, 5 Mar 2002 23:48:42 +1100, Hari Yellina wrote:
 Hi All,  
 
  I have windows 2000 server and mandrake 8.1 running on my machine. Can I install 
one more linux on my box. 
 
 I got c d and e drives. 
 
 Regards, 
 Hari Yellina.
 www.yellina.org
 
 
-
Skippi
  On The Fly Photography
http://204EastSouth.com
Meditation -- Yoga -- Linux -- Muffins
  The Secrets of Life
-BEGIN GEEK CODE BLOCK-
  Version: 3.12
GAT d-(?) s: a C++ L++(+++) P E- W++ !N o? K- w--- o M+ PS+ PE++ Y+
PGP- t++ 5+++ X++ R+ tv-- b++ DI D+ G e+ h+ r- y++
--END GEEK CODE BLOCK--





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



Re: [expert] Seeking maintainer of mandrakeforum.com

2002-03-11 Thread Brad Felmey

On Mon, 2002-03-11 at 21:54, Carroll Grigsby wrote:

 Maybe we're talking about two different things here, but I just went to the 
 forum home page at www.mandrakeforum.com/index.php and there's a link to the 
 MandrakeClub in the left hand column -- second entry from the top.

Actually where it shows up is relative to your theme, but I'm referring
to the bar across the top with all the Mdk links listed.
-- 
Brad Felmey




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



Re: [expert] USB mouse - only verticaal cursor movement

2002-03-11 Thread Hoyt

On Monday 11 March 2002 09:48 pm, you wrote:
 Do you have a USB-to-PS/2 adapter?  I had that problem with the Logitech
 Cordless MouseMan+ that came with my Freedom Pro Cordless set, plugged it
 into PS/2, and it worked flawlessly, wheel and all.

 You could try fiddling with the protocol, but I just gave up instead.
 (This is actually on a Debian system, but the core subsystems involved
 should work the same.)

I have had trouble with mine (Logitech Cordless MouseMan Optical) in 8.0 and 
8.1 until I turned devfs off. Works fine now as long as the batteries are 
good (about 60 days).

-- 
Hoyt

http://www.maximumhoyt.com

Nothing is impossible to the man that doesn't have to do it himself.



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



Usage of chroot [ was: Re: [expert] 2 Linux on single machine]

2002-03-11 Thread Nguyen Hung.Takeshi

Hello all,

  I have Kondara and Mandrake installed on /dev/hda2 and /dev/hda4
  respectively. The reason I use Kondara is it support Japanese, chinese
  very well. I wonder if I can use chroot to start apps in /dev/hda2
  (kondara) when I jumped in Mandrake?


Hung vu

Skippi wrote:

 You most certainly can.  I have two installs on my box.  I am still learning so I 
use one to test new programs, and mess with and such as that.  Thus, when (not if, 
when) I kill it, I can boot into the other one  have a fully working system until I 
get time to reinstall the one I killed.  It's great.
 
 
 On Tue, 5 Mar 2002 23:48:42 +1100, Hari Yellina wrote:
 
Hi All,  

 I have windows 2000 server and mandrake 8.1 running on my machine. Can I install 
one more linux on my box. 

I got c d and e drives. 

Regards, 
Hari Yellina.
www.yellina.org



-- 
Nguyen Hung.Vu
Takeshi's small space  http://donganh16.tk/
Join KDE-i18n-Vi?  http://vi.i18n.kde.org
VYSA:  http://vysasports.vngate.net/
Vietlug:   http://vietlug.sourceforge.net
KDE Man   http://site.techviet.com/Vu.Hung/archive/kdeman1.jpg
---
Today's thrilling story has been brought to you by Mushies, the great new
cereal that gets soggy even without milk or cream.  Join us soon for more
spectacular adventure starring...  Tippy, the Wonder Dog!
-- Bob  Ray




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



Re: [expert] open office or star office.

2002-03-11 Thread James

On 11 Mar 2002 22:28:08 -0500
Michael Scottaline [EMAIL PROTECTED] wrote:

 On Mon, 2002-03-11 at 18:51, Brad Felmey wrote:
  On Sat, 2002-03-09 at 14:32, Wolfgang Bornath wrote:
  
   So I'll have a look over the rim and check out Hancom Office (included in
MDK 8.2). Anybody has some insight in this?
  
  My personal opinion is that exposure to HancomOffice takes a lot of the
  shine off of OpenOffice/StarOffice. It's not free and there's no source,
  but the look-n-feel is really nice, it's much faster, and the Office
  filters are hands-down better than OOo or SO.
 
 Funny..., my experience has been somewhat different.  I have Hancom
 Office 2.0 Professional.  Yes it is quite fast, and most basic Word docs
 opened quickly and near flawlessly.  But more complicated word docs
 (e.g., w/tables, fields, and other more complex formatting) HO balked or
 puked where SO behaved nobly.  Excel docs were even more likely to fail,
 and PowerPoint files usually crashed the entire app; My PowerPoint files
 (some over 10mb) opened and played w/o hitch in SO 6.0.
 Mike

Mike had the same problem at first.  Then about 2 weeks ago I ran 
/usr/local/HancomOffice2/bin/hcupdater . the updates I got made it a lot less 
likely to puke on complicated files.  Not Perfect yet.  But dang close.

James

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



[expert] Webcam Problem

2002-03-11 Thread Hari Yellina



Hi All, 

I have a web cam. I am very excited to use , 
But dont know what to do in linux. Can you guys suggest so I can look u all at 
some point of time. 

Regards, 
Hari Yellina
www.yellina.org


Re: [expert] Fw: RE: Apache 1.3.x allows passthrough

2002-03-11 Thread James

On 11 Mar 2002 09:18:58 -0500
Mark Weaver [EMAIL PROTECTED] wrote:

 On Sun, 2002-03-10 at 20:26, Pierre Fortin wrote:
  Ooops...  forgot to add that I needed to hit Return after sending the GET;
  so the full instructions are:
  
 telnet server 80
 GET http://some_other_server HTTP/1.0
 Return
  
  Without the extra return, the command just sits there as you discovered.
  
  Sorry for the oversight,
  Pierre
  
  On Sun, 10 Mar 2002 18:01:13 -0700 Ken Thompson [EMAIL PROTECTED] wrote:
 
 Pierre,
 
 Thankfully mine said connection refused.

Mine 3 simply gave me the index.html page from the box I originally telneted into. Not 
from another server.

James

 
 -- 
 daRcmaTTeR
 
 Registered Linux User 182496
 Mandrake 8.2beta1
 -
  10:05am  up 2 days, 18:52,  1 user,  load average: 0.14, 0.32, 0.51
 
 
 



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



[expert] Wanna beta test HoneyPort? (inspired by LaBrea TarPit)

2002-03-11 Thread Pierre Fortin


Looking to have some fun with obnoxious 'net users and slow down their
antics...?  If so, I'm looking for a beta tester (or two or three :^) of
my very simple HoneyPort which is a sticky port for those scumbags...  :^)

Pierre


Tired of getting spam retries after setting up anti-spam features?

Got a spammer with a broken mailer who tries every 30 SECONDS to deliver
the spam?

Put in an IPTABLES filter, only to find the spammer won't go away; just
keeps on wasting your bandwidth?

YUP!!  I experienced all the above...  :^P

So... I came up with the idea to create a HoneyPort...  Inspired by Tom
Liston's LaBrea TarPit; but only on the local host, and only for specific
attackers.

The idea is to shunt tiresome spammers/attackers and other network
ne'er-do-wells to a HoneyPot Port (hence HoneyPort).  Not looking to
protect a subnet as Tom's LaBrea TarPit does; rather, slow down these
jerks in a similar manner on the attacked host.

For example, on March 7  8, 2002, a RedHat Linux box at 207.191.79.6
began an *incessant* attempt to deliver spam...  Normally this would not
be a problem; but this idiot box retried EVERY 30 SECONDS!!  Even after
add an iptables filter:  iptables -A INPUT -s 207.191.79.6 -p tcp --dport
25 -j DROP this machine continued to try...

I've had enough of this crap, so I thought about Tom Liston's LaBrea
TarPit and wondered if the concept could be used to slow down this spammer
too...   see http://pfortin.com/Linux/HoneyPort/ for the code and setup...

Not for the faint of heart...  I still need to create a support script or
two...  besides, I made some changes and did not test them cuz it's late
and I'm going to bed...  :^)





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



Re: [expert] Netscape Crash

2002-03-11 Thread Asheesh Laroia

Why on earth are you using *Netscape 4.x*?  Can you throw Mozilla in there
in its place?  It is orders of magnitude more pretty and more stable.

(Use the Classic theme so the [l]users believe it's NS 4.x.)

-- Asheesh.


udo rader said:
 hmm, that doesn't sound too good. if you say that the only thing you
 need is to display HTML and js, then try a very irrational thing:
 switch off java support (not javascript).

 I know of cases where the presence of the java-virtual machine alone
 made netscape crash over and over though java was really invoked.

 another thing you could try was to call netscape the direct way.
 normally, if you say netscape, then a shell-script is invoked
 (/usr/bin/netscape; check it). this calls for netscape-communicator in
 /usr/lib/netscape.

 if you call the binary directly, you will lose some comfort (IMHO
 less important) settings, but the essential communicator still works.

 hope, this helps ...

 udo

 Am Mon, 2002-03-11 um 13.17 schrieb Hari Yellina:
 HI Udo,

  I am not using Java Applets. It is jsp . So we get HTML and
  Javascript on
 the browser.

  after making a booking . or going to few pages. It crashes and whole
 application goes out. As I read in few places, every one says netscape
 is  gonna crahs alwaya. But here the clients are gonna break my bones.
 If this  netscape is not gonna be stable.

 Thanks for the help dude.

 Regards,

 Hari Yellina.

 On Mon, 11 Mar 2002 22:49, you wrote:
  could you provide us with more details about the crashing (try using
  strace to find out what's happening).
 
  netscape in general and netscape  java especially don't have the
  best reputation in being too stable anyway ...
 
  another option might be to use a different java version - which one
  do you use?
 
  udo
 
  Am Mon, 2002-03-11 um 12.36 schrieb Hari Yellina:
   Hi All,
  
We made a point of sale application using netscape as a front end
and
   java server side. Touch screen based application.
  
   Problem is :::
  
   Netscape craches every 1 min and I am afarid how to stop this
   crashing. Any help will be very helpful.
  
   Regard,
  
   Hari Yellina.
  
   
  
  
   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






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