Re: [newbie] vi - ?

2001-12-14 Thread SKLIM

Thank Q ...

I have try it ..it work ...

Best Regards,
SKLIM

- Original Message -
From: "Gerald Waugh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 15, 2001 12:11 PM
Subject: Re: [newbie] vi - ?


> On Friday 14 December 2001 20:32, SKLIM wrote:
> > Hi!
> >
> > What is the vi command for view the files with no. of line ..
> >
> :set nu
> --
> -Gerald
>
>






> 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: [newbie] Samba question - making shares invisible

2001-12-14 Thread Julian Opificius

Mark,
The first thing is that you say that you're trying to get the Windows box 
to see the Linux box. The next thing is you talk about running smbclient, 
which is used for accessing the Windows box from the Linux box, so I'm a 
little confused.

The smbclient log message? I'm guessing it's telling you that the computer 
called ALEXHOME is not presenting Samba shares, though it probably exists. 
If you attempt to access a computer that doesn't exist, smbclient says 
"connection to  failed", so I'm guessing that ALEXHOME 
exists, but isn't talking Samba. Is ALEXHOME the Linux box or the Windows 
box, and which way are you trying to connect?

Julian.

At 11:05 PM 12/14/01 -0500, you wrote:
>On Fri, 14 Dec 2001 20:55:41 -0600
>Julian Opificius <[EMAIL PROTECTED]> studiouisly spake these words to 
>ponder:
>
>Hi there,
>
>i've got a question about something. I've been following this thread and 
>gleening some info from it. I've got the samba server running on my Linux 
>machine and i'm trying to get my windows box to see the Mandrake box, but 
>i'm not having any luck.
>
>here's what gets returned from this command:
>
>command --> smbclient -L ALEXHOME -U mdw1982
>
>[root@mdw1982 root]# smbclient -L ALEXHOME -U mdw1982
>added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
>session request to ALEXHOME failed (Called name not present)
>session request to *SMBSERVER failed (Called name not present)
>-
>
>and here's what i'm finding in /var/log/samba/log.nmbd
>--
>[2001/12/14 22:48:04, 0] nmbd/nmbd_mynames.c:my_name_register_failed(41)
>   my_name_register_failed: Failed to register my name ALEXHOME<00> on 
> subnet 192.168.0.1.
>[2001/12/14 22:48:04, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(292)
>   standard_fail_register: Failed to register/refresh name ALEXHOME<00> on 
> subnet 192.168.0.1
>---
>
>what in the world is it trying to tell me? I'm stumped.
>--
>daRcmaTTeR
>
>Registered Linux User 182496
>Mandrake 8.1
>-
>  10:05pm  up 5 days, 0 min,  2 users,  load average: 0.12, 0.39, 0.37
>
>Want to buy your Pack or Services from MandrakeSoft?
>Go to http://www.mandrakestore.com

==
Julian A. Opificius.
802 Fawn Road, Elk River, MN 55330.
Home: 763.441.1291, Cell: 763.360.5919
[EMAIL PROTECTED]   ICQ: 3268206
==





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



Re: [newbie] Kaj Haulrich, lost your address!!

2001-12-14 Thread skinky

On Saturday 15 December 2001 13:32, Mick wrote:
|  Hello list,
|
|  Last week, I posted a question about getting CD Burning up and running
| on a new LM 8.1 system. Mr Kaj Haulrich answered my questions and then
| sent me example files to work from. To make a long story short, my Init
| file somewhere on my system became either corrupt or lost. My system
| could not boot up. My level of experience with Linux didn't allow me to
| save anything from my setup including the files I'd saved from the CD
| Burning questions. I re-installed the OS. Mr Haulrich if you read this,
| please send me your email address, so I may once again setup my two
| CD-ROM drives for Burning. Thank you much,
|  Mick Duffy

Mick, if Mr Haulrich sent his reply to the list you can look it up in the 
mailing list archives at:  
http://www.mail-archive.com/newbie%40linux-mandrake.com/

skinky
-- 
But what ... is it good for?
(Engineer at the Advanced Computing Systems Division of IBM, 1968, 
commenting on the microchip)



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



Re: Re: [newbie] Samba question - making shares invisible

2001-12-14 Thread Julian Opificius

Hi again Dexter, thanks for giving this so much thought :-)

I'm afraid your suggestion does not give me what I want. I don't want to 
limit access to files in the share, I want the whole share to not appear at 
all for those logins who don't have access to it. Here's an example, which 
should make it more obvious. Suppose I have a share called 
[letters_from_girlfriends] (I don't, but for the example, say I do). It 
isn't enough just to have my wife not to have access to it, I'd rather she 
didn't even see the share name at all. Got it?

I could do this:-
valid users = @parents
browseable = @parents
it would work. The browseable flag would be a function of the current 
login. Unfortunately, browseable is a boolean, and doesn't take a user or 
group name as an argument, and therefore is either always true or always 
false, irrespective of who is logged in.

julian.

At 08:02 PM 12/14/01 -0700, you wrote:
>Hello me again:
>
>How about this
>
>If I understand you correctly, you are going to have multiple people use
>samba to access your linux box and you want to limit the availability of
>the files in the share depending on who is logging in.  Well, what if you
>set up multiple accounts in your linbox and limit access accordingly.
>For example, let's say you have usera and userb.  Set up two additional
>accounts in your linbox with the respective usernames and passwords.
>Could you not then set up usera to browseable yes and userb to browseable
>no (or use veto files for that matter)?  You could set the same path for
>both users, but limit them with the browseable option.  If I am not
>mistaken, it would also require to set up multiple accounts in your
>winbox, if you only have one winbox networked to your linbox.  Did I make
>sense?  Hope it helps...
>
>Regards,
>
>Dexter
>
>
>
>
>
>On Fri, 14 Dec 2001, Julian Opificius wrote:
>
> > Just like "browseable = no", right?
> > No, I want the share to show up or not show up as a function of it's
> > accessibility by the current login - i.e. login-dependant, rather than
> > definition-dependant.
> >
> > Thanks all the same.
> >
> > Julian.
> > ===
> > At 11:55 AM 12/14/01 -0600, you wrote:
> > >This probabally isn't what you want, but if you end a SMB share name with
> > >a '$' it will not show up in browse lists but will still be accessable
> > >(assuming you have rights to the share and the underlying files of 
> course.)
> > >
> > >-Original Message-
> > >From: Julian Opificius <[EMAIL PROTECTED]>
> > >To: [EMAIL PROTECTED]
> > >Date: Fri, 14 Dec 2001 10:44:01 -0600
> > >Subject: Re: [newbie] Samba question - making shares invisible
> > >
> > >Thanks for the response Dexter.
> > >
> > >No, what I'm looking for is to have shares simply not show up in the
> > >network directory listing if the current user is not authorized to access
> > >them.
> > >
> > >I thought of it as a "duh", an obvious feature, and that I was overlooking
> > >the obvious, but apparently not. The more I think about it, it 
> demonstrates
> > >the philosophical difference between Microsoft (the KISS principle) and
> > >Unix (the long rope - you either do rope tricks or hang yourself). The 
> idea
> > >of iding unavailable shares for the sake of simplicity probably wouldn't
> > >occur to a Unix/Linux programmer. Not that it's wrong, just different.
> > >
> > >Thanks again.
> > >
> > >Julian.
> > >=
> > >At 09:11 AM 12/14/01 -0700, you wrote:
> > > >Hello:
> > > >
> > > >Have you tried the veto files command?  I have not used it, but the 
> book I
> > > >have has a description for it, which you might find helpful:
> > > >
> > > >veto files:  Contains a list of file and directory names that are marked
> > > >by Samba as not visible and cannot be accessed by users.  Entires in the
> > > >list are separated by the / character, and the ? and * wildcard 
> characters
> > > >can be used.  For example, to veto access to Windows executables 
> files on
> > > >a file share use veto files = /*.exe/*.com/*.bat/.  If the 
> case-sensitive
> > > >parameter is false, Samba will veto files regard to case.
> > > >
> > > >Hopefully, this command can help you solve your problem.  Good luck...
> > > >
> > > >Dexter
> > > >
> > > >
> > > >On Fri, 14 Dec 2001, Julian Opificius wrote:
> > > >
> > > > > I've pored over man on the Samba web-site, and yes, you remember
> > > > correctly ;-)
> > > > >
> > > > > It's true that though "browseable = no" hides a share from 
> everyone, you
> > > > > can still map to it, but then how does one know it's there? That's
> > > cryptic
> > > > > and unreasonably clumsy for non-expert users (which includes me), who
> > > have
> > > > > other things to remember, like where we've put the car keys.
> > > > >
> > > > > Seems like it's all or nothing, which is not really very clever 
> at all.
> > > > > What we need is a "hide unavailable shares = true/false" switch for
> > > > > smb.conf or something like that.
> > > > >

Re: [newbie] Edit lilo

2001-12-14 Thread Curt Tresenriter

You might want to read the three most recent issues of Lockergnome's Penguin 
Shell  (subscribe at Lockergnome.com) , they've been about editing LILO.

Hope it helps,
Curt



On Friday 14 December 2001 09:41 pm, you wrote:
> I could use some help with two problems: 1.) How do I edit lilo.conf? I
> can find it in a console, but how do I open it and edit or change it?
> And, 2.) Is there an inherent problem with using a boo loader such as
> Lilo with Windows XP. Would it be better to use a boot floppy with my
> other operating system being XP?
>
> Thanks,
> Bob Sprowls



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



Re: [newbie] vi - ?

2001-12-14 Thread Dan Butler



:set nu

  - Original Message - 
  From: 
  SKLIM 
  To: Linux Newbie 
  Sent: Friday, December 14, 2001 8:32 
  PM
  Subject: [newbie] vi - ?
  
  Hi!
   
  What is the vi command for view the files with 
  no. of line ..
  Best 
Regards,SKLIM


Re: [newbie] Question on floppy

2001-12-14 Thread Dennis Myers

On Saturday 15 December 2001 03:38, you wrote:
> How would you unmount it and is this doable from the desktop (GUI) or just
> through shell?
> - Original Message -
> From: "Gerald Waugh" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, December 14, 2001 8:18 PM
> Subject: Re: [newbie] Question on floppy
>
> > On Saturday 15 December 2001 01:49, Mithrilhall2000 wrote:
> > > Yes there is a disk in the drive.
> > > Yes it's formated.
> > > I'm not sure about the last question though. Could you tell me exactly
>
> what
>
> > > you mean. I'm still very new to linux but if I am correct you're
> > > talking about the File System Type? If so it's set to auto.
> >
> > command line.
> > try "man mount"
> > try "mount /dev/fd0 -t msdos /mnt/floppy"
> > if it's an msdos floppy
> >
> > --
> > -Gerald
>
> ---
>- 
>
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
On the desktop, right click on the floppy icon and there is a line that says 
"unmount" if the floppy is mounted or "mount" if it is unmounted. Click on 
that word and it will unmount or in the jargon "umount". HTH

-- 
Dennis M. registered linux user # 180842



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



Re: [newbie] Question on floppy

2001-12-14 Thread Mithrilhall2000

How would you unmount it and is this doable from the desktop (GUI) or just
through shell?
- Original Message -
From: "Gerald Waugh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 8:18 PM
Subject: Re: [newbie] Question on floppy


> On Saturday 15 December 2001 01:49, Mithrilhall2000 wrote:
> > Yes there is a disk in the drive.
> > Yes it's formated.
> > I'm not sure about the last question though. Could you tell me exactly
what
> > you mean. I'm still very new to linux but if I am correct you're talking
> > about the File System Type? If so it's set to auto.
> >
> command line.
> try "man mount"
> try "mount /dev/fd0 -t msdos /mnt/floppy"
> if it's an msdos floppy
>
> --
> -Gerald
>
>






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


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




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



RE: [newbie] Edit lilo

2001-12-14 Thread Franki

don't know about your XP problem, but I imagine lilo or grub would work
fine.

as for editing lilo, you just open /etc/lilo.conf in an editor and edit
away..

you could try:

mcedit /etc/lilo.conf

or

pico /etc/lilo.conf

you could even use vi, but unless you know it, don't even try.

just remember that to update lilo afterwards, type: lilo
at the prompt and it will tell you of any syntax errors and write the
changes
to the mbr.

good luck.

rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Robert L Sprowls
Sent: Saturday, 15 December 2001 12:42 PM
To: [EMAIL PROTECTED]
Subject: [newbie] Edit lilo


I could use some help with two problems: 1.) How do I edit lilo.conf? I
can find it in a console, but how do I open it and edit or change it?
And, 2.) Is there an inherent problem with using a boo loader such as
Lilo with Windows XP. Would it be better to use a boot floppy with my
other operating system being XP?

Thanks,
Bob Sprowls





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



[newbie] Edit lilo

2001-12-14 Thread Robert L Sprowls

I could use some help with two problems: 1.) How do I edit lilo.conf? I
can find it in a console, but how do I open it and edit or change it?
And, 2.) Is there an inherent problem with using a boo loader such as
Lilo with Windows XP. Would it be better to use a boot floppy with my
other operating system being XP?

Thanks,
Bob Sprowls



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



[newbie] vi - ?

2001-12-14 Thread SKLIM



From: SKLIM 

  To: Linux Newbie 
  Sent: Saturday, December 15, 2001 9:32 
  AM
  Subject: vi - ?
  
  Hi!
   
  What is the vi command for view the files with 
  no. of line ..
  Best 
Regards,SKLIM


Re: [newbie] Question on floppy

2001-12-14 Thread Gerald Waugh

On Saturday 15 December 2001 01:49, Mithrilhall2000 wrote:
> Yes there is a disk in the drive.
> Yes it's formated.
> I'm not sure about the last question though. Could you tell me exactly what
> you mean. I'm still very new to linux but if I am correct you're talking
> about the File System Type? If so it's set to auto.
>
command line.
try "man mount"
try "mount /dev/fd0 -t msdos /mnt/floppy"
if it's an msdos floppy

-- 
-Gerald



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



Re: [newbie] vi - ?

2001-12-14 Thread Gerald Waugh

On Friday 14 December 2001 20:32, SKLIM wrote:
> Hi!
>
> What is the vi command for view the files with no. of line ..
>
:set nu
-- 
-Gerald



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



Re: [newbie] Samba question - making shares invisible

2001-12-14 Thread Mark Weaver

On Fri, 14 Dec 2001 20:55:41 -0600
Julian Opificius <[EMAIL PROTECTED]> studiouisly spake these words to ponder:

Hi there,

i've got a question about something. I've been following this thread and gleening some 
info from it. I've got the samba server running on my Linux machine and i'm trying to 
get my windows box to see the Mandrake box, but i'm not having any luck.

here's what gets returned from this command:

command --> smbclient -L ALEXHOME -U mdw1982

[root@mdw1982 root]# smbclient -L ALEXHOME -U mdw1982
added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
session request to ALEXHOME failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)
-

and here's what i'm finding in /var/log/samba/log.nmbd
--
[2001/12/14 22:48:04, 0] nmbd/nmbd_mynames.c:my_name_register_failed(41)
  my_name_register_failed: Failed to register my name ALEXHOME<00> on subnet 
192.168.0.1.
[2001/12/14 22:48:04, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(292)
  standard_fail_register: Failed to register/refresh name ALEXHOME<00> on subnet 
192.168.0.1
---

what in the world is it trying to tell me? I'm stumped.
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 10:05pm  up 5 days, 0 min,  2 users,  load average: 0.12, 0.39, 0.37



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



Re: [newbie] Re: 8.1 installation

2001-12-14 Thread Erylon Hines

On Thursday 13 December 2001 19:48, you wrote:
> On Thu, 13 Dec 2001 19:22:34 -0800, [EMAIL PROTECTED] (Sandy Shapiro) wrote:
> > I aplologize for contacting you directly, I have lost the list address.
> > Also, I need to resubscribe to the list. If you can provide the address,
> > I will take care of it.
>
> The Newbie list address is [EMAIL PROTECTED] You can subscribe at
> http://www.linux-mandrake.com/en/flists.php3.
>
> > The card is a 3Com PCI 3C905B TX. It shares irq 9 with an NCR (symbios)
> > SCSI 53C810 card (at least it does in OS/2).
>
>
I don't know if this helps, but I just set up the isa version of this card in 
a mdk 7.1 box.  In order to get the darn thing to work I had to run the 3com 
configurator (a DOS program) and set the card to not be pnp and also to set 
the irq and the memory address for it.  The setup utility is 3c5x9.cfg, and I 
downloaded it from somewhere.  I used an old dos disk to boot my mdk box to 
dos so that I could use the utility.  After I set the card's parameters so 
that they didn't conflict with anything already in use on the box, I  plugged 
them into config and it worked perfectly.



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



Re: [newbie] Question on floppy

2001-12-14 Thread Ed Tharp

do you dual boot and if so, can the floppy be read int he other OS?


On Saturday 15 December 2001 01:49, you wrote:
> Yes there is a disk in the drive.
> Yes it's formated.
> I'm not sure about the last question though. Could you tell me exactly what
> you mean. I'm still very new to linux but if I am correct you're talking
> about the File System Type? If so it's set to auto.
>
> - Original Message -
> From: "Ed Tharp" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, December 14, 2001 1:07 PM
> Subject: Re: [newbie] Question on floppy
>
> > On Friday 14 December 2001 15:09, you wrote:
> > > On Friday 14 December 2001 05:48, you wrote:
> > > | Everytime I try to mount the floppy drive by clicking on the drive
>
> icon
>
> > > | on the desktop it goes to open the drive and then displays and error.
>
> The
>
> > > | error is as follows: "Could not read /"
> > > |
> > > | I have no clue what the problem is. Any help would be greatly
> > > | appreciated.
> > > |
> > > | Thanks,
> > > | Mithrilhall
> > >
> > > Do you have a disk in the drive?
> >
> >  a formated disk? and is your fstab set to read a disk of that formating?
> > ie.; fat? mac? ext2?
>
> ---
>- 
>
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com



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



Re: [newbie] Question on floppy

2001-12-14 Thread Mithrilhall2000

Yes there is a disk in the drive.
Yes it's formated.
I'm not sure about the last question though. Could you tell me exactly what
you mean. I'm still very new to linux but if I am correct you're talking
about the File System Type? If so it's set to auto.

- Original Message -
From: "Ed Tharp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 1:07 PM
Subject: Re: [newbie] Question on floppy


> On Friday 14 December 2001 15:09, you wrote:
> > On Friday 14 December 2001 05:48, you wrote:
> > | Everytime I try to mount the floppy drive by clicking on the drive
icon
> > | on the desktop it goes to open the drive and then displays and error.
The
> > | error is as follows: "Could not read /"
> > |
> > | I have no clue what the problem is. Any help would be greatly
> > | appreciated.
> > |
> > | Thanks,
> > | Mithrilhall
> >
> > Do you have a disk in the drive?
>  a formated disk? and is your fstab set to read a disk of that formating?
> ie.; fat? mac? ext2?
>
>






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


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




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



Re: [newbie] cd's from mp3's

2001-12-14 Thread Mark Weaver

On Fri, 14 Dec 2001 19:35:35 -0500
Bill Winegarden <[EMAIL PROTECTED]> studiouisly spake these words to ponder:

> Hi,
>   Excellent suggestion, but I would also like to play some of my music in my 
> home and car cd players. They don't 'do' mp3's.
> 
> thanks tho,
> Bill W.
> 
> On Friday 14 December 2001 22:21, you wrote:
> > On Fri, 14 Dec 2001 18:14:55 -0500
> >
> > Bill Winegarden <[EMAIL PROTECTED]> studiouisly spake these words 
> to ponder:
> > > Hi,
> > >   This is sure to get something going. I am trying to find a good utility
> > > for burning music cd's from mp3 files. Something like mp3cd in win.
> > > Anyone got a favorite?
> > >
> > > Thanks,
> > > Bill W.
> >
> > actually, i just like making an ISO of the .mp3 files, then burning to a
> > disk. it works great. the disk will play in an mp3 player as well as the
> > cdrom in my computers.
> 
> 

well, in that case I use gtoaster. using that program I can usually get about 20 songs 
per 700MB disk.
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 10:05pm  up 5 days, 0 min,  2 users,  load average: 0.12, 0.39, 0.37



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



Re: [newbie] cd's from mp3's

2001-12-14 Thread Bill Winegarden

Hi,
Excellent suggestion, but I would also like to play some of my music in my 
home and car cd players. They don't 'do' mp3's.

thanks tho,
Bill W.

On Friday 14 December 2001 22:21, you wrote:
> On Fri, 14 Dec 2001 18:14:55 -0500
>
> Bill Winegarden <[EMAIL PROTECTED]> studiouisly spake these words 
to ponder:
> > Hi,
> > This is sure to get something going. I am trying to find a good utility
> > for burning music cd's from mp3 files. Something like mp3cd in win.
> > Anyone got a favorite?
> >
> > Thanks,
> > Bill W.
>
> actually, i just like making an ISO of the .mp3 files, then burning to a
> disk. it works great. the disk will play in an mp3 player as well as the
> cdrom in my computers.



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



[newbie] Kaj Haulrich, lost your address!!

2001-12-14 Thread Mick

Hello list,

Last week, I posted a question about getting CD Burning up and running on a 
new LM 8.1 system. Mr Kaj Haulrich answered my questions and then sent me 
example files to work from. To make a long story short, my Init file 
somewhere on my system became either corrupt or lost. My system could not 
boot up. My level of experience with Linux didn't allow me to save anything 
from my setup including the files I'd saved from the CD Burning questions. I 
re-installed the OS. Mr Haulrich if you read this, please send me your email 
address, so I may once again setup my two CD-ROM drives for Burning.
Thank you much,
Mick Duffy




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



[newbie] RE: Sendmail - "Enable Relay Control"

2001-12-14 Thread Stanley Sze
Hi guys,
 
I am trying to stop spammers from sending junk mails thru my server.  The only function I know is to use "Enable Relay Control," but I can only send mails to internal accounts.  Is there any methods that I can use to stop these spammers and how?  Thanks very much!
 
Stan MSN Photos is the easiest way to share and print your photos: Click Here


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



RE: Re: [newbie] Samba question - making shares invisible

2001-12-14 Thread Franki

well, you could do the whole NT domain thing, and use a standard.bat for
each user (supplied to the user at authentication from the server) that maps
that persons network drives, then you can just set all the shares to
browsable=no

I have been wanting to do that for a while, just never got around to it.

rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Julian Opificius
Sent: Saturday, 15 December 2001 8:57 AM
To: [EMAIL PROTECTED]
Subject: Re: Re: [newbie] Samba question - making shares invisible


Just like "browseable = no", right?
No, I want the share to show up or not show up as a function of it's
accessibility by the current login - i.e. login-dependant, rather than
definition-dependant.

Thanks all the same.

Julian.
===
At 11:55 AM 12/14/01 -0600, you wrote:
>This probabally isn't what you want, but if you end a SMB share name with
>a '$' it will not show up in browse lists but will still be accessable
>(assuming you have rights to the share and the underlying files of course.)
>
>-Original Message-
>From: Julian Opificius <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Date: Fri, 14 Dec 2001 10:44:01 -0600
>Subject: Re: [newbie] Samba question - making shares invisible
>
>Thanks for the response Dexter.
>
>No, what I'm looking for is to have shares simply not show up in the
>network directory listing if the current user is not authorized to access
>them.
>
>I thought of it as a "duh", an obvious feature, and that I was overlooking
>the obvious, but apparently not. The more I think about it, it demonstrates
>the philosophical difference between Microsoft (the KISS principle) and
>Unix (the long rope - you either do rope tricks or hang yourself). The idea
>of iding unavailable shares for the sake of simplicity probably wouldn't
>occur to a Unix/Linux programmer. Not that it's wrong, just different.
>
>Thanks again.
>
>Julian.
>=
>At 09:11 AM 12/14/01 -0700, you wrote:
> >Hello:
> >
> >Have you tried the veto files command?  I have not used it, but the book
I
> >have has a description for it, which you might find helpful:
> >
> >veto files:  Contains a list of file and directory names that are marked
> >by Samba as not visible and cannot be accessed by users.  Entires in the
> >list are separated by the / character, and the ? and * wildcard
characters
> >can be used.  For example, to veto access to Windows executables files on
> >a file share use veto files = /*.exe/*.com/*.bat/.  If the case-sensitive
> >parameter is false, Samba will veto files regard to case.
> >
> >Hopefully, this command can help you solve your problem.  Good luck...
> >
> >Dexter
> >
> >
> >On Fri, 14 Dec 2001, Julian Opificius wrote:
> >
> > > I've pored over man on the Samba web-site, and yes, you remember
> > correctly ;-)
> > >
> > > It's true that though "browseable = no" hides a share from everyone,
you
> > > can still map to it, but then how does one know it's there? That's
> cryptic
> > > and unreasonably clumsy for non-expert users (which includes me), who
> have
> > > other things to remember, like where we've put the car keys.
> > >
> > > Seems like it's all or nothing, which is not really very clever at
all.
> > > What we need is a "hide unavailable shares = true/false" switch for
> > > smb.conf or something like that.
> > >
> > > Thanks for the response, Dave.
> > >
> > > Any Samba programmers out there listening, or other wizards?
> > >
> > > Julian.
> > >
> > > At 07:56 AM 12/14/01 -0600, Dave Sherman replied:
> > > >On Thu, 2001-12-13 at 22:14, Julian Opificius wrote:
> > > > > With dexterous use of chmod and the smbpasswd file I can control
> > access to
> > > > > various shares, but how do I prevent shares from even appearing
for
> > logins
> > > > > who are not permitted to access them? I'd rather those shares not
> even
> > > > > appear, so as to provide a simplified interface to some users
> (i.e. my
> > > > kids).
> > > >
> > > >If I remember correctly, under a share definition just add:
> > > > browseable = no
> > > >This will make it invisible, but you can still map a network drive to
> > > >it. However, this makes it invisible to everyone, not just selected
> > > >users.
> > > >
> > > >I would seggest 'man smb.conf' for further information.
> > > >
> > > >Dave
> > > >
> > > >=
> > >
> > >
> > >
> >
> >
> >Want to buy your Pack or Services from MandrakeSoft?
> >Go to http://www.mandrakestore.com
>
>==
>Julian A. Opificius.
>802 Fawn Road, Elk River, MN 55330.
>Home: 763.441.1291, Cell: 763.360.5919
>[EMAIL PROTECTED]   ICQ: 3268206
>==
>
>
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft?
>Go to http://www.mandrakestore.com

==
Julian A. Opificius.
802 Fawn Road, Elk River, MN 55330.
Home: 763.441.1291, Cell: 763.360.5919
[EMAIL PROTECTED]   ICQ: 3268206
===

Re: [newbie] packages

2001-12-14 Thread Michael Viron

>tarball. Early on the biggest problem I sometimes had with .rpm's was
>trying to find out just where the script was putting the actual
>executable.
>
Mark,

'rpm -ql ' comes to mind--it tells you what files are in a
package and where they are.

Michael

--
Michael Viron
Registered Linux User #81978
Senior Systems & Administration Consultant
Web Spinners, University of West Florida



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



Re: [newbie] packages

2001-12-14 Thread Michael Viron

>If you want a DIY approach a good place to start is kpackage.
>This will list all the rpms installed on your system divided into cats.
>When you select an rpm a short describe is given as to what the app does,
>any depends it has and what other pkgs it provides.

Another starting place would be to do an 'rpm -qi ' on
whatever package(s) you are interested in.  If you want info regarding all
packages, you can do 'rpm -qai > all.txt'.

--
Michael Viron
Registered Linux User #81978
Senior Systems & Administration Consultant
Web Spinners, University of West Florida



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



Re: [newbie] Slow image activation

2001-12-14 Thread Ed Tharp

nope ypbind is for NIS do you connect to a sun OS machine?  turn it off and 
see. 


On Friday 14 December 2001 16:26, you wrote:
> On Fri, 14 Dec 2001 15:21:21 -0500
>
> Ed Tharp <[EMAIL PROTECTED]> spewed frantically in their message:
> > On Friday 14 December 2001 06:37, you wrote:
> > > On Fri, 14 Dec 2001 06:10:08 -0500
> > >
> > > Ed Tharp <[EMAIL PROTECTED]> studiouisly spake these words to ponder:
> > > > have you both considered turning off all the servers possible ? this
> > > > sounds to me like a dns , routed or ypbind server running (that you
> > > > don't need, and is not correctly configured. are you trying to run a
> > > > local DNS server? (as > oppsosed to a local cacheing name server) do
> > > > you have ypbind running (but don't have yellow pages needed?).
> > >
> > > well, actually yes.
> >
> > you can turn off YPbind in the "mandrake control center" > system >
> > services.
>
> and DNS will still work? I thought DNS needed that?



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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Mark Weaver

On Fri, 14 Dec 2001 10:36:12 -0700
"Miark" <[EMAIL PROTECTED]> spewed frantically in their message:

> Now you realize that GeForce is nVidia, right?
> 
> Miark
> 
> 
> - Original Message -
> From: "Mark Weaver" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, December 13, 2001 8:54 PM
> Subject: Re: [newbie] NVIDIA - Making Head-Way!
> 
> 
> > man! with all the trouble you's guys are having with Voodoo cards aNvidia cards I
> don't think I'll be looking at either one of those cards. Now, on the other hand the
> GForce cards are looking very nice. what with 64MB of vid ram and other what-nots 
>they
> come with. AND Mandrake likes those cards.

Um...honest. I knew about it. I was just speaking tongue in cheek. it was late and 
that thread just seemed to be beconing to me to say something. Of course I knew that.
-- 
Mark

Registered Linux User 182496
Mandrake 8.1
-
  2:05pm  up  1:41,  2 users,  load average: 0.07, 0.09, 0.09



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



Re: [newbie] clipboard

2001-12-14 Thread Mark Weaver

On Fri, 14 Dec 2001 11:57:39 -0500
"Randy Donohoe" <[EMAIL PROTECTED]> spewed frantically in their message:

> Is there a clipboard feature in the download edition of 8.1? I've looked
> everywhere but I can't find it.
> TIA,
> Randy Donohoe
> 
> 
> 

as a matter of fact there is. For the most part all you need do to utilize the 
clipboard feature in Mandrake is to highlight the text that you're wanting to grab. 
that places the selected text onto the clipboard. Then, to paste all you need do is 
click the middle mouse button (could be the mouse wheel too these days) or click both 
the left and right mouse buttons at the same time if you've got just a two button 
mouse. That will paste the contents of the clipboard. And yes...even in a terminal 
window this procedure works.
-- 
Mark

Registered Linux User 182496
Mandrake 8.1
-
  2:05pm  up  1:41,  2 users,  load average: 0.07, 0.09, 0.09



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



Re: Re: [newbie] Samba question - making shares invisible

2001-12-14 Thread Julian Opificius

Just like "browseable = no", right?
No, I want the share to show up or not show up as a function of it's 
accessibility by the current login - i.e. login-dependant, rather than 
definition-dependant.

Thanks all the same.

Julian.
===
At 11:55 AM 12/14/01 -0600, you wrote:
>This probabally isn't what you want, but if you end a SMB share name with 
>a '$' it will not show up in browse lists but will still be accessable 
>(assuming you have rights to the share and the underlying files of course.)
>
>-Original Message-
>From: Julian Opificius <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Date: Fri, 14 Dec 2001 10:44:01 -0600
>Subject: Re: [newbie] Samba question - making shares invisible
>
>Thanks for the response Dexter.
>
>No, what I'm looking for is to have shares simply not show up in the
>network directory listing if the current user is not authorized to access 
>them.
>
>I thought of it as a "duh", an obvious feature, and that I was overlooking
>the obvious, but apparently not. The more I think about it, it demonstrates
>the philosophical difference between Microsoft (the KISS principle) and
>Unix (the long rope - you either do rope tricks or hang yourself). The idea
>of iding unavailable shares for the sake of simplicity probably wouldn't
>occur to a Unix/Linux programmer. Not that it's wrong, just different.
>
>Thanks again.
>
>Julian.
>=
>At 09:11 AM 12/14/01 -0700, you wrote:
> >Hello:
> >
> >Have you tried the veto files command?  I have not used it, but the book I
> >have has a description for it, which you might find helpful:
> >
> >veto files:  Contains a list of file and directory names that are marked
> >by Samba as not visible and cannot be accessed by users.  Entires in the
> >list are separated by the / character, and the ? and * wildcard characters
> >can be used.  For example, to veto access to Windows executables files on
> >a file share use veto files = /*.exe/*.com/*.bat/.  If the case-sensitive
> >parameter is false, Samba will veto files regard to case.
> >
> >Hopefully, this command can help you solve your problem.  Good luck...
> >
> >Dexter
> >
> >
> >On Fri, 14 Dec 2001, Julian Opificius wrote:
> >
> > > I've pored over man on the Samba web-site, and yes, you remember
> > correctly ;-)
> > >
> > > It's true that though "browseable = no" hides a share from everyone, you
> > > can still map to it, but then how does one know it's there? That's 
> cryptic
> > > and unreasonably clumsy for non-expert users (which includes me), who 
> have
> > > other things to remember, like where we've put the car keys.
> > >
> > > Seems like it's all or nothing, which is not really very clever at all.
> > > What we need is a "hide unavailable shares = true/false" switch for
> > > smb.conf or something like that.
> > >
> > > Thanks for the response, Dave.
> > >
> > > Any Samba programmers out there listening, or other wizards?
> > >
> > > Julian.
> > >
> > > At 07:56 AM 12/14/01 -0600, Dave Sherman replied:
> > > >On Thu, 2001-12-13 at 22:14, Julian Opificius wrote:
> > > > > With dexterous use of chmod and the smbpasswd file I can control
> > access to
> > > > > various shares, but how do I prevent shares from even appearing for
> > logins
> > > > > who are not permitted to access them? I'd rather those shares not 
> even
> > > > > appear, so as to provide a simplified interface to some users 
> (i.e. my
> > > > kids).
> > > >
> > > >If I remember correctly, under a share definition just add:
> > > > browseable = no
> > > >This will make it invisible, but you can still map a network drive to
> > > >it. However, this makes it invisible to everyone, not just selected
> > > >users.
> > > >
> > > >I would seggest 'man smb.conf' for further information.
> > > >
> > > >Dave
> > > >
> > > >=
> > >
> > >
> > >
> >
> >
> >Want to buy your Pack or Services from MandrakeSoft?
> >Go to http://www.mandrakestore.com
>
>==
>Julian A. Opificius.
>802 Fawn Road, Elk River, MN 55330.
>Home: 763.441.1291, Cell: 763.360.5919
>[EMAIL PROTECTED]   ICQ: 3268206
>==
>
>
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft?
>Go to http://www.mandrakestore.com

==
Julian A. Opificius.
802 Fawn Road, Elk River, MN 55330.
Home: 763.441.1291, Cell: 763.360.5919
[EMAIL PROTECTED]   ICQ: 3268206
==





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



Re: [newbie] Re: 8.1 installation

2001-12-14 Thread Sridhar Dhanapalan

On Thu, 13 Dec 2001 19:22:34 -0800, [EMAIL PROTECTED] (Sandy Shapiro) wrote:
> I aplologize for contacting you directly, I have lost the list address.
> Also, I need to resubscribe to the list. If you can provide the address, I
> will take care of it.

The Newbie list address is [EMAIL PROTECTED] You can subscribe at
http://www.linux-mandrake.com/en/flists.php3.
 
> The card is a 3Com PCI 3C905B TX. It shares irq 9 with an NCR (symbios)
> SCSI 53C810 card (at least it does in OS/2).

The card itself should work fine, but sharing IRQs is a bad idea. Try going into
your BIOS setup and setting PnP OS to 'no'. Also, some motherboards don't like
you using a network card on the PCI slot next to the AGP slot. In that case you
may need to move your card.

> During linux boot the message is "Detecting IP information for eth0 -
> failed." In the Linux configuration panel, it says:
> 
> Interface eth0
> Protocol DHCP
> Driver 3c59x
> State Down
> Status Not connected
> 
> I went thru the connection wizard, but it stayed disconnected.
> 
> Please let me know if you have any suggestions, or if you need more
> information.
> 
> Thank you,
> Sandy Shapiro
> 
> >On Thu, 13 Dec 2001 17:39:37 -0800, [EMAIL PROTECTED] (Sandy Shapiro)
> >wrote: > Hi -- I installed Mandrake 8.1 on two different computers. On
> >one, > everything installed normally. On the other, the network interface
> >card in > not recognized. This is curious because when I had Mandrake
> >8.0, it > recognized the NIC without difficulty.
> >> 
> >> When I go into the configure program, it installs all the packages, but
> >> then says the card is not installed. With another utility, it says the
> >> card is installed but not active.
> >> 
> >> My question is: is there some way to force Mandrake to activate the card?
> >> 
> >> Do you need more information?
> >> 
> >> Thanks very much,
> >> Sandy Shapiro
> 
> >It may help if you supply the following info:
> 
> >card make/model
> >card chipset
> >card interface (ISA, PCI, etc.)
> 
> >P.S. Please post directly to the list and not to individual members.


-- 
Sridhar Dhanapalan

"The nice thing about standards is that you
have so many to choose from."
-- Andrew S. Tanenbaum, Computer Networks, 2nd ed, p.25



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



Re: [newbie] clipboard

2001-12-14 Thread Randy


>Run 'xdpyinfo'  and under 'number of extensions' you will or won't
> see RENDER.  Some video cards/chipsets don't support RENDER, it's
> needed for stuff like anti-aliasing. I don't know, but I wouldn't
> think it's needed for cut'n paste operations. Could be tho, and maybe
> that's why you're not getting klipper (?)
I don't have Render. Klipper seems to operate OK though.
Thanks,
Randy



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



Re: [newbie] linux networking- HTML

2001-12-14 Thread Tom Brinkman

On Friday 14 December 2001 05:43 pm, Dave Sherman wrote:
> OK, at least with Evolution I can read html email. But you will notice
> how many people (rightly) complained.

Yes, HTML has been contrary to acceptable Netiquette practices since 
it was invented, for many reasons. OTOH, Kmail, and many other Linux mail 
readers can view HTML just fine. You have the option to turn it off or 
on. Enabling HTML in Kmail will present this message tho...

  " WARNING: Allowing HTML in email may increase the risk that your 
system will be compromised by present and anticipated security exploits "

   With windoze email clients, it's not a matter of 'increase the risk', 
it's a matter of sooner probly than later ;>
-- 
Tom Brinkman _ South Texas, USA_

Farmers in the Iowa State survey rated machinery breakdowns more
stressful than divorce. -- Wall Street Journal



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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Steven Spears

No, I was just commenting on the Radeon and mentioned that my card is an 
Expert2000.  My wife's is the Nvidia. 

Steve


On Friday 14 December 2001 03:51 pm, you wrote:
> An ATi Xpert2000? Have you been trying to apply nVidia drivers for
> a _this_ Xpert2000?!
>
> Miark
>
>
> - Original Message -
> From: "Steven Spears" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, December 14, 2001 12:59 PM
> Subject: Re: [newbie] NVIDIA - Making Head-Way!
>
> > My brother isntalled 8.1, installed UT and it works much better than my
> > Xpert2000.  Radeon is my choice if I have to upgrade my wife's video
> > card.
> >
> > Steve
> >
> > On Friday 14 December 2001 11:15 am, you wrote:
> > > Steven Spears wrote:
> > > > I don't actually mind fighting with this video card. I learn a lot
> > > > about Linux in the process, but my wife is growing restless and wants
> > > > her UT! So, I have 'till Saturday to get it to work, and if I can't,
> > > > I have to order her an ATI Radeon card. My brother has one and the 3D
> > > > support outt'a the box is phenomenal! But I will still fight with the
> > > > card in one of my other boxes just to say I beat the thing! LOL
> > > >
> > > > Thanks for all the help everyone has given. It's been very helpful
> > > > and enlightening.
> > > >
> > > > Thanks,
> > > >
> > > > Steve Spears
> > >
> > > Mandrake-Linux now has 3D support for the ATI Radeon out of the box?
> > > Wow, didn't know that! ;-)
>
> ---
>-
>
> > 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: [newbie] clipboard

2001-12-14 Thread Tom Brinkman

On Friday 14 December 2001 05:43 pm, Randy wrote:

> > Use of copying, cutting and pasting should be automatic, or if
> > your WM provides a FE like klipper, you can click on it's icon on the
> > panel to get the last half dozen items copied to the clipboard.
>
> Using KDE, but I can't get it to come up from the terminal. After
> reading your post I did get xclipboard to come up. That'll work. Thanks
> Tom.
> Randy Donohoe

   What doesn't come up? X, KDE, or Klipper?

 Ed wrote:
> > I find the Klipper on my menubar. 8.1 standard. are you asking how to
> > use it?
>
> Don't have one in my menu bar. Tried klipper in terminal and it tells
> me, "Xlib : extension "Render" missing on display :0.0. Any ideas on
> that one?
> TIA,
> Randy Donohoe

   Run 'xdpyinfo'  and under 'number of extensions' you will or won't see 
RENDER.  Some video cards/chipsets don't support RENDER, it's needed for 
stuff like anti-aliasing. I don't know, but I wouldn't think it's needed 
for cut'n paste operations. Could be tho, and maybe that's why you're not 
getting klipper (?)
-- 
Tom Brinkman _ South Texas, USA_



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



Re: [newbie] clipboard

2001-12-14 Thread Randy

On Friday 14 December 2001 04:37 am, Mark D'voo wrote:
> klipper is only in kde's menu bar, not gnome's, you should still be
> able to run klipper under gnome though
>
> On Saturday 15 December 2001 02:59, you wrote:
> > On Friday 14 December 2001 11:57, you wrote:
> > > Is there a clipboard feature in the download edition of 8.1? I've
> > > looked everywhere but I can't find it.
> > > TIA,
> > > Randy Donohoe
> >
> > I find the Klipper on my menubar. 8.1 standard. are you asking how
> > to use it?
After pulling up xclipboard in the terminal, I now have klipper in my 
menu bar. Works for me. Thanks everyone.
Randy Donohoe



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



Re: [newbie] linux networking

2001-12-14 Thread Dave Sherman

OK, at least with Evolution I can read html email. But you will notice
how many people (rightly) complained.

Your network setup looks good on first glance. You have a nice
non-routing IP address, and your default gateway is on the same network.

Questions:
What are the IP addresses of your other machines? (You don't have any
duplicate IP addresses, do you?)
Did you specify the IP address, or do you have dhcp running?
How do you connect ot the Internet (dial-up, dsl, cable modem, etc.)?
Have you tried pinging your machines yet? If so, what was the outcome of
that?

Hang in there, we are trying to help you!

Dave

On Fri, 2001-12-14 at 13:25, bugs FIX wrote:

[root@localhost root]# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:50:8B:35:0C:18
  inet addr:10.0.0.2  Bcast:10.0.0.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:10 dropped:0 overruns:0 frame:0
  &nbs! p;   TX packets:0 errors:29 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:11 Base address:0x2000

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:299 errors:0 dropped:0 overruns:0 frame:0
  TX packets:299 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:21610 (21.1 Kb)  TX bytes:21610 (21.1 Kb)

[root@localhost root]# eth0
bash: eth0: command not found
[root@localhost root]# route -n
Kernel IP routing table
Destination Gateway   &n! bsp; Genmask Flags Metric
RefUse Iface
10.0.0.00.0.0.0 255.255.255.0   U 0  00
eth0
127.0.0.0   0.0.0.0 255.0.0.0   U   !   0  0   
0 lo
0.0.0.0 10.0.0.10.0.0.0 UG0  00
eth0

-- 
All laws are simulations of reality.
-- John C. Lilly




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



Re: [newbie] clipboard

2001-12-14 Thread Randy

On Friday 14 December 2001 03:20 pm, Tom Brinkman wrote:
> On Friday 14 December 2001 11:57 am, Randy Donohoe wrote:
> > Is there a clipboard feature in the download edition of 8.1? I've
> > looked everywhere but I can't find it.
> > TIA,
> > Randy Donohoe
>
> Do you use X-windows, and if so what manager?  XFree86 provides
> 'xclipboard' and KDE (kdebase) provides 'Klipper' which I suspect is
> just a front end for xclipboard. I would think all other WM's also
> have a FE for xclipboard. It's been in every download edition since
> Mandrake began.
>
>  ~ $ which xclipboard
> /usr/X11R6/bin/xclipboard
>
> Use of copying, cutting and pasting should be automatic, or if
> your WM provides a FE like klipper, you can click on it's icon on the
> panel to get the last half dozen items copied to the clipboard.
Using KDE, but I can't get it to come up from the terminal. After 
reading your post I did get xclipboard to come up. That'll work. Thanks 
Tom.
Randy Donohoe



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



Re: [newbie] clipboard

2001-12-14 Thread Randy

On Friday 14 December 2001 03:59 pm, Ed Tharp wrote:
> On Friday 14 December 2001 11:57, you wrote:
> > Is there a clipboard feature in the download edition of 8.1? I've
> > looked everywhere but I can't find it.
> > TIA,
> > Randy Donohoe
>
> I find the Klipper on my menubar. 8.1 standard. are you asking how to
> use it?
Don't have one in my menu bar. Tried klipper in terminal and it tells 
me, "Xlib : extension "Render" missing on display :0.0. Any ideas on 
that one?
TIA,
Randy Donohoe



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



Re: [newbie] linux networking

2001-12-14 Thread Florian Struck

AAARGH!


On Friday 14 Dec 2001 8:25 pm, you wrote:
> 
>  face="Courier New">[root@localhost root]# ifconfigeth0 style="mso-spacerun: yes">  Link
> encap:Ethernet  HWaddr
> 00:50:8B:35:0C:18  inet
> addr:10.0.0.2 
> Bcast:10.0.0.255 
> Mask:255.255.255.0  UP
> BROADCAST RUNNING MULTICAST 
> MTU:1500 
> Metric:1  RX
> packets:0 errors:10 dropped:0 overruns:0 frame:0 style="mso-spacerun: yes">  &nbs!
> p;   TX packets:0 errors:29 dropped:0 overruns:0
> carrier:0 
> collisions:0 txqueuelen:100  RX
> bytes:0 (0.0 b)  TX bytes:0
> (0.0 b) 
> Interrupt:11 Base address:0x2000lo    Link encap:Local
> Loopback    style="mso-spacerun:
> yes">   inet
> addr:127.0.0.1 
> Mask:255.0.0.0  UP
> LOOPBACK RUNNING 
> MTU:16436 
> Metric:1  RX
> packets:299 errors:0 dropped:0 overruns:0 frame:0 style="mso-spacerun:
> yes">  TX
> packets:299 errors:0 dropped:0 overruns:0 carrier:0 style="mso-spacerun:
> yes"> 
> collisions:0 txqueuelen:0  RX
> bytes:21610 (21.1 Kb)  TX
> bytes:21610 (21.1 Kb)[root@localhost root]# eth0bash: eth0:
> command not found[root@localhost root]# route -nKernel IP routing
> tableDestination Gateway   &n! bsp; Genmask style="mso-spacerun: yes">
> Flags Metric Ref   
> Use Iface10.0.0.0    0.0.0.0 style="mso-spacerun: yes">
> 255.255.255.0  
> U
> 0 
> 0    0
> eth0127.0.0.0   0.0.0.0 style="mso-spacerun: yes">
> 255.0.0.0   U style="mso-spacerun: yes">   !   0 style="mso-spacerun: yes">  0 style="mso-spacerun: yes">   
> 0 lo0.0.0.0 10.0.0.1 style="mso-spacerun: yes">   
> 0.0.0.0 UG style="mso-spacerun: yes">    0 style="mso-spacerun: yes">  0 style="mso-spacerun: yes">   
> 0 eth0[root@localhost root]# "urn:schemas-microsoft-com:office:office"
> />MSN Photos is
> the easiest way to share and print your photos:  href='http://go.msn.com/bql/hmtag3_etl_EN.asp'>Click Here

-- 
- POWERED BY LINUX -



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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Miark

An ATi Xpert2000? Have you been trying to apply nVidia drivers for 
a _this_ Xpert2000?!

Miark


- Original Message - 
From: "Steven Spears" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 12:59 PM
Subject: Re: [newbie] NVIDIA - Making Head-Way!


> My brother isntalled 8.1, installed UT and it works much better than my 
> Xpert2000.  Radeon is my choice if I have to upgrade my wife's video card. 
> 
> Steve
> 
> 
> 
> On Friday 14 December 2001 11:15 am, you wrote:
> 
> 
> > Steven Spears wrote:
> > > I don't actually mind fighting with this video card. I learn a lot about
> > > Linux in the process, but my wife is growing restless and wants her UT!
> > > So, I have 'till Saturday to get it to work, and if I can't, I have to
> > > order her an ATI Radeon card. My brother has one and the 3D support
> > > outt'a the box is phenomenal! But I will still fight with the card in one
> > > of my other boxes just to say I beat the thing! LOL
> > >
> > > Thanks for all the help everyone has given. It's been very helpful and
> > > enlightening.
> > >
> > > Thanks,
> > >
> > > Steve Spears
> >
> > Mandrake-Linux now has 3D support for the ATI Radeon out of the box? Wow,
> > didn't know that! ;-)
> 
> 





> 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



[newbie] Mozilla Flash Plugin is slow

2001-12-14 Thread Dennis Myers

Here's a forward for a fellow linux-newbie

--  Forwarded Message  --

Subject: Mandrake newbie list
Date: Fri, 14 Dec 2001 14:36:05 -0600
From: Warren Post <[EMAIL PROTECTED]>
To: Dennis Myers <[EMAIL PROTECTED]>

I'd like to ask a favor. My ISP just got
itself blacklisted by ordb.org and now I can't post to the newbie list. Could
you do me the favor of posting the following on my behalf? I'd sure
appreciate it.

Thanks again,
Warren

 text to post ==

Subject: Mozilla and Flash

I've downloaded the Flash 5 plug-in for Mozilla (labeled for Netscape,
actually) and installed it in /usr/lib/mozilla/plugins. Now Mozilla is
exceedingly slow: displaying something as simple as "about:plugins", for
example, might take four minutes. I removed the Flash plug-in and Mozilla
behaves normally again.

I've already checked Mozilla's and Macromedia's websites for help but can
find no reference to this problem.

Any tips, anyone? My cybercafe has a regular customer who always visits a
favorite Flash site and I want to be ready for him.

Warren Post
Santa Rosa de Copan, Honduras
http://www.srcopan.vze.com/

---

-- 
Dennis M. registered linux user # 180842



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



Re: [newbie] clipboard

2001-12-14 Thread Dennis Myers

On Friday 14 December 2001 11:57, you wrote:
> Is there a clipboard feature in the download edition of 8.1? I've looked
> everywhere but I can't find it.
> TIA,
> Randy Donohoe
Not sure if this is what your looking for but in a console at the prompt type 
in "klipper" (w/o the quotes ) and you should have the clipboard I think. HTH
-- 
Dennis M. registered linux user # 180842




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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Harm Bathoorn

On Friday 14 December 2001 04:54, you wrote:
> On Fri, 14 Dec 2001 01:21:10 +0100
>
> >
> man! with all the trouble you's guys are having with Voodoo cards and
> Nvidia cards I don't think I'll be looking at either one of those cards.
> Now, on the other hand the GForce cards are looking very nice. what with
> 64MB of vid ram and other what-nots they come with. AND Mandrake likes
> those cards.

Actually I was referring to a Gforce2 card (that's Nvidia) and it runs 
beautifully:) Recommendable IMO.
Instead of voodoo I should have written 'black magic' to be on the safe side.

Ciao,
Harm Bathoorn



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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Miark

You got the 8.1 RPMs so you don't need any patch.

Miark


- Original Message - 
From: "Steven Spears" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 12:58 PM
Subject: Re: [newbie] NVIDIA - Making Head-Way!


> Patch? I haven't head of a patch. I assumed that because they have a version 
> of the driver for 8.1 that I didn't need the patch. Do I need the patch, and, 
> if so, where do get it. 
> 
> Shows how much I know. LOL
> 
> Steve
> 
> 
> 
> 
> On Friday 14 December 2001 11:08 am, you wrote:
> > Steven Spears wrote:
> > > Chromium does gives the same error message and none of the 3D
> > > Screensavers work. I'm officially stumped. Other than changing the
> > > refresh rates somehow, I'm at a lost. :)
> > >
> > > Thanks,
> > >
> > > Steve
> >
> > Steve, you are using v8.1 of Mandrake, right? If so...you did apply the
> > patches to the Nvidia drivers, correct?
> 
> 





> 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: [newbie] clipboard

2001-12-14 Thread Mark D'voo

klipper is only in kde's menu bar, not gnome's, you should still be able to 
run klipper under gnome though

On Saturday 15 December 2001 02:59, you wrote:
> On Friday 14 December 2001 11:57, you wrote:
> > Is there a clipboard feature in the download edition of 8.1? I've looked
> > everywhere but I can't find it.
> > TIA,
> > Randy Donohoe
>
> I find the Klipper on my menubar. 8.1 standard. are you asking how to use
> it?

-- 
  3:37pm  up  1:09,  3 users,  load average: 0.33, 0.11, 0.10



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



Re: [newbie] Slow image activation

2001-12-14 Thread Mark Weaver

On Fri, 14 Dec 2001 15:21:21 -0500
Ed Tharp <[EMAIL PROTECTED]> spewed frantically in their message:

> On Friday 14 December 2001 06:37, you wrote:
> > On Fri, 14 Dec 2001 06:10:08 -0500
> >
> > Ed Tharp <[EMAIL PROTECTED]> studiouisly spake these words to ponder:
> > > have you both considered turning off all the servers possible ? this
> > > sounds to me like a dns , routed or ypbind server running (that you don't
> > > need, and is not correctly configured. are you trying to run a local DNS
> > > server? (as > oppsosed to a local cacheing name server) do you have
> > > ypbind running (but don't have yellow pages needed?).
> >
> > well, actually yes.
> >
> 
> you can turn off YPbind in the "mandrake control center" > system > services.
> 
> 

and DNS will still work? I thought DNS needed that?
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
  4:05pm  up  3:41,  2 users,  load average: 0.08, 0.11, 0.24



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



Re: [newbie] clipboard

2001-12-14 Thread Tom Brinkman

On Friday 14 December 2001 11:57 am, Randy Donohoe wrote:
> Is there a clipboard feature in the download edition of 8.1? I've
> looked everywhere but I can't find it.
> TIA,
> Randy Donohoe

Do you use X-windows, and if so what manager?  XFree86 provides 
'xclipboard' and KDE (kdebase) provides 'Klipper' which I suspect is just 
a front end for xclipboard. I would think all other WM's also have a FE 
for xclipboard. It's been in every download edition since Mandrake began.

 ~ $ which xclipboard
/usr/X11R6/bin/xclipboard

Use of copying, cutting and pasting should be automatic, or if your 
WM provides a FE like klipper, you can click on it's icon on the panel to 
get the last half dozen items copied to the clipboard.
-- 
Tom Brinkman _ South Texas, USA_

You'll never see all the places, or read all the books, but fortunately,
they're not all recommended.



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



Re: [newbie] Question on floppy

2001-12-14 Thread Ed Tharp

On Friday 14 December 2001 15:09, you wrote:
> On Friday 14 December 2001 05:48, you wrote:
> | Everytime I try to mount the floppy drive by clicking on the drive icon
> | on the desktop it goes to open the drive and then displays and error. The
> | error is as follows: "Could not read /"
> |
> | I have no clue what the problem is. Any help would be greatly
> | appreciated.
> |
> | Thanks,
> | Mithrilhall
>
> Do you have a disk in the drive?
 a formated disk? and is your fstab set to read a disk of that formating? 
ie.; fat? mac? ext2?



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



Re: [newbie] clipboard

2001-12-14 Thread Ed Tharp

On Friday 14 December 2001 11:57, you wrote:
> Is there a clipboard feature in the download edition of 8.1? I've looked
> everywhere but I can't find it.
> TIA,
> Randy Donohoe
I find the Klipper on my menubar. 8.1 standard. are you asking how to use it?



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



Re: [newbie] linux networking

2001-12-14 Thread Ed Tharp

plaes, when sending to this list, turn off HTML formating in your mail, it 
looks like this to a number of us, and some of the best folks here filter out 
HTML mail so they will never see your question. the commands you question are 
typed (as root) in a text console or term. do you use KDE? is there an icon 
that looks like a little square chalk board on the menu bar? if you click it 
does it bring up a window? can you type in that window? if so type (without 
the quotes) su (then you will be asked foa password. type in the root 
password, do not worry if you do not see anything reported to the screen, 
just hit enter when the pasword is complete.  
 "will not connect to network" is pretty ambiguos, can you tell us exactly 
what you mean? is it that the cable can not be insearted in the network card 
connection? is it that in windows you do not see the linux box in "network 
neighborhood? is it that the linux box can not connect to the internet thrue 
the win XP box?

On Friday 14 December 2001 11:10, you wrote:
> 
> 
> 
> >From: Dave Sherman <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: Mandrake-newbie <[EMAIL PROTECTED]>
> >Subject: Re: [newbie] linux networking
> >Date: 13 Dec 2001 22:14:14 -0600
> >
> >On Thu, 2001-12-13 at 19:15, bugs FIX wrote:
> >
> >i have windows xp running a internet sharring and my linux
> machine wont >connect to my network any ideas y
> >
> >We're gonna need some more info to help you out...
> >
> >What exactly isn't working? Can you ping the various
> machines? Tell us >what's wrong. Also, tell us the output of
> 'ifconfig' and 'route -n'. >
> >Dave
> 
>  
> MY linux machine can connect to my home netowrk thats what
> isnt connecting i havnt tried to ping the linux machine yet and i dont know
> how to do ifconfig and route -n in linux clear=all>MSN Photos is the easiest way to share and print your photos:
> Click Here



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



Re: [newbie] Slow image activation

2001-12-14 Thread Ed Tharp

On Friday 14 December 2001 06:37, you wrote:
> On Fri, 14 Dec 2001 06:10:08 -0500
>
> Ed Tharp <[EMAIL PROTECTED]> studiouisly spake these words to ponder:
> > have you both considered turning off all the servers possible ? this
> > sounds to me like a dns , routed or ypbind server running (that you don't
> > need, and is not correctly configured. are you trying to run a local DNS
> > server? (as > oppsosed to a local cacheing name server) do you have
> > ypbind running (but don't have yellow pages needed?).
>
> well, actually yes.
>

you can turn off YPbind in the "mandrake control center" > system > services.



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



Re: [newbie] Question on floppy

2001-12-14 Thread Gordon Burgess-Parker

On Friday 14 December 2001 05:48, you wrote:
| Everytime I try to mount the floppy drive by clicking on the drive icon on
| the desktop it goes to open the drive and then displays and error. The
| error is as follows: "Could not read /"
|
| I have no clue what the problem is. Any help would be greatly appreciated.
|
| Thanks,
| Mithrilhall


Do you have a disk in the drive?


-- 
Mandrake 8.0 User since 8 October 2001
Registered Linux User no 240308



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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Steven Spears

My brother isntalled 8.1, installed UT and it works much better than my 
Xpert2000.  Radeon is my choice if I have to upgrade my wife's video card. 

Steve



On Friday 14 December 2001 11:15 am, you wrote:


> Steven Spears wrote:
> > I don't actually mind fighting with this video card. I learn a lot about
> > Linux in the process, but my wife is growing restless and wants her UT!
> > So, I have 'till Saturday to get it to work, and if I can't, I have to
> > order her an ATI Radeon card. My brother has one and the 3D support
> > outt'a the box is phenomenal! But I will still fight with the card in one
> > of my other boxes just to say I beat the thing! LOL
> >
> > Thanks for all the help everyone has given. It's been very helpful and
> > enlightening.
> >
> > Thanks,
> >
> > Steve Spears
>
> Mandrake-Linux now has 3D support for the ATI Radeon out of the box? Wow,
> didn't know that! ;-)



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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Steven Spears

Patch? I haven't head of a patch. I assumed that because they have a version 
of the driver for 8.1 that I didn't need the patch. Do I need the patch, and, 
if so, where do get it. 

Shows how much I know. LOL

Steve




On Friday 14 December 2001 11:08 am, you wrote:
> Steven Spears wrote:
> > Chromium does gives the same error message and none of the 3D
> > Screensavers work. I'm officially stumped. Other than changing the
> > refresh rates somehow, I'm at a lost. :)
> >
> > Thanks,
> >
> > Steve
>
> Steve, you are using v8.1 of Mandrake, right? If so...you did apply the
> patches to the Nvidia drivers, correct?



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



Re: [newbie] linux networking

2001-12-14 Thread bugs FIX

[root@localhost root]# ifconfigeth0  Link encap:Ethernet  HWaddr 00:50:8B:35:0C:18  inet addr:10.0.0.2  Bcast:10.0.0.255  Mask:255.255.255.0  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1  RX packets:0 errors:10 dropped:0 overruns:0 frame:0  &nbs!
p;   TX packets:0 errors:29 dropped:0 overruns:0 carrier:0  collisions:0 txqueuelen:100  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)  Interrupt:11 Base address:0x2000lo    Link encap:Local Loopback      inet addr:127.0.0.1  Mask:255.0.0.0  UP LOOPBACK RUNNING  MTU:16436  Metric:1  RX packets:299 errors:0 dropped:0 overruns:0 frame:0  TX packets:299 errors:0 dropped:0 overruns:0 carrier:0  collisions:0 txqueuelen:0  RX bytes:21610 (21.1 Kb)  TX bytes:21610 (21.1 Kb)[root@localhost root]# eth0bash: eth0: command not found[root@localhost root]# route -nKernel IP routing tableDestination Gateway   &n!
bsp; Genmask Flags Metric Ref    Use Iface10.0.0.0    0.0.0.0 255.255.255.0   U 0  0    0 eth0127.0.0.0   0.0.0.0 255.0.0.0   U   !
  0  0    0 lo0.0.0.0 10.0.0.1    0.0.0.0 UG    0  0    0 eth0[root@localhost root]#MSN Photos is the easiest way to share and print your photos: Click Here


>From: "bugs FIX" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: [newbie] linux networking
>Date: Fri, 14 Dec 2001 08:10:52 -0800

 
 
MY linux machine can not connect to my home netowrk thats what isnt connecting i havnt tried to ping the linux machine yet and i dont know how to do ifconfig and route -n in linux   ---edited---Get your FREE download of MSN Explorer at http://explorer.msn.com.



>From: Dave Sherman <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Mandrake-newbie <[EMAIL PROTECTED]>
>Subject: Re: [newbie] linux networking
>Date: 13 Dec 2001 22:14:14 -0600
>
>On Thu, 2001-12-13 at 19:15, bugs FIX wrote:
>
>i have windows xp running a internet sharring and my linux machine wont
>connect to my network any ideas y
>
>We're gonna need some more info to help you out...
>
>What exactly isn't working? Can you ping the various machines? Tell us
>what's wrong. Also, tell us the output of 'ifconfig' and 'route -n'.
>
>Dave

 
MY linux machine can connect to my home netowrk thats what isnt connecting i havnt tried to ping the linux machine yet and i dont know how to do ifconfig and route -n in linuxMSN Photos is the easiest way to share and print your photos: Click Here




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



[newbie] clipboard

2001-12-14 Thread Randy Donohoe

Is there a clipboard feature in the download edition of 8.1? I've looked
everywhere but I can't find it.
TIA,
Randy Donohoe




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



Re: [newbie] packages

2001-12-14 Thread Charles A Edwards

On Fri, 14 Dec 2001 16:59:47 +0100
Stojs <[EMAIL PROTECTED]> wrote:

> 
> Is there anywhere I can find help on each package in mandrake 8.1?
> 
> Here you advice people to use different packages that I know nothing
> about and sometimes even understand nothing of. It´s a bit embarrasing
> to get a good answer to a question and immediately come back saying "I
> installed what you suggested, what is it and how do I configure it?".
> 
 
With the range and scope of the pkgs avaiable for linux and the names given
to each if can be hard for Anyone to know what each is or does.

If you want a DIY approach a good place to start is kpackage.
This will list all the rpms installed on your system divided into cats.
When you select an rpm a short describe is given as to what the app does,
any depends it has and what other pkgs it provides.

For more in depth explains, many apps come with either manuals and/or
help files.
To access these open a terminal and enter: man 'package name' or 'package name'
--help
2 examples: man samba
This will display the samba manual

  : rpm --help
This will display the rpm help file 

There are of course other resources that can be used, this list, google-linux,
a 'good' linux refernce book (2 or 3 if you're like me).


   Charles













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



Re: [newbie] Classes.zip for Java?

2001-12-14 Thread Paul

On Fri, 14 Dec 2001 17:22:02 +0100, Paul <[EMAIL PROTECTED]> wrote:

Leave be for now.
I got the daily snapshot at Licq.org which has the new ICQ protocol 8 built
in. Is still a bit clunky but it works :)
Paul

>Hi all,
>
>I am trying to get the Java ICQ client to work. It keeps dying on that it
>can't find a file called "classes.zip".
>I got several SDK's and JRE's from java.sun.com but none of them contain that
>file.
>Does anyone have a clue what I should do/install to get that going?
>
>Thanks
>Paul
>
>--
>You've got to do your own growing,
>no matter how tall your grandfather was.
>-Irish Proverb
>
>http://nlpagan.net - Registered Linux User 174403
>Linux Mandrake 8.0 - Sylpheed 0.6.5 claws
>Open Source, Open Minds. Linux.
>
>


--
You've got to do your own growing,
no matter how tall your grandfather was.
-Irish Proverb

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.0 - Sylpheed 0.6.5 claws
Open Source, Open Minds. Linux.



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



Re: [newbie] packages

2001-12-14 Thread Mark Weaver

Stojs wrote:
> 
> Is there anywhere I can find help on each package in mandrake 8.1?
> 
> Here you advice people to use different packages that I know nothing
> about and sometimes even understand nothing of. It´s a bit embarrasing
> to get a good answer to a question and immediately come back saying "I
> installed what you suggested, what is it and how do I configure it?".
> 

Stojs,

Often times with .rpm packages there isn't supposed to be alot or any
configuration happening after the package is installed. At least not to
the immediate stuff like would be need to be done when compiling a
tarball. Early on the biggest problem I sometimes had with .rpm's was
trying to find out just where the script was putting the actual
executable.

What specifically are you refering to?

Mark



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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Miark

Now you realize that GeForce is nVidia, right?

Miark


- Original Message -
From: "Mark Weaver" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 8:54 PM
Subject: Re: [newbie] NVIDIA - Making Head-Way!


> man! with all the trouble you's guys are having with Voodoo cards and Nvidia cards I
don't think I'll be looking at either one of those cards. Now, on the other hand the
GForce cards are looking very nice. what with 64MB of vid ram and other what-nots they
come with. AND Mandrake likes those cards.





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



Re: [newbie] Help: Usage of chmod

2001-12-14 Thread Anuerin G. Diaz



do this in a script. i always do these things using recursive scripts. check the 
archives for my template and and modify it accordingly. if not email me and ill try to 
help you in my own little ways.

ciao!

On Thu, 13 Dec 2001 10:46:29 +0100
Jun Liu <[EMAIL PROTECTED]> wrote:

> Hi, all,
> 
> I would like to 'chmod -R 0755' of all directories underneath, and
> 'chmod -R 0644' of all files in all sub-directories underneath. 
> 
> How to accomplish this? Thanks for any suggestions, :)
> 
> /Jun
> 
> 
> 
> 


-- 

"Programming, an artform that fights back."

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] x

2001-12-14 Thread Anuerin G. Diaz

On Thu, 13 Dec 2001 08:35:40 -0600
"Roy Barton" <[EMAIL PROTECTED]> wrote:

> Hey any one here can tell me how to reconfigure X if it did not properly
> install on the initial install.  My friend has a computer with a Savage4
> video card, and the Xconfiguration installer automatically installs the
> card and it does not work.  The book that come with is kit says to
> install the Generic SVGA drivers, but the install does not allow it to
> work. Any ideas?
>  
>  
> PLEASE HELP I've reinstalled 8.1 6 times trying to get it to work.
>  
> Thanks Roy
> 

hi,

  XFree86 has not completely ported the drivers for the ProSavage chips. There is an 
open-source patch that im using at home. if i remember it right the website is located 
at www.probo.com/timr/ but head on to the MUO messageboard site and search for probo. 
i think somebody already made a tip thread in the tips and trick section so you may 
want to check it out too.

HTH


-- 

"Programming, an artform that fights back."

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] automatically mounting windows shares on boot

2001-12-14 Thread Anuerin G. Diaz

On Thu, 13 Dec 2001 14:47:34 +0600
"Mark D'voo" <[EMAIL PROTECTED]> wrote:

> How do I mount a networked windows share on boot? I know using 
> LinNeighborhood is easy enough, but I'm sure I can add some line to some file 
> to have them automatically mounted
> 
> mark
> -- 
>   2:46pm  up  3:30,  3 users,  load average: 1.07, 1.11, 1.00
> 
> 
> 

try adding them in your fstab as smbfs. you have to configure samba though to map your 
linux username with your windows username. these can also mean additional trouble for 
you when shutting down your pc as the share may be unaccessible. i use komba2 as it is 
easier. one problem though is that i even if there is a single authenticating server 
here at work i had to supply my username and password form time to time.

ciao!

-- 

"Programming, an artform that fights back."

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] kppp help

2001-12-14 Thread Michel Clasquin

On Friday 14 December 2001 11:31, skinky wrote:
> On Friday 14 December 2001 12:31, David wrote:
> |  once online i noticed the two graphical rx tx lights that show kppp
> | is running and is working failed to come up leaving me with now way to
> | get back offline other than switching the modem off.

And as long as you were smart and bought an *external* modem, what is 
wrong with switching the modem off? Mind you, I once had a connection so 
persistent that I had to physically disconnect the phone line from the 
wall ...

> |  I cant find an rpm called kppp.rpm so how do i reinstall kppp to get
> | it back as it should be ?

kdenetwork is the file you're looking for, but there should be no need to 
reinstall anything. I live in a high-lightningstrike, high-static area 
with wobbly electricity supply. Panic switch-offs are a way of life here 
and kppp just keeps soldierin' on.

-- 
Michel Clasquin, D Litt et Phil (Unisa)
[EMAIL PROTECTED]/unisa.ac.za   http://www.geocities.com/clasqm
This message was posted from a Microsoft-free PC

f u cn rd ths, u cn gt a gd jb n nx dmnstrtn





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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Ronald J. Hall

Steven Spears wrote:
> 
> I don't actually mind fighting with this video card. I learn a lot about
> Linux in the process, but my wife is growing restless and wants her UT! So, I
> have 'till Saturday to get it to work, and if I can't, I have to order her an
> ATI Radeon card. My brother has one and the 3D support outt'a the box is
> phenomenal! But I will still fight with the card in one of my other boxes
> just to say I beat the thing! LOL
> 
> Thanks for all the help everyone has given. It's been very helpful and
> enlightening.
> 
> Thanks,
> 
> Steve Spears

Mandrake-Linux now has 3D support for the ATI Radeon out of the box? Wow,
didn't know that! ;-)

-- 
 
   /\
   Dark>

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



Re: [newbie] automatically mounting windows shares on boot

2001-12-14 Thread Ronald J. Hall

Mark D'voo wrote:
> 
> How do I mount a networked windows share on boot? I know using
> LinNeighborhood is easy enough, but I'm sure I can add some line to some file
> to have them automatically mounted
> 
> mark

You should have an /etc/fstab entry for them. Mine looks like this:

//darkforce2/C /root/Network/Darkforce-2 smbfs username=% 0 0
//darkforce3/C /root/Network/Darkforce-3 smbfs username=% 0 0

darkforce2 is my 11 year olds Windog box, and darkforce3 is my 8 year olds
Windog box (each name represents drive c). I can view or drag 'n drop files to
them in my /root/Network folder, where they each have their respective
folders.

Hope this helps! ;-)

-- 
 
   /\
   Dark>

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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Ronald J. Hall

Steven Spears wrote:
> 
> Chromium does gives the same error message and none of the 3D Screensavers
> work. I'm officially stumped. Other than changing the refresh rates somehow,
> I'm at a lost. :)
> 
> Thanks,
> 
> Steve

Steve, you are using v8.1 of Mandrake, right? If so...you did apply the
patches to the Nvidia drivers, correct?

-- 
 
   /\
   Dark>

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



Re: Re: [newbie] Samba question - making shares invisible

2001-12-14 Thread Jim Dawson

This probabally isn't what you want, but if you end a SMB share name with a '$' it 
will not show up in browse lists but will still be accessable (assuming you have 
rights to the share and the underlying files of course.)

-Original Message-
From: Julian Opificius <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri, 14 Dec 2001 10:44:01 -0600
Subject: Re: [newbie] Samba question - making shares invisible

Thanks for the response Dexter.

No, what I'm looking for is to have shares simply not show up in the 
network directory listing if the current user is not authorized to access them.

I thought of it as a "duh", an obvious feature, and that I was overlooking 
the obvious, but apparently not. The more I think about it, it demonstrates 
the philosophical difference between Microsoft (the KISS principle) and 
Unix (the long rope - you either do rope tricks or hang yourself). The idea 
of iding unavailable shares for the sake of simplicity probably wouldn't 
occur to a Unix/Linux programmer. Not that it's wrong, just different.

Thanks again.

Julian.
=
At 09:11 AM 12/14/01 -0700, you wrote:
>Hello:
>
>Have you tried the veto files command?  I have not used it, but the book I
>have has a description for it, which you might find helpful:
>
>veto files:  Contains a list of file and directory names that are marked
>by Samba as not visible and cannot be accessed by users.  Entires in the
>list are separated by the / character, and the ? and * wildcard characters
>can be used.  For example, to veto access to Windows executables files on
>a file share use veto files = /*.exe/*.com/*.bat/.  If the case-sensitive
>parameter is false, Samba will veto files regard to case.
>
>Hopefully, this command can help you solve your problem.  Good luck...
>
>Dexter
>
>
>On Fri, 14 Dec 2001, Julian Opificius wrote:
>
> > I've pored over man on the Samba web-site, and yes, you remember 
> correctly ;-)
> >
> > It's true that though "browseable = no" hides a share from everyone, you
> > can still map to it, but then how does one know it's there? That's cryptic
> > and unreasonably clumsy for non-expert users (which includes me), who have
> > other things to remember, like where we've put the car keys.
> >
> > Seems like it's all or nothing, which is not really very clever at all.
> > What we need is a "hide unavailable shares = true/false" switch for
> > smb.conf or something like that.
> >
> > Thanks for the response, Dave.
> >
> > Any Samba programmers out there listening, or other wizards?
> >
> > Julian.
> >
> > At 07:56 AM 12/14/01 -0600, Dave Sherman replied:
> > >On Thu, 2001-12-13 at 22:14, Julian Opificius wrote:
> > > > With dexterous use of chmod and the smbpasswd file I can control 
> access to
> > > > various shares, but how do I prevent shares from even appearing for 
> logins
> > > > who are not permitted to access them? I'd rather those shares not even
> > > > appear, so as to provide a simplified interface to some users (i.e. my
> > > kids).
> > >
> > >If I remember correctly, under a share definition just add:
> > > browseable = no
> > >This will make it invisible, but you can still map a network drive to
> > >it. However, this makes it invisible to everyone, not just selected
> > >users.
> > >
> > >I would seggest 'man smb.conf' for further information.
> > >
> > >Dave
> > >
> > >=
> >
> >
> >
>
>
>Want to buy your Pack or Services from MandrakeSoft?
>Go to http://www.mandrakestore.com

==
Julian A. Opificius.
802 Fawn Road, Elk River, MN 55330.
Home: 763.441.1291, Cell: 763.360.5919
[EMAIL PROTECTED]   ICQ: 3268206
==








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



Re: [newbie] Samba question - making shares invisible

2001-12-14 Thread Julian Opificius

Thanks for the response Dexter.

No, what I'm looking for is to have shares simply not show up in the 
network directory listing if the current user is not authorized to access them.

I thought of it as a "duh", an obvious feature, and that I was overlooking 
the obvious, but apparently not. The more I think about it, it demonstrates 
the philosophical difference between Microsoft (the KISS principle) and 
Unix (the long rope - you either do rope tricks or hang yourself). The idea 
of iding unavailable shares for the sake of simplicity probably wouldn't 
occur to a Unix/Linux programmer. Not that it's wrong, just different.

Thanks again.

Julian.
=
At 09:11 AM 12/14/01 -0700, you wrote:
>Hello:
>
>Have you tried the veto files command?  I have not used it, but the book I
>have has a description for it, which you might find helpful:
>
>veto files:  Contains a list of file and directory names that are marked
>by Samba as not visible and cannot be accessed by users.  Entires in the
>list are separated by the / character, and the ? and * wildcard characters
>can be used.  For example, to veto access to Windows executables files on
>a file share use veto files = /*.exe/*.com/*.bat/.  If the case-sensitive
>parameter is false, Samba will veto files regard to case.
>
>Hopefully, this command can help you solve your problem.  Good luck...
>
>Dexter
>
>
>On Fri, 14 Dec 2001, Julian Opificius wrote:
>
> > I've pored over man on the Samba web-site, and yes, you remember 
> correctly ;-)
> >
> > It's true that though "browseable = no" hides a share from everyone, you
> > can still map to it, but then how does one know it's there? That's cryptic
> > and unreasonably clumsy for non-expert users (which includes me), who have
> > other things to remember, like where we've put the car keys.
> >
> > Seems like it's all or nothing, which is not really very clever at all.
> > What we need is a "hide unavailable shares = true/false" switch for
> > smb.conf or something like that.
> >
> > Thanks for the response, Dave.
> >
> > Any Samba programmers out there listening, or other wizards?
> >
> > Julian.
> >
> > At 07:56 AM 12/14/01 -0600, Dave Sherman replied:
> > >On Thu, 2001-12-13 at 22:14, Julian Opificius wrote:
> > > > With dexterous use of chmod and the smbpasswd file I can control 
> access to
> > > > various shares, but how do I prevent shares from even appearing for 
> logins
> > > > who are not permitted to access them? I'd rather those shares not even
> > > > appear, so as to provide a simplified interface to some users (i.e. my
> > > kids).
> > >
> > >If I remember correctly, under a share definition just add:
> > > browseable = no
> > >This will make it invisible, but you can still map a network drive to
> > >it. However, this makes it invisible to everyone, not just selected
> > >users.
> > >
> > >I would seggest 'man smb.conf' for further information.
> > >
> > >Dave
> > >
> > >=
> >
> >
> >
>
>
>Want to buy your Pack or Services from MandrakeSoft?
>Go to http://www.mandrakestore.com

==
Julian A. Opificius.
802 Fawn Road, Elk River, MN 55330.
Home: 763.441.1291, Cell: 763.360.5919
[EMAIL PROTECTED]   ICQ: 3268206
==





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



[newbie] Classes.zip for Java?

2001-12-14 Thread Paul

Hi all,

I am trying to get the Java ICQ client to work. It keeps dying on that it
can't find a file called "classes.zip".
I got several SDK's and JRE's from java.sun.com but none of them contain that
file.
Does anyone have a clue what I should do/install to get that going?

Thanks
Paul

--
You've got to do your own growing,
no matter how tall your grandfather was.
-Irish Proverb

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.0 - Sylpheed 0.6.5 claws
Open Source, Open Minds. Linux.



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



Re: [newbie] linux networking

2001-12-14 Thread bugs FIX



>From: "bugs FIX" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED] 
>To: [EMAIL PROTECTED] 
>Subject: Re: [newbie] linux networking 
>Date: Fri, 14 Dec 2001 08:10:52 -0800 

 
 
MY linux machine can not connect to my home netowrk thats what isnt connecting i havnt tried to ping the linux machine yet and i dont know how to do ifconfig and route -n in linux   ---edited---Get your FREE download of MSN Explorer at http://explorer.msn.com.


>From: Dave Sherman <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Mandrake-newbie <[EMAIL PROTECTED]>
>Subject: Re: [newbie] linux networking
>Date: 13 Dec 2001 22:14:14 -0600
>
>On Thu, 2001-12-13 at 19:15, bugs FIX wrote:
>
>i have windows xp running a internet sharring and my linux machine wont
>connect to my network any ideas y
>
>We're gonna need some more info to help you out...
>
>What exactly isn't working? Can you ping the various machines? Tell us
>what's wrong. Also, tell us the output of 'ifconfig' and 'route -n'.
>
>Dave

 
MY linux machine can connect to my home netowrk thats what isnt connecting i havnt tried to ping the linux machine yet and i dont know how to do ifconfig and route -n in linuxMSN Photos is the easiest way to share and print your photos: Click Here



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



Re: [newbie] Samba question - making shares invisible

2001-12-14 Thread Admin

Hello:

Have you tried the veto files command?  I have not used it, but the book I
have has a description for it, which you might find helpful:

veto files:  Contains a list of file and directory names that are marked
by Samba as not visible and cannot be accessed by users.  Entires in the
list are separated by the / character, and the ? and * wildcard characters
can be used.  For example, to veto access to Windows executables files on
a file share use veto files = /*.exe/*.com/*.bat/.  If the case-sensitive
parameter is false, Samba will veto files regard to case.

Hopefully, this command can help you solve your problem.  Good luck...

Dexter


On Fri, 14 Dec 2001, Julian Opificius wrote:

> I've pored over man on the Samba web-site, and yes, you remember correctly ;-)
>
> It's true that though "browseable = no" hides a share from everyone, you
> can still map to it, but then how does one know it's there? That's cryptic
> and unreasonably clumsy for non-expert users (which includes me), who have
> other things to remember, like where we've put the car keys.
>
> Seems like it's all or nothing, which is not really very clever at all.
> What we need is a "hide unavailable shares = true/false" switch for
> smb.conf or something like that.
>
> Thanks for the response, Dave.
>
> Any Samba programmers out there listening, or other wizards?
>
> Julian.
>
> At 07:56 AM 12/14/01 -0600, Dave Sherman replied:
> >On Thu, 2001-12-13 at 22:14, Julian Opificius wrote:
> > > With dexterous use of chmod and the smbpasswd file I can control access to
> > > various shares, but how do I prevent shares from even appearing for logins
> > > who are not permitted to access them? I'd rather those shares not even
> > > appear, so as to provide a simplified interface to some users (i.e. my
> > kids).
> >
> >If I remember correctly, under a share definition just add:
> > browseable = no
> >This will make it invisible, but you can still map a network drive to
> >it. However, this makes it invisible to everyone, not just selected
> >users.
> >
> >I would seggest 'man smb.conf' for further information.
> >
> >Dave
> >
> >=
>
>
>




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



Re: [newbie] linux networking

2001-12-14 Thread bugs FIX



>From: Dave Sherman <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED] 
>To: Mandrake-newbie <[EMAIL PROTECTED]>
>Subject: Re: [newbie] linux networking 
>Date: 13 Dec 2001 22:14:14 -0600 
> 
>On Thu, 2001-12-13 at 19:15, bugs FIX wrote: 
> 
>i have windows xp running a internet sharring and my linux machine wont 
>connect to my network any ideas y 
> 
>We're gonna need some more info to help you out... 
> 
>What exactly isn't working? Can you ping the various machines? Tell us 
>what's wrong. Also, tell us the output of 'ifconfig' and 'route -n'. 
> 
>Dave 

 
MY linux machine can connect to my home netowrk thats what isnt connecting i havnt tried to ping the linux machine yet and i dont know how to do ifconfig and route -n in linuxMSN Photos is the easiest way to share and print your photos: Click Here


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



Re: [newbie] ifconfig

2001-12-14 Thread Dave Sherman

On Fri, 2001-12-14 at 02:28, Paul Rodríguez wrote:
> How come I have *both* eth0 and ppp apparently running when I type
> ifconfig?
> 
> I connect to the internet via adsl.

Some types of DSL require ppp (specifically, 'pppoe', or Point-to-Point
Protocol Over Ethernet) to connect and authenticate with the ISP. Yours
is probably one.

Dave

-- 
-- Male cadavers are incapable of yielding testimony.
-- Individuals who make their abode in vitreous edifices would be well
advised
to refrain from catapulting projectiles.
-- Neophyte's serendipity.
-- Exclusive dedication to necessitious chores without interludes of
hedonistic
diversion renders John a hebetudinous fellow.
-- A revolving concretion of earthy or mineral matter accumulates no
congeries
of small, green bryophytic plant.
-- Abstention from any aleatory undertaking precludes a potential
escallation
of a lucrative nature.
-- Missiles of ligneous or osteal consistency have the potential of
fracturing
osseous structure, but appellations will eternally remain innocuous.




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



Re: [newbie] Samba question - making shares invisible

2001-12-14 Thread Dave Sherman

On Thu, 2001-12-13 at 22:14, Julian Opificius wrote:
> With dexterous use of chmod and the smbpasswd file I can control access to 
> various shares, but how do I prevent shares from even appearing for logins 
> who are not permitted to access them? I'd rather those shares not even 
> appear, so as to provide a simplified interface to some users (i.e. my kids).

If I remember correctly, under a share definition just add:
browseable = no
This will make it invisible, but you can still map a network drive to
it. However, this makes it invisible to everyone, not just selected
users.

I would seggest 'man smb.conf' for further information.

Dave

-- 
-- Male cadavers are incapable of yielding testimony.
-- Individuals who make their abode in vitreous edifices would be well
advised
to refrain from catapulting projectiles.
-- Neophyte's serendipity.
-- Exclusive dedication to necessitious chores without interludes of
hedonistic
diversion renders John a hebetudinous fellow.
-- A revolving concretion of earthy or mineral matter accumulates no
congeries
of small, green bryophytic plant.
-- Abstention from any aleatory undertaking precludes a potential
escallation
of a lucrative nature.
-- Missiles of ligneous or osteal consistency have the potential of
fracturing
osseous structure, but appellations will eternally remain innocuous.




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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Steven Spears

I don't actually mind fighting with this video card. I learn a lot about 
Linux in the process, but my wife is growing restless and wants her UT! So, I 
have 'till Saturday to get it to work, and if I can't, I have to order her an 
ATI Radeon card. My brother has one and the 3D support outt'a the box is 
phenomenal! But I will still fight with the card in one of my other boxes 
just to say I beat the thing! LOL 

Thanks for all the help everyone has given. It's been very helpful and 
enlightening.

Thanks,

Steve Spears



On Thursday 13 December 2001 09:54 pm, you wrote:
> On Fri, 14 Dec 2001 01:21:10 +0100
>
> Harm Bathoorn <[EMAIL PROTECTED]> frantically pecked out this 
message:
> > On Thursday 13 December 2001 23:21, you wrote:
> > > Chromium does gives the same error message and none of the 3D
> > > Screensavers work. I'm officially stumped. Other than changing the
> > > refresh rates somehow, I'm at a lost. :)
> >
> > Hey don't give in!!!
> > I was there too, somehow everything worked out. Trouble is I'm not sure
> > how  no voodoo, that's for sure! I burned no chickens or other
> > poultry:) I did try to sweet talk my PC though (I'm just as human as the
> > rest) an' it didn't work. Putting the case on your windowsill (on the
> > second store)and then threatening it, helps! But like somebody said: if
> > it starts vommiting peasoup: call an excorcist. If he looks like somebody
> > you've seen before, somewhere: shove your's over the edge and buy a new
> > one. And don't invite this guy next time unless you want new wallpaper!:)
>
> man! with all the trouble you's guys are having with Voodoo cards and
> Nvidia cards I don't think I'll be looking at either one of those cards.
> Now, on the other hand the GForce cards are looking very nice. what with
> 64MB of vid ram and other what-nots they come with. AND Mandrake likes
> those cards.



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



Re: [newbie] kppp help

2001-12-14 Thread Frans Ketelaars

On Fri, 14 Dec 2001 22:31:19 +1300
skinky <[EMAIL PROTECTED]> wrote:

> On Friday 14 December 2001 12:31, David wrote:
> |  my linux box had a sudden crash which suddenly shut down the computer,
> |  when it booted back up i re booted kppp, to get back online.
> |  however all the settings had gone and i had to re-enter them to get
> | back online.
> |  once online i noticed the two graphical rx tx lights that show kppp is
> |  running and is working failed to come up leaving me with now way to get
> | back offline other than switching the modem off.
> |  I cant find an rpm called kppp.rpm so how do i reinstall kppp to get it
> | back as it should be ?
> |  I later noticed that the original kppp config file is still there but
> | does not get loaded when kppp boots up??
> |
> |  mandrake 8.1
> |  kernel 2.4.13-6smp
> |  freiserFS
> 
> 
> You can disconnect by typing in a terminal:
> 
> $ kppp -k
> 
> As far as the lights not appearing goes, I can't help you with that.  I 
> suppose you could try reinstalling the package that contains kppp, 
> whatever package that is, don't know sorry. 

[frans@amd frans]$ whereis kppp
kppp: /usr/bin/kppp
[frans@amd frans]$ rpm -qf /usr/bin/kppp
kdenetwork-2.2.1-2mdk
[frans@amd frans]$ Hope this helps. 

> I see that rpmfind.net has 
> kppp-2.1.1-1.i386.rpm - perhaps you could install that package???
> 
> Hopefully someone with more know will help you out here.
> 
> skinky
> -- 
> But what ... is it good for?
> (Engineer at the Advanced Computing Systems Division of IBM, 1968, 
> commenting on the microchip)
> 
> 



-Frans



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



Re: [newbie] Printers-Epson

2001-12-14 Thread Glenn Johnson

Marcia, I have the Epson Stylus Color 880 and am running Mandrake 8.1.
The printer is connected to a Windows box, and printing through CUPS,
works flawlessly. I also have Mandrake 7.2 installed on this computer
and the Epson works equally well also, again on a Windows box printing
through CUPS.

-- 
Glenn Johnson 
[EMAIL PROTECTED] 
Registered Linux User #175132 
Powered by Linux Mandrake 8.1!



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



[newbie] hangup script for remote work dialup box...

2001-12-14 Thread Franki

Hi all,

I am working on the work dial up box, and it needs to be disconnected before
I finish..

it has a dynamic IP address, and if I don't disconnect it, or it gets cut
off or redials, it will have a different IP address and I won't know what it
is..

so I made a file called logout, chmod it to 755 and in it I just put (apart
from the bin/bash stuff)
sleep 7200
killall wvdial

then I ran the file (ie: logoff & ), I want it to sleep for 2 hours and then
kill the connection..

I want it to do that if I am loged in or not..

if I get cutoff, or the box disconnects, will it still kill wvdial?

if not, how can I make sure the file gets executed regardless of wether I am
logged in or not.

and I mean that without using crontab (hense the sleep.)

I am logged in as root via ssh...


any suggestions would be great.


rgds

Frank





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



Re: [newbie] Slow image activation

2001-12-14 Thread Mark Weaver

On Fri, 14 Dec 2001 06:10:08 -0500
Ed Tharp <[EMAIL PROTECTED]> studiouisly spake these words to ponder:

> have you both considered turning off all the servers possible ? this sounds 
> to me like a dns , routed or ypbind server running (that you don't need, and 
> is not correctly configured. are you trying to run a local DNS server? (as > 
>oppsosed to a local cacheing name server) do you have ypbind running (but 
> don't have yellow pages needed?).

well, actually yes.

> Are all the local network computers hosts 
> file correct? what about the IP numbers for the DNS servers? do you have it 
> set to need DNS all the time? are you running reiserFS on the "dedicated 
> server, which offers some NFS exports" (not a good Idea) 
> my bet is on the DNS.

wow! good questions...certainly got me thinking. sounds like time to learn again.  ;)

thanks Ed
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
  6:05am  up 4 days,  8:00,  1 user,  load average: 0.00, 0.00, 0.00



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



Re: [newbie] linux networking

2001-12-14 Thread tek1

did you check out the documentation for samba?  also, you might want to try 
their mailing list, as it may have the latest info on problems with xp...

http://www.samba.org/



At 17:15 01/12/13 -0800, you wrote:

>i have windows xp running a internet sharring and my linux machine wont 
>connect to my network any ideas y
>
>
>--
>Get your FREE download of MSN Explorer at http://explorer.msn.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: [newbie] Slow image activation

2001-12-14 Thread Ed Tharp

have you both considered turning off all the servers possible ? this sounds 
to me like a dns , routed or ypbind server running (that you don't need, and 
is not correctly configured. are you trying to run a local DNS server? (as 
oppsosed to a local cacheing name server) do you have ypbind running (but 
don't have yellow pages needed?). Are all the local network computers hosts 
file correct? what about the IP numbers for the DNS servers? do you have it 
set to need DNS all the time? are you running reiserFS on the "dedicated 
server, which offers some NFS exports" (not a good Idea) 
my bet is on the DNS.
I always thought a novell server would use ipx/spx, not tcp/ip? 


On Thursday 13 December 2001 23:19, you wrote:
> On Thu, 13 Dec 2001 14:40:46 +1100
>
> Brian Parish <[EMAIL PROTECTED]> frantically pecked out this 
message:
> > I have a total of 4 Linux machines (OK, some of them dual boot, but let's
> > not talk about that) on a home/office LAN.  One of them is a dedicated
> > server, which offers some NFS exports.
> >
> > Everything works very nicely, except that programs take forever to load
> > the first time.  Just to fire up a konsole can take 10 seconds plus -
> > this on a machine rated at 2800 bogomips with lots of memory.
> >
> > After things have been up for a while (don't know how long, but many
> > minutes at least), everything is quick again.
> >
> > Haven't tested exhaustively, but it seems that with the LAN unplugged,
> > none of this applies.
>
> This is a network issue if I've ever heard one. There is something not
> right with the network. I have a feeling it's got something to do with
> authentication somewhere on that LAN. Or, (the last time I saw this one of
> the machines responsible was a windows box - the novell client went south
> and killed the TCP/IP stack.) In that case when the TCP stack became
> corrupt it really dirtied the TCP communications on the network between
> that machine and the servers. While it didn't affect the overall
> performance of the network itself, it affected profoundly the machine that
> was having the trouble.
>
> In that case the offending client was uninstalled, as well as the TCP/IP
> stack which was then reinstalled, along with a newer, upgraded version of
> the Novell client. Problem happily solved.
>
> I'm presently having some similar problems on my home LAN when it comes to
> FTPing from a client machine to the FTP server here on my Mandrake box.
> Outside my network FTP server response is very quick, but locally on the
> LAN from time to time connecting and resolving that connection in order to
> do any transfers can take a few minutes.
>
> hope this helps at least shed some light.



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



Re: [newbie] Slow image activation

2001-12-14 Thread Mark Weaver

On Thu, 13 Dec 2001 14:40:46 +1100
Brian Parish <[EMAIL PROTECTED]> frantically pecked out this message:

> I have a total of 4 Linux machines (OK, some of them dual boot, but let's not 
> talk about that) on a home/office LAN.  One of them is a dedicated server, 
> which offers some NFS exports.
> 
> Everything works very nicely, except that programs take forever to load the 
> first time.  Just to fire up a konsole can take 10 seconds plus - this on a 
> machine rated at 2800 bogomips with lots of memory.
> 
> After things have been up for a while (don't know how long, but many minutes 
> at least), everything is quick again.
> 
> Haven't tested exhaustively, but it seems that with the LAN unplugged, none 
> of this applies.
> 

This is a network issue if I've ever heard one. There is something not right with the 
network. I have a feeling it's got something to do with authentication somewhere on 
that LAN. Or, (the last time I saw this one of the machines responsible was a windows 
box - the novell client went south and killed the TCP/IP stack.) In that case when the 
TCP stack became corrupt it really dirtied the TCP communications on the network 
between that machine and the servers. While it didn't affect the overall performance 
of the network itself, it affected profoundly the machine that was having the trouble.

In that case the offending client was uninstalled, as well as the TCP/IP stack which 
was then reinstalled, along with a newer, upgraded version of the Novell client. 
Problem happily solved.

I'm presently having some similar problems on my home LAN when it comes to FTPing from 
a client machine to the FTP server here on my Mandrake box. Outside my network FTP 
server response is very quick, but locally on the LAN from time to time connecting and 
resolving that connection in order to do any transfers can take a few minutes.

hope this helps at least shed some light.
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 11:05pm  up 4 days,  1:00,  2 users,  load average: 0.35, 0.21, 0.26



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



Re: [newbie] linux networking

2001-12-14 Thread Dave Sherman

On Thu, 2001-12-13 at 19:15, bugs FIX wrote:

i have windows xp running a internet sharring and my linux machine wont
connect to my network any ideas y

We're gonna need some more info to help you out...

What exactly isn't working? Can you ping the various machines? Tell us
what's wrong. Also, tell us the output of 'ifconfig' and 'route -n'.

Dave
-- 
QOTD:
My mother was the travel agent for guilt trips.




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



[newbie] Host File Questions

2001-12-14 Thread lee

When loading my host file with all of the ip #'s and host names of the boxes 
on my network..do I need to add the ip for the particular machine I'm on at 
the time..in addition to the 127.0.0.1 that is already in there ? I'm 
thinking probably not..but I'm not taking anything for granted at this 
point..lol. I've had such a hard time trying to get this stupid little 
network going,and yet so far to go :-)

Thank you so much for all of ya'lls time here.

Lee




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



Re[2]: [newbie] nvidia on kernel 2.4.13-12mdkenterprise

2001-12-14 Thread Onur Kucuk


MW> skinky,

MW> I've got almost the same monitor and I can tell you that the version of XFree86 
you're trying to use will not work with that monitor. I've got a Philips 107T and the 
only version of XFree that
MW> will work is 3.3.6. As I stated in an earlier post I had to use a generic 
Multi-sync monitor and refresh rate if 74hz - screen setting of 1024 X 768. I really 
doubt that as much of the trouble
MW> that you're having is the vid card, but rather a lot may be the darn monitor. I 
almost took mine back when i was trying to get it to work with Mandrake. I just kept 
trying the different monitors
MW> till I found the generic multi-sync 74hz - 1024 x 768.

MW> give it a shot... couldn't hurt.

  I agree with this, I personally dont set up the predefined monitors
  for some models, instead I use the generic monitors.

  Personally I choose the 70 Hz one, as it seems to work on more
  monitors, but if 74 works for you of course it is better.

  Just find a generic monitor that gives you display, even if it is
  ugly. Then you can use xvidtune to make the display look better.
  
  Onur Kucuk



_
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: [newbie] Mandrake illegal?

2001-12-14 Thread Mark Weaver

On Wed, 12 Dec 2001 20:33:22 -0600
"Dragon ." <[EMAIL PROTECTED]> frantically pecked out this message:

> I thought they were already here, watching linux, particularly Mandrake, for 
> any possible copyright infrindgements.  Remember, we're hackers and are very 
> dangerous, particularly to those who run the "tight and secure" New 
> Technologies OS...
>  Midnight
> P.S. Microsoft should only charge for productive software, an OS isn't 
> productive...Kinda hard to justify 50 bucks for that calculator in 
> accessories isn't it...hehehehe
> 

very, very astute observation! I'm going to have to remember that one.  ;)
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 10:05pm  up 4 days, 0 min,  1 user,  load average: 0.00, 0.00, 0.00



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



[newbie] pcmcia / harddrake driver question [long]

2001-12-14 Thread Paul Rodríguez



Hi, I have a XIRCOM Cardbus Realport 10/100/56k PCMCIA ethernet card.
:) Long name.  I can connect to the internet just fine, but HardDrake in
DrakConf (or anything else as far as I can tell) can not identify my
card.  This hasn't been a problem untill now because I have no troubles
connecting to the internet.

But, following the MandrakeUser.org tutorials for setting up a home LAN,
I need to have the proper modules for the card installed.

Problem is, I don't know what these are, or whether or not they are
already installed.  HardDrake says 

Vendor: Xircom

Model: Cardbus Ethernet 10/100

Kernel Module: CardBus:tulip_cb

Bus Type: PCI

Informations: This device hasn't been identified by HardDrake, please
send `/proc/bus/*' files and this device ID `115d0003' to:
[EMAIL PROTECTED]

Looking in /usr/src/linux-2.4.8/drivers/net/pcmcia/  I also see
"xircom_cb.c".  

A search on the internet says I should use "xirc2ps_cs driver" included
in the PCMCIA package.



To make it easier, my questions are:

1) What information, specifically, should I send to
[EMAIL PROTECTED] ? And how?  (e.g. tar file?)

2) Which driver should I use, from where?

3)  How do I install it/see if it is already installed?



Thanks!




-Paul Rodríguez




_
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: [newbie] Error after KDE starts

2001-12-14 Thread Mark Weaver

On Thu, 13 Dec 2001 00:21:43 +
Stephen Kitchener <[EMAIL PROTECTED]> frantically pecked out this message:

> Hi,
> 
> I have this error "Sound server fatal Error, CPU overload aborting", inside a 
> KDE error box. from then on there is no system sound,  ie sounds associated 
> with actions etc. But the sound card still works and so does the sound from 
> the TV card. I think this is arts that is failing.
> 
> I did read that it was a KDE problem, but would like to know if others have 
> seen this and if there is an error.
> 
> The system that I get this on has had the nodevfs option enabled and also the 
> usb fix. The system is a dual 400 MHz machine, so I don't really think that 
> the system's CPU is overloaded, and that there is another fault.
> 
> This error doesn't always happen, but when It does, the machine doesn't 
> shutdown fully and I have to press reset. At least that's what I have 
> observed.
> 
> Any help appreciated.
> -- 
> Stephen Kitchener
> 
> 

Steve, 

this is going to sound weird and almost totally unrelated, but change ownership of 
this file:

/tmp/mcop-$USERNAME  (where $USERNAME substitue your login name)

When I first installed Mandrake 8.1 on my workstation at work I was having the same 
exact trouble and that took care of it. For some reason one day it gave me an error 
that told me the ownership of that file wasn't correct and because of that the sound 
couldn't/wouldn't work correctly. Made that change and the sound works flawlessly now.
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 11:05pm  up 4 days,  1:00,  2 users,  load average: 0.35, 0.21, 0.26



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



[newbie] Samba question - making shares invisible

2001-12-14 Thread Julian Opificius

With dexterous use of chmod and the smbpasswd file I can control access to 
various shares, but how do I prevent shares from even appearing for logins 
who are not permitted to access them? I'd rather those shares not even 
appear, so as to provide a simplified interface to some users (i.e. my kids).

Thanks in advance.

Julian Opificius.




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



Re: [newbie] Yet another question on Bastille & iptables

2001-12-14 Thread Lance Dow

<<< No Message Collected >>>



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



Re: [newbie] is the list broken again?

2001-12-14 Thread Anuerin G. Diaz


i dont think so. i think the list just experienced its slow days.

ciao!

On Wed, 12 Dec 2001 23:06:35 -0500
Mark Weaver <[EMAIL PROTECTED]> wrote:

> evening all...i was just wondering if the newbie list was down or something cause 
>there hasn't been anything in for a while. I've been working on Postfix regex filters 
>most of the day and would hate to think that I've actually made things too tight and 
>now all the list mail is getting dumped.
> 
> -- 
> daRcmaTTeR
> 
> Registered Linux User 182496
> Mandrake 8.1
> -
>  10:05pm  up 3 days, 0 min,  2 users,  load average: 0.56, 0.72, 0.63
> 
> 
> 


-- 

"Programming, an artform that fights back."

===

Anuerin G. Diaz
Design Engineer
25/F Equitable-PCI Tower
ADB Ave. cor. Poveda St.,
Ortigas Center, Pasig City,
Philippines 1605

Tel no: (632) 6383070 loc 75
===



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



Re: [newbie] x

2001-12-14 Thread Mark Weaver

On Thu, 13 Dec 2001 14:31:56 -0500
"Gerald Waugh" <[EMAIL PROTECTED]> frantically pecked out this message:

> Hey any one here can tell me how to reconfigure X if it did not properly
> install on the initial install.  My friend has a computer with a Savage4
> video card, and the Xconfiguration installer automatically installs the card
> and it does not work.  The book that come with is kit says to install the
> Generic SVGA drivers, but the install does not allow it to work. Any ideas?
> 
> run XFConfig86 from the command line.
> It has options to select from many drivers.
> I believe that is the name of the configuration utility.
> 
> Gerald

actually the name of the console configuration util is setuptool. When the utility 
comes up you'll be looking at a menu list of items that can be selected. Choose 
"display configuration." this will allow you to configure your display. however, it 
sounds a lot like you're having very similar problems like I had when I bought my 
Phillips flat screen monitor. I was just about ready to take the darn thing back. That 
is until I tried the older version of XFree86. 3.3.6 I believe it was.

I have a feeling though for this particular card you're going to want to try 
XFree86-4.1.0 with 3D accelerator for that high end vid card. Once you've gotten that 
installed trying setting the monitor up as a generic multi-sync refresh rate = 74hz 
that can do 1024 x 768 and 65 thousand colors. that should get you started. Once 
you've got all that working you can experiment with other color depths and stuff.
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 10:05pm  up 4 days, 0 min,  1 user,  load average: 0.00, 0.00, 0.00



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



Re: [newbie] SSH problems

2001-12-14 Thread Mark Weaver

On Thu, 13 Dec 2001 14:16:56 +1100
Brian Parish <[EMAIL PROTECTED]> frantically pecked out this message:

> On Wednesday 12 December 2001 11:46 pm, you wrote:
> > On Mon, 10 Dec 2001 13:31:09 -0600
> >
> > "Dragon ." <[EMAIL PROTECTED]> frantically pecked out this message:
> > > When I open Putty, I type in the address and click the dot for ssh. 
> > > Telnet is turned off, Bastille seems to have turns off all ports and my
> > > machine doens't respond to ping, telnet, tracert or anything else.  My
> > > supervisor wanted to know why he couldn't ping it.
> > >
> > > From: "Carl Lafferty" <[EMAIL PROTECTED]>
> > > Reply-To: [EMAIL PROTECTED]
> > > To: <[EMAIL PROTECTED]>
> > > Subject: RE: [newbie] SSH problems
> > > Date: Mon, 10 Dec 2001 13:40:39 -0500
> > >
> > > did you make sure that you told putty to use ssh protocol?
> > > and you need to turn off telnet since ssh is much more secure.
> > >
> > > I use putty quite often and one of my main bugaboos
> > > is forgetting to tell it to use ssh when I go to my
> > > machine.
> > >
> > >  > -Original Message-
> > >  > From: [EMAIL PROTECTED]
> > >  > [mailto:[EMAIL PROTECTED]]On Behalf Of Dragon .
> > >  > Sent: Monday, December 10, 2001 1:01 PM
> > >  > To: [EMAIL PROTECTED]
> > >  > Subject: [newbie] SSH problems
> > >  >
> > >  >
> > >  > I have a computer I thought SSH was working on.  I used Putty to
> > >  > log in but
> > >  > it never asked me for my pass phrase, just my username and password. 
> > >  > I
> >
> > why should Putty or the ssh server on the other box be asking for your
> > passphrase. ssh is a secure terminal server and putty is a terminal client
> > app that allows you to make secure terminal connections to a computer using
> > Openssh or some other ssh server/client setup. there are no "passphraseses"
> > involved here. therefore none are asked for nor are none needed to be
> > given. Just username and password for authentication and access.
> 
> I managed to lock myself out by not including eth0 in the Bastille trusted 
> interfaces config.  Could this be the cause?  I'm about as far from a 
> firewall expert as you can get, but this certainly does it pretty effectively 
> and would preumably stop ping in its tracks too.  I'm assuming here that you 
> are on a LAN of course...
> 
> /Brian
> 
> 

Brian,

If I understand you correctly you're unable now to connect to the machine that you're 
trying to connect to with Putty, right? the first thing you will want to do is make 
sure you've got eth0 included as a trusted interface in the Bastille-firewall.cfg file 
and then check inside the /etc/hosts.deny file to make sure Portsentry didn't add the 
IP address of the machine you're trying to connect with in there. From time to time 
this happens. You will also want to make sure that sshserver is indeed running.

Issue this command as root user on the machine:

/etc/init.d/sshd status

if ssh is running you'll see this come back to the terminal:

[root@mdw1982 mdw1982]# /etc/init.d/sshd status
sshd (pid 26115) is running...

Once you've established that sshd is running next you will want to check the 
/etc/hosts.deny file for your windows machine's IP address. If it's there take it out. 
Then place it in the /etc/hosts.ignore file AND the /etc/hosts.allow file as well. 
After that is all finished do one more check of your Bastille-firewall.cfg file and 
test the connection. If the force is with you and you've got everything configured 
correctly you'll be able to connect.

I've also attached a copy of my Bastille-firewall.cfg file for you to take a look at 
and work from if you need to.

hope this helps.

-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 11:05pm  up 4 days,  1:00,  2 users,  load average: 0.35, 0.21, 0.26



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



Re: [newbie] nvidia on kernel 2.4.13-12mdkenterprise

2001-12-14 Thread Mark Weaver

On Thu, 13 Dec 2001 22:47:29 +1300
skinky <[EMAIL PROTECTED]> frantically pecked out this message:

> Hi all
> 
> I've been trying to get the nvidia (closed source) drivers to work with 
> 2.4.13-12mdkenterprise but I'm not having much luck.
> 
> First I tried the source rpms but the kernel source rpm wouldn't compile - 
> Can't insmod NVdriver thingy even tho NVdriver was in the right place.
> 
> Then I compiled the tarballs which gave no errors and installed correctly 
> - or so it told me  ; )  However, I have done this about 8 times now and 
> I've even tried clean reinstalls of ML8.1 (twice) but no go.
> 
> I have to mess around with XFdrake but testing the config always tells me 
> that there was an error and to change some options.  Eventually I choose 
> my monitor (Philips 107S), NVIDIA-GeForce2 DDR (generic) graphic card, 
> 800x600 16bits resolution, XFree 4.1.0 server, quit (without testing), 
> edit XF86Config-4 and startx - everything works fine initially, even 
> tuxracer, tuxkart and gears work fine.  But if I log out of X or reboot I 
> start getting segmentation faults on most things I try to do in konsole 
> (bash).  The strange thing is once I start getting segmentation faults 
> like trying to open kmail from konsole I can still start kmail from 
> clicking on the menu.  Gears, tuxracer, tuxkart, etc won't run at all then.

skinky,

I've got almost the same monitor and I can tell you that the version of XFree86 you're 
trying to use will not work with that monitor. I've got a Philips 107T and the only 
version of XFree that will work is 3.3.6. As I stated in an earlier post I had to use 
a generic Multi-sync monitor and refresh rate if 74hz - screen setting of 1024 X 768. 
I really doubt that as much of the trouble that you're having is the vid card, but 
rather a lot may be the darn monitor. I almost took mine back when i was trying to get 
it to work with Mandrake. I just kept trying the different monitors till I found the 
generic multi-sync 74hz - 1024 x 768.

give it a shot... couldn't hurt.
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 10:05pm  up 4 days, 0 min,  1 user,  load average: 0.00, 0.00, 0.00



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



[newbie] Printers-Epson

2001-12-14 Thread Marcia


Dear All,

I still have not been able to get any printing going for my Epson Stylus 
color in LM 8.1. I have decided to get a new printer, probably an Epson. I am 
looking at so many different ones but if any one of you have a new Epson that 
works great with LM 8.1 would you let me know? Is there a noticeable 
difference between the Epson C80 and Epson Photo 780 for color quality 
especially concerning photos? Is there a difference in text quality and 
appearance between the two? I want a printer that I can do ink refills 
myself, also. 

Any suggestions including a different printer brand is welcome. I do not want 
to go through what I have been going through again trying to get my printer 
to work. Thanks for any help.

Sincerely,

Marcia



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



Re: [newbie] Help! how to uninstall

2001-12-14 Thread Mark Weaver

On Thu, 13 Dec 2001 14:22:50 +1100
Brian Parish <[EMAIL PROTECTED]> frantically pecked out this message:

> On Thursday 13 December 2001 12:43 am, you wrote:
> > On Wed, 12 Dec 2001 11:10:26 +1100
> >
> > Brian Parish <[EMAIL PROTECTED]> frantically pecked out this 
> message:
> > > That's true, but with one proviso - don't forget to tidy up the boot
> > > manager too.  If you just use fdisk to remove the Linux partition,
> > > chances are you are killing your active partition and therefore your
> > > machine don't boot no more.
> > >
> > > Before removing anything, make your C drive (in M$ terms) your active
> > > partition - i.e. the one that boots.  Then reboot and check that Windoze
> > > comes up with no sign of a boot manager.  Then you can safely zap the
> > > Linux partition, create a new one and format at for Windoze use.
> > >
> > > Have fun with the new machine and the REAL operating system!  I guess the
> > > next questions we see from you will be about Samba ;-)
> > > /brian
> >
> > sh...you just had to tell them, didn't you?  :P
> >
> > but really...if they're both living on the same drive and windows was there
> > first isn't that partition already active? I can't really remember cause I
> > don't drool boot anymore, so it's been a little while since having to deal
> > with this.
> >
> > however, i did forget to mention one thing and that was this:
> >
> > after you're finished blowing away that cute little penguin on that drive
> > you will want to also clean up the mbr with this command so that you won't
> > have to tell LILO that there is only one OS on the machine when it starts
> > up.
> >
> > fdisk /mbr
> 
> As far as I understand, the default behaviour would be for the LILO install 
> to make whatever partition it is being installed on active, so that would 
> usually be the Linux boot partition.  Therefore just fdisking this out of 
> existence would I guess leave you without a bootable partition.  Considering 
> we are talking WinME here, that would not be a bad option!
> 
> /Brian
> 
> 

Indeed! but wouldn't that then leave a gaping hole where the user would need a real 
OS? and he'd just toasted one to make room for...???
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 10:05pm  up 4 days, 0 min,  1 user,  load average: 0.00, 0.00, 0.00



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



Re: [newbie] nvidia on kernel 2.4.13-12mdkenterprise

2001-12-14 Thread skinky

On Friday 14 December 2001 17:09, Mark Weaver wrote:

|  I've got almost the same monitor and I can tell you that the version of
| XFree86 you're trying to use will not work with that monitor. I've got a
| Philips 107T and the only version of XFree that will work is 3.3.6. As I
| stated in an earlier post I had to use a generic Multi-sync monitor and
| refresh rate if 74hz - screen setting of 1024 X 768. I really doubt that
| as much of the trouble that you're having is the vid card, but rather a
| lot may be the darn monitor. I almost took mine back when i was trying
| to get it to work with Mandrake. I just kept trying the different
| monitors till I found the generic multi-sync 74hz - 1024 x 768.
|
|  give it a shot... couldn't hurt.


Thanks Mark!  I haven't tried using nvidia's closed source drivers again 
(yet) but took your advice and changed the monitor setting and X server to 
3.3.6 - and I'm absolutely stoked that my fonts are a normal size again!  
I had to set helvetica to size 13 because size 12 was unreadable... well 
barely readable... now its back to normal anyway.  Thanks again.

skinky
-- 
But what ... is it good for?
(Engineer at the Advanced Computing Systems Division of IBM, 1968, 
commenting on the microchip)



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



Re: [newbie] wizdrake

2001-12-14 Thread Alan Dunford

On Thursday 13 December 2001 13:52, you wrote:
> Op donderdag 13 december 2001 11:18, schreef u:
> > A follow-up problem.  I have wizdrake, and its dependencies, wizard and
> > kaffe installed.  I THINK permissions are ok.  When I try to start
> > wizdrake, the startup screen appears and then just sits there.  My only
> > option at that point is to hit "Cancel"  - would someone please tell me
> > where I am going wrong.
>
> There are some packages not installed by default;
> wizards_lib
> wizards_lib-common
> etc.
> Open softwaremanager and search in the installable packages  tab for
> wizards_lib. You get A number of packages showed, and install the packages
> where you want A wizard for.
>
> Gerard


Thanks a lot Gerard - that worked fine and now I have an ftp server up and 
running.

Cheers

Alan

-- 

Alan Dunford
[EMAIL PROTECTED]

Coming to you from a Microsoft - free zone



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



Re: [newbie] future referance NOT

2001-12-14 Thread Mark Weaver

On Thu, 13 Dec 2001 21:23:59 -0500
Ed Tharp <[EMAIL PROTECTED]> frantically pecked out this message:

> On Thursday 13 December 2001 21:09, you wrote:
> Really Ed with too much time on his hands and not anything to watch on 
> tv...just blowing off some steam and really should appologize to all the pay 
> by the minute folks on the list for such a "grotesque" waste of bandwith. 
> just trying to make myself smile.
> > I guess this is Ed telling us he'd rather read something more interesting,
> > but whether it's a semi-serious rant, or just joking seems a little
> > ambiguous.  In case it's semi-serious, 
> 
> IN sure ain't (but I am flattered, your check is in the mail 
> > /Brian
> 
> 

Ed,

I loved your rant! Awesome job. what "I" really want to know is are they, the Mandrake 
developers, going to take this hidious little beast "out" of the next release of 
mandrake. clearly it has done nothing but anoy and confuse people into thinking that 
"something odd" is eating up all their CPU cycles. this vaporous little utility has 
some place on a laptop that has limited resources, but geez! should there be some way 
to disable it on a desktop machine?

Ok...I'll shutup now.

liked the rant though.  ;)
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 11:05pm  up 4 days,  1:00,  2 users,  load average: 0.35, 0.21, 0.26



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



Re: [newbie] NVIDIA - Making Head-Way!

2001-12-14 Thread Mark Weaver

On Fri, 14 Dec 2001 01:21:10 +0100
Harm Bathoorn <[EMAIL PROTECTED]> frantically pecked out this message:

> On Thursday 13 December 2001 23:21, you wrote:
> > Chromium does gives the same error message and none of the 3D Screensavers
> > work. I'm officially stumped. Other than changing the refresh rates
> > somehow, I'm at a lost. :)
> 
> Hey don't give in!!!
> I was there too, somehow everything worked out. Trouble is I'm not sure how 
>  no voodoo, that's for sure! I burned no chickens or other poultry:)
> I did try to sweet talk my PC though (I'm just as human as the rest) an' it 
> didn't work. Putting the case on your windowsill (on the second store)and 
> then threatening it, helps! But like somebody said: if it starts vommiting 
> peasoup: call an excorcist. If he looks like somebody you've seen before, 
> somewhere: shove your's over the edge and buy a new one. And don't invite 
> this guy next time unless you want new wallpaper!:)

man! with all the trouble you's guys are having with Voodoo cards and Nvidia cards I 
don't think I'll be looking at either one of those cards. Now, on the other hand the 
GForce cards are looking very nice. what with 64MB of vid ram and other what-nots they 
come with. AND Mandrake likes those cards.
-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.1
-
 10:05pm  up 4 days, 0 min,  1 user,  load average: 0.00, 0.00, 0.00



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



  1   2   >