Re: [[newbie] Star Office Network Install]

2000-09-14 Thread Brent Hawkins

Rick,

so-5_2-ga-bin-linux-en.bin /net

that should do the trick.

Brent


"Rick Bonczek" [EMAIL PROTECTED] wrote:
 When I downloaded the StarOffice 5.2 from Sun, the download was named
 "so-5_2-ga-bin-linux-en.bin".  When I executed this, the installation was a
 local installation.  I have several users of the workstation.  The
 StarOffice instructions were to run "Setup /net" from the CD-Rom for a
 network installation, then install from there for each user.  According to
 this method, each user should add only 2 megs.
 
 My problem, is I have one executable only, and do not have "Setup /net" in
 my download.
 
 Thanks for any help, sorry if this question is too simple.
 
 Rick Bonczek
 Systems Administrator
 [EMAIL PROTECTED] -or- [EMAIL PROTECTED]
 



Get your own FREE, personal Netscape WebMail account today at 
http://home.netscape.com/webmail




Re: [newbie] Solicitar información

2000-09-14 Thread iagoba

Well, I'm reading this discussion about what language use and I want say
something, (without trying to kill anyone, this only a comment)

I'm Spanish, and I'm here, why? because the Spanish lists, news, etc...
where I can speak in my foreign language normally works like shit,
nobody answers our questions, perhaps because they don't know, perhaps
because they don't want to answer, I don't know, but that's makes that
lot of people that wants to learn something, or resolve some problems,
enters in English lists, (that are more easy to understand to us than
other languages than German for example), this don't mind that all of us
could speak in English, but perhaps could understand it, I thing that
that's the Case of Fernando Vasconcelos, I thing that people that could
understand Spanish, could try to help Fernando, and the others simply
Ignore it.

Anyway, I understand that for the people that don't want to receive
mails in Spanish, perhaps we could propose something, like put [Spanish]
in the subject or something, then that people could filter this type of
mails, don't you thing?

Please don't kill someone only for speak in Spanish because don't got
other chance to try to communicate  learn  resolve problems about
linux, help him.

Well, see ya all, and don't be ugly for this mail ok? is a comment,

Iagoba

P.D.: Sorry for my but English, but u know, I'm Spanish.

Alan Shoemaker wrote:
 
 Kathleen Dickason wrote:
 
  No, it's not.  It's open to anyone.  Mandrake is a French distro, IIRC...
 
  Kathleen
 
  [EMAIL PROTECTED] wrote:
 
   what the heck
   buddy this is an english speaking news group and we dont like advertisements!
 
 This is an English-based mailing list.  There are available,
 English, French, Italian and German based Linux-Mandrake
 newbie and expert mailing lists.  I think that if the
 powers-that-be wanted a mix of languages in their lists they
 wouldn't be offering and maintaining lists in several
 different languages.
 
 Alan




Re: [newbie] Can't browsing to internet

2000-09-14 Thread Pungki

I have some new information. Maybe these info can help. Thank you very much.
When I type ifconfig, then I got a message like this :

ppp0 : Link encap point-to-point protocol
inet addr : 203.130.227.76P-t-P : 192.168.0.254 Mask :
255.255.255.255
UP POINTTOPOINT RUNNING NOARP MULTICASTMTU : 1500Metric :1
RX Packets : 31errors : 0dropped :0 overruns : 0frame :0
TX packets : 16erros :0dropped :0overruns :0carrier :0
collisions : 0txqueuelen : 0

Is this message want to tell me that ppp0 has up ?. But, at the startup,
there is a message :

Bringing interface eth0[OK]
modprobe : modprobe : can't locate module ippp0.
modprobe : modprobe : can't locate module isdn0.

I was removed ISDN support on my kernel. (2.2.16)

And then, if I change  my Gateway from 192.168.0.254   to   192.168.0.255,
then I ping 202.134.0.155 (my ISP) I get message :

ping : sendto : Network is unreachable.
ping: wrote : 202.134.0.15564 chars ret -1

So, I change again into 192.168.0.254. And then on Linuxconf, (Networking -
Routing - Gateways - Set - Default) I enable option 'Enable routing'.
Then I try to ping 192.168.0.254. The result is like this :

64 bytes from 192.168.0.254: icmp_seq=0 ttl=235 time=178 ms.

But if I try again to ping my ISP, I get 100 % package lost. Also if I ping
using my ISP hostname (telkom.net.id). And then, because I'm using kppp
which it based on X, if I exit from X, I get a message like this :
Couldn't find interface ppp0 : No such device.
Couldn't find interface ppp0 : No such device.

Any help would be greatly appreciated.

-Pungki








Re: [newbie] RE: Learning Linux?

2000-09-14 Thread Carolina Kohler

Yeaaahh
Really good!!!
Later on I'll send a post explaining how I solved my modem and connection
problems I had for the last 2 weeks, in case it can help someone (I've seen
there's a lot of people with that kind of problems.
But, I'll do that a little later, now I have to take my daughter to school.
Cheers,
Carol^

El jue, 14 sep 2000, escribiste:
 feels good doesn't it?
 
 bascule
 
  By the way, this is my first post wiht linux !
  
  Cheers,
  Carol^
  
 




Re: [newbie] Is there a 'Nix command for...

2000-09-14 Thread flupke

On Wed, 13 Sep 2000, Ronald J. Hall wrote:

 Is there a 'Nix command that will change filenames in a directory from UPPER
 case to all lowercase?

This will lowercase all your filenames :

  for i in *[A-Z]* ; do mv $i `echo $i |tr "A-Z" "a-z"` ; done

PS : note that the single quotes are reversed...

HTH
Flupke

-- 
 There's no place like ~ 





[newbie] ncftpget firewall problem

2000-09-14 Thread Francois Swanepoel

Hi
I am using Mandrake 7.1 and ncftp-3.0.1-2mdk.
When accessing external web sites we need to go through a firewall
requiring authentication.
I have set up the ~/.ncftp/firewall file and using ncftp works fine.
However when using ncftpget it does not seem to use this file at all and
fails with the following error message:

[.ncftp]$ ncftpget ftp.wustl.edu /pub/README
ftp.wustl.edu: unknown host.
ncftpget: cannot open ftp.wustl.edu: unknown host.

Below is the output from using ncftp command.
[.ncftp]$ ncftp ftp.wustl.edu
NcFTP 3.0.1 (March 27, 2000) by Mike Gleason ([EMAIL PROTECTED]).
Connecting to ftp.wustl.edu via 172.17.1.1...
Proxy first requires authentication
ccbux003.gov.bw FTP proxy (Version 4.1) ready.
Logging in...
 
Welcome to wuarchive.wustl.edu
 
 
Guest login ok, access restrictions apply.
Logged in to ftp.wustl.edu.
ncftp / 

I have read the man pages and searched the net, but no luck.
Am I missing some config setting or does ncftpget not work through
firewalls?

Thanks


-- 
Francois Swanepoel
AIX, HACMP and ADSM System Administrator
Tel: +2673616961
Fax: +267304144




Re: [newbie] How to assign dynamic DNS??

2000-09-14 Thread Carolina Kohler

Hi John,
I a very very newbie in Linux but I'll try to help you anyway.
In Kppp:
1. go to configuration
2. Put a name for your connection
3. then edit the connection
4. In the IP ADDRESS tab check the Ip Address given by server option(I'm
translating from spanish so I'm not sure if in english you use the same words,
but I supose you understand me, if not let me know, :) )
5. In the Name Server tab enter the Domain Name of your server
6. In the IP ADDRESS OF THE NAME SERVER enter first the Primary DNS and click
ADD and then do the same with the secondary DNS, and thats it.
Now you can connect, if all the rest is OK.
Oh! one thing if you don't know what are your primary and secondary DNS in
windows, go to c:/windows/winipcfg and there you can see them.

I hope this can help you,
Cheers,
Carol^


El jue, 14 sep 2000, escribiste:
 
 My ISP automatically assigns my DNS.  In windows I don't need to specify primary or 
alternate.  How do I set this up in PPP/KPPP?
 
 John
 


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 





Re: [newbie] Re: [newbie] Solicitar información

2000-09-14 Thread Carolina Kohler

Hi,
this is not an advertisement, it's in spanish.
This person would like some information on where he can get the drivers for the
Viper II Z200 of diamond. Here is the translation:

"Newbie group:
I need that you inform me, to know if you could send me or inform me in which
web I can download the drivers so that I can start Linux Mandrake in grafical
mode because the program doesn't recognise my colour board. It's the VIPER II
Z200 of diamond.
I hope that you can help me, because if it's not possible y will not be able
to run Linux on my pc.
Thank you very much. Fernando Vasconcelos."

 I can speak spanish but I don't know where to get this information, so I
can't help him. If someone does and he doesn't understand then I can help with
the translation.

Fernando, no sé dónde puedes conseguir los drivers, puedes probar en Google y
buscar desde ahí. De todas formas lo que si puedo hacer es ayudarte si hay cosas
que no entiendas  porque estén en inglés, aunque al parecer tú si que hablas
inglés, en cuyo caso creo que si posteas en inglés seguro que consigues más
respuestas, aunque ya se que no es lo mismo entender que hablar o escribir, es
mucho más fácil lo primero que lo segundo, de hecho cuando aprendemos un idioma
nuevo lo primero que hacemos es entender y luego empezamos a hablar, escribir,
etc.
 Un saludo y mucha suerte,
 Carol^
Ah! y no te preocupes si ves que hay gente que no le gusta que escribas en
español en la lista, siempre tiene que haber de todo (me refiero a toda clase
de personas). Seguro que en esta lista también hay gente dispuesta a ayudarte.
Si quieres tambien puedes escribirme directamente a mi dirección.

TRANSLATION OF MY REPLY (just in case..):

"Fernando, I don't know where you can get the drivers, you can try in Google and
search from there. Anyway what I CAN do is help you translate if there are
things that you don't understand because they are in english, although
apparently you do speak english, and in this case I think that if you post in
english sure you would get more answers. I know that it's not the same to
understand than to speak or write, the first thing is much easier, in fact when
we learn a new language the first thing we do is understand and THEN we start
speaking, writing, etc

Cheers and good luck,
Carol^

Ah! and don't worry if you see that there are people that don't like it if you
write in spanish to the list, there always must be all sort of things (I mean
all sort of people). Sure that on this list there are also people that will
offer you some help. If you want you can also write to me directly to my
address." 

P.S.: I've translated this so EVERYONE can read what I wrote in spanish, as
I've posted this to the list and not to this person privatly.

Cheers, and "buen rollito" (this is a spanish sort of modern expression that
the young people use a lot now, it means something like "good vibrations" in a
more slang way, I supose you know what I mean, don't you?)

Carol^






El jue, 14 sep 2000, escribiste:
 I don't think it's an advertisement.  Maybe something about getting the
 Viper II to work in 7.1?
 
 
 dwyatt
 
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, September 13, 2000 8:30 PM
 Subject: Re: [newbie] Solicitar información
 
 
  what the heck
  buddy this is an english speaking news group and we dont like
 advertisements!
 




Re: [newbie] hard to threads....

2000-09-14 Thread Carolina Kohler

In windows, if you use Outlook then you select the message (any of the thread,
the first one for example), right click, choose read the thread. And that's it.
There are also other options you can change so that the messages get sorted by
thread as they come in, but I don't remember how it is, have a look in tools,
options or the like.

Cheers, 
Carol^

El jue, 14 sep 2000, escribiste:
 
 I hate mailing lists that are so active, it is real hard to follow all the threads.  
Does anybody have any suggestions for a program or some method to sort threads into 
some sort of hierarchical list?  Preferably for windoze, cause I'm still screwing 
around with my linux install.
 
 TIA
 
 
 dwyatt
 


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 





RE: [newbie] Zip drive

2000-09-14 Thread Riley, Patrick (Patrick)** CTR **

I'm not sure if you have a SCSI, parallel or what, but for mine (parallel),
I got it working by having a disk inserted and then using the commands
"insmod parport" and "insmod ppa" (without the quotes of course).  That's
all it took.  A lot easier than setting this thing up about 3 years ago.
Hope this helps.

pezcal

 --
 From: David O'Sullivan[SMTP:[EMAIL PROTECTED]]
 Reply To: [EMAIL PROTECTED]
 Sent: Wednesday, September 13, 2000 1:16 PM
 To:   [EMAIL PROTECTED]
 Subject:  [newbie] Zip drive
 
  
 I have lately installed Linux Mandrake and find it very good,but I have a
 few small problems:
 1.I can't get it to work my zip drive.
 2.I backed up my windows through Mandrake one time when I had to
 re-boot windows but now it won't let me send the files back the same way
 from mandrakes to windows.
 How will I solve these problems.
 Rgds
 




RE: [[newbie] Athlon thunderbird ka7-100]

2000-09-14 Thread Mark Weaver

H...it took mine 43 seconds to come up.

AMD K6-233
64MB SDRAM
2.2.16 kernel
Linux Mandrake 7.1

that's really not too bad. 
-- 
Mark

**  =/\=  No Penguins were harmed   | ICQ#27816299
** _||_ in the making of this |
**  =\/=  message...| Registered Linux user #182496


On Thu, 14 Sep 2000, Patti Wavinak wrote:

 I hate to disappoint you or maybe I am just lucky -- I have Star Office 
 5.2 in Linux with 2.2.16 kernel a PII 450 processor and 256M of memory. I 
 just timed how long it took to bring it up -- less than 3 seconds after I 
 clicked on the icon. I'll stick with Star Office but that's jmho. ;-)
 
 Patti
 Registered Linux User #184611
 
  Original Message 
 
 On 9/13/00, 2:18:01 PM, Abe [EMAIL PROTECTED] wrote 
 regarding RE: [[newbie] Athlon thunderbird  ka7-100]:
 
 
  your friend was exaggerating.  Star office still crawls on 256M.  It 
 crawls on
  384!  Click on the icon, get up, get a beer, have a smoke, read the 
 newspaper,
  cook some dinner, Hey!  the splash screen is up on the screen!
 
  hahahahahaha
 
 
  Abe
 
 
 
  = Original Message From "Austin L. Denyer" [EMAIL PROTECTED] 
 =
   What in the world would one do with all that RAM? I can half
  understand
   having that much processor, but on a machine that you're not using as
  a
   server I can't figure what all that RAM would be good for other than
  just
   sitting there and being ALOT of RAM. Poor little programs would get
  lost
   in all that room!  :(
  
  I was talking to someone a while ago who said that Star Office likes
  250Mb RAM to run properly - it CRAWLS on less.
  
  NutScrape takes a fair bit too.  Add VWMare to the package, with a
  couple of clients, and a gig goes in no time #;-(
  
  Regards,
  Ozz.
 
  Jesus saves,
  Allah forgives,
  Chthulu thinks you'd make a nice sandwich.
 
 





Re: [newbie] Can't browsing to internet

2000-09-14 Thread Carolina Kohler

I am not sure, but perhaps in the DNS tab you have to uncheck this option:
--Disable existing DNS Servers during connection : enable--

so that it DOESN'T disable the existing DNS Servers during the connection.

That's how I have it set up and it works.

Hope this can help, cheers,
Carol^


El jue, 14 sep 2000, escribiste:
 Sorry. :-)
 I'll try to explain my problem from the beginning. I'm using a modem
 (Rockwell) to dial the internet. I (think) don't using ISDN and DSL
 (actually I don't know what ISDN and DSL are). And I also have internal LAN
 configured on my machine.
 And here some information about my system :
 
 LAN
 Computer 1 : Mandrake 7.1, kernel 2.2.16, IP Address : 192.168.0.1
 Computer 2 : Windoze98, IP Address : 192.168.0.2
 Gateway : 192.168.0.254 ( I have no idea, where this number come from ?. I
 don't remember to set this number)
 
 /etc/resolv.conf
 domain telkom.net.id
 search telkom.net.id
 nameserver 202.134.0.155
 nameserver 202.134.2.5
 
 /etc/ppp/options
 noauth
 lock
 
 /etc/ppp/pap-secret - empty
 
 kppp setting:
 Login ID : telkomnet@instan
 password : telkom
 
 On Box Edit Account : telkomnet
 tab Dial :
 Connection name : telkomnet
 Phone number : 08098
 Store password : enable
 
 tab IP
 Dynamic IP Address : enable
 Auto configure host-name from this IP : disable
 
 tab DNS :
 Domain name : telkom.net.id
 DNS Address List : 202.134.0.155 and 202.134.2.5
 Disable existing DNS Servers during connection : enable
 
 tab Gateway :
 Default Gateway : enable
 Assign the default Route to this Gateway : enable
 
 Setting on linuxconf :
 Networking - Routing and Gateway - Set - Defaults
 Default Gateway : 192.168.0.254
 Enable routing : disable
 
 DNS Configurator on Server task :
 Domain : empty
 
 Internet Services on Server task :
 Internet netwrok services : empty
 Allowed server access : empty
 
  OK, I'm confused...
 
  Are you using a modem to dial the internet?
  Are you using an ISDN modem to connect to the internet?
  Are you using DSL/Cable to connect to the internet?
  Do you hhave an internal LAN configured that might be getting in the way?
  What exactly have you done to your machine?
 
  New things keep popping up in your e-mails that don't flow correctly.
 
  You've got ISDN configured, and failing... and then you're trying to
 dial-up
  a modem connection using KPPP? Even though you are posting failures bout a
  network interface card.
 
  No offense intended, mind you, but things just don't make sense.
 
  Can you take a bit of time, and carefully describe your setup, step by
 step,
  so that we'll have a better undertanding of what you need fixed?
 
  --Greg
 
 - Original Message -
 From: "Pungki" [EMAIL PROTECTED]
 
  Thank you. I'll check that site. And then, when I startx linux, I got
  message like this :
  Bringing up eth0 interface[OK]
  modprobe : modprobe : can't locate modele ippp0
  modprobe : modprobe : can't locate module isdn0
 
  Are these message has any effect to connection to internet ? If yes, what
  should I do to fix it ? Thank you very much for any help.
 
  -Pungki
 
 




Re: [newbie] Re: [newbie] Solicitar información

2000-09-14 Thread Carolina Kohler

Hi, I just want to add a comment to this discussion.
Fernando, at the end of his post wrote that he UNDERSTANDS english and italian,
not that he SPEAKS or WRITES these languages, which is very different. So I
supose he doesn't expect anyone to answer him in spanish, I think he asked for
help the only way he could and he will be happy to get information in english.
If he understands the answers or not is his problem, I don't think this could
bother anyone on the list, IMHO of course.

Cheers,
Carol^



El mié, 13 sep 2000, escribiste:
 Sounds like spanish to me and  "solicitar informacion" is loosely  "asking
 for information" no need to flame the guy. Some english speaking people can
 also speak spanish. I thought the list was to help fellow penguinistas. If
 I'm wrong let me know and I will unsubscibe from the list.   Dennis
 
 [EMAIL PROTECTED] wrote:
 
  either way i dont speak italian and i presumed based on solicitar in the
  subject but you sould be right that word is used else where
 
  In a message dated 13-Sep-00 21:05:02 Central Daylight Time, [EMAIL PROTECTED]
  writes:
 
   I don't think it's an advertisement.  Maybe something about getting the
   Viper II to work in 7.1 
 
 --
 Dennis M. a registered Linux User #180842




Re: [newbie] hard to threads....

2000-09-14 Thread Carolina Kohler

Hi, 
just want to add another tip:
In Outlook (Windows, of course) choose:
View, Sort By to sort your mail. 

Cheers,
Carol^


El jue, 14 sep 2000, escribiste:
 In windows, if you use Outlook then you select the message (any of the thread,
 the first one for example), right click, choose read the thread. And that's it.
 There are also other options you can change so that the messages get sorted by
 thread as they come in, but I don't remember how it is, have a look in tools,
 options or the like.
 
 Cheers, 
 Carol^
 
 El jue, 14 sep 2000, escribiste:
  
  I hate mailing lists that are so active, it is real hard to follow all the 
threads.  Does anybody have any suggestions for a program or some method to sort 
threads into some sort of hierarchical list?  Preferably for windoze, cause I'm still 
screwing around with my linux install.
  
  TIA
  
  
  dwyatt
  
 
 
 Content-Type: text/html; name="unnamed"
 Content-Transfer-Encoding: quoted-printable
 Content-Description: 
 




Re: [newbie] Star Office Network Install

2000-09-14 Thread Austin L. Denyer



 When I downloaded the StarOffice 5.2 from Sun, the download was named
 "so-5_2-ga-bin-linux-en.bin".  When I executed this, the installation
was a
 local installation.  I have several users of the workstation.  The
 StarOffice instructions were to run "Setup /net" from the CD-Rom for a
 network installation, then install from there for each user.
According to
 this method, each user should add only 2 megs.

 My problem, is I have one executable only, and do not have "Setup
/net" in
 my download.

 Thanks for any help, sorry if this question is too simple.

Try:

so-5_2-ga-bin-linux-en.bin /net

Worked for me.

Regards,
Ozz.






Re: [newbie] Solicitar información

2000-09-14 Thread Brian King

Hola Fernando,

Quizas http://www.driverguide.com puede ayudarle. No hay muchos drivers de Linux,
pero al menos puede encontrar otras personas que buscan la misma cosa!

Buena suerte

-
Fernando,

Maybe http://www.driverguide.com can help you. There aren't very many drivers for
Linux there, but at least you'll be able to find someone else who is looking for the
same thing.

Good luck.

Brian King








Re: [newbie] KDE problem

2000-09-14 Thread John Couturier

I have had similar problems in the past.  Make sure that the .kderc file in your $HOME 
directory is owned by you and not root.  For some reason mine was owned by root when I 
logged in the first time.




-- Original Message --
From: Hellmut [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Wed, 13 Sep 2000 21:46:00 +0200

Hi!

I have experienced the same problem and I found out where it came from (On my
machine): Every time I ran kdesu on my users desktop, I wasn't able to change the
color scheme anymore. It had to with kdesu here, but I don't know which file got
locked... :(



 --
 Here is an interesting one.  Whenever I try to change the colour scheme of my
 windows in KDE, I run into an unusual problem.  The Window titlebar changes
 colour, but the font always remains black.  The panel changes, but the taskbar
 doesn't.  The file manager background changes, but in every application, the
 window itself (with the exception of the titlebar, borders) remain that drab
 gray colour.  Every other user can customize, except for me.  What do I do to
 change this?  This is only a minor annoyance, but I wish to resolve
 it.

 Jay
 "Every man dies, not every man really lives."
 http://www.mrsnooky.com

--
,

(o o)
+--oOOO--(_)---+
|  |
|H E L L M U T |
|  |
| www.fegefeuer-webzine.de |
|  |
+-0OOO-+
  | _ | _ |
   | | | |
   | | | |
   ooO Ooo









Re: [newbie] penguin icons

2000-09-14 Thread GAPrichard

I agree.  Computing history is implicit in some of the configuration and 
learning curve issues we're having to deal with as newbies; knowing computing 
history helps to explain some otherwise odd and confusing things in Linux.  
Besides, many things, like the Xerox PARC deal, are just plain interesting.  
If it wasn't for the stupidity of Xerox execs we would be paying them royalty 
money.  -Gary-

In a message dated 9/12/2000 10:18:52 AM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:

 
 I have to admit, there is something fascinating, as a newbie, about
 hearing people reminisce about the old days of UNIX/Linux and their
 first experiences.
 
 -paul r
  




Re: [[newbie] Athlon thunderbird ka7-100]

2000-09-14 Thread Austin L. Denyer

 All this about Star Office got me curious, so I timed it:

 System:
 AMD K6-3, 400
 Asus p5A-b
 RAM = 192 (64 + 128 )
 HDA = WD 13.6GB
 HDB = WD 30.7GB
 SWAP = 128mb
 OS = SUSE 6.4 - "Practically Everything" option (HDA is almost full)

 So, from starting to move the cursor to the KDE panel icon to Star
 Office fully up was:  20.3 seconds.

 Still, I firmly believe in one fundamental law of computing:

 There's no such a thing as too much hard drive space or too much RAM.

I would give you exact times for mine, but I recently re-installed Linux
and have not bothered to re-install StarOffice.
I do remember from previous timings that from clicking on the icon to
being able to use it was 3 or 4 minutes.  It took 60 seconds just to get
the splash screen...

Regards,
Ozz.






[newbie] Re: Q: shutting down W98 remotely

2000-09-14 Thread freeman

 Hi,
 
 I've set up a W98SE box which I would like to back up from a Linux cron job
 without running the box all the time. 
 
 - waking up via WOL works fine.
 - shares to be backed up are accessible
 - smbtar works fine
 - but how do I tell the crappy box to shut down afterwards? 
 
 TIA!
 
 -- 
 "I'm prepared for all emergencies but totally unprepared for everyday
 life."
 
 
 
 
There is a little free app you can download on shareware .com that will auto shut down 
win 9X
I can't recall the name but know that it works fine.  If you have problems finding let 
me know I think I have a copy somewhere I could dig up given a couple of days.

Regards 


Mike


Get your own free email account from
http://www.popmail.com





Re: [[newbie] Athlon thunderbird ka7-100]

2000-09-14 Thread Francois Swanepoel

I use a PIII 500 with 64Mb of RAM. Starting up SO does take some time,
but I can handle that.
The problem is trying to do anything else on your computer, e.g.. use
Netscape. Once you change applications your disk starts swapping and
never stops.
I use VMware and Win95 with Office97. This uses less memory and is
'quicker' than using Staroffice.
Maybe I should buy some more RAM and give Staroffice another go.

Cheers
Francs

"Austin L. Denyer" wrote:
 
  All this about Star Office got me curious, so I timed it:
 
  System:
  AMD K6-3, 400
  Asus p5A-b
  RAM = 192 (64 + 128 )
  HDA = WD 13.6GB
  HDB = WD 30.7GB
  SWAP = 128mb
  OS = SUSE 6.4 - "Practically Everything" option (HDA is almost full)
 
  So, from starting to move the cursor to the KDE panel icon to Star
  Office fully up was:  20.3 seconds.
 
  Still, I firmly believe in one fundamental law of computing:
 
  There's no such a thing as too much hard drive space or too much RAM.
 
 I would give you exact times for mine, but I recently re-installed Linux
 and have not bothered to re-install StarOffice.
 I do remember from previous timings that from clicking on the icon to
 being able to use it was 3 or 4 minutes.  It took 60 seconds just to get
 the splash screen...
 
 Regards,
 Ozz.

-- 
Francois Swanepoel
AIX, HACMP and ADSM System Administrator
Tel: +2673616961
Fax: +267304144




Re: [newbie] I am having problems with my modem

2000-09-14 Thread GAPrichard

Mark,
As I said, if you disable COM2 on the motherboard you may find that the 
modem will successfully reassign and operate in both NT and Linux, since you 
will have cleared an address conflict.  Some motherboards will stop the 
PowerOnSelfTest before turning control over to an operating system with this 
kind of address conflict, though most will not.  And, yes, changing to a p/s2 
mouse will clear the IRQ conflict (since COM1 and COM3 share the same 
interrupt) and allow you to use COM3 for the modem.  Borrow your friends p/s2 
mouse and verify it for yourself. You will have to reconfigure the mouse, but 
hopefully most of this will be automatic.  This will let you see what 
configuration problems you are getting into so that you can backout if you 
wish, but once reconfigured you won't want to go back to a serial mouse, if 
nothing else simply to avoid the headaches.  Maybe I should have been more 
explicit when I mentioned the p/s2 mouse before.  
Again, my question is why this works in NT.  You and I are on the same 
track with this one.  The IRQ conflict, as a function of the motherboard, 
exists independently of any operating system; if it works in NT it should 
work in Linux, and if it doesn't work in Linux I would expect it not to work 
in NT.  I'd like to hear the explanation for that one!   
-Gary-

In a message dated 9/13/2000 8:14:46 PM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:

 The modem works fine on COM3 in NT, in fact, it will not run on COM2, I
 tried.  There is a conflict on COM2, I am not quite sure what it is right
 now, but NT would not even detect the modem on COM2.  Anyway, a friend of
 mine said that I might try using a PS/2 mouse.  He said that he used his on
 his Linux system and didn't have a problem.  The only thing is, if COM3
 works in NT then it should work in Linux, thus there would be no need to get
 the PS/2 mouse, correct?
 
 Mark
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Wednesday, September 13, 2000 3:56 PM
 Subject: Re: [newbie] I am having problems with my modem
 
 
  Mark,
  If your mouse is on COM1 and your modem is on COM3 you do have an
  interrupt conflict.  Interrupt lines are a function of the motherboard
 (not
  the operating system as I saw mentioned in another posting), and there are
 a
  physically limited number of interrupts available on the motherboard,
 hence
  the sharing.
  I don't know if moving the mouse to COM2 is viable or not.  Usually
 COM1
  is hard configured, i.e. whatever you plug in "here" is COM1. There is
  usually a COM2 preexisting to complicate matters.   Your motherboard CMOS
  will give you the answer about whether those physical ports can be flipped
 or
  logically reassigned.  I don't think that this is going to be a simple
 swap,
  but I've never needed to reassign the mouse and this is beyond my
 experience.
   If you do move the mouse, you may also have software configuration
 problems
  because the mouse is NOT on COM1.   A like reason is why some programs
 will
  not operate with nonstandard soundcards.  Tell us what your results are if
  you try.
  What's stopping you from using COM2 for the modem?  Assuming that your
  modem will assign there, which it should if it is now on COM3 (but it
  actually may or may not), to change the modem to COM2 you may first have
 to
  eliminate the address conflicts by disabling COM2 in CMOS.  Maybe the COM2
  address being occupied is what was stopping the modem from assigning to
 COM2
  in the first place (assuming the modem is not jumpered).  If the modem is
  jumpered the jumper configuration is usually printed on the circuit card
 and
  it's just a matter of whether it will take the COM2 address space, which
 they
  usually will.  Jumpering to COM2 will work in this case even if there is
 an
  address conflict, though the conflict could stop the POST requiring you to
  fix it immediately to boot into any o/s -- the conflict would need to be
  eliminated in CMOS for the modem to work in any case.
  Another option, if you cannot change the modem to COM2, and COM2 is
 not
  otherwise in use, might be to change the modem to COM4, which uses the
 same
  interrupt as COM2 but a different logical address.  This should work "as
 is",
  but in some cases you might need to disable COM2 in CMOS.  If you have a
 free
  interrupt available, and either COM2 or COM4* is already in use tying up
 that
  interrupt, you might assign the modem to COM5 and then assign the free
  interrupt to COM5.  Once you get past the first four COM ports things get
  easier, though they eat additional resources (interrupts).  Configure
  software as necessary in all cases.  * in which case moving the mouse to
 COM2
  will create another interrupt conflict, this time with COM4.
  Sorry, but a modem on COM3 is an unusual problem.  As a former
 computer
  technician I've never seen it set up this way, presumably 

Re: [newbie] hard to threads....

2000-09-14 Thread Gordon Burgess-Parker

Carolina Kohler wrote:

 Hi,
 just want to add another tip:
 In Outlook (Windows, of course) choose:
 View, Sort By to sort your mail.

 Cheers,
 Carol^

 El jue, 14 sep 2000, escribiste:
  In windows, if you use Outlook then you select the message (any of the thread,
  the first one for example), right click, choose read the thread. And that's it.
  There are also other options you can change so that the messages get sorted by
  thread as they come in, but I don't remember how it is, have a look in tools,
  options or the like.
 
  Cheers,
  Carol^
 
  El jue, 14 sep 2000, escribiste:
  
   I hate mailing lists that are so active, it is real hard to follow all the 
threads.  Does anybody have any suggestions for a program or some method to sort 
threads into some sort of hierarchical list?  Preferably for windoze, cause I'm still 
screwing around with my linux install.
  
   TIA
  
  
   dwyatt
  
 
  
  Content-Type: text/html; name="unnamed"
  Content-Transfer-Encoding: quoted-printable
  Content-Description:
  

netscape - view - sort by - thread






Re: [newbie] 250 programs ?

2000-09-14 Thread Denis Havlik

:~does anybody know what the extra 250 programs in
:~mandrake 7.2 are. if not i think we should all revolt
:~and make em tell us.

how about making a "diff" of package lists in 7.1 and 7.2 beta? Hardly
worth doing a big revolt, no?:-b 

cu
Denis  
-- 
-
Dr. Denis Havlikhttp://www.ap.univie.ac.at/users/havlik
Mandrakesoft||| e-mail: [EMAIL PROTECTED]
Quality Assurance  (@ @)(private: [EMAIL PROTECTED])
---oOO--(_)--OOo-
The mailserver is on strike. It wants better working conditions,
paid days off and a female connector. ([EMAIL PROTECTED])





[newbie] Major window manager slowness and quirky netscape issues

2000-09-14 Thread Mark Johnson

I'm running Mandrake on a pentium II 400MHz/128MB at the resolution one up
from 1024x768 and with a medium size centered wallpaper.  It's just not very
perky - it's not "impossible" slow but it's "annoyingly" slow.  Also,
Netscape takes forever to load web pages and it keeps reloading pages when
you hit the back key.  I tried looking for a cache property but couldn't
find it. Mozilla is impossible slow - it's unusable for me.  Also, Netscape
will just disappear on me while I browsing does anyone else have these
problems.  Is there a way to speed up the window manager?




Re: [newbie] More C++ problems

2000-09-14 Thread GAPrichard

Mark,
How is the hard drive utilization set up in your motherboard's CMOS now?  
LBA has been in general use for several years, and your motherboard is 
definitely young enough to have LBA support.  If your CMOS shows your hard 
drive's CHS and mode both "auto", are you using a hard drive from an earlier 
machine?  Auto will support the hard drive in the manner it is setup.  If the 
drive came from a non-LBA capable machine, the new machine will use it 
non-LBA.  At the end of this message I'm putting a longish rant about shim 
programs and LBA.  If you are using a shim program you need to read it, 
otherwise read it for background.  If you have a drive over about 8.4GB and 
are using the full capacity without a shim program you are using LBA mode, so 
your error message is from another cause.  If your CMOS has a hard drive 
detection/configuration routine, you can use that to confirm thst your 
motherboard is using LBA mode.  The instructions in the fourth paragraph of 
the shim material which begin, "To see what the BIOS thinks about the new 
drive", at the end of this message will tell you if your motherboard is 
capable of and is using LBA mode.  If there are several choices, one may be 
marked with "", this is what auto would use.  When doing anything in the 
CMOS, you should KNOW how to get out without changing anything before you do 
(or change) anything.  If in doubt abort and begin again.  Better safe than 
sorry [I know, it's an old cliche', but true].  
If you have a large drive that was setup as non-LBA that can be fixed, 
even a shim can be fixed, but it may be more involved than you want to deal 
with.  The suggestion of using GRUB sounded good to me [as I am not 
knowledgeable about the limitations or capabilities of LILO or GRUB], but if 
you want to know more about LBA, ask.
-Gary-

In a message dated 9/12/2000 8:58:42 PM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:

 That being the case, I have a ABIT motherboard that is about 10 months old
 and it is made for a PIII.  How can I change the installation so that it
 uses Grub or change the bios settings so that it supports Large Harddrives?
 I had previously installed the automated version and it worked just fine,
 why is there a difference when I install the development version?
 
 Mark
 
 
 - Original Message -
 From: "Charles A Edwards" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, September 12, 2000 8:11 AM
 Subject: Re: [newbie] More C++ problems
 
 
  Mark
 The LBA is causing your problem NOT the # of CDs you install from.
 I did the Dev. install on 2 machines and on both used all 4 Cds with no
  problems.
 If your BIOS does not support LBA(Large Block Address) which is a fancy
  way of saying Large Harddrives then the bootloader you choose to use and
  were you install it are critical.
  Grub has no problem with it but the LILO as shipped with 7.1 does.
 
 Charles  (-:
 
 
  - Original Message -
  From: "Mark Thurston" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, September 12, 2000 9:50 AM
  Subject: Re: [newbie] More C++ problems
 
 
   That sounds like a good idea,  I am using the Complete 7.1 installation.
  So
   what packages are on the applications CD?  I know that Star Office is
  there,
   what else is on it?
   Thanks again.
  
   Mark
  
   - Original Message -
   From: "Patti Wavinak" [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Tuesday, September 12, 2000 7:28 AM
   Subject: Re: [newbie] More C++ problems
  
  
   Mark -- which distro are you using? Mandrake 7.1 Deluxe? ISO images?
 With
   the errors you are getting I am guessing the Deluxe package and using
 all
   4 CD's (install, ext, application 1 and application 2) It has been my
   experience when you use all 4 CD's you will get this exact error. Try
   installing the developer version with only the install CD and the Ext CD
   -- NOT any of the application CD's and you shouldn't have any problem.
   That is what I had to do anyhow on all 3 of our computers. :-)
   Let me know how it works out.
   Patti -- Registered Linux User #184611
  
   Original Message dated 9/12/00, 6:06:08 AM
   Author: Mark Thurston [EMAIL PROTECTED]
   Re: [newbie] More C++ problems:
  
  
   This is Mark again, I tried to install the developer version of
   Mandrake-Linux so that I could get the developer utilities.  Everything
   went smoothly until I tried to make a bootdisk, it said that the
 bootdisk
   program had failed.  I thought, well I will just make one later then.
 So
   on I go to the Bootloader... I tried every possible combination, and I
   tried installing it twice, the same problem came up,  at the Bootloader
   main options screen I got the following error: "LBA (doesn't work on old
   BIOSse)"   Now this is rather perplexing to me, because I installed the
   "Automated" version before and I had no such problem.  What am I doing
   wrong?   I have to get this working as soon as 

Re: [newbie] Xconfig help

2000-09-14 Thread WallerRaknakce

Dear all, Thank you for your help. I went back into xconfigurator and changed 
the monitor and resolution. I also changed the mouse. It ended up working. I 
was shocked. The graphics and fonts are slightly larger than normal but that 
is the way I like it. My mouse works, too!  My next job is to get the cable 
internet going that I was set up with in Windows 95. After that I plan to set 
up the internal Atapi zip drive. The Cd rom works fine and I believe the 
floppy does, too. I did not do sound yet but finally got that to work when I 
first installed Linux, so I am sure I will get it going again.

Not that I care that much, but is there anyway to access my Windows 95 or the 
files that are hiding on my D drive that I cannot access right now? When my 
computer crashed I lost access to it on both C and D drive. I tried 
reinstalling Windows 95 before I tried reinstalling LINUX but it just would 
not happen. I ended up reinstalling Linux on my C drive and I believe that my 
D drive has the Windows 95 but I can't get there yet. Any help will be 
appreciated. Thank you very much for your help. Sincerely, Marcia




[newbie] Spanish co.

2000-09-14 Thread Denis Havlik

Hi Folks,

I am really sorry to see such a flamethread over a guy who posted a
question in spanish. So what? We are supposed to be a friendly bunch of
linuxers, not a bunch of wicked old men who have nothing better to do than
flame-ing each other.   

If you don't understand Spanish, ignore it, if you do answer the guy, and
all are happy. If/when spanish questions start popping up very often,
spanish people will get a separate list, just as germans, frenchs and
italians already have. Relax. Don't be lusers.

yours
Denis 
-- 
-
Dr. Denis Havlikhttp://www.ap.univie.ac.at/users/havlik
Mandrakesoft||| e-mail: [EMAIL PROTECTED]
Quality Assurance  (@ @)(private: [EMAIL PROTECTED])
---oOO--(_)--OOo-
The mailserver is on strike. It wants better working conditions,
paid days off and a female connector. ([EMAIL PROTECTED])





Re: [newbie] Is there a 'Nix command for...

2000-09-14 Thread Ronald J. Hall

flupke wrote:
 
 On Wed, 13 Sep 2000, Ronald J. Hall wrote:
 
  Is there a 'Nix command that will change filenames in a directory from UPPER
  case to all lowercase?
 
 This will lowercase all your filenames :
 
   for i in *[A-Z]* ; do mv $i `echo $i |tr "A-Z" "a-z"` ; done
 
 PS : note that the single quotes are reversed...
 
 HTH
 Flupke
 
 --
  There's no place like ~ 

Flupke! Thank you, thank you, thank you! (bowing down in semi-awe!) ;-)))

-- 
 
   /\
   DarkLord
   \/




[newbie] Kernel compiling?

2000-09-14 Thread Lovister LJ

   I read somewhere in one of the help files in order to maximize our Linux 
box peformance, we should recompile it's kernel. I am interested in this and 
would like to find out how to do it.

Thanks...
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.





[newbie] RE: My pitiful attempt at translatingRe: [newb=ie] Solicitar información

2000-09-14 Thread Hugo GONZALEZ

Pretty good translation Vic. That is what it says. At the end of the message he states 
that he can understand english and italian. 

So if any help is coming, english would be fine.

I was at Diamond's home page and only found Win drivers.

Hugo.

-Original Message-
From: Vic [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 11:26 PM
To: [EMAIL PROTECTED]
Subject: My pitiful attempt at translatingRe: [newbie] Solicitar
información


I think he is saying something to the effect of:

"It is necessary to inform me about where can I download drivers for
the VIPER II Z200"  

because his video card does not operate in
graphics mode.

and he says many thanks.

Sorry if this is not a very good translation, I tried to roughly
translate, I know very little Spanish, which I think is whaat he
speaks, or a variation of it.

I may be wrong, any Spanish speakers out there
that can translate better than I can please do help.

On Mon, 11 Sep 2000, you wrote:
 
 Grupo newbie: Necesito que me informen, para saber si 
ustedes me podrían enviar o informarme en que web puedo 
bajarme los ''drivers'' para que pueda iniciar linux mandrake 
en modo gráfico ya el programa no reconoce mi placa de color. 
Esta es la VIPER II Z200 de diamond.
 Espero que me puedan ayudar, ya que, si no es posible no 
podré correr Linux en mi computadora.
 Muchas Gracias. Fernando Vasconcelos.
 Mi dirección es [EMAIL PROTECTED]
 PD: puedo entender ingles e italiano 
 


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 







Re: [newbie] Major window manager slowness and quirky netscape issues

2000-09-14 Thread Ronald J. Hall

Mark Johnson wrote:
 
 I'm running Mandrake on a pentium II 400MHz/128MB at the resolution one up
 from 1024x768 and with a medium size centered wallpaper.  It's just not very
 perky - it's not "impossible" slow but it's "annoyingly" slow.  Also,
 Netscape takes forever to load web pages and it keeps reloading pages when
 you hit the back key.  I tried looking for a cache property but couldn't
 find it. Mozilla is impossible slow - it's unusable for me.  Also, Netscape
 will just disappear on me while I browsing does anyone else have these
 problems.  Is there a way to speed up the window manager?

Mark, go to (in Netscape):

edit

preferences

advanced

and you will find the cache settings. I just doubled the settings I found there
from installation, and it did seem to help a wee bit. Also, under startup
services (drakconf), I enabled squid, which is supposed to help http, ftp, and
gopher protocols move faster... (hold your mouse icon over the button for it,
and it will tell you what it does)

Hope this helps! ;-)

-- 
 
   /\
   DarkLord
   \/




Re: [newbie] network card detected....can't use internet

2000-09-14 Thread paddock

Hi --

I got the same message from Netscape about the $SOCKS variable.  It left me stymied, 
and I don't like being stymied.  I had to keep swapping back and forth to/from Windoze 
in order to get my e-mails (sigh!).  

CAVEAT:  I am a first-time install of Linux, not an upgrade;  if your /etc/resolv.conf 
file is already in place (and intact!), please ignore the following.

I found my answer on a Netscape newsgroup, in the form of the /etc/resolv.conf file.  
Mine looks like this:

domain centex.net
search centex.net
nameserver 208.6.232.10
nameserver 208.6.232.12

(modify the names  dot-addresses to fit your ISP, of course!...)

and, suddenly, Netscape was able to find the internet.  I am still grateful.  

HTH.

Cheers!
--Paddock --




[newbie] Math softwares

2000-09-14 Thread Lovister LJ

I am looking for a quality computing software that are noncommercial. I have 
tried some that I just downloaded from the net but it's just to0 incomplete 
and lacks technical supports.

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.





[newbie] DrakeUpdate Problem

2000-09-14 Thread David Bliss

I hve recently upgraded a PC which has a
FIC VA503+ v 1.2A EO037 motherboard
AMD K6-2 450 CPU
80MB 60ns EDO RAM
2.1 GB  6.8 GB HDDs (Second drive has win  linux partitions)

I recently installed Mandrake 7.1 and all seemed  to go well.  Today I went
online and ran DrakeUpdate from the desktop ICON.  All seemed to go well:  I
selected the PDF viewer to update and when I selected GO! I was told that
another package was required with this (something like gclib (don't remember
exactly). The download and installation commenced and when it was complete
there was a little window with nothing but an OK button on it.  I depressed
the button and went on.  I tried to execute DrakeUpdate again and could not.
Any idea why and what I need to do to correct the problem?

Thank you,

David Bliss





[newbie] HSP Modem and ABNT-2 Keyboard

2000-09-14 Thread Rodrigo Villela LAB17




Hi Everybody.



  I have a AMD K6-3 with and 598motherboard and a HSP Modem.

  My modem doesn't work under linux because it's a winmodem.

  Do you have any driver for this modem ? I got a driver from PCChips but
  when I compiled there was lots of errors.

  Another doubt:

  My keyboard (ABNT-2 BRAZIL)  doesn't work well under linux. The keymap
  installed is for the ABNT-2.



Thanks.






[newbie] Connecting to NT DHCP Server

2000-09-14 Thread Robert \JTBob\ Holland

Hi,

Can Mandrake Linux connect to a Windows NT DHCP
server? If so, what settings need to be made?

I've tried different settings in the "Network" settings under
DrakConf, but I keep getting an error connecting to a
DHCP server.

If not possible and I need to use a static IP, what info
MUST be put in the Network settings boxes to get the
PC to talk to the net.

I took a PC lying around here at work and decided
to give Mandrake Linux a try and see what the operating
system had to offer. So far everything works fine except
for the network part, which severely limits my testing of
SAMBA and firewall software.

Thanks,
Robert





Re: [newbie] Bad News, Napster is dead

2000-09-14 Thread markOpoleO

I got on it just 2 seconds ago..

- Original Message - 
From: "Vic" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, September 14, 2000 11:24 AM
Subject: [newbie] Bad News, Napster is dead


 Well I guess its official, I tried to commeckt (fuck typeos)\
 to Napster and it would not connect, so its dead.
 
 the website is still up, but according to my connections,
 Napster servers are all dead.
 
 Guess there is always Gnutella
 





Re: [newbie] Major window manager slowness and quirky netscape issues

2000-09-14 Thread Paul

On Thu, 14 Sep 2000, Mark Johnson wrote:

I'm running Mandrake on a pentium II 400MHz/128MB at the resolution one up
from 1024x768 and with a medium size centered wallpaper.  It's just not very
perky - it's not "impossible" slow but it's "annoyingly" slow.  Also,
Netscape takes forever to load web pages and it keeps reloading pages when
you hit the back key.  I tried looking for a cache property but couldn't
find it. Mozilla is impossible slow - it's unusable for me.  Also, Netscape
will just disappear on me while I browsing does anyone else have these
problems.  Is there a way to speed up the window manager?

This is very strange. I am running the exact same specs as you are, and
with me things really fly. I use XFCE as window manager, what do you
use? Is your harddisk fast enough? Have you looked at the proper settings
for memory speed and cache in the BIOS?

Paul

--
In a world without walls and fences
who needs windows or gates?

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
  -=PINE 4.21 on Linux Mandrake 7.1=-





Re: [newbie] Re: Q: shutting down W98 remotely

2000-09-14 Thread Goldenpi

rundll32 c:\windows\user.exe shutdownwindows


- Original Message -
From: [EMAIL PROTECTED]
To: "Harald Milz" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, September 14, 2000 1:55 PM
Subject: [newbie] Re: Q: shutting down W98 remotely


  Hi,
 
  I've set up a W98SE box which I would like to back up from a Linux cron
job
  without running the box all the time.
 
  - waking up via WOL works fine.
  - shares to be backed up are accessible
  - smbtar works fine
  - but how do I tell the crappy box to shut down afterwards?
 
  TIA!
 
  --
  "I'm prepared for all emergencies but totally unprepared for everyday
  life."
 
 
 
 
 There is a little free app you can download on shareware .com that will
auto shut down win 9X
 I can't recall the name but know that it works fine.  If you have problems
finding let me know I think I have a copy somewhere I could dig up given a
couple of days.

 Regards


 Mike

 
 Get your own free email account from
 http://www.popmail.com







Re: [newbie] Spanish co.

2000-09-14 Thread Paul

On Thu, 14 Sep 2000, Denis Havlik wrote:

Hi Folks,

I am really sorry to see such a flamethread over a guy who posted a
question in spanish. So what? We are supposed to be a friendly bunch of
linuxers, not a bunch of wicked old men who have nothing better to do than
flame-ing each other.   

If you don't understand Spanish, ignore it, if you do answer the guy, and
all are happy. If/when spanish questions start popping up very often,
spanish people will get a separate list, just as germans, frenchs and
italians already have. Relax. Don't be lusers.

I second that!

Paul

--
In a world without walls and fences
who needs windows or gates?

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
  -=PINE 4.21 on Linux Mandrake 7.1=-





[newbie] Star office loading

2000-09-14 Thread Paul

On Thu, 14 Sep 2000, Mark Weaver wrote:

H...it took mine 43 seconds to come up.

On Thu, 14 Sep 2000, Patti Wavinak wrote:

 I hate to disappoint you or maybe I am just lucky -- I have Star Office 
 5.2 in Linux with 2.2.16 kernel a PII 450 processor and 256M of memory. I 
 just timed how long it took to bring it up -- less than 3 seconds after I 
 clicked on the icon. I'll stick with Star Office but that's jmho. ;-)

From an article I just read, the speed of the harddisk and throughput of
the IDE/SCSI controller contributes a tremendous lot to the speed of
loading of this package. Compare those, just for fun, ok? :)

Paul

--
In a world without walls and fences
who needs windows or gates?

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
  -=PINE 4.21 on Linux Mandrake 7.1=-





Re: [newbie] Connecting to NT DHCP Server

2000-09-14 Thread Charles A Edwards


- Original Message -
From: "Robert "JTBob" Holland" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 14, 2000 12:45 PM
Subject: [newbie] Connecting to NT DHCP Server


 Hi,

 Can Mandrake Linux connect to a Windows NT DHCP
 server? If so, what settings need to be made?

 I've tried different settings in the "Network" settings under
 DrakConf, but I keep getting an error connecting to a
 DHCP server.

 If not possible and I need to use a static IP, what info
 MUST be put in the Network settings boxes to get the
 PC to talk to the net.

 I took a PC lying around here at work and decided
 to give Mandrake Linux a try and see what the operating
 system had to offer. So far everything works fine except
 for the network part, which severely limits my testing of
 SAMBA and firewall software.


Unless you choose DCHP as your Network set-up during installation then DCHP
was not installed on your system and you will need to install it via RPM.
Also since you did not say, do you have a NIC and is it correctly configured
in Mandrake?

   Charles





Re: [newbie] Bad News, Napster is dead

2000-09-14 Thread WallerRaknakce

What is GNUtella and how does one get it? How does it work? Thank you. Marcia




Re: [newbie] Spanish co.

2000-09-14 Thread patrick

On Thu, 14 Sep 2000, you wrote:
 Hi Folks,
 
 I am really sorry to see such a flamethread over a guy who posted a
 question in spanish. So what? We are supposed to be a friendly bunch of
 linuxers, not a bunch of wicked old men who have nothing better to do than
 flame-ing each other.   
 
 If you don't understand Spanish, ignore it, if you do answer the guy, and
 all are happy. If/when spanish questions start popping up very often,
 spanish people will get a separate list, just as germans, frenchs and
 italians already have. Relax. Don't be lusers.
 
 yours
   Denis 


i agree with dennis completely. lets open up this newsgroup
not try to keep it to ourselves. 

love love love da da da da
love love love da da da 
love love love its easy
da da da  da da da


get it :)



 -- 
 -
 Dr. Denis Havlikhttp://www.ap.univie.ac.at/users/havlik
 Mandrakesoft||| e-mail: [EMAIL PROTECTED]
 Quality Assurance  (@ @)(private: [EMAIL PROTECTED])
 ---oOO--(_)--OOo-
 The mailserver is on strike. It wants better working conditions,
 paid days off and a female connector. ([EMAIL PROTECTED])




Re: [newbie] Connecting to NT DHCP Server

2000-09-14 Thread Robert \JTBob\ Holland

Hmm, I used auto-install from the CD's that were created from the .iso files, so
I'm not sure what was installed for the network part.

Is RPM the net update feature? I believe the NIC is configured correctly, but
I haven't looked closely. It is a 3COM Etherlink III combo and the driver
being used looked to be correct. I'll check out the driver and settings and see
if they are correct.

Thanks,
Robert

- Original Message - 
From: "Charles A Edwards" [EMAIL PROTECTED]
 
 Unless you choose DCHP as your Network set-up during installation then DCHP
 was not installed on your system and you will need to install it via RPM.
 Also since you did not say, do you have a NIC and is it correctly configured
 in Mandrake?
 
Charles






Re: [newbie] Network Card Address

2000-09-14 Thread Larry Marshall


 Can anyone tell me a command, or config tool that will enable me to find the
 address of my network card? (XX-XX-XX-XX-XX) Thank you.

I believe you'll find that "cat /proc/pci" will yield up what you
want.

Cheers --- Larry




Re: [newbie] Spanish co.

2000-09-14 Thread Eugene C. Zesch

Denis Havlik wrote:
 
 Hi Folks,
 
Amen, Denis
You perfectly summarized my feelings on this. BTW, though I couldnt help
with the question, Babelfish gave me a fairly clear idea of his
question. A neat resource!!
Gene




 I am really sorry to see such a flamethread over a guy who posted a
 question in spanish. So what? We are supposed to be a friendly bunch of
 linuxers, not a bunch of wicked old men who have nothing better to do than
 flame-ing each other.
 
 If you don't understand Spanish, ignore it, if you do answer the guy, and
 all are happy. If/when spanish questions start popping up very often,
 spanish people will get a separate list, just as germans, frenchs and
 italians already have. Relax. Don't be lusers.
 
 yours
 Denis




Re: [newbie] Xconfig help

2000-09-14 Thread Greg Stewart

 is there anyway to access my Windows 95 or the
 files that are hiding on my D drive that I cannot access right now?

mount -t vfat /dev/hdaX /mnt/mountpoint

where X is the partition # on the first drive (/dev/hdb for second drive,
/dev/hdc, etc...) and /mnt/mountpoint is the mount point where you'd like to
stick it. Kinda' like mapping a drive in windows and selecting which letter
to call it.

if the filetype (-t ) "vfat" doesn't do the trick, try " msdos",
"umsdos", and possibly "autofs".

umount /dev/hdaXwill unmount the partition.

--Greg

- Original Message -
From: [EMAIL PROTECTED]


 Dear all, Thank you for your help. I went back into xconfigurator and
changed
 the monitor and resolution. I also changed the mouse. It ended up working.
I
 was shocked. The graphics and fonts are slightly larger than normal but
that
 is the way I like it. My mouse works, too!  My next job is to get the
cable
 internet going that I was set up with in Windows 95. After that I plan to
set
 up the internal Atapi zip drive. The Cd rom works fine and I believe the
 floppy does, too. I did not do sound yet but finally got that to work when
I
 first installed Linux, so I am sure I will get it going again.

 Not that I care that much, but is there anyway to access my Windows 95 or
the
 files that are hiding on my D drive that I cannot access right now? When
my
 computer crashed I lost access to it on both C and D drive. I tried
 reinstalling Windows 95 before I tried reinstalling LINUX but it just
would
 not happen. I ended up reinstalling Linux on my C drive and I believe that
my
 D drive has the Windows 95 but I can't get there yet. Any help will be
 appreciated. Thank you very much for your help. Sincerely, Marcia


 
__
Vous avez un site perso ?
2 millions de francs à gagner sur i(france) !
Webmasters : ZE CONCOURS ! http://www.ifrance.com/_reloc/concours.emailif






[newbie] installing qmail

2000-09-14 Thread Pungki

I try to install qmail. And then, in the file install.mbox, there is an
sentence :

'qmail-local delivers mail by default into ~user/Mailbox rather than
/var/spool/mail/user'

But I can't find ~user/Mailbox. Should I create it ? And then,
/var/spool/mail/user is not exist. On my system, I just found
/var/spool/mail.
And I follow the instruction from the file named 'install'. But I stuck at
the 6th step, that tell me to read install.mbox.
Anyone can help me ? Please.

-Pungki





Re: [newbie] Network Card Address

2000-09-14 Thread Greg Stewart

/sbin/ifconfig

--Greg


- Original Message -
From: "Larry Marshall" [EMAIL PROTECTED]


  Can anyone tell me a command, or config tool that will enable me to find
the
  address of my network card? (XX-XX-XX-XX-XX) Thank you.

 I believe you'll find that "cat /proc/pci" will yield up what you
 want.

 Cheers --- Larry


 
__
Vous avez un site perso ?
2 millions de francs à gagner sur i(france) !
Webmasters : ZE CONCOURS ! http://www.ifrance.com/_reloc/concours.emailif






[newbie] RE: seti

2000-09-14 Thread Abe

the program will ask you if you have an account or want to start one the first 
time you run it.  I understand that you have to have the text version running 
and then start the X version in order to get it to work but don't quote me on 
that since I haven't tried to make it go in linux yet.

Good luck and please keep me updated on how this works for you.  I'd really 
like to get SETI running on my linux partition I've just been too busy with 
trying to figure out why only root can listen to cds on my machine ;-)


Abe


= Original Message From Mark Weaver [EMAIL PROTECTED] =
Hi Abe,

I went to the seti site, downloaded the client, did a little looking
around and found another site that had a GUI to us along with the command
line client in case I wanted to see what it was doing. I don't
know...maybe it's me, but it's not fair that Windows get's to have all the
cool screensavers.

Anyway, I probably won't get to install it till I get home from work, but
how does one go about setting up a user account with the seti site, and
then get work to do? Or is that all handled by the program when it's
installed and all?

--
Mark

**  =/\=  No Penguins were harmed  | ICQ#27816299
** _||_ in the making of this|
**  =\/=  message...   | Registered Linux user #182496


On Wed, 13 Sep 2000, Abe wrote:

 Seti@home  its a distributed computing thing.  You go to
 http://setiathome.ssl.berkeley.edu/
 and download a utility that runs on your computer when you are not using 
it.
 What it does is crunch the data that the SETI program has collected for 
signs
 of intelligent life (organized signals).  Its a very popular and very cool
 thing.  I've been doing it for about a year now and I've got about 72 
blocks
 of data analyzed on my computers.  You can run it on every major OS.

 Check it out its neato.


 Abe

Jesus saves,
Allah forgives, 
Chthulu thinks you'd make a nice sandwich.





RE: [newbie] Zip drive

2000-09-14 Thread hugh

You may want to try 7.1. It set up my zip on my desktop without a single
action from me!



On Thu, 14 Sep 2000, you wrote:
 I'm not sure if you have a SCSI, parallel or what, but for mine (parallel),
 I got it working by having a disk inserted and then using the commands
 "insmod parport" and "insmod ppa" (without the quotes of course).  That's
 all it took.  A lot easier than setting this thing up about 3 years ago.
 Hope this helps.
 
 pezcal
 
  --
  From:   David O'Sullivan[SMTP:[EMAIL PROTECTED]]
  Reply To:   [EMAIL PROTECTED]
  Sent:   Wednesday, September 13, 2000 1:16 PM
  To: [EMAIL PROTECTED]
  Subject:[newbie] Zip drive
  
   
  I have lately installed Linux Mandrake and find it very good,but I have a
  few small problems:
  1.I can't get it to work my zip drive.
  2.I backed up my windows through Mandrake one time when I had to
  re-boot windows but now it won't let me send the files back the same way
  from mandrakes to windows.
  How will I solve these problems.
  Rgds
 





Re: [newbie] Math softwares

2000-09-14 Thread olof.liungman

How about Fortran (g77) ;)? Yeah, I'm that old, though I think Fortran is
still the language for fast computations... Seriously, I use Matlab a lot
and have tried other stuff as well, but I've never heard of a good free math
software. Maybe you should check out http://www.mathtools.com.

Cheers,

Olof

- Original Message -
From: "Lovister LJ" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 14, 2000 9:20 AM
Subject: [newbie] Math softwares


 I am looking for a quality computing software that are noncommercial. I
have
 tried some that I just downloaded from the net but it's just to0
incomplete
 and lacks technical supports.

 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

 Share information about yourself, create your own public profile at
 http://profiles.msn.com.




___
Why pay for something you could get for free?
NetZero provides FREE Internet Access and Email
http://www.netzero.net/download/index.html




RE: [newbie] Star office loading

2000-09-14 Thread TRBishop

Hi,
I'm jumping into the middle of this, but thought you may not know this:  at the
Boot prompt, type "linux idebus=66".  (w/o quotes)  Sometimes I start this way,
but I really don't notice much difference in performance.  YMMV.

TRBishop
[EMAIL PROTECTED]
Registered Linux User #12043


On Thu, 14 Sep 2000, Abe wrote:
 Hey, if you tell me how to do that I will gladly post my numbers.  I've got a 
 UDMA 66 drive and the boot up claims it is using 33mhz system bus for it but I 
 don't know how to get solid numbers.  This is neat.  I'm really enjoying the 
 multitude of conversations going on in teh list these days.  Learning as lot 
 too.  Thanks everybody!
 
 
 Abe
 
 
 
 = Original Message From Paul [EMAIL PROTECTED] =
 On Thu, 14 Sep 2000, Mark Weaver wrote:
 
 H...it took mine 43 seconds to come up.
 
 On Thu, 14 Sep 2000, Patti Wavinak wrote:
 
  I hate to disappoint you or maybe I am just lucky -- I have Star Office
  5.2 in Linux with 2.2.16 kernel a PII 450 processor and 256M of memory. I
  just timed how long it took to bring it up -- less than 3 seconds after I
  clicked on the icon. I'll stick with Star Office but that's jmho. ;-)
 
 From an article I just read, the speed of the harddisk and throughput of
 the IDE/SCSI controller contributes a tremendous lot to the speed of
 loading of this package. Compare those, just for fun, ok? :)
 
 Paul
 
 --
 In a world without walls and fences
 who needs windows or gates?
 
 http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
   -=PINE 4.21 on Linux Mandrake 7.1=-
 
 Jesus saves,
 Allah forgives, 
 Chthulu thinks you'd make a nice sandwich.
-- 




[newbie] Napster Server IP Address Wanted

2000-09-14 Thread Brent Hawkins

Could some of you guys post the working Napster server IP addresses?  The two
that I had no longer work.

Brent


Get your own FREE, personal Netscape WebMail account today at 
http://home.netscape.com/webmail




Re: [newbie] Bad News, Napster is dead

2000-09-14 Thread Kandace Little

I was just on about 2 seconds ago and it worked just
fine for me :) Maybe you have just been band and need
to fix up your Reg.

Stephen


- Original Message - 
From: "Vic" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, September 14, 2000 1:24 PM
Subject: [newbie] Bad News, Napster is dead


 Well I guess its official, I tried to commeckt (fuck typeos)\
 to Napster and it would not connect, so its dead.
 
 the website is still up, but according to my connections,
 Napster servers are all dead.
 
 Guess there is always Gnutella
 
 





Re: [newbie] Network Card Address

2000-09-14 Thread lselinger



 Can anyone tell me a command, or config tool that will enable me to find
the
 address of my network card? (XX-XX-XX-XX-XX) Thank you.

ifconfig with no options  =o)


-Lonny Selinger






Re: [newbie] Connecting to NT DHCP Server

2000-09-14 Thread Robert \JTBob\ Holland

It seems I had the Network settings just fine, but didn't have the DHCP-client
installed. Ran the RpmDrake and found the client, clicked on Install, restarted
the system and it connected to the DHCP server perfectly. Thanks.

I'm fiddling around with SAMBA now. Should prove interesting.

Oh yes, one other question. From RpmDrake there was also an install for
StarOffice, but when I click on Install, it asks for CDROM3. I downloaded
the two .iso files from an ftp sites and burned a couple of CDs. I can't seem
to find a third .iso file. Anyone know where I can find this .iso, or the best
way to go about installing StarOffice?

Thanks,
Robert

- Original Message - 
From: "Charles A Edwards" [EMAIL PROTECTED]
 Launch DrakeConfig/ RpmDrake. Under the Networking listings click on the
 program dhcpcd, if it shows as installed fine if not click on install and it
 will request that you insert 1 of your 2 installation Cds (the ext I
 beleive).






Re: [[newbie] Kernel compiling?]

2000-09-14 Thread Brent Hawkins

Yes, you can strip the needless features from it.  Check out this page for
help:  http://www.linuxnewbie.org/nhf/intel/compiling/kernelcomp.html

In addition to the commands used on that page, you can try:

"bzlilo" - another automated lilo updater.
"make install" - moves bvImage and System.Map and updates lilo.
"make bzdisk" - makes bootfloppy for new kernel.

Good Luck.

Brent


"Lovister LJ" [EMAIL PROTECTED] wrote:
I read somewhere in one of the help files in order to maximize our Linux

 box peformance, we should recompile it's kernel. I am interested in this and

 would like to find out how to do it.
 
 Thanks...
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 
 Share information about yourself, create your own public profile at 
 http://profiles.msn.com.
 



Get your own FREE, personal Netscape WebMail account today at 
http://home.netscape.com/webmail




Re: [newbie] RE: seti

2000-09-14 Thread bascule

hi abe,

you are right, seti is run from the command line with the switch
'-graphics' to allow the included prog xsetiathome to display a graphic
of seti's work, configuration of seti is still done from the command
line, there are other x frontends but i don't know if they can configure
seti

bascule

Abe wrote:
 
 the program will ask you if you have an account or want to start one the first
 time you run it.  I understand that you have to have the text version running
 and then start the X version in order to get it to work but don't quote me on
 that since I haven't tried to make it go in linux yet.





Re: [newbie] RE: seti

2000-09-14 Thread Austin L. Denyer


Ok, what you do is this:

Install all the SETI files into their own directory.
If you want the graphical version then from a terminal session within X
run

./setiathome -graphics  ./xsetiathome

the -graphics tells it to format it's output for the graphical front end
(xsetiathome).

As Abe said, it will ask you for account details the first time it is
run - that will either create a new one, or connect you to your old one.

Note - whilst you can run multiple instances of SETI, they must each be
in their own directory.  Also, you can only run one with the -graphics
switch.

If you want to be able to view multiple instances graphically, try
Look@Seti (http://www.jhochwald.de/linux/lookatseti/e_index.html).

Try it - you'll like it...

Regards,
Ozz.







Re: [newbie] Connecting to NT DHCP Server

2000-09-14 Thread Greg Stewart

I have never had the opportunity to set up NT server for DHCP assignment of
non-windows clients. I am not sure whether you will need to install Samba in
order to be a DHCP client under a WinNT DHCP Server.

The reason behind this is that Windows NT Server DHCP uses the NetBIOS name
in the discovery packets in order to respond with a lease offer. If linux
does not automatically send a computer name in the form of a NetBIOS
designation, the NT server may not understand the discovery packet
information.

You (or a NetAdmin) may have to establish a client reservation or exclude an
IP address from one of the NT DHCP Scopes (are there more than one?) on the
DHCP server. If you exclude one IP address in the Windows NT Scope this can
be used for your linux box, and can remain static.

For the linux box, the standard DHCP settings should be sufficient, let me
know what you've attempted, and we might be able to resolve the client
issue.

Since you are on a company LAN, you may have to request a static IP from the
NetAdmin.

--Greg

- Original Message -
From: "Robert "JTBob" Holland" [EMAIL PROTECTED]


 Hi,

 Can Mandrake Linux connect to a Windows NT DHCP
 server? If so, what settings need to be made?

 I've tried different settings in the "Network" settings under
 DrakConf, but I keep getting an error connecting to a
 DHCP server.

 If not possible and I need to use a static IP, what info
 MUST be put in the Network settings boxes to get the
 PC to talk to the net.

 I took a PC lying around here at work and decided
 to give Mandrake Linux a try and see what the operating
 system had to offer. So far everything works fine except
 for the network part, which severely limits my testing of
 SAMBA and firewall software.

 Thanks,
 Robert



 
__
Vous avez un site perso ?
2 millions de francs à gagner sur i(france) !
Webmasters : ZE CONCOURS ! http://www.ifrance.com/_reloc/concours.emailif






Re: [newbie] Network Card Address

2000-09-14 Thread TRBishop

On Thu, 14 Sep 2000, Justin W. Udelhofen wrote:
 Can anyone tell me a command, or config tool that will enable me to find the
 address of my network card? (XX-XX-XX-XX-XX) Thank you.
-- 
Hi,
In a terminal, do as su, ifconfig eth(x).  This will tell you the MAC address
and the IP address, etc. of your NIC.

TRBishop
[EMAIL PROTECTED]
Registered Linux User #12043





RE: [[newbie] Athlon thunderbird ka7-100]

2000-09-14 Thread Abe

I just bought a voodoo5 about three weeks ago.  It is a great card.  I'll 
layout my thinking for you so you can see what I took into account.

1.  My past experience:  My old computer has two voodoo2's running in SLI 
mode.  They perform on par with video cards like ATI rage fury, rage pro, 
matrox g400 and tnt2 with one exception.  The visual quality is superior.  
Also, those cards work equally well in linux and windows which is important to 
me because I play a lot of games that are not and probably never will be 
available for linux.  3Dfx drivers are excellent for both platforms and while 
they are not updated as often as Nvidia's drivers they are updated when they 
need to be.

2.  My monitor refreshes at 75hz.  So, frame rates beyond that are kind of 
silly.  A movie (film in a theater) displays about 32 fps.  Movies look real 
enough to me...you?  neurons can only fire once every 130th of a second.  so, 
I guess about 120-130 fps is about the most that is even theoretically 
percievable by a human.

3.  My game playing habits.  Given a choice between playing at 1024x768 in 
16bit color with details set to low and playing at 800x600 in 32 bit with 
details set to medium I'll take 800x600 every time.  In other words, image 
quality is more important to me then frame rates above about 50fps.  Also, the 
majority of the games I own will use glide and look better, are faster when 
using it.  I will choose Glide everytime over OpenGL or D3D assuming that 
there is not a clear and unmistakeable advantage to one of the other API's in 
a particular game.

4.  Extra's on the video card.  I had an ATI rage fury with TV out, S-Video 
out and a host of other features.  I never used them once.  They were a total 
waste of money for me.  Since I had already come to the conclusion that I was 
choosing between geforce and voodoo5, I looked at their extras.

GeForce2, very very very fast.  hardware TL that only about three games 
available right now use.  Of those three I own and play quake3.  More games 
coming in the next year or so.  Very good drivers updated very often and very 
good linux support.  Software full screen anti-aliasing.

voodoo5, very fast.  Glide for all of my old games that I still play 
regularly.  Half-Life, Star Siege, quake2, and so on.  Glide for new games 
too.  Deus Ex, Unreal tournament, Quake3 and many more.  Full screen 
anti-aliasing in hardware with no extra code required.  It can be used with 
every game out of the box.

I choose the voodoo5 because it supports all of my old games, it plays them 
with VERY high fps with no FSAA and it plays them at very playable fps with 
FSAA being used.

Typical Half-life fps with 4xFSAA enabled at 1024x768 in Glide are 50-70.  
Absolutely playable and so freaking beautiful that I can't really describe it 
with words.  UT I play with 2xFSAA in Glide and sit about the same 50-70 fps 
at 800x600 with every detail level cranked to the highest.

In linux the current voodoo5 drivers drivers only use 1 of the chips on the 
board.  I play quake3 at 800x600 with 16 bit color depth and medium detail 
levels.  Time demo1 produces 57.2 fps.  Imagine when the drivers that use both 
chips are available!If I want straight speed, I turn off wall marks, 
ejecting brass, turn on simple items, play at 640x480 with vertex lighting and 
get 80-90 fps in game.

In short, I read all the reviews, I read the hardware specs and I talk with 
people who have the hardware to see what it really runs like before I make a 
decision.  Generally I have a pretty goos idea of what I'm getting before I 
buy so I am usually very satisfied with my purchases.  In the case of the 
voodoo5 and duron based computer I built, it has exceeded my expectations.  
I'm happy.


Abe

also, read this article for some illumination on the fps thing.

http://www.tomshardware.com/graphic/00q3/000704/index.html


= Original Message From "dwyatt" [EMAIL PROTECTED] =
Sorry if I missed something, because I've not been following this thread.
But, anyway, you sound like you use your comp a lot like I do (very hard).
I do have my PIII 500e o/c'd to 750 MHz.  I have no stability problems.
(stock Intel heatsink w/ no extra case or processor cooling and been running
for 6 months 24/7)

When it comes to 3d accelerator cards, what would you consider a more
accurate indicator of a card's worth than it's fps rating?  Sure, features
are important, but as far as 3d accelerator cards go, most all of them have
near the same features.  So how is rating a card based on it's fps rating
hogwash?

Sometimes, a feature is so good that it outweighs the performance advantage
of another 3d card.  For example, www.firingsquad.com rated the Voodoo 5
higher than the Geforce2 because of the voodoo's higher visual quality, even
though it is slower than the GF2.  In general though, fps ratings are all
that matters when comparing 3d cards, because features are so similar.

BTW, my 250MHz overclock gets me anywhere from 

RE: [newbie] RE: seti

2000-09-14 Thread Abe

I love it when my memory works.  Thanks for the info Bascule!


Abe


= Original Message From bascule [EMAIL PROTECTED] =
hi abe,

you are right, seti is run from the command line with the switch
'-graphics' to allow the included prog xsetiathome to display a graphic
of seti's work, configuration of seti is still done from the command
line, there are other x frontends but i don't know if they can configure
seti

bascule

Abe wrote:

 the program will ask you if you have an account or want to start one the 
first
 time you run it.  I understand that you have to have the text version 
running
 and then start the X version in order to get it to work but don't quote me 
on
 that since I haven't tried to make it go in linux yet.


Jesus saves,
Allah forgives, 
Chthulu thinks you'd make a nice sandwich.





[newbie] Modem Problems :(

2000-09-14 Thread Kandace Little



Hello all.

My modem will not work no matter what I do. 
I have followed
some of the suggestion that come through the list but none 
worked. I thought I would tell you all what the 
problem is and
maybe somebody could come up with 
something.

First about the modem:
--
It is a 33.6 USRobotics Faxmodem, External. There 
are a lot
of switches on the back of it and I am not sure 
what they are for.
I am going to list in order what they are for. 
Maybe this will help
figure out why it won't work in Linux.

1. UP - Data Terminal Ready normal
 Down - Data terminal ready 
override

2. UP - Verbal result codes
 Down - Numeric result 
codes

3. UP- Suppress results codes
 Down - Display 
resultscodes

4. UP - ECHO offline commands
 Down - No echo, offline 
commands

5. UP - Auto answer on the first ring, or higher if 
specified in NVRAM
Down - Auto answer off

6. UP - Carrier detect normal
Down - Carrier detect 
override

7. UP- Load NVRAM defaults
 Down - Load factory 
defaults

8. Up - Dumb mode
 Down - Smart mode

That is all for the modem now on to the 
problem..

My modem is inCOM4 but when I use kppp it 
tells me my modem
is busy, not uncommon I see. when I switch the 
device to COM1 or
ttyS0it will say, Modem is ready then it 
stops on Initializing and 
goes no father. Even the query workswhen on 
ttyS0, not sure why.
I did a /proc/pci and found out thatmy port 
is 0x1850 and theIRQ is
5.

all the stuff I tried is no longer there for I 
reloaded Linux just a few
min. ago. I was wondering if I should 
ofpicked modem on Networking
during the install ?Well if you can think of anything or would like me
to type out what a certain program told me let me 
know, I will do it
as fast as I can.

Thanks for you time in this matter for 
me.

OH, I tried to reg. my Linux and the mail bounced. 
I guess I will
tryit again but do any of you know if there 
is something wrong 
at the Mandrake site?

Next probcoming up:(

Stephen


RE: [newbie] Bad News, Napster is dead

2000-09-14 Thread Robert Austera

Well actually it aint, cause I just logged on, although not through Linux,
but it is still up
Working on Linux now to get rid of Vindoze..once for all :)
Robert R. Austera
Mt. Pleasant, SC

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Larry Marshall
Sent: Thursday, September 14, 2000 2:49 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Bad News, Napster is dead


 Well I guess its official, I tried to commeckt (fuck typeos)\
 to Napster and it would not connect, so its dead.

 the website is still up, but according to my connections,
 Napster servers are all dead.

Well...you need better connections :-)  I just logged on, downloaded a
song and logged off.  That suggests it's working.

 Guess there is always Gnutella

There are much better uses for computers than music in any case :-)

Cheers --- Larry





RE: [newbie] Star office loading

2000-09-14 Thread Abe

I'll give it a try next time I boot.  Thanks for the info.


Abe


= Original Message From [EMAIL PROTECTED] =
Hi,
I'm jumping into the middle of this, but thought you may not know this:  at 
the
Boot prompt, type "linux idebus=66".  (w/o quotes)  Sometimes I start this 
way,
but I really don't notice much difference in performance.  YMMV.

TRBishop
[EMAIL PROTECTED]
Registered Linux User #12043


On Thu, 14 Sep 2000, Abe wrote:
 Hey, if you tell me how to do that I will gladly post my numbers.  I've got 
a
 UDMA 66 drive and the boot up claims it is using 33mhz system bus for it 
but I
 don't know how to get solid numbers.  This is neat.  I'm really enjoying 
the
 multitude of conversations going on in teh list these days.  Learning as 
lot
 too.  Thanks everybody!


 Abe



 = Original Message From Paul [EMAIL PROTECTED] =
 On Thu, 14 Sep 2000, Mark Weaver wrote:
 
 H...it took mine 43 seconds to come up.
 
 On Thu, 14 Sep 2000, Patti Wavinak wrote:
 
  I hate to disappoint you or maybe I am just lucky -- I have Star Office
  5.2 in Linux with 2.2.16 kernel a PII 450 processor and 256M of memory. 
I
  just timed how long it took to bring it up -- less than 3 seconds after 
I
  clicked on the icon. I'll stick with Star Office but that's jmho. ;-)
 
 From an article I just read, the speed of the harddisk and throughput of
 the IDE/SCSI controller contributes a tremendous lot to the speed of
 loading of this package. Compare those, just for fun, ok? :)
 
 Paul
 
 --
 In a world without walls and fences
 who needs windows or gates?
 
 http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
   -=PINE 4.21 on Linux Mandrake 7.1=-

 Jesus saves,
 Allah forgives,
 Chthulu thinks you'd make a nice sandwich.
--

Jesus saves,
Allah forgives, 
Chthulu thinks you'd make a nice sandwich.





[newbie] RPM things

2000-09-14 Thread Kandace Little



I downloaded the new harddrake but when I tried to 

install it BOOM!.. hehe well not really. It told me 
I
had to get some other rpm's first which didn't 
bother
me until I went out to find them.

The things I am looking for are isapnptools and 
alsa, I 
guess I do not have the updated version of these. 


Thanks for helping me with this matter 


Stephen


Re: [newbie] Napster Server IP Address Wanted

2000-09-14 Thread Vic

Napster is dead, I cannot creat a new username,
I can't log on , the ip addresses are dead. Napster is dead

On Mon, 20 Oct 2036, you wrote:
 Could some of you guys post the working Napster server IP addresses?  The two
 that I had no longer work.
 
 Brent
 
 
 Get your own FREE, personal Netscape WebMail account today at 
http://home.netscape.com/webmail




[newbie] encrypt passwords = no

2000-09-14 Thread jeff martin




encrypt passwords = no
Please note that this setting only works for Win95 OSR1 clients. OSR2 
clients, Windows98, and Windows NT SP3 and up, use encrypted passwords 
for authentification purposes. If your network consists of such clients, you 
have to say 'yes' here and create a local password file using 
smbpasswd containing entries for all NetBIOS names on your network. 
Read man smbpasswd and ENCRYPTION.txt for more. If you are going to 
use anonymous shares only anyway, you don't have to bother.

can anyone give me an url where i can find that encryption.txt file please.



Re: [newbie] I am having problems with my modem

2000-09-14 Thread Mark Thurston

OK, I finally had the time to try what you suggested, but when I opened the
mini terminal, it would not let me type in the terminal window.  I am not
sure what I am doing wrong but when I try the modem, I do not get a dial
tone.

Mark
- Original Message -
From: "John Rye" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, September 10, 2000 10:42 PM
Subject: Re: [newbie] I am having problems with my modem


 Mark Thurston wrote:
 
  I do have a serial mouse, but the modem is on COMM3.  I actually found
the
  modem now, and Linux says "initializing modem"  but it never even dials.
I
  can not figure out what is wrong.  When I go in to query the modem, it
finds
  it, then runs through about 7 different tests but nothing ever shows up
in
  the results.
 

 Do you have the speaker enabled?? Any noises??
 Run the mini terminal you'll find in the Kppp setup
 type the following (Without Quotes..) cr= Hit Enter/Return

 AT cr
 ATE1 cr echoes output to terminal
 ATI cr record this output for us
 ATZ cr
 AT L2 M2 X4 S6=1 cr - this turns the speaker on Permanantly - Fix it
 later
   and says wait one second before dialling - fix it
 later
 Then

 ATDT x cr (Where x is your own phone number preferably the
   number of the line from which you are calling)

 Do you HEAR dialtone
 Do you HEAR the modem dialling
 Did you HEAR the busy tone
 Did the modem return a message like 'BUSY' and go quiet?

 Post these results

 Cheers


  - Original Message -
  From: "John Rye" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, September 10, 2000 1:42 AM
  Subject: Re: [newbie] I am having problems with my modem
 
Mark Thurston wrote:
   
I have a US Robotics 56K Sportster modem, it is about 3 years old so
it is not a winmodem.  Anyway, I can get linux to find the driver
and
query the modem, but it always says "the modem is busy."  I need to
get this running as soon as possible.  Any help would be greatly
appreciated.
   
Mark
  
   Mark
  
   I have the same modem and it works fine in both Linux and Windows.
  
   Tell what Com port and Irq you are using.
   Is the modem internal or external
  
   Do You have a USB or serial mouse??
  
   Be aware that Linux appears to assign the mouse regardless of it's
   type to Com 1 (Dos/Windows) or /dev/ttyS0 (Linux).
  
   As a result of this your modem should _NOT_ be assigned to /dev/modem
   or /dev/ttyS0 - it will conflict with your mouse.
  
   Cheers
   --
   ICQ# 89345394 Mailto: [EMAIL PROTECTED]
  
  
  
  

 --
 ICQ# 89345394 Mailto: [EMAIL PROTECTED]









Re: [newbie] hard to threads....

2000-09-14 Thread Mark Weaver

dwyatt,

Netscape Messenger does a beautiful job of orginizing message coming in
from a mailing list. Both for Linux and Windows. It threads the message
wonderfully and neatly. 

-- 
Mark

**  =/\=  No Penguins were harmed   | ICQ#27816299
** _||_ in the making of this |
**  =\/=  message...| Registered Linux user #182496


On Thu, 14 Sep 2000, dwyatt wrote:

 I hate mailing lists that are so active, it is real hard to follow all the threads.  
Does anybody have any suggestions for a program or some method to sort threads into 
some sort of hierarchical list?  Preferably for windoze, cause I'm still screwing 
around with my linux install.
 
 TIA
 
 
 dwyatt
 





Re: [newbie] RE: seti

2000-09-14 Thread Trevor Reynolds

If you do not like that graphical version, there are several others at:

http://setiathome.ssl.berkeley.edu/links.html#links_unix

Peronally I like Ksetiwatch, it provides a lot of statistics on the
units you've processed.

I've been running it for about 11 month's and I've completed 238 units
with an average of 19 hours 45 minutes.

Since I updated my hardware (Celeron 333@417 96meg RAM and LM 7.0 and
Win98) I'm averaging about 16 hours a unit in Linux, compared to 19 in
Windows.

Enjoy!

Trevor

"Austin L. Denyer" wrote:
 
 Ok, what you do is this:
 
 Install all the SETI files into their own directory.
 If you want the graphical version then from a terminal session within X
 run
 
 ./setiathome -graphics  ./xsetiathome
 
 the -graphics tells it to format it's output for the graphical front end
 (xsetiathome).
 
 As Abe said, it will ask you for account details the first time it is
 run - that will either create a new one, or connect you to your old one.
 
 Note - whilst you can run multiple instances of SETI, they must each be
 in their own directory.  Also, you can only run one with the -graphics
 switch.
 
 If you want to be able to view multiple instances graphically, try
 Look@Seti (http://www.jhochwald.de/linux/lookatseti/e_index.html).
 
 Try it - you'll like it...
 
 Regards,
 Ozz.




Re: [newbie] RE: Learning Linux?

2000-09-14 Thread Mark Weaver

BIG * grin

True Kathleen...very, very true! :)

-- 
Mark

**  =/\=  No Penguins were harmed   | ICQ#27816299
** _||_ in the making of this |
**  =\/=  message...| Registered Linux user #182496


On Wed, 13 Sep 2000, Kathleen Dickason wrote:

 *grin*
 
 They say you never forget your first time...
 
 Mark Weaver wrote:
 
  Aaaah yes...I remember the first message I sent with Linux. Twas
  almost like the first time I ... Well let's just say it was almost a
  religious experience.
 
  --
  Mark
  
  **  =/\=  No Penguins were harmed   | ICQ#27816299
  ** _||_ in the making of this |
  **  =\/=  message...| Registered Linux user #182496
  
 
  On Thu, 14 Sep 2000, bascule wrote:
 
   feels good doesn't it?
  
   bascule
  
By the way, this is my first post wiht linux !
   
Cheers,
Carol^
   
   
  
  
 
 
 








Re: [newbie] Napster Server IP Address Wanted

2000-09-14 Thread Larry Marshall


 Napster is dead, I cannot creat a new username,
 I can't log on , the ip addresses are dead. Napster is dead

Vic...you can say that over and over but the darn place responds
everytime I try to connect there.  You have a problem with Napster; it
is functioning fine.  Truthfully, this doesn't seem to be relevant to
a Linux conference.

Cheers --- Larry




Re: [newbie] Bad News, Napster is dead

2000-09-14 Thread Mwinold

your on crack! napster still works im using it at this very moment!



In a message dated 14-Sep-00 11:44:58 Central Daylight Time, 
[EMAIL PROTECTED] writes:

 Well I guess its official, I tried to commeckt (fuck typeos)\
 to Napster and it would not connect, so its dead.
 
 the website is still up, but according to my connections,
 Napster servers are all dead.
 
 Guess there is always Gnutella 




Re: [newbie] encrypt passwords = no

2000-09-14 Thread Alan Shoemaker

 jeff martin wrote:
 
 *encrypt passwords = no
 
 Please note that this setting only works for Win95 OSR1
 clients. OSR2 clients, Windows98, and Windows NT SP3 and up,
 use encrypted passwords for authentification purposes. If
 your network consists of such clients, you have to say 'yes'
 here and create a local password file using smbpasswd
 containing entries for all NetBIOS names on your network.
 Read man smbpasswd and ENCRYPTION.txt for more. If you are
 going to use anonymous shares only anyway, you don't have to
 bother.
 *
 *can anyone give me an url where i can find that
 encryption.txt file please.
 *

jeffor you can apply one of the below patches to the
windows reg files and avoid all of that.

/usr/doc/samba-2.0.6/docs/NT4_PlainPassword.reg
/usr/doc/samba-2.0.6/docs/Win2000_PlainPassword.reg
/usr/doc/samba-2.0.6/docs/Win95_PlainPassword.reg
/usr/doc/samba-2.0.6/docs/Win98_PlainPassword.reg

Alan




Re: [newbie] Napster Server IP Address Wanted

2000-09-14 Thread Mwinold

maybe for you it works fine for the rest of the world




Re: [newbie] dual booting with win2k and linux

2000-09-14 Thread Mwinold

dont use win2000! it hates anything that it detects as a non windows 
partition, 




Re: [newbie] RE: seti

2000-09-14 Thread Mark Weaver

Hi again Abe...list...

Now, Seti is running on both my Linux box and my windows 95 box. On the
linux box it runs much better in text mode as opposed to the GUI and the
binary. since windows doesn't know any different it's just sitting there
crunching. The screensaver looks great in Windows. I wish there was one
similar for X-windows.

-- 
Mark

**  =/\=  No Penguins were harmed   | ICQ#27816299
** _||_ in the making of this |
**  =\/=  message...| Registered Linux user #182496


On Thu, 14 Sep 2000, Abe wrote:

 the program will ask you if you have an account or want to start one the first 
 time you run it.  I understand that you have to have the text version running 
 and then start the X version in order to get it to work but don't quote me on 
 that since I haven't tried to make it go in linux yet.
 
 Good luck and please keep me updated on how this works for you.  I'd really 
 like to get SETI running on my linux partition I've just been too busy with 
 trying to figure out why only root can listen to cds on my machine ;-)
 
 
 Abe
 
 
 = Original Message From Mark Weaver [EMAIL PROTECTED] =
 Hi Abe,
 
 I went to the seti site, downloaded the client, did a little looking
 around and found another site that had a GUI to us along with the command
 line client in case I wanted to see what it was doing. I don't
 know...maybe it's me, but it's not fair that Windows get's to have all the
 cool screensavers.
 
 Anyway, I probably won't get to install it till I get home from work, but
 how does one go about setting up a user account with the seti site, and
 then get work to do? Or is that all handled by the program when it's
 installed and all?
 
 --
 Mark
 
 **  =/\=  No Penguins were harmed| ICQ#27816299
 ** _||_ in the making of this  |
 **  =\/=  message... | Registered Linux user #182496
 
 
 On Wed, 13 Sep 2000, Abe wrote:
 
  Seti@home  its a distributed computing thing.  You go to
  http://setiathome.ssl.berkeley.edu/
  and download a utility that runs on your computer when you are not using 
 it.
  What it does is crunch the data that the SETI program has collected for 
 signs
  of intelligent life (organized signals).  Its a very popular and very cool
  thing.  I've been doing it for about a year now and I've got about 72 
 blocks
  of data analyzed on my computers.  You can run it on every major OS.
 
  Check it out its neato.
 
 
  Abe
 
 Jesus saves,
 Allah forgives, 
 Chthulu thinks you'd make a nice sandwich.
 
 
 






Re: [newbie] Re: [newbie] Re: [newbie] Solicitar información

2000-09-14 Thread Mwinold

obviously im missing something from deleting alot of mail but who is being 
malicious, i may of said something about this person speaking another 
language in an english speaking forum but this was not malicious also because 
i misunderstood what he wrote but my foreign languages are rusted beyond 
repair but i honestly would like to know who is being considered malicious?
i think your jumping to conclusions or i missed something


In a message dated 14-Sep-00 19:06:48 Central Daylight Time, [EMAIL PROTECTED] 
writes:

 leave the list because there
 happens to be a few that can't behave themselves in public. Wouldn't it be
 easier to just write the owners of the list and request a moritorium on
 malicious behavior? 




Re: [newbie] hard to threads....

2000-09-14 Thread dwyatt

Hmm, I don't have any option to "read the thread" under the context menu in
Outlook.  The problem with sorting by subject (btw, you just click on the
column header "Subject" to sort ascending or descending) is that it doesn't
collapse the messages into just one expandable header, like, for example, if
this was a newsgroup.

Thx for the response.


dwyatt
- Original Message -
From: "Carolina Kohler" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 14, 2000 5:51 AM
Subject: Re: [newbie] hard to threads


In windows, if you use Outlook then you select the message (any of the
thread,
the first one for example), right click, choose read the thread. And that's
it.
There are also other options you can change so that the messages get sorted
by
thread as they come in, but I don't remember how it is, have a look in
tools,
options or the like.

Cheers,
Carol^

El jue, 14 sep 2000, escribiste:

 I hate mailing lists that are so active, it is real hard to follow all the
threads.  Does anybody have any suggestions for a program or some method to
sort threads into some sort of hierarchical list?  Preferably for windoze,
cause I'm still screwing around with my linux install.

 TIA


 dwyatt



Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description:







Re: [newbie] Spanish co.

2000-09-14 Thread Kathleen Dickason

Hear, hear.

Kathleen

Paul wrote:

 On Thu, 14 Sep 2000, Denis Havlik wrote:

 Hi Folks,
 
 I am really sorry to see such a flamethread over a guy who posted a
 question in spanish. So what? We are supposed to be a friendly bunch of
 linuxers, not a bunch of wicked old men who have nothing better to do than
 flame-ing each other.
 
 If you don't understand Spanish, ignore it, if you do answer the guy, and
 all are happy. If/when spanish questions start popping up very often,
 spanish people will get a separate list, just as germans, frenchs and
 italians already have. Relax. Don't be lusers.

 I second that!

 Paul

 --
 In a world without walls and fences
 who needs windows or gates?

 http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
   -=PINE 4.21 on Linux Mandrake 7.1=-





Re: [newbie] Spanish co.

2000-09-14 Thread Kathleen Dickason

Yay Eugene!!  I did the same thing (Babelfish) but couldn't help either.

Kathleen,
who will put away the pom-poms and stop acting like a cheerleader now

"Eugene C. Zesch" wrote:

 Denis Havlik wrote:
 
  Hi Folks,
 
 Amen, Denis
 You perfectly summarized my feelings on this. BTW, though I couldnt help
 with the question, Babelfish gave me a fairly clear idea of his
 question. A neat resource!!
 Gene

  I am really sorry to see such a flamethread over a guy who posted a
  question in spanish. So what? We are supposed to be a friendly bunch of
  linuxers, not a bunch of wicked old men who have nothing better to do than
  flame-ing each other.
 
  If you don't understand Spanish, ignore it, if you do answer the guy, and
  all are happy. If/when spanish questions start popping up very often,
  spanish people will get a separate list, just as germans, frenchs and
  italians already have. Relax. Don't be lusers.
 
  yours
  Denis





Re: [newbie] dual booting with win2k and linux

2000-09-14 Thread Charles A Edwards


- Original Message -
From: "Kenji Wakabayashi" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 14, 2000 7:19 PM
Subject: [newbie] dual booting with win2k and linux


 Hi everyone,  my problem is this: at the moment I am running win98 and I
 would like to switch to a dual booting system (Windows2000 and Linux
 Mandrake 7.0). I have been told that I should install Windows2000 first
 then Mandrake 7.0. Is this the right way to go? Will I have trouble
 installing Mandrake7.0 on a NTFS hard drive? Does anybody have any
 suggestions on the best route to take?

 Thanks for any help that you all may provide.


My #1 suggeston to you is if you are planning to use the LILO bootloader is
to NOT install 7.0 with Win2000 get 7.1 instead so that you can use the Grub
bootloader. If for whatever reason you should ever want to remove linux if
you are using LILO it can totally trash your Win2000 MBR and I mean
non-repairably.

If you want to boot from a floppy you can install in any order.
To use Grub (PLEASE not LILO) to boot to either OS you should install
Win2000 first and then linux.

Either way that you install you should have 2 partition set up before you
begin the installation. 1 partiton for Win2000 and 1 for linux.

Unless you have a special reason for using NTFS I would also recco that you
use Fat32 for Win2000.It is easier and safer to read and write to it from
linux.

Should you desire more info as it partains to Win2000 you are welcome to
contact me direct.

   Charles





Re: [newbie] Bad News, Napster is dead

2000-09-14 Thread Vic

Well why the fuck can't I connect then??

On Thu, 14 Sep 2000, you wrote:
 your on crack! napster still works im using it at this very moment!
 
 
 
 In a message dated 14-Sep-00 11:44:58 Central Daylight Time, 
 [EMAIL PROTECTED] writes:
 
  Well I guess its official, I tried to commeckt (fuck typeos)\
  to Napster and it would not connect, so its dead.
  
  the website is still up, but according to my connections,
  Napster servers are all dead.
  
  Guess there is always Gnutella 




Re: [newbie] Re: [newbie] Solicitar información

2000-09-14 Thread patrick

On Thu, 14 Sep 2000, you wrote:
 I couldn't have said it better myself!
 
 -- 
 Mark


we dont need to filter the spanish posts, just post em.

 
 **  =/\=  No Penguins were harmed | ICQ#27816299
 ** _||_ in the making of this   |
 **  =\/=  message...  | Registered Linux user #182496
 
 
 On Thu, 14 Sep 2000, Jack Landers wrote:
 
  I agree, Iagoba!! Some of the ones who are complaining really don't speak
  (or write) English (or American, if you prefer) all that well. I can
  certainly tolerate a little Spanish, Italian, French, or whatever, if  I
  have to tolerate the poor "English" from those who are complaining.
  
  Jack Landers
  
  - Original Message -
  From: "iagoba" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, September 14, 2000 2:12 AM
  Subject: Re: [newbie] Solicitar información
  
  
   Well, I'm reading this discussion about what language use and I want say
   something, (without trying to kill anyone, this only a comment)
  
   I'm Spanish, and I'm here, why? because the Spanish lists, news, etc...
   where I can speak in my foreign language normally works like shit,
   nobody answers our questions, perhaps because they don't know, perhaps
   because they don't want to answer, I don't know, but that's makes that
   lot of people that wants to learn something, or resolve some problems,
   enters in English lists, (that are more easy to understand to us than
   other languages than German for example), this don't mind that all of us
   could speak in English, but perhaps could understand it, I thing that
   that's the Case of Fernando Vasconcelos, I thing that people that could
   understand Spanish, could try to help Fernando, and the others simply
   Ignore it.
  
   Anyway, I understand that for the people that don't want to receive
   mails in Spanish, perhaps we could propose something, like put [Spanish]
   in the subject or something, then that people could filter this type of
   mails, don't you thing?
  
   Please don't kill someone only for speak in Spanish because don't got
   other chance to try to communicate  learn  resolve problems about
   linux, help him.
  
   Well, see ya all, and don't be ugly for this mail ok? is a comment,
  
   Iagoba
  
   P.D.: Sorry for my but English, but u know, I'm Spanish.
  
   Alan Shoemaker wrote:
   
Kathleen Dickason wrote:

 No, it's not.  It's open to anyone.  Mandrake is a French distro,
  IIRC...

 Kathleen

 [EMAIL PROTECTED] wrote:

  what the heck
  buddy this is an english speaking news group and we dont like
  advertisements!
   
This is an English-based mailing list.  There are available,
English, French, Italian and German based Linux-Mandrake
newbie and expert mailing lists.  I think that if the
powers-that-be wanted a mix of languages in their lists they
wouldn't be offering and maintaining lists in several
different languages.
   
Alan
  
  
  
  
 




Re: [newbie] RE: seti

2000-09-14 Thread Mark Weaver

What graphic are you talking about. When I run it from a command line all
I see is text scrolling by as it's working. The only graphics I've seen
are when I initiate setiathome with the Tcl script xseti. That starts the
hole thing working right off and will even contact the seti server and
download new files and upload the one's that are finished. But with only
64MB of RAM running both the GUI front end and the binary at the same time
it tends to draw TOO heavily on my system to the point where X crashes if
I attempt to run too much else. I can "just" run a terminal window running
Pine while the text mode is running. Although it causes Sendmail to crash
and not function correctly.

-- 
Mark

**  =/\=  No Penguins were harmed   | ICQ#27816299
** _||_ in the making of this |
**  =\/=  message...| Registered Linux user #182496


On Thu, 14 Sep 2000, bascule wrote:

 hi abe,
 
 you are right, seti is run from the command line with the switch
 '-graphics' to allow the included prog xsetiathome to display a graphic
 of seti's work, configuration of seti is still done from the command
 line, there are other x frontends but i don't know if they can configure
 seti
 
 bascule
 
 Abe wrote:
  
  the program will ask you if you have an account or want to start one the first
  time you run it.  I understand that you have to have the text version running
  and then start the X version in order to get it to work but don't quote me on
  that since I haven't tried to make it go in linux yet.
 
 
 





Re: [newbie] RE: seti

2000-09-14 Thread Mark Weaver

Ozz,

Where does one get xsetiathome ?

-- 
Mark

**  =/\=  No Penguins were harmed   | ICQ#27816299
** _||_ in the making of this |
**  =\/=  message...| Registered Linux user #182496


On Thu, 14 Sep 2000, Austin L. Denyer wrote:

 
 Ok, what you do is this:
 
 Install all the SETI files into their own directory.
 If you want the graphical version then from a terminal session within X
 run
 
 ./setiathome -graphics  ./xsetiathome
 
 the -graphics tells it to format it's output for the graphical front end
 (xsetiathome).
 
 As Abe said, it will ask you for account details the first time it is
 run - that will either create a new one, or connect you to your old one.
 
 Note - whilst you can run multiple instances of SETI, they must each be
 in their own directory.  Also, you can only run one with the -graphics
 switch.
 
 If you want to be able to view multiple instances graphically, try
 Look@Seti (http://www.jhochwald.de/linux/lookatseti/e_index.html).
 
 Try it - you'll like it...
 
 Regards,
 Ozz.
 
 
 
 
 





Re: [newbie] Spanish co.

2000-09-14 Thread Kathleen Dickason

dwyatt wrote:

 LOL!  A message group on the Internet without flaming?  Such a thing
 does not exist my friend.  :)

Just for the record, we're on a mailing list, not a Usenet group...and I would
hope such a thing would exist.

 And in all actuality I didn't read a single intentional flame in the whole
 thread.  The first guy just misunderstood (understandable, since the post
 wasn't in the lists' native tounge) the post for spam.  Since then there has
 been not a single flame.

There's been a lot of arguing, though.

I'm going to post something on-topic again one of these days, I am. :/

Kathleen





Re: [newbie] RPM things

2000-09-14 Thread Dennis Myers

 Kandace Little wrote:
 
 I downloaded the new harddrake but when I tried to
 install it BOOM!.. hehe well not really. It told me I
 had to get some other rpm's first which didn't bother
 me until I went out to find them.
 
 The things I am looking for are isapnptools and alsa, I
 guess I do not have the updated version of these.
 
 Thanks for helping me with this matter
 
 Stephen
Try looking through the rpm libraries at "www.rufus.net" I think. you
can do a search by name and you should find the rpm's if they are
available. As I recall that's where I found them.  Luck, Dennis
-- 
Dennis M. a registered Linux User #180842




Re: [newbie] Network Card Address

2000-09-14 Thread ed

ifconfig, if you have it configured and running
On Thu, 14 Sep 2000, you wrote:
 Can anyone tell me a command, or config tool that will enable me to find the
 address of my network card? (XX-XX-XX-XX-XX) Thank you.




Re: [newbie] Bad News, Napster is dead

2000-09-14 Thread Vic

Charley, don't use my computer without asking me.

On Thu, 14 Sep 2000, you wrote:
 Well why the  can't I connect then??
 
 On Thu, 14 Sep 2000, you wrote:
  your on crack! napster still works im using it at this very moment!
  
  
  
  In a message dated 14-Sep-00 11:44:58 Central Daylight Time, 
  [EMAIL PROTECTED] writes:
  
   Well I guess its official, I tried to commeckt (fuck typeos)\
   to Napster and it would not connect, so its dead.
   
   the website is still up, but according to my connections,
   Napster servers are all dead.
   
   Guess there is always Gnutella 




Re: [RE: [[newbie] Athlon thunderbird ka7-100]]

2000-09-14 Thread Michael Scottaline

Mark Weaver [EMAIL PROTECTED] wrote:
 H...it took mine 43 seconds to come up.
 
 AMD K6-233
 64MB SDRAM
 2.2.16 kernel
 Linux Mandrake 7.1
 
 that's really not too bad. 
 -- 
 Mark
=
With Navigator, Kbiff, kmail, kppp, four terminals all running, SO 5.1 started
in less than 6 seconds on my box (I couldn't resist trying after reading
Mark's post).  I have a 750mhz Athlon thunderbird, 256mb RAM.  I'm running
kernel 2.2.16 and using Blackbox as my wm w/o any additional environment.
Mike

"Many loads of beer were brought.  What disorder, whoring, fighting, killing
and dreadful idolatry took place there!"
Baltasar Rusow, Estonia, 16th century




Re: [newbie] I am having problems with my modem

2000-09-14 Thread Dennis Myers

Just for the fun of it, in case you haven't already, shut the system
down and restart from off completely. I know, it's like a windows thing,
but my modem would not give me a dial tone last night after I made some
changes in the system. So I shut down completely and went to bed.
Tonight after work, I turned it on and voila! the modem caught a
dialtone and dialed up. Don't ask me why, it is a mystery. Luck, Dennis


Mark Thurston wrote:
 
 OK, I finally had the time to try what you suggested, but when I opened the
 mini terminal, it would not let me type in the terminal window.  I am not
 sure what I am doing wrong but when I try the modem, I do not get a dial
 tone.
 
 Mark
 - Original Message -
 From: "John Rye" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, September 10, 2000 10:42 PM
 Subject: Re: [newbie] I am having problems with my modem
 
  Mark Thurston wrote:
  
   I do have a serial mouse, but the modem is on COMM3.  I actually found
 the
   modem now, and Linux says "initializing modem"  but it never even dials.
 I
   can not figure out what is wrong.  When I go in to query the modem, it
 finds
   it, then runs through about 7 different tests but nothing ever shows up
 in
   the results.
  
 
  Do you have the speaker enabled?? Any noises??
  Run the mini terminal you'll find in the Kppp setup
  type the following (Without Quotes..) cr= Hit Enter/Return
 
  AT cr
  ATE1 cr echoes output to terminal
  ATI cr record this output for us
  ATZ cr
  AT L2 M2 X4 S6=1 cr - this turns the speaker on Permanantly - Fix it
  later
and says wait one second before dialling - fix it
  later
  Then
 
  ATDT x cr (Where x is your own phone number preferably the
number of the line from which you are calling)
 
  Do you HEAR dialtone
  Do you HEAR the modem dialling
  Did you HEAR the busy tone
  Did the modem return a message like 'BUSY' and go quiet?
 
  Post these results
 
  Cheers
 
 
   - Original Message -
   From: "John Rye" [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Sunday, September 10, 2000 1:42 AM
   Subject: Re: [newbie] I am having problems with my modem
  
 Mark Thurston wrote:

 I have a US Robotics 56K Sportster modem, it is about 3 years old so
 it is not a winmodem.  Anyway, I can get linux to find the driver
 and
 query the modem, but it always says "the modem is busy."  I need to
 get this running as soon as possible.  Any help would be greatly
 appreciated.

 Mark
   
Mark
   
I have the same modem and it works fine in both Linux and Windows.
   
Tell what Com port and Irq you are using.
Is the modem internal or external
   
Do You have a USB or serial mouse??
   
Be aware that Linux appears to assign the mouse regardless of it's
type to Com 1 (Dos/Windows) or /dev/ttyS0 (Linux).
   
As a result of this your modem should _NOT_ be assigned to /dev/modem
or /dev/ttyS0 - it will conflict with your mouse.
   
Cheers
--
ICQ# 89345394 Mailto: [EMAIL PROTECTED]
   
   
   
   
 
  --
  ICQ# 89345394 Mailto: [EMAIL PROTECTED]
 
 
 
 

-- 
Dennis M. a registered Linux User #180842




Re: [newbie] Can't browsing to internet

2000-09-14 Thread Greg Stewart

OK, you need to remove the IP address 202.134.0.155 from your ppp0 gateway.
This is not your gateway. :-)

The address resolves as:   ns1.telkom.net.id
It is your (probably primary) DNS Server. Most name server host names are
called "ns" for obvious reasons. It makes administration a tiny bit easier.

Let's stop using Kppp for a bit, and try to correctly configure ppp0 in
linuxconf.
If you can get to DrakConf (and I had the annoying problem of having to
install the bugger despite having an icon sitting on my desktop) you can
find Linuxconf through that application. Otherwise, open a terminal, su to
root, and type, simply, linuxconf [enter].

The following is done by memory as I don't have a modem in my system, and my
version of linuxconf is probably different from yours

Under Client tasks, Click PPP,SLIP,PLIP and you should see a list where you
can add devices. It may be empty as you've been using Kppp until now. Click
Add.

You need to give your device a name, use ppp0, then specify your device
(usually  /dev/modem), and the com port it uses--you can actually get this
from Kppp by asking it to query the modem. the com port will look something
like:  /dev/ttySx, where 'x' is a number from 0 through your last port,
probably 3. When I had a modem in my system it was on /dev/ttyS0, but if you
have a serial mouse, it may be taking /dev/ttyS1 or 2.

You will need to set your dialing configuration, which is DHCP, DISabled at
boot, and the telephone number you dial with.

Next you need to configure your PAP/CHAP. Fewer ISPs are using CHAP now, so
let's give PAP a shot. This is your dial-up username ([EMAIL PROTECTED]), and
your password.

If I remember correctly, that should be it...

Click Accept, Click Quit, Click Activate Changes, and linuxconf should go
away.

Back at the command line, type:

/sbin/ifup ppp0

There should be a bit of noise as your computer dials, and when the command
line is returned to you (the cursor drops to the next prompt) you are
connected. If the modem dials more than three time, hit CTRL-C as we may
have done something worng. If that's the case, go back to linuxconf, and let
me know the other options available. I don't have a single linux box with a
modem to check this on, and my boxes without modems do not show me the
PPP,SLIP,PLIP option.

cat /etc/resolve.conf

You should see at least two IP addresses there.

Try to ping them. If you get the following, we're on the right track:
64 bytes from ns1.telkom.net.id (202.134.0.155): icmp_seq=0 ttl=237
time=918.2 ms

Then try:ping www.linux-mandrake.com
You should see the same response. If you get a time-out error, or network
un-reachable, let me know.

If you have gotten the response from that last line, try Netscape, and it
should be fine.

You may then bring doen the interface by typing:

/sbin/ifdown ppp0

And then try using Kppp. When I first started using Linux, I had a few
problems with Kppp, and stopped using it due to the reliability of the
command line activation. If you still have problems with Kppp, you can
either try erasing all the data from it's configuration and start Kppp over
from its beginning, or try wvdial.

Let me know what happens.

--Greg

- Original Message -
From: "Pungki" [EMAIL PROTECTED]
 Hi Greg,

 I'm very-very appreciate your help. Thanks.
 Here's some new information.

 As your suggestion, I was recompiled my kernel. Then I saw no error when I
 start my linux box. I enable ISDN support as module. And then I change
 gateway on linuxconf to 192.168.0.1. Then I try to connect to internet.
 Still cannot ping my ISP. Then on kppp, I try to set static gateway with
my
 ISP IP Address (202.134.0.155) Configure ppp0 using linuxconf. And then I
 try to connect again. It work !
 I can ping my ISP. The result like this :
 64 bytes from 192.168.0.254: icmp_seq=0 ttl=235 time=178 ms.

 Then I try to browse using Mozilla. I get nothing. Just a blank page. I
try
 with Netscape. Then I get an error message like this :
 A network error occured :
 Unable to connect to server (TCP error : No route to host).
 The server may be down or unreachable. Try connecting again later.

 After I see that message, I try to ping my ISP (ping www.telkom.net.id) It
 failed. Still 100% loss. But I think my ISP server is not down Because, if
I
 dial from win98, I get no problem. Is there anything else that I missed ?
 Any help would be greatly appreciated.

 -Pungki

 - Original Message -
 From: Greg Stewart [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, September 14, 2000 8:36 PM
 Subject: Re: [newbie] Can't browsing to internet


 Pungki,

 I'm sending this direct because I'm at work, and SYMPA will bounce my
 message if it doesn't arrive from my home address.

 You definitely have a gateway IP address problem. At least locally. And,
if
 nothing else is adding to the problem. On your linux box, eth0, your
 internal network card, should have a gateway the same as it's own IP
 address: 192.168.0.1

 Setting 

Re: [newbie] VMware

2000-09-14 Thread Oliver L. Plaine Jr.

On Thu, 14 Sep 2000 21:36:57 EDT, you wrote:

Dear Anyone, Is VMware in Linux-Mandrake 7.0 complete? If so, where can if be 
found ? Thank you, Marcia

Thu, 14 Sep 2000  21:16:45

Dear Marcia...not absolutely positive but I think, vmware is a
commercial program ..the kind they want...awk..money for...the free
one is wine,,,that one is on the MDK disc's but if vmware is, I
wouldn't think it would be a complete only demo,,,unless they made
it GPL and didn't tell me?na .. 8-)

anyone grin




Re: [newbie] Spanish co.

2000-09-14 Thread dwyatt

I used the generic term "message" and not "news" or "mailing list", because
both news groups and mailing lists are subject to the same kind of flaming.


dwyatt

- Original Message -
From: "Kathleen Dickason" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 14, 2000 9:02 PM
Subject: Re: [newbie] Spanish  co.


 dwyatt wrote:

  LOL!  A message group on the Internet without flaming?  Such a thing
  does not exist my friend.  :)

 Just for the record, we're on a mailing list, not a Usenet group...and I
would
 hope such a thing would exist.

  And in all actuality I didn't read a single intentional flame in the
whole
  thread.  The first guy just misunderstood (understandable, since the
post
  wasn't in the lists' native tounge) the post for spam.  Since then there
has
  been not a single flame.

 There's been a lot of arguing, though.

 I'm going to post something on-topic again one of these days, I am. :/

 Kathleen







  1   2   >