[expert] DHCP and Dynamic DNS updates

2002-10-01 Thread Adriaan . Putter

hi all,

I'm not sure what to look for next, after my googling session
everything looks fine to me, but still this doesn't want
to update my DNS entries from my DHCP server.

My setup:

Mandrake 9.0
Running DNS and DHCP on the same machine.

I want to allow DHCP to update my DNS entries:

I've setup my config files as explained in the dhcpd.conf man pages.

--- begin named.conf --
options {
 // DNS tables are located in the /var/named directory
 directory "/var/named";
 pid-file "/var/run/named/named.pid";

// Forward any unresolved requests to our ISP's name server
forwarders {
   192.22.168.1;
   192.22.168.1;
   // __ISPN1__;
   // __ISPN2__;
};
 /*
  * If there is a firewall between you and nameservers you want
  * to talk to, you might need to uncomment the query-source
  * directive below.  Previous versions of BIND always asked
  * questions using port 53, but BIND 8.1 uses an unprivileged
  * port by default.
  */
 // query-source address * port 53;
 };


zone "." {
type hint;
file "root.hints";
};
// All our DNS information is stored in /var/named/domain.name.db

zone "darkrealm.net" {
type master;
file "darkrealm.net.db";
// some security
allow-transfer {
127.0.0.1;
};
allow-update {
key DHCP_UPDATER;
};
//allow-update { 192.168.0.1; };
};



zone "0.0.127.in-addr.arpa" {
 notify no;
 type master;
 file "127.0.0.rev";
 allow-transfer { 127.0.0.1; };
 };


 zone "0.168.192.in-addr.arpa" {
notify no;
 type master;
 file "192.168.0.rev";
allow-transfer {
127.0.0.1;
};
allow-update {
key DHCP_UPDATER;
};
 //allow-update { 192.168.0.1; };
};
 


key DHCP_UPDATER {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret rTJd8JjdDQMQsM6iY57CRQ==;
};

   logging {
channel update_debug {
file "/var/log/update-debug.log";
severity debug 3;
print-category yes;
print-severity yes;
print-time yes;
};
channel security_info {
file "/var/log/named-auth.info";
severity info;
print-category yes;
print-severity yes;
print-time yes;
};

category update {
update_debug;
};
category security {
security_info;
};
};
 end named.conf -

i also get a permission denied error on my two logging files:
/var/log/named-auth.info with perms 600 user root group root
/var/log/update-debug.log with perm 600 user root group root

and yes the files are there, i've had to create them (so they told me
in man pages )

 begin dhcpd.conf 
# default file for dhcpd
# replace 192.168.0.1 by the IP adress of the server (same server for
# all services in this config file)

server-identifier megatron;
default-lease-time 36000;
max-lease-time 144000;
#ddns-update-style ad-hoc;
ddns-update-style interim;

not authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.254;
option domain-name "darkrealm.net";
option domain-name-servers 192.168.0.1;
option nis-servers 192.168.0.1;
option lpr-servers 192.168.0.1;
option netbios-name-servers 192.168.0.1;
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;
option time-servers 192.168.0.1;
ddns-updates on;
ddns-domainname "darkrealm.net";
ddns-rev-domainname "in-addr.arpa";
}

key DHCP_UPDATER {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret rTJd8JjdDQMQsM6iY57CRQ==;
}


zone DARKREALM.NET. {
primary 192.168.0.1;
key DHCP_UPDATER;
}

zone 0.168.192.in-addr.arpa. {
primary 192.168.0.1;
key DHCP_UPDATER;
}

- end dhcpd.conf 

anyone have some experience with this, please just point me
in the right direction.


thanks


adriaan putter


 _ 
( ) Ascii ribbon campaign against html email
 X
/ \   




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



Re: [expert] Mdk 9.0 Remember Windows Positions?

2002-10-01 Thread Sridhar Dhanapalan

On 01 Oct 2002 22:33:09 -0500, Chuck Stuettgen <[EMAIL PROTECTED]> wrote:
> On Mon, 2002-09-30 at 03:54, Alastair Scott wrote:
> > On 29 Sep 2002 17:57:02 -0500 Chuck Stuettgen <[EMAIL PROTECTED]>
> > wrote:
> > 
> > > 
> > > Okay, I give up...
> > > 
> > > I've installed 9.0 and overall I'm satisfied, however there is one thing
> > > that is driving me crazy.
> > > 
> > > In Gnome, every application opens in the same location, the upper left
> > > corner, no matter where I position the window, the next time I open it
> > > the application are alway in the upper left corner.  Some of the apps
> > > will remember their size, but none will remember their last position.
> > > 
> > > Anyone have any ideas on how to get Gnome2 to remember the size and
> > > positions of the windows??
> > 
> > This is one of the unfortunate side-effects of changing the window manager
> > from sawfish (Gnome 1.4) to metacity (Gnome 2.0.x), which is much simpler
> > but also less capable ...
> > 
> > One _can_ change the window manager back to sawfish, but it appears to be a
> > can of worms (try a search for 'gnome metacity sawfish' on Google). I
> > haven't managed to get the change to stick between sessions yet.
> > 
> > Alastair
> > 
> > 
> > 
> > 
> > 
> 
> Thanks for the info.  I hope the Gnome developers are aware of this
> unwanted "feature" and are planning to do something about it soon.

Try adding the line "export WINDOW_MANAGER=sawfish" (without the quotes) to your
~/.bashrc.

This works for me in Gentoo. I haven't tried it in Mandrake yet (I haven't
upgraded to 9.0 yet).

-- 
Sridhar Dhanapalan

"When I see any Web site claim to be only readable using particular hardware or
software, I cringe--they are pining for the bad old days when each piece of
information needed a different program to access it."
-- Tim Berners-Lee, founder of the World Wide Web



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



Re: [expert] Emacs colors

2002-10-01 Thread Vox

David Oberbeck <[EMAIL PROTECTED]> writes:

> Stephano,
>
>Check out:
>
>   http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme
>
>There are an awful lot of color customizations that you can do
> to Emacs... and this site will point out (a) what they are, (b) some
> other people's themes, and (c) how to painlessly do this.

  That color-theme thing rules! :) I like it, a lot...easiest way I've
  seen to learn how to customize all that stuff :) Thanks a lot for
  the URL.

  Vox

-- 
Pain is the gift of the gods, and I'm the one they chose as their messenger
For info on safety in the BDSM lifestyle http://www.the-vox.com

Think of the Linux community as a niche economy isolated by its beliefs.  Kind
of like the Amish, except that our religion requires us to use _higher_
technology than everyone else.   -- Donald B. Marti Jr.



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



Re: [expert] Mdk 9.0 Remember Windows Positions?

2002-10-01 Thread Chuck Stuettgen

On Mon, 2002-09-30 at 03:54, Alastair Scott wrote:
> On 29 Sep 2002 17:57:02 -0500 Chuck Stuettgen <[EMAIL PROTECTED]> wrote:
> 
> > 
> > Okay, I give up...
> > 
> > I've installed 9.0 and overall I'm satisfied, however there is one thing
> > that is driving me crazy.
> > 
> > In Gnome, every application opens in the same location, the upper left
> > corner, no matter where I position the window, the next time I open it
> > the application are alway in the upper left corner.  Some of the apps
> > will remember their size, but none will remember their last position.
> > 
> > Anyone have any ideas on how to get Gnome2 to remember the size and
> > positions of the windows??
> 
> This is one of the unfortunate side-effects of changing the window manager
> from sawfish (Gnome 1.4) to metacity (Gnome 2.0.x), which is much simpler
> but also less capable ...
> 
> One _can_ change the window manager back to sawfish, but it appears to be a
> can of worms (try a search for 'gnome metacity sawfish' on Google). I
> haven't managed to get the change to stick between sessions yet.
> 
> Alastair
> 
> 
> 
> 
> 

Thanks for the info.  I hope the Gnome developers are aware of this
unwanted "feature" and are planning to do something about it soon.






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



Re: [expert] Nvidia Gforce4

2002-10-01 Thread Lorne

On Monday 30 September 2002 10:31 pm, you wrote:
> On Mon, 30 Sep 2002, Lorne wrote:
> >>> On Sunday 29 September 2002 09:10 pm, you wrote:
>    Are you using the 3123 nvidia drivers, or 2960?  I tried the new
>  ones, it locked up my system, I had to hit the power button.  I went
>  back to 2960 and everything's hunky dory.
> >
> > Not sure if you saw my last posts but the above advise was dead on. bad
> > driver Rolled back to the older one and it came up immediately.
> > THANKS!!!
>
>   Hey, it's great to be able to help someone else the way others have
> helped me.  That's a big part of the Linux experience.  You live and
> learn and share.  Glad you're having fun with 9.0.  It's looking really
> good to me.  The Mandrake team is really good and they did a helluva
> job working out the kinks this time around.  (The 8.2 series was more
> problematic, unlike 7.2 which was really nice, and now 9.0, too.)
>
> Dale

I concur! I'm not able to help as often as I would like, but once in awhile. 
:) 

So far 9.0 is rock solid, but I've not had much time to do anything since 
Sunday. I pissed away all of Sunday afternoon getting it going. One thing 
about this list is that turn around times for answers is pretty amazing. The 
old days, if you got an answer in a week you were lucky. Here, I think some 
of us wrote back and forth within 30 minutes of each other. How cool is 
that!? I need to copy all of my data off of this 8.2 box over to the 9.0 box 
now so I can start using it more. 



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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] 4HASSAN.COM

2002-10-01 Thread et

On Tuesday 01 October 2002 09:18 pm, you wrote:
> On Tuesday 01 October 2002 08:48 pm, Peter Watson wrote:
> > I've phoned him and he has said he will fix it
> >
> >
> > Regards Pete
>
> Pete:
> You da man. Thanks.
> -- cmg
thank you Pete, 



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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] 4HASSAN.COM

2002-10-01 Thread Carroll Grigsby

On Tuesday 01 October 2002 08:48 pm, Peter Watson wrote:
>
> I've phoned him and he has said he will fix it
>
>
> Regards Pete
>

Pete:
You da man. Thanks.
-- cmg



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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] Emacs colors

2002-10-01 Thread David Oberbeck

Stephano,

   Check out:

http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme

   There are an awful lot of color customizations that you can do
to Emacs... and this site will point out (a) what they are, (b) some
other people's themes, and (c) how to painlessly do this.

HTH,
DGO

On Tuesday 01 October 2002 15:44, Stefano Pogliani Wrote Thusly:
> I tried to find an answer in the archives but I was not able to.
>
> I, personally, do not like the color choice that is used for Emacs.
> However, I have not been able to find WHERE these default colors are
> defined and HOW to override them with my own scheme.
>
> Could someone point this to me?
>
> Thanks a lot in advance. Best regards
> /stefano

-- 

"Entropy Requires No Maintenance"



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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] 4HASSAN.COM

2002-10-01 Thread et


> tell me I am the only one
that is getting 4 or 5 a min from this dumbassdomain.
I have looked them up in a whois as being 

Registrant:
 UMT Computers Ltd
 5 Lilliard Close
 Hoddesdon, Herts EN11 0RU
 UK

 Domain Name: 4HASSAN.COM

Administrative Contact:
Hassan, Umit  [EMAIL PROTECTED]
5 Lilliard Close
Hoddesdon, Herts EN11 0RU
UK
+44 1992 303521

 Technical Contact:
Hassan, Umit  [EMAIL PROTECTED]
5 Lilliard Close
Hoddesdon, Herts EN11 0RU
UK
+44 1992 303521

so if anyone in the UK is near by and would give them a phone call and tell 
them they gots a screwed mail list server on a win2k machine



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



Re: [expert] 4HASSAN.COM

2002-10-01 Thread Peter Watson


- Original Message -
From: "et" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 02, 2002 1:38 AM
Subject: [expert] 4HASSAN.COM


>
> > tell me I am the only one
> that is getting 4 or 5 a min from this dumbassdomain.
> I have looked them up in a whois as being
>
> Registrant:
>  UMT Computers Ltd
>  5 Lilliard Close
>  Hoddesdon, Herts EN11 0RU
>  UK
>
>  Domain Name: 4HASSAN.COM
>
> Administrative Contact:
> Hassan, Umit  [EMAIL PROTECTED]
> 5 Lilliard Close
> Hoddesdon, Herts EN11 0RU
> UK
> +44 1992 303521
>
>  Technical Contact:
> Hassan, Umit  [EMAIL PROTECTED]
> 5 Lilliard Close
> Hoddesdon, Herts EN11 0RU
> UK
> +44 1992 303521
>
> so if anyone in the UK is near by and would give them a phone call and
tell
> them they gots a screwed mail list server on a win2k machine
>
>

I've phoned him and he has said he will fix it


Regards Pete






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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.389 / Virus Database: 220 - Release Date: 16/09/2002




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] ArGoSoft Mailing List Server

2002-10-01 Thread logic7

delete, delete, delete..

George - Logic7
Labwerx

R.I.P. James Stinson
- Original Message -
From: "David Guntner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 5:23 PM
Subject: Re: [expert] ArGoSoft Mailing List Server


> Would somebody *please* take this clod off the expert list?
>
> --Dave
>
> [EMAIL PROTECTED] grabbed a keyboard and wrote:
> >
> > Command
> >
> > Command
> >
> > not understood.
> >
> > Please send mail to [EMAIL PROTECTED], containing word HELP as the first
non-blank line for the list of available commands.
> >
> > ArGoSoft Mailing List Server
> >
> >
> >
>
> --
>   David Guntner  GEnie: Just say NO!
>  http://www.akaMail.com/pgpkey/davidg or key server
>  for PGP Public key
>
>
>






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




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] MDK 9.0, ALSA, M-Audio Audiophile 24/96 (ice1712)

2002-10-01 Thread James Lindenschmidt

I just installed MDK 9.0, trying Mandrake for the first time. I like it
very much, except that I can't get my sound card to work, which is a
M-Audio Audiophile 24/96, which uses the ice1712 chipset. This card is
supposed to be supported by ALSA.

The install autodetected my card, and installed ALSA.As a result, I have
the following modules running (all put in automagically by the Mandrake
installer):

snd-seq-midi3680   0  (autoclean) (unused)
snd-seq-oss26176   0  (unused)
snd-seq-midi-event  3208   0  [snd-seq-midi snd-seq-oss]
snd-seq33264   2  [snd-seq-midi snd-seq-oss
snd-seq-midi-event]
snd-pcm-oss36932   1
snd-mixer-oss   9016   0  [snd-pcm-oss]
snd-ice171231404   1
snd-ac97-codec 25508   0  [snd-ice1712]
snd-pcm55808   0  [snd-pcm-oss snd-ice1712]
snd-timer   9964   0  [snd-seq snd-pcm]
snd-mpu401-uart 2752   0  [snd-ice1712]
snd-rawmidi12864   0  [snd-seq-midi snd-mpu401-uart]
snd-seq-device  3836   0  [snd-seq-midi snd-seq-oss snd-seq
snd-rawmidi]
snd-cs8427  4064   0  [snd-ice1712]
snd-i2c 2312   0  [snd-ice1712 snd-cs8427]
snd24804   0  [snd-seq-midi snd-seq-oss
snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-ice1712
snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi
snd-seq-device snd-cs8427 snd-i2c]
soundcore   3780   0  [snd]

I also installed alsamixergui to bring up the faders. But, nothing
works. I've tried playing sounds from KDE (aRTs) and GNOME (esd).

Am I missing something here? 

Should I install and run sndconfig, or does sndconfig only work with
OSS?

Thanks in advance.

(please CC me directly as I am not currently subscribed to the list).
-- 
James Lindenschmidt
[EMAIL PROTECTED]
AIM: JamLin23
random head noise or...http://jwl.blogspot.com ?




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] ArGoSoft Mailing List Server

2002-10-01 Thread David Guntner

Would somebody *please* take this clod off the expert list?

--Dave

[EMAIL PROTECTED] grabbed a keyboard and wrote:
>
> Command 
> 
> Command 
> 
> not understood.
> 
> Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank 
>line for the list of available commands.
> 
> ArGoSoft Mailing List Server
> 
> 
> 

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




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] Removable media icon; how to delete

2002-10-01 Thread Tom Brinkman

On Tuesday October 1 2002 01:03 pm, [EMAIL PROTECTED] wrote:
> Dear friends;
> After have disabled supermount, in the kde desktop still appears an
> icon with "Removable media" that is now useless. Nevertheless I can't
> delete it; in fact I can erase it but the next time I start kde the
> icon appears again.
>
> Does anyone know how to delete it for ever?
>
> Thanks a lot in advance; yours sincerely
>
>
> Francisco Alcaraz
> Murcia (Spain)

   Particularly annoying isn't it ?  I delete all icons as a matter of 
practice since they're useless, redundant. That's what menus are for. 
In doin this I go into /home//Desktop an delete everything. That 
always worked for everything 'cept Trashcan. That I just used CC to 
change the path for which removes it's useless icon. Neither strategy 
worked for that damn "Removable media" icon tho.

   What did work was to go into ../Desktop, an delete all the 
files, includin the _.files_and .dirs_ (hidden ones).  Suckr's gone, 
hasn't come back ;>  So if you wanna keep all the other desktop icons, 
just try deleting the both the "Removable media" dir and the hidden 
one. Then log out of KDE making sure you've got your desktop like you 
want it, and "Save session for future logons ..." checked. On 
subsequent log-out's, leave this unchecked.  Should get rid of that 
icon.
-- 
Tom Brinkman  Corpus Christi, Texas



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



Re: [expert] ArGoSoft Mailing List Server

2002-10-01 Thread Lyvim Xaphir

On Tue, 2002-10-01 at 16:44, J. Craig Woods wrote:

> What in the hell is this? This does not appear to be the business of the
> expert list.
> 
> -- 
> J. Craig Woods
> UNIX Network/System Administration
> http://www.trismegistus.net/resume.html
> Character is built upon the debris of despair --Emerson

Whew!  Talk about a load of crap.  I guess I'm going to have to create
YAFSF.  (yet another..eh..spam filter.)

--LX


-- 
°°°
Kernel  2.4.18-6mdk Mandrake Linux  8.2
Enlightenment 0.16.5-11mdkEvolution  1.0.2-5mdk
Registered Linux User #268899 http://counter.li.org/
°°°




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

On Mon, 30 Sep 2002 08:00:15 +1000 Ron Stodden <[EMAIL PROTECTED]>

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] Emacs colors

2002-10-01 Thread Stefano Pogliani

I tried to find an answer in the archives but I was not able to.

I, personally, do not like the color choice that is used for Emacs. 
However, I have not been able to find WHERE these default colors are 
defined and HOW to override them with my own scheme.

Could someone point this to me?

Thanks a lot in advance. Best regards
/stefano




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



SOLUTION! Re: [expert] Openoffice in release 9.0

2002-10-01 Thread Morten Poulsen

On Tuesday 01 October 2002 22:15, Andreas Weiss wrote:
> Morten Poulsen wrote:
> >...
> > Thank you very much! This solved the ugly menu part of the problem! But
> > my main document rendering is still unusable... No matter which font I
> > choose the characters still clutter on top of each other...
>
> did you change the standard fonts for documents in:
> Tools --> Options --> Text Document --> Standard characters ?

Well, this was not the problem, as all fonts was mashed together. 
But I managed to solve the problem myself, og just wants to tell you about it 
should you enconter the problem.
It seems that OO does not handle printer-resolutions which are not X times X, 
ex. 300x300 DPI. My printer (Brother laser 1470N) has a max-resolution of 
1200x600 and this caused OO to distribute 50% too little space for each 
character, spacey!!! Any "homegenous" resolution (I chose 600x600) works just 
fine! Wierd, but it solved the problem!

Thanks for all your (fast!) help!

Best regards!
Morten Poulsen

> greetings
> andreas




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] ArGoSoft Mailing List Server

2002-10-01 Thread J. Craig Woods

[EMAIL PROTECTED] wrote:
> 
> Command
> 
> Command
> 
> not understood.
> 
> Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank 
>line for the list of available commands.
> 
> ArGoSoft Mailing List Server
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

What in the hell is this? This does not appear to be the business of the
expert list.

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



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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] Canon C5500 printer

2002-10-01 Thread Pierre Fortin

On Mon, 30 Sep 2002 08:00:15 +1000 Ron Stodden <[EMAIL PROTECTED]>
wrote:

> In a root terminal window enter: printerdrake

Hi Ron,

[delayed due to pop-before-smtp problems]

Still no go...  I can configure the printer via printerdrake or
localhost:631 -- from all indications on the system, the file *is*
printing; but the printer shows **NO** activity.

top shows this while the printing should be happening:
12475 lp15   0  7860 7860  2604 R44.2  2.5   0:04 gs
12476 root  15   0  3228 3228  1448 R25.5  1.0   0:01
foomatic-printj
12470 lp 9   0  2176 2176  2016 S 9.3  0.6   0:01 cupsomatic

The cups logs show no errors:
I [30/Sep/2002:17:04:00 -0400] Job 21 queued on 'Printer' by 'root'.
I [30/Sep/2002:17:04:00 -0400] Started filter
/usr/lib/cups/filter/pstops (PID 12469) for job 21.
I [30/Sep/2002:17:04:00 -0400] Started filter
/usr/lib/cups/filter/cupsomatic (PID 12470) for job 21.
I [30/Sep/2002:17:04:00 -0400] Started backend
/usr/lib/cups/backend/parallel (PID 12471) for job 21.

I even see this:
12575 root   9   0   756  756   512 S11.7  0.2   0:02 parallel
for the length of time the printer should be getting data...  I placed a
radio next to the printer in the hopes of hearing noise from the signals
--- nothing...

When I get back home, I'll burn the 9.0 CDs and try that...  kinda sucks
to see W98 print fine...  :^P

Thanks,
Pierre



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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] Openoffice in release 9.0

2002-10-01 Thread J. Grant

Thanks for the tip Andreas & Alistair.

I acutaly had English(Canada) dictionary only, but after downloading the 
  english one OOodi installed it and i configured it as you said. Works 
great

JG

Alastair Scott wrote:
On Tue, 01 Oct 2002 19:42:08 +0100 "J. Grant" <[EMAIL PROTECTED]> wrote:


Thank you very much! This solved the ugly menu part of the problem! But 
my main document rendering is still unusable... No matter which font I 
choose the characters still clutter on top of each other...

There is still no working english spell check. Even if you configure it 
as north american.





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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

I started draksplash to test it and now I have my text initial login

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] Draksplash help!!!

2002-10-01 Thread falcaraz

I started draksplash to test it and now I have my text initial login
with the bootsplash image. I don't know how to disable this.

Any help will be welcome

Francisco Alcaraz
Murcia (Spain)




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



Re: [expert] are opera-users ?

2002-10-01 Thread hans privat

On Tuesday 01 October 2002 22:05, Simon wrote:
> OK Hans,
> I have on my machine libpng2-1.0.12-2mdk (the original file from mdk81) and
> libpng3-1.2.4-3.1mdk. Both coexist without any probs at all (they have
> different enough names for all the files that make them up). Both were
> installed from mdk rpms. I cant guarantee that it'll sort out your opera
> probs, but if you dont have that libpng2 library opera probably wont work
> properly anyway.
>
> Hope this helps some

hi Simon,
first at all have a lot of thanks for investigate and spent your time in my 
problems.
was looking and have downloaded the shared 6.03 opera also, am now downloading 
the qt2.3.* from mdk, but it's only a src.rpm. think I have to install it 
with rpm --rebuild * = is this okay ?

the static-version I have deleted with rpm -e because it was not running. 
maybe, if I have the qt2.3 installed, opera will do his job ?

so now I'll give the chance a try and will post you whatever result I get

bye and thanks again
hans




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Morten Poulsen wrote:

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



[expert] ArGoSoft Mailing List Server

2002-10-01 Thread umit

Command 

Command 

not understood.

Please send mail to [EMAIL PROTECTED], containing word HELP as the first non-blank line 
for the list of available commands.

ArGoSoft Mailing List Server




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



Re: [expert] Openoffice in release 9.0

2002-10-01 Thread Andreas Weiss

Morten Poulsen wrote:
>... 
> Thank you very much! This solved the ugly menu part of the problem! But my 
> main document rendering is still unusable... No matter which font I choose 
> the characters still clutter on top of each other...
> 
did you change the standard fonts for documents in:
Tools --> Options --> Text Document --> Standard characters ?

greetings
andreas




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



Re: [expert] Openoffice in release 9.0

2002-10-01 Thread Alastair Scott

On Tue, 01 Oct 2002 19:42:08 +0100 "J. Grant" <[EMAIL PROTECTED]> wrote:

> 
> > Thank you very much! This solved the ugly menu part of the problem! But my 
> > main document rendering is still unusable... No matter which font I choose 
> > the characters still clutter on top of each other...
> 
> There is still no working english spell check. Even if you configure it 
> as north american.

Yes there is, but I think there's a bug in OOo which hides it.

Do Tools | Options | Language Settings | Writing Aids.

Then check 'Open Office MySpell Spellchecker' then press Edit ...

A window pops up but Open Office MySpell Spellchecker will appear unchecked
(!); check it.

Close all the windows, and hit F7. At the first mis-spelling a 'Spellcheck
(English (UK))' window will pop up with suggestions.

Obviously both checkboxes should be checked; the one in the pop-up window
appearing unchecked seems to be an error.

Alastair



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



Re: [expert] Removable media icon; how to delete

2002-10-01 Thread Charlie M.

On Tuesday 01 October 2002 12:03 pm, [EMAIL PROTECTED] wrote:
> Dear friends;
> After have disabled supermount, in the kde desktop still appears an icon
> with "Removable media" that is now useless. Nevertheless I can't delete
> it; in fact I can erase it but the next time I start kde the icon
> appears again.
>
> Does anyone know how to delete it for ever?
>
> Thanks a lot in advance; yours sincerely
>
>
> Francisco Alcaraz
> Murcia (Spain)

Delete it again but this time when you log out put a tick (check mark) in the 
"Save session for future logins" first. When you next lgoin the desktop 
should be restored as you had it. 

It works for me anyway. I also have Kwikdisk enabled in the panel 'cause I'm 
too lazy to open a terminal and type "mount...etc" every time. :-)

I hope that helps you.
-- 
Charlie
Edmonton,AB,Canada
Registered user 244963 at http://counter.li.org
I have a VISION!  It's a RANCID double-FISHWICH on an ENRICHED BUN!!




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



Re: [expert] Please Help

2002-10-01 Thread Mark Weaver

Nemala Sridhar Krishna wrote:
>  I have installed X in my linux box. I didn't install KDE or GNOME.
> 
>  But I want to use "kword" program form my XServer. I have checked what 
>  all libraries 'kword" program requires using "ldd" program and had put
>  all the required libraries in the library path. Now when I tried to
>  run the "kword" program, I am getting the following error.
> 
> "kdeinit: Communication error with launcher"
> 
>  Is it possible to use "kword" program by having only the libraries it
>  require in the XServer without installing KDE??? I am having all the 
>  libraries that are required by "kdeinit" and "klauncher" etc...
> 
>  Thankyou and Best Regards,
> 
>  Sridhar Krishna. N.
> 

is it possible...in a word, no. you're likely going to have to install 
KDE in order to be able to use Kword. You can always fall back to 
OpenOffice, which is, in my opinion, far superior to Kword in form and 
function.

Mark





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



Re: [expert] where to expand $PATH ... in mdk8.2 ?

2002-10-01 Thread Joe Braddock

You can do it in /etc/profile and it will alter the path for every user or in
the .bashrc file in your home directory.

Joeb

On Tue, 1 Oct 2002 19:37:05 +0200 hans privat <[EMAIL PROTECTED]> wrote:

> hi,
> sorry for my stupid question, but where can I
> find the right place and file to 
> edit my $PATH ind mdk 8.2 ?
> in RH I have it /etc/profile, but where is it
> in mdk ?
> maybe I'm getting an old guy ? --:)))
> 
> thanks anyway and bye hans
> 
> 




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



Re: [expert] shareable mails kmail-evolution ?

2002-10-01 Thread Randy Kramer

On Tuesday 01 October 2002 11:17 am, HoytDuff wrote:
> On Tuesday 01 October 2002 10:24 am, Randy Kramer scribbled in crayon
> on a
>
> yellow legal pad:
> > Watch this page:
>
> Steatlh page, Randy? 8)

Yup! ;-)

(Note that the page is under construction -- needs a lot of work, and I 
lost some because of a recent Mozilla crash).

http://www.twiki.org/cgi-bin/view/Wikilearn/EmailServerFinalSummary

Randy Kramer



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



Re: [expert] Openoffice in release 9.0

2002-10-01 Thread Andreas Weiss

J. Grant wrote:
...
> There is still no working english spell check. Even if you configure it 
> as north american.
> 
> Unless anyone has found a solution to that?
> 
see: http://ooodi.sourceforge.net/

greetings




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



Re: [expert] are opera-users ?

2002-10-01 Thread Simon

OK Hans,
I have on my machine libpng2-1.0.12-2mdk (the original file from mdk81) and 
libpng3-1.2.4-3.1mdk. Both coexist without any probs at all (they have 
different enough names for all the files that make them up). Both were 
installed from mdk rpms. I cant guarantee that it'll sort out your opera 
probs, but if you dont have that libpng2 library opera probably wont work 
properly anyway.

Hope this helps some

si



On Tuesday 01 Oct 2002 1:55 pm, you wrote:
> hans,
> let me check it out on my machine at home this evening, I'm sure that opera
> needs libpng2. And that mdk8.2 didnt ship with libpng2, but libpng3, and
> that the work around was to take libpng2 and install that off the mdk8.1
> disks. I'll need to check at home, but I think they coexist on my machine.
> If you arent sure wait and I'll check what versions of libpng are currently
> on my system. It should give you a definitive answer as I have all the
> stuff working on my 82 box -(OT, makes me not convinced about upgrading to
> 90, it sooo good).
>
> Hang in there, I'll try to post back by 9:00pm my time.
>
> si
>
>
> - Original Message -
> From: hans privat <[EMAIL PROTECTED]>
> Date: Tue, 1 Oct 2002 12:11:21 +0200
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] are opera-users ?
>
> > On Tuesday 01 October 2002 11:42, Simon Naish wrote:
> > > Strange, I'm running mdk82 with opera 6.1, no probs. Have you got
> > > libpng2 installed (find it on mdk81, and poss mdk80 disks) . As I
> > > remember this being a prob at some point - although I would expect it
> > > to be a 'show stopper' - ie the prog wouldnt start. I have no probs
> > > connecting through junkbuster, so all I can suggest is recheck those
> > > preferences :o( one more time(Alt-p). I am using he dynamic library
> > > version of opera, maybe download this lighter version and give it a
> > > try?
> > >
> > > gluck
> >
> > 
> > hi again,
> > have installed libpng3, kernel 2.4.19 and opera 6.03 static - would it be
> > the wrong version ?
> > i have installed libpng3 - is it possible to install libpng2 also ? have
> > tried it with no options and got the message, that I have libpng3
> > installed and it would be a newer version.
> >
> > thanks for response and bye
> > hans
> >
> > > si
> > >
> > > - Original Message -
> > > From: hans privat <[EMAIL PROTECTED]>
> > > Date: Tue, 1 Oct 2002 11:16:47 +0200
> > > To: expert <[EMAIL PROTECTED]>
> > > Subject: [expert] are opera-users ?
> > >
> > > > hi, are there some opera-users on this list ?
> > > > can't get no connection with opera, but all others like mozilla,
> > > > konqueror, galeon i.e can get a connection.
> > > >
> > > > in mdk 8.0 I doesn't have problems with opera 6.01
> > > >
> > > > that, what I have :
> > > > mdk 8.2 with kernel 2.4.29
> > > > opera 6.03 for mandrake static
> > > >
> > > > zhanls for your ideas and helpings
> > > >
> > > >
> > > >
> > > > 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: [expert] Openoffice in release 9.0

2002-10-01 Thread J. Grant


> Thank you very much! This solved the ugly menu part of the problem! But my 
> main document rendering is still unusable... No matter which font I choose 
> the characters still clutter on top of each other...

There is still no working english spell check. Even if you configure it 
as north american.

Unless anyone has found a solution to that?

JG




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



  1   2   >