Re:_[newbie-it]_consiglio_su_un_editor_html

2001-11-22 Thread Stefano Salari

 --- Marco [EMAIL PROTECTED] ha scritto:  Io, abituato
a scrivere comunque html con editor di
 testo (non WYSIWYG) 
 anche sotto win (notepad, per intenderci) mi trovo
 molto bene con emacs.
 Comunque se ti interessano editor visuali molto
 user-friendly esiste la 
 versione per linux di CoffeCup.
 
 Ciao
 
 Marco
 [EMAIL PROTECTED]
Non sono WYSIWYG ma sono molto belli (e free):
  Quanta + e
  Scream
Hanno un editor con il syntax highlightning ed un po'
di funzionalita' che ti inseriscono automaticamente il
codice, possibilita' di preview e altre cosette.

Ciao! Steo.

__

Scarica Microsoft Internet Explorer 6.0 personalizzato Yahoo! 
Per saperne di più vai alla pagina: http://it.ie.yahoo.com/




[newbie-it] 8.1

2001-11-22 Thread Luigi De Pascale

Salve a tutti,
io ho una Mandrake 8.0
Di recente ho preso i dischi della 8.1 e mi chiedevo se installarla.
Visto che molti di voi lo hanno gia' fatto, lo consigliate?
Altra questione: non vorrei formattare e ripartire, vorrei conservare le
directory degli utenti, come fare?
Ciao
Luigi


-- 
Not all who wander are lost
(Tolkien)

Luigi De Pascale:   Indirizzo: Dipartimento di Matematica Applicata U.Dini
   Via Bonanno Pisano 25/B, 56126 Pisa, ITALY
 Tel.: +39/050/844745
   E-mail: [EMAIL PROTECTED]






[newbie-it] Script di Backup

2001-11-22 Thread Luigi De Pascale

Ciao,
uso settimanalmente uno script di bkup che seleziona i files che mi
interessa salvare e li comprime.
Lo script e' il seguente:

#|/bin/bash
cp $(find ~/ -name *.tex) ~/Bkup
BK=~/bkup$(date +%d%m%Y).tgz
tar -czf  $BK ~/Bkup/

mi piacerebbe invece che lui scegliesse i files seguendo una lista che io
posso modificare a piacere.
La lista la scriverei nel formato

file1
file2
file3

Ho provato con qualcosa tipo for i in etc etc ma non mi riesce
Sapete come si fa?
ciao
Luigi

-- 
Not all who wander are lost
(Tolkien)

Luigi De Pascale:   Indirizzo: Dipartimento di Matematica Applicata U.Dini
   Via Bonanno Pisano 25/B, 56126 Pisa, ITALY
 Tel.: +39/050/844745
   E-mail: [EMAIL PROTECTED]






Re: [newbie-it] Script di Backup

2001-11-22 Thread Andrea Celli

Luigi De Pascale wrote:
 
 Ciao,
 uso settimanalmente uno script di bkup che seleziona i files che mi
 interessa salvare e li comprime.
 Lo script e' il seguente:
 
 #|/bin/bash
 cp $(find ~/ -name *.tex) ~/Bkup
 BK=~/bkup$(date +%d%m%Y).tgz
 tar -czf  $BK ~/Bkup/
 
 mi piacerebbe invece che lui scegliesse i files seguendo una lista che io
 posso modificare a piacere.
 La lista la scriverei nel formato
 

Quando scrivi cp $(find ~/ -name *.tex) ~/Bkup gli dici di
usare come argomento di cp il risultato del comando find ~/ -name
*.tex.

Digli di usare il risultato di cat lista, dove lista e` un file
che contiene la tua lista.

ciao, Andrea




R: [newbie-it] Script di Backup

2001-11-22 Thread luca laghi



 Ciao,
 uso settimanalmente uno script di bkup che seleziona i files che mi
 interessa salvare e li comprime.
 mi piacerebbe che lui scegliesse i files seguendo una lista che io
 posso modificare a piacere.
 La lista la scriverei nel formato

 file1
 file2
 file3

E se tu facessi

for i in $(cat nomelista)
do
...
done

dove nomelista è la lista dei tuoi file?

Luca






Re: [newbie] Still Crashing on restart, every time...

2001-11-22 Thread Steve Weltman

Well Grant,  theres a little known tale of a Linux user that once had an 
affair with his machine because it never cheated like his other one.  Maybe 
this is why it's hanging on shutdown (just can't let me go...?)?  Whatdya 
think?   See real updated information below...
---Here's your answer Grant--
promiscuous mode
1) In a network, promiscuous mode allows a network device to intercept and 
read each network packet that arrives in its entirety. This mode of operation 
is sometimes given to a network snoop server that captures and saves all 
packets for analysis (for example, for monitoring network usage). 

2) In an Ethernet local area network (LAN), promiscuous mode is a mode of 
operation in which every data packet transmitted can be received and read by 
a network adapter. Promiscuous mode must be supported by each network adapter 
as well as by the input/output driver in the host operating system. 
Promiscuous mode is often used to monitor network activity. 

Promiscuous mode is the opposite of non-promiscuous mode. When a data packet 
is transmitted in non-promiscuous mode, all the LAN devices hear the data 
to determine if the network address included in the data packet is theirs. If 
it isn't, the data packet is passed onto the next LAN device until the device 
with the correct network address is reached. That device then receives and 
reads the data. 
---
By the way...I shut down the eth0 interface prior to shutting down the 
machine and (lo and behold...) it didn't hang!  (Yippee!!)  Well, small 
victories are the sweetest sometime.

On Thursday 22 November 2001 08:23 pm, Grant Fraser wrote:
 Promiscuous mode?
 I've never heard of promiscuous mode. Does that mean it sneaks past your
 firewall at night to find cheap thrills on the internet?

 On November 21, 2001 07:16 pm, Steve Weltman wrote:
  Hi Derek,
  Thanks for the fast response.  I am using the 3c905TX, which is a PCI
  card (in a standard PC).  NFS is not defined.  No, I haven't tried
  stopping the network yet (but I will this time).
 
  Syslog...
  Nov 20 10:41:30 sweltman33 ifup: Determining IP information for eth0...
  Nov 20 10:41:32 sweltman33 network: Bringing up interface eth0: succeeded
  Nov 20 10:41:56 sweltman33 kernel: eth0: Setting promiscuous mode.
  Nov 20 10:41:56 sweltman33 kernel: device eth0 entered promiscuous mode
  Nov 20 12:20:06 sweltman33 kernel: device eth0 left promiscuous mode
  Nov 20 12:21:56 sweltman33 ifup: Determining IP information for eth0...
  Nov 20 12:21:56 sweltman33 network: Bringing up interface eth0: succeeded
  Nov 20 12:22:21 sweltman33 kernel: eth0: Setting promiscuous mode.
  Nov 20 12:22:21 sweltman33 kernel: device eth0 entered promiscuous mode
  Nov 20 20:46:42 sweltman33 kernel: eth0: Setting promiscuous mode.
  Nov 20 20:46:42 sweltman33 kernel: device eth0 entered promiscuous mode
  Nov 21 08:34:51 sweltman33 kernel: eth0: Setting promiscuous mode.
  Nov 21 08:34:51 sweltman33 kernel: device eth0 entered promiscuous mode
 
  Nothing else though..
 
  Let me know what else you need to see.
 
  Thanks again!
  Steve Weltman
 
  On Wednesday 21 November 2001 11:37 am, Derek Jennings wrote:
   Hmm... Thats a 3com driver isn't it. I'm using that one without any
   problems. Is it a PCMCIA card?
   You do not have NFS defined do you? That can cause hangs on power down.
  
   Have you tried stopping the network before you shut down?
  
   What are the last messages in the syslog. Any clues?
  
   On Wednesday 21 November 2001 18:09, you wrote:
Hey group,
   
I am still crashing every time I need to power down the PC.  I am
greatful that Linux has the sense to do a fsck when it reboots, or
I'd be screwed. Well, I have changed the lines in the
/etc/modules.conf to read--
   
 /etc/modules.conf file
pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface uhci
alias sound-slot-0 emu10k1
probeall scsi_hostadapter ide-scsi
alias eth0 3c59x
   
I think I need to ask the machine to issue a SIGHUP to the eth0 on
exit, but even if I did, I can't remember which 'S' file to put it
into (or the run level to put it in).
   
Sugestions anyone?
   
Thanks!
Steve Weltman
   
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
 
  _
  Do You Yahoo!?
  Get your free @yahoo.com address at http://mail.yahoo.com

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

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




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



Re: [newbie] Mandrake 8.1 Music cd

2001-11-22 Thread Ethan



I changed my settings back to low and still got the same problem I have
only one CD rom drive that can also play DVD.. pls help. thank you.

[EMAIL PROTECTED] wrote:
Pine.LNX.4.33L2.061235300.4339-10@havana">
  Problem is if you look at his output, both /dev/cdrom0 and /dev/cdrom2 aresym links to the same device. Something was setup wrong during install.By any chance did you pick a security setting other than "low" duringinstall? I noticed that anything above low (medium, high) supposedlyrestricts the devices to specific groups (which in MHO doesn't work toowell). Most of my problems (sound related) went away when I changedsecurity back to low.-mmOn Fri, 16 Nov 2001, Hugo Ferreira wrote:
  
Ethan,Seems like yours is not a simple case. This surpasses my knowledge.It seems you have two links to two mount point of type /dev/cdromx. where x isa number. Do you have more than one CD-R/DVD/CD-RW Drive? If so, the playermust know which one to use.Hugo.  - Original Message -  From: Ethan  To: Hugo Ferreira  Cc: [EMAIL PROTECTED]  Sent: Friday, November 16, 2001 11:13 AM  Subject: Re: [newbie] Mandrake 8.1 Music cd  Here's the output:  [root@Echelon dev]# dmesg | grep cdrom  devfs: link of "cdrom"  devfs: link of "cdrom"  [root@Echelon dev]# dmesg | grep CDROM  [root@Echelon dev]# dmesg | grep cdrom  devfs: link of "cdrom"  devfs: link of "cdrom"  [root@Echelon dev]# ls -la /dev/cdrom?  lr-xr-xr-x1 root root   13 Nov 17  2001 /dev/cdrom0 -
 cdroms/cdrom0  lr-xr-xr-x1 root root   13 Nov 17  2001 /dev/cdrom2 - cdroms/cdrom2  /dev/cdroms:  total 0  drwxr-xr-x1 root root0 Nov 14 21:00 ./  drwxr-xr-x1 root root0 Jan  1  1970 ../  lr-xr-xr-x1 root root   33 Nov 17  2001 cdrom0 - ../ide/host0/bus1/target0/lun0/cd  lr-xr-xr-x1 root root   33 Jan  1  1970 cdrom2 - ../ide/host0/bus1/target0/lun0/cd  appreciate your help.  Hugo Ferreira wrote:Ethan,What is the result of a:demsg | grep cdromand als -la /dev/cdrom?Don't forget the question mark.Hugo.  - Original Message -  From: Ethan  To:Hugo Ferreira  Cc: [EMAIL PROTECTED]  Sent: Friday, November 16, 20
01 10:14 AM  Subject: Re: [newbie] Mandrake 8.1 Music cd  Hugo Ferreira wrote:Ethan,I have had the exact same problem and have finally solved it.Anyone please feel free to correct or suggest a better way of doing this.Try the following:1. log in as root (in a KDE (or any other) X session, I'll assume KDE for KMixer).2. unmount the cdrom (just in case, and do as Sridhar indicated):umount /mnt/cdromDo it twice to make sure it is not mounted. Make sure ypu have noCD in the drive.  done.3. Do a "ls -la /dev/hdc" to make sure it's there4. If it is, you must now set a sym link from /dev/cdrom (which your player needs) tothe "/dev/hdc" which is the device that you know works because the /mnt/cdrom is also themountpoint of the /dev/hdc device and that work
ed for you. We will do the same for "/dev/cdrom"ln -s /dev/hdc /dev/cdrom  [root@Echelon dev]# ln -s /dev/hdc /dev/cdrom  ln: `/dev/cdrom': File exists5. Now make a "ls -la /dev/cdrom" to check the link. You should see that the permissions willenable anyone to use this mount point.6. Place a CD and fire up your CD player. You should now have music.  Still get permissions error.  BTW, what does blinking white text over red background mean ??  i get:cdrom@  [root@Echelon dev]# ls -l cdrom  lr-xr-xr-x1 root root   16 Nov 17  2001 [cdrom - ../cdroms/cdrom0 ]  blinking white over red background7. If you don't, fire up your KMixer and make sure the volume is up. Do the same foryour speakers. If this does not work, you are out of luck. See below for more hints**8. As
suming you got this far and all is ok, then change the access for the CDROM.Do a "chmod 666 /dev/hdc".The "ls -la /dev/hdc" should confirm the changes.9. log out of root10. Login as a user11. Fire up your CDPlayer (and KMixer) and enjoy.**Ok. If you did not make it, you have to make sure your sound card is ok (only works ifyou have the sound card connected directlly to your CD Drive). Place a CD in the drive,press the drive's play button. Launch the KMixer. Twiddle with the KMixer's volume andspeaker's volume to check for sound. Works, ok no major hardware problem.Next. Test the cards driver. Here someone may help me. How can we do this. I have anISA sound card ad used RedHat's sndconfig. After probing and set-up, this utility samplestwo files. You should here the sound. Any other way to do this?   
 I got my CDPlayer working thanx to DaveF who is a 

[newbie] How to setup a Firewall with Masq, on a MDK installation

2001-11-22 Thread Michael Gerner Andreasen

Godday everyone, my name is Michael, and i got a question for the list.

My boss wants me to setup a firewall based on linux, so thats what iam 
dooing, for the job, we has an old 233Mhz with 32meg of ram and a 2,1Gb hdd, 
there is also 5 net-cards in the computter, eth0 connected to the switch 
that goes to the outside world, and eth1 till eth4 for local workgroups.

What we need is that everyone on eth1, eth2, eth3 and eth4 to be able to go 
on the net, but at the same time we want it so that thay will not be able to 
connect to other interfaces, like i am on eth1 (10.1.1.0/24) and i cant 
connect to any computters on eth2 (10.1.2.0/24) eth3(10.1.3.0/24) etc.

How would i go about makeing that? i tryed like 5 times now, 2 times with rh 
7.1 and 3 times on a mandrake 7.x i think, hope any one can help me.

Btw. what do i need to install to make the installation as small as needed 
and still be functional?

P.s. her are some info:

eth0 (192.168.100.3) needs to have gw 192.168.100.1
eth1 (10.1.1.1)
eth2 (10.1.2.1)
eth3 (10.1.3.1)
eth4 (10.1.4.1)

eth1, eth2, eth3, and eth4 should be able to share files but
only on there own interface, and thay should all be able to get on the
internet.


Michael G. Andreasen
   \\\|||///
\\|||//(An unemployed coffee drinking *nix programer)
|_|||_|  O  What goes around, comes around
(o) (o) o
 \ o /
_o00o/___\o00o_K
_ Michael G. Andreasen  _ WWW   : http://localhost_A
_ Nordbovej 4i  _ FTP   : ftp://localhost _W
_ 9800 Hjørring _ TELNET: telnet://localhost:6969 _A
_ DENMARK   _ EMAIL : [EMAIL PROTECTED]  _K
___I
Quote: Gnu/Linux is like a wigwam - No Gates, No Windows - And Apache 
inside.


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




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



Re: [newbie] Mounting WinNT Partitions

2001-11-22 Thread Onur Kucuk


R Is it possible to mount WinNt NTFS partitions in linux?  If so, what is
R the correct format to use in fstab? mount 

/dev/hda5 /mnt/hda5 ntfs user,exec,umask=0 0 0

But keep in mind that writing to an NTFS partition is still
experimental. (It has been for long actually :)

 Onur Kucuk



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




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



Re: [newbie] JPilot is not working...

2001-11-22 Thread A V Flinsch

On Wednesday 21 November 2001 23:59, you wrote:
 Are there any JPilot experts out here?  I would very much like to use
 my Palm Vx for handheld stuff, but jpilot isn't working either (well,
 not after I changed stuff).

 I changed some configurations in the mail sync program and now the
 application fails to open and gives a segmentation fault, and I don't
 know where to look to change it's configuration file back to it's
 default settings.

~/.jpilot/jpilot.rc
~/.jpilot/syncmal.rc



-- 
Alex
Linux 2.4.14 #1 Wed Nov 7 17:42:41 EST 2001 i686
  5:40am  up 2 days,  8:41,  2 users,  load average: 1.00, 1.00, 1.00



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



[newbie] Cheap CD's

2001-11-22 Thread Peter Watson

Anyone in the UK with a dial up connection or without a CD burner 
might find this site useful

www.letsbuylinux.co.uk

They sell cheap Mandrake CD's (and most other distros)
-- 

Regards

pete



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



Re: [newbie] Partition Magic for Linux

2001-11-22 Thread bascule

i second not trusting it with ext3, even if you try to 'convert' back to ext2 
before using pm, without converting pm sees the linux drives as having no 
unused space even if you know they are mostly empty! 'converting' first 
allows pm to work but in my case doing a resize caused wierd fsck failures on 
boot up, with ordinary ext2 partitions however pm has never let me down, 
fortunately all my work was backed up so a reinstall took care of that - i 
got all linuxhappy and went bleedin edge cooker too!

bascule

 PM, any version, can only be installed if you are running Windows or DOS.
 It does not run on linux and with linux it is limited to performing its
 operations on Ext2 only, it will not work with ReiserFS and I would not
 trust it with Ext3.

 If



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



Re: [newbie] How to setup a Firewall with Masq, on a MDK installation

2001-11-22 Thread Derek Jennings

Well I'm not aware of any of the standard tools that would do quite this, but 
I'm sure the correct combination of IPtable commands would have the desired 
effect. Start reading 'man iptables' (Not sure if Mandrake 7.1 supports 
iptables. In which case ipchains is the command to use)

This HOWTO ought to help you
http://www.linuxdoc.org/LDP/nag2/index.html



On Thursday 22 November 2001 09:45, Michael Gerner Andreasen wrote:
 Godday everyone, my name is Michael, and i got a question for the list.

 My boss wants me to setup a firewall based on linux, so thats what iam
 dooing, for the job, we has an old 233Mhz with 32meg of ram and a 2,1Gb
 hdd, there is also 5 net-cards in the computter, eth0 connected to the
 switch that goes to the outside world, and eth1 till eth4 for local
 workgroups.

 What we need is that everyone on eth1, eth2, eth3 and eth4 to be able to go
 on the net, but at the same time we want it so that thay will not be able
 to connect to other interfaces, like i am on eth1 (10.1.1.0/24) and i cant
 connect to any computters on eth2 (10.1.2.0/24) eth3(10.1.3.0/24) etc.

 How would i go about makeing that? i tryed like 5 times now, 2 times with
 rh 7.1 and 3 times on a mandrake 7.x i think, hope any one can help me.

 Btw. what do i need to install to make the installation as small as needed
 and still be functional?

 P.s. her are some info:

 eth0 (192.168.100.3) needs to have gw 192.168.100.1
 eth1 (10.1.1.1)
 eth2 (10.1.2.1)
 eth3 (10.1.3.1)
 eth4 (10.1.4.1)

 eth1, eth2, eth3, and eth4 should be able to share files but
 only on there own interface, and thay should all be able to get on the
 internet.


 Michael G. Andreasen
\\\|||///
 \\|||//(An unemployed coffee drinking *nix programer)

 |_|||_|  O  What goes around, comes around

 (o) (o) o
  \ o /
 _o00o/___\o00o_K
 _ Michael G. Andreasen  _ WWW   : http://localhost_A
 _ Nordbovej 4i  _ FTP   : ftp://localhost _W
 _ 9800 Hjørring _ TELNET: telnet://localhost:6969 _A
 _ DENMARK   _ EMAIL : [EMAIL PROTECTED]  _K
 ___I
 Quote: Gnu/Linux is like a wigwam - No Gates, No Windows - And Apache
 inside.


 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



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



RE: [newbie] No sound - LM 8.1 as user but sound appears when log in as root

2001-11-22 Thread Jose M. Sanchez

Check the security configuration in /etc/security

The default is NOT to grant device rights to users, until the admin
changes things...

-JMS
|-Original Message-
|From: [EMAIL PROTECTED] 
|[mailto:[EMAIL PROTECTED]] On Behalf Of Ethan
|Sent: Thursday, November 22, 2001 11:24 PM
|To: [EMAIL PROTECTED]
|Subject: [newbie] No sound - LM 8.1 as user but sound appears 
|when log in as root
|
|
|Hi all,
|
|when I log in as a user, I do not get the login sound but when I login 
|as root, I get the login sound for the KDE desktop 2.2.1. Can any one 
|advise me on how to get sound again. thanks,
|
|
|




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



RE: [newbie] No sound - LM 8.1 as user but sound appears when log in as root

2001-11-22 Thread Jose M. Sanchez

Eh, as soon as the system reboots, it will be reset by the security
scripts.

Instead /etc/security/console.perms must be modified.

-JMS


|-Original Message-
|From: [EMAIL PROTECTED] 
|[mailto:[EMAIL PROTECTED]] On Behalf Of meta
|Sent: Thursday, November 22, 2001 12:12 AM
|To: [EMAIL PROTECTED]
|Subject: Re: [newbie] No sound - LM 8.1 as user but sound 
|appears when log in as root
|
|
|Hi,
|just give your user rights to use sound device.
|Let say u wanna give all user in your system rights to use 
|sound device. Login as root, 
|cd /dev/
|ls -al | grep dsp
|chmod 766 dsp*
|
|-m-
|
|On Friday 23 November 2001 11:23, you wrote:
| Hi all,
|
| when I log in as a user, I do not get the login sound but 
|when I login 
| as root, I get the login sound for the KDE desktop 2.2.1. 
|Can any one 
| advise me on how to get sound again. thanks,
|
|




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



RE: [newbie] Still Crashing on restart, every time...

2001-11-22 Thread Jose M. Sanchez

I just can't resist this, please forgive...

No, promiscuous mode, is what the machine goes into, just before it goes
down on you




|-Original Message-
|From: [EMAIL PROTECTED] 
|[mailto:[EMAIL PROTECTED]] On Behalf Of Grant Fraser
|Sent: Thursday, November 22, 2001 11:24 PM
|To: [EMAIL PROTECTED]
|Subject: Re: [newbie] Still Crashing on restart, every time...
|
|
|Promiscuous mode?
|I've never heard of promiscuous mode. Does that mean it sneaks 
|past your 
|firewall at night to find cheap thrills on the internet?
|




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



Re: [newbie] formatting floppies

2001-11-22 Thread Tom Brinkman

On Wednesday 21 November 2001 05:12 pm, H.J.Bathoorn wrote:

 Since mdk8.1 I'm burning floppies like hell. It's not the drive
 itself, I tested that, so it's got to be Mandrake.
 I know Linux is more demanding on floppy quality, but 2 good
 floppies out of 10 is overdoing it :(
 Anybody else have similar troubles?

Yes, but not that bad, and with many Linux versions.  I believe 
my problems stem from not havin bought any new floppy's in several 
years.  They do go bad.  Also many were overformatted to = 1992K and 
that tends to make them forever unstable, even when reformatted to 
1440k.

   What fs (ext2, DOS)are you using? and what does your floppy fstab 
line look like?
-- 
  Tom Brinkman             Galveston Bay, USA



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



Re: [newbie] Question about installing a .tar.gz file

2001-11-22 Thread Michael Scottaline

On Wed, 21 Nov 2001 20:15:27 -0600
Michael D. Viron [EMAIL PROTECTED] wrote:

 Typically a .tar.gz file isn't directly installed.  Instead, you
usually:
 
 1.  run 'tar -xzvf whatever.tar.gz' from the command line
 2.  run './configure' (to configure it)
 3.  run 'make' (to compile)
 4.  run 'make install' (to install)

The first three steps can usually be done as a mere mortal user. 
Typically step four must be done as root (su)
A different Michael ;-)

-- 
You can't be a real country unless you have a beer and an airline - it
helps if you have some kind of a football team, or some nuclear weapons,
but at the very least you need a beer.
- Frank Zappa


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




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



Re: [newbie] Gaming Edition

2001-11-22 Thread Robert MacLean

buy it only.
mandrake has to make money some how

___
Robert MacLean
Head of IDWS Technical Services and Development
[EMAIL PROTECTED]
Web: http://www.idws.com
Tel: 0860-ONLINE (0860-665469)
Fax: (011) 955-5611

NOTE: Please include this message in your reply.
- Original Message -
From: Metamorphysical [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 22, 2001 3:31 PM
Subject: [newbie] Gaming Edition


I couldn't find anything, but is the Gaming Edition available for
download somewhere or do they have to sell it because The Sims comes
with it?






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



[newbie] Gaming Edition

2001-11-22 Thread Metamorphysical



I couldn't find anything, but is the Gaming Edition 
available for download somewhere or do they have to sell it because The Sims 
comes with it?



Re: [newbie] Gaming Edition

2001-11-22 Thread Metamorphysical

ok cool thanks.
- Original Message -
From: Robert MacLean [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 22, 2001 8:27 AM
Subject: Re: [newbie] Gaming Edition


 buy it only.
 mandrake has to make money some how

 ___
 Robert MacLean
 Head of IDWS Technical Services and Development
 [EMAIL PROTECTED]
 Web: http://www.idws.com
 Tel: 0860-ONLINE (0860-665469)
 Fax: (011) 955-5611

 NOTE: Please include this message in your reply.
 - Original Message -
 From: Metamorphysical [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, November 22, 2001 3:31 PM
 Subject: [newbie] Gaming Edition


 I couldn't find anything, but is the Gaming Edition available for
 download somewhere or do they have to sell it because The Sims comes
 with it?











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





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



[newbie] 'localhost login' error

2001-11-22 Thread Langa, Percy (GPACE)

hi all,

my 'localhost login prompt' gives me the following error:

daemon.critmon[762]: failure to servers telnet 1006358289 localhost
daemon.critmon[762]: failure to servers http 1006358550 localhost

i do not know what i have done wrong, however, 'everything' is running fine,
ie i can login in and startx kde2. i use my machine as a standalone, home pc
[no network and no dial-up]. my machine has the following specs:

mandrake linux 8.0
win Me
10gig = partition: 5gig [mdlinux] and 5gig [win me]
gigabyte m/board 7vmm
amd 750
128m ram
8mb onboard graphics card
32-bit pci sound card

is this a real problem and can i just ignore it?

thanx in advance 4 ur help.

percy.


This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to which they are addressed.
If you have received this e-mail in error, please notify us by e-mail. Any
views or opinions expressed in this e-mail are those of the sender and do
not necessarily coincide with those of the Gauteng Provincial Government.





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



Re: [newbie] office 2000 shares

2001-11-22 Thread Frank McKenna

I would like to try to share the application itself across the LAN as
opposed to just files and documents.

Thanks in advance

Frank McKenna

Difficulties increase the closer we approach our Goals

Plato ~ It takes a minute to have a crush on
someone,an hour to like someone and a day to love
someonebut it takes a lifetime to forget someone.

- Original Message -
From: Anuerin G. Diaz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 22, 2001 5:20 AM
Subject: Re: [newbie] office 2000 shares


 On Wed, 21 Nov 2001 19:54:42 -0700, Frank McKenna [EMAIL PROTECTED]
wrote:

Hi All,

Has anyone attempted to share Microsoft Office 2000 Pro from a share on
a
Mandrake 8.0 using Samba.

What would I have to do to set this up

Thanks in advance,

Frank McKenna


 hi,

   are you trying to share the files or the applications themselves? if you
are sharing the applications then i think wine would be more proper for this
one.

 ciao!






 --

 Programming, an artform that fights back.

 ===

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

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








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





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



Re: [newbie] NVidia Drivers

2001-11-22 Thread David ..


Yes edit the XF86Config-4 before you reboot with the changes needed for the 
video drivers.

From: R  C [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] NVidia Drivers
Date: Thu, 22 Nov 2001 01:38:38 -0500

Ok, I appreciate all your help.

I understand why I shouldn't use Software Manager for this particular
installation. One other thingafter I install these drivers from console
mode, should I edit my XF86Config-4 file as well, BEFORE rebooting?

and what should I do in case X will not start afterwards?

Roger

On Thursday 22 November 2001 02:17 am, you sent me this message:
  because then you would be under x and it would be serious problems.
 
  you need to use the RPM command. the software manager merely
  interfaces with that anyway.
 
  ___
  Robert MacLean

--
Registered Linux User 244036
Since August 2001 - LM8.0
Open Source = Freedom

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


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




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



Re: [newbie] No sound - LM 8.1 as user but sound appears when log in as root

2001-11-22 Thread Ethan



could I know exactly what must be done in console.perms ? I tried modifying
the permissions for sound to 0766 but to no avail... it still does
not give any sound ! pls advise. thank you...

Jose M. Sanchez wrote:
001301c1734a$c898dd40$d60a@WHOPPER">
  Eh, as soon as the system reboots, it will be reset by the securityscripts.Instead /etc/security/console.perms must be modified.-JMS|-Original Message-|From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]] On Behalf Of meta|Sent: Thursday, November 22, 2001 12:12 AM|To: [EMAIL PROTECTED]|Subject: Re: [newbie] No sound - LM 8.1 as user but sound |appears when log in as root|||Hi,|just give your user rights to use sound device.|Let say u wanna give all user in your system rights to use |sound device. Login as root, |cd /dev/|ls -al | grep dsp|chmod 766 dsp*||-m-||On Frida
y 23 November 2001 11:23, you wrote:| Hi all,|| when I log in as a user, I do not get the login sound but |when I login | as root, I get the login sound for the KDE desktop 2.2.1. |Can any one | advise me on how to get sound again. thanks,||
  Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
  
  
  
  


Re: [newbie] NVidia Drivers

2001-11-22 Thread Robert MacLean

there is no need to reboot.

when you are at the command prompt, edit the config file
and type startx.

it will then attempt to load x. if it fails it will kick you back to
the console.
otherwise it will work

___
Robert MacLean
- Original Message -
From: David .. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 22, 2001 4:31 PM
Subject: Re: [newbie] NVidia Drivers



 Yes edit the XF86Config-4 before you reboot with the changes needed
for the
 video drivers.

 From: R  C [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] NVidia Drivers
 Date: Thu, 22 Nov 2001 01:38:38 -0500
 
 Ok, I appreciate all your help.
 
 I understand why I shouldn't use Software Manager for this
particular
 installation. One other thingafter I install these drivers from
console
 mode, should I edit my XF86Config-4 file as well, BEFORE rebooting?
 
 and what should I do in case X will not start afterwards?
 
 Roger
 
 On Thursday 22 November 2001 02:17 am, you sent me this message:
   because then you would be under x and it would be serious
problems.
  
   you need to use the RPM command. the software manager merely
   interfaces with that anyway.
  
   ___
   Robert MacLean
 
 --
 Registered Linux User 244036
 Since August 2001 - LM8.0
 Open Source = Freedom
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com


 _
 Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp





--
--


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





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



Re: [newbie] NVidia Drivers

2001-11-22 Thread David ..


I'm somewhat new at this as well. But here it goes, this worked for me, just 
did it last night.

run tar -zxvf files downloaded
-This will create two directories.
-CD into the dir with the kernal
-Run make
-Once done, then do make install.
Next move to the dir with un tar'ed GLX, do the same as above.
move move to /etc/X11 and edit the Xconfig-4(I forget the correct
spelling since I don't have access to a linux box now)
Find where it says, LOAD 'dbe' ADD the following under this line: LOAD glx

Next find nv and change this to nvidia.
Logout, restart x-window and your ready to go. I did all the make's and 
changes while in KDE.




From: R  C [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [newbie] NVidia Drivers
Date: Thu, 22 Nov 2001 00:55:53 -0500

Hi All,

This is going to be a very elementary question...but  it's my first time!

I'm going to try to install the NVidia Drivers from their website onto my
system. I find so much conflicting information in all the installatin 
guides
and readme files that I'm totally confused.

I have an idea of what I'm supposed to do but...?

First of all, I downloaded the following files, which by the way downloaded
into my home directory/home/me/ (is this correct?)

   NVIDIA_GLX-1.0-1541.i386.rpm
   NVIDIA_kernel-1.0-1541.mdk80up.i386.rpm

I'm relativley sure I have the correct files due to the fact that the only
other choice for LM is for SMP kernel, which from what I read is not what I
want. I have one CPU running LM8.0

Secondly, I'm told to exit the X server and set my default run level as to
boot to console and not start X?

Thirdly, am I upgrading or installing?

Lastly, Do I install/upgrade in sequence.ie: kernel first then glx?

Remember folks, I'm a virgin.take is easy on me, I'm trying!

TIA,
Roger


--
Registered Linux User 244036
Since August 2001 - LM8.0
Open Source = Freedom

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


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




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



Re: [newbie] AOL help Simple Samba

2001-11-22 Thread Dave Sherman

On Wed, 2001-11-21 at 15:57, Randy Kramer wrote:
 Dave Sherman wrote:
  My Aunt MAUREEN was a military advisor to IKE  TINA TURNER!!
 
 OK, so what's the rest of the story?

I run fortune in a cron job, to generate my signature file. I really
don't know what some of these things mean I think the signature in
this message is just a silly joke to keep you hanging ;-)

Dave
-- 
Please take note:



msg82460/pgp0.pgp
Description: PGP signature


Re: [newbie] NVidia Drivers

2001-11-22 Thread Robert MacLean

the tar command will only work for .tar.gz files
the rpms require the rpm command

___
Robert MacLean

- Original Message -
From: David .. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 22, 2001 4:29 PM
Subject: Re: [newbie] NVidia Drivers



 I'm somewhat new at this as well. But here it goes, this worked for
me, just
 did it last night.

 run tar -zxvf files downloaded
 -This will create two directories.
 -CD into the dir with the kernal
 -Run make
 -Once done, then do make install.
 Next move to the dir with un tar'ed GLX, do the same as above.
 move move to /etc/X11 and edit the Xconfig-4(I forget the correct
 spelling since I don't have access to a linux box now)
 Find where it says, LOAD 'dbe' ADD the following under this line:
LOAD glx

 Next find nv and change this to nvidia.
 Logout, restart x-window and your ready to go. I did all the make's
and
 changes while in KDE.




 From: R  C [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [newbie] NVidia Drivers
 Date: Thu, 22 Nov 2001 00:55:53 -0500
 
 Hi All,
 
 This is going to be a very elementary question...but  it's my first
time!
 
 I'm going to try to install the NVidia Drivers from their website
onto my
 system. I find so much conflicting information in all the
installatin
 guides
 and readme files that I'm totally confused.
 
 I have an idea of what I'm supposed to do but...?
 
 First of all, I downloaded the following files, which by the way
downloaded
 into my home directory/home/me/ (is this correct?)
 
  NVIDIA_GLX-1.0-1541.i386.rpm
  NVIDIA_kernel-1.0-1541.mdk80up.i386.rpm
 
 I'm relativley sure I have the correct files due to the fact that
the only
 other choice for LM is for SMP kernel, which from what I read is
not what I
 want. I have one CPU running LM8.0
 
 Secondly, I'm told to exit the X server and set my default run
level as to
 boot to console and not start X?
 
 Thirdly, am I upgrading or installing?
 
 Lastly, Do I install/upgrade in sequence.ie: kernel first then
glx?
 
 Remember folks, I'm a virgin.take is easy on me, I'm trying!
 
 TIA,
 Roger
 
 
 --
 Registered Linux User 244036
 Since August 2001 - LM8.0
 Open Source = Freedom
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com


 _
 Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp





--
--


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





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



Re: [newbie] office 2000 shares

2001-11-22 Thread Dave Sherman

On Thu, 2001-11-22 at 08:22, Frank McKenna wrote:
 I would like to try to share the application itself across the LAN as
 opposed to just files and documents.
 

I have never done this, but...

You should be able to just map a network drive in your Windows box, to
the Samba share, and then install Office 2000 on that network drive.
Windows won't know the difference between a real disk drive and a
network drive, and so will happily run the program from the network.

Dave
-- 
Please take note:



msg82462/pgp0.pgp
Description: PGP signature


Re: [newbie] AOL help Simple Samba

2001-11-22 Thread robin



Dave Sherman wrote:

On Wed, 2001-11-21 at 15:57, Randy Kramer wrote:

Dave Sherman wrote:

My Aunt MAUREEN was a military advisor to IKE  TINA TURNER!!

OK, so what's the rest of the story?


I run fortune in a cron job, to generate my signature file. I really
don't know what some of these things mean I think the signature in
this message is just a silly joke to keep you hanging ;-)

This seems to apply to all the fortune messages that have a lot of 
capitals.  Or maybe whoever wrote them was taking mind-warping chemicals 
at the time.

On the subject of fortune, is there any way to replace the standard 
Mandrake welcome message (e.g. Welcome to somehostorother) with 
fortune output?

Robin




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



Re: [newbie] formatting floppies

2001-11-22 Thread H.J.Bathoorn

On Thursday 22 November 2001 12:06, you wrote:
 On Wednesday 21 November 2001 05:12 pm, H.J.Bathoorn wrote:
  Since mdk8.1 I'm burning floppies like hell. It's not the drive
  itself, I tested that, so it's got to be Mandrake.
  I know Linux is more demanding on floppy quality, but 2 good
  floppies out of 10 is overdoing it :(
  Anybody else have similar troubles?

 Yes, but not that bad, and with many Linux versions.  I believe
 my problems stem from not havin bought any new floppy's in several
 years.  They do go bad.  Also many were overformatted to = 1992K and
 that tends to make them forever unstable, even when reformatted to
 1440k.

What fs (ext2, DOS)are you using? and what does your floppy fstab
 line look like?

Uumh! Yes I'd already taken all that into consideration and found that it had 
gotten worse in 8.1.

Funny thing; the same floppies formated on a pure DOS machine are found 
acceptable again by mdk.
Another funny thing is that win4Lin does a reasonable job as well, though!

I haven't tried fiddling with the etc/fstab entry yet, wanting to know if 
this was happening to others as well. Apparently it does!

My guess is that setting fs to fat instead of auto might help, but I'm not 
sure as that will force me to have to change the line everytime I want to 
mount a ext2 floppy.
On the other hand I'm not so sure on the /dev/fd0 and /dev/fd0u1440 devices 
and the way they are/or are not linked. (and what's the fd-link to 
../proc/self/fd doing there?)...any idea's?

Here's  my floppy line from etc/fstab, it's hasn't been altered since the 
installation.

/dev/fd0 /mnt/floppy auto
user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0




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



Re: [newbie] NVidia Drivers

2001-11-22 Thread David ..


Oops. I thought he had downloaded the tar version of the source files.

From: Robert MacLean [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [newbie] NVidia Drivers
Date: Thu, 22 Nov 2001 16:38:20 +0200

the tar command will only work for .tar.gz files
the rpms require the rpm command

___
Robert MacLean

- Original Message -
From: David .. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 22, 2001 4:29 PM
Subject: Re: [newbie] NVidia Drivers


 
  I'm somewhat new at this as well. But here it goes, this worked for
me, just
  did it last night.
 
  run tar -zxvf files downloaded
  -This will create two directories.
  -CD into the dir with the kernal
  -Run make
  -Once done, then do make install.
  Next move to the dir with un tar'ed GLX, do the same as above.
  move move to /etc/X11 and edit the Xconfig-4(I forget the correct
  spelling since I don't have access to a linux box now)
  Find where it says, LOAD 'dbe' ADD the following under this line:
LOAD glx
 
  Next find nv and change this to nvidia.
  Logout, restart x-window and your ready to go. I did all the make's
and
  changes while in KDE.
 
 
 
 
  From: R  C [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: [newbie] NVidia Drivers
  Date: Thu, 22 Nov 2001 00:55:53 -0500
  
  Hi All,
  
  This is going to be a very elementary question...but  it's my first
time!
  
  I'm going to try to install the NVidia Drivers from their website
onto my
  system. I find so much conflicting information in all the
installatin
  guides
  and readme files that I'm totally confused.
  
  I have an idea of what I'm supposed to do but...?
  
  First of all, I downloaded the following files, which by the way
downloaded
  into my home directory/home/me/ (is this correct?)
  
   NVIDIA_GLX-1.0-1541.i386.rpm
   NVIDIA_kernel-1.0-1541.mdk80up.i386.rpm
  
  I'm relativley sure I have the correct files due to the fact that
the only
  other choice for LM is for SMP kernel, which from what I read is
not what I
  want. I have one CPU running LM8.0
  
  Secondly, I'm told to exit the X server and set my default run
level as to
  boot to console and not start X?
  
  Thirdly, am I upgrading or installing?
  
  Lastly, Do I install/upgrade in sequence.ie: kernel first then
glx?
  
  Remember folks, I'm a virgin.take is easy on me, I'm trying!
  
  TIA,
  Roger
  
  
  --
  Registered Linux User 244036
  Since August 2001 - LM8.0
  Open Source = Freedom
  
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 
 
  _
  Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp
 
 
 


--
--


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


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


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




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



Re: [newbie] AOL help Simple Samba

2001-11-22 Thread Randy Kramer

Dave Sherman wrote:
 On Wed, 2001-11-21 at 15:57, Randy Kramer wrote:
  Dave Sherman wrote:
   My Aunt MAUREEN was a military advisor to IKE  TINA TURNER!!
 
  OK, so what's the rest of the story?
 
 I run fortune in a cron job, to generate my signature file. I really
 don't know what some of these things mean I think the signature in
 this message is just a silly joke to keep you hanging ;-)

Ok, thanks! -- Darn, I thought there was a real story here.

regards,
Randy Kramer



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



[newbie] booting in console mode and seeing booting logs to diagnose problem

2001-11-22 Thread Anguo



Hi all!

Idual boot  win98 + Mandrake 8.1

Questions:
1- How can I use the boot disk to boot into the console mode 
rather than the graphical login?

2- Where can I then see the logs of the booting 
sequences.

Problem:
KDE or any other window manager won't start anymore. The 
graphic login only has two options: previous and failsafe, neither of which get 
anythingstarted. There are quite a few error messages that appear during 
the machine booting sequence. 
I'd like to see what they are so that I can solve (with your 
precious help) whatever problem there is. 

I recently added a new FAT32 partition using diskdrake and 
then formated it under win98. I needed the new partitions so that I could 
install office2000. (I unfortunately still need that because of the lacking 
chinese support under linux - I still haven't been able to get it working 
properly). I think part of the problem is related to this (something about too 
manypartitions being mounted...).

I'll be able to provide more details about the real problem 
onceI get the answer to the two questions 
above...


Thanks for your help,

Anguo






Re: [newbie] formatting floppies

2001-11-22 Thread Tom Brinkman

On Thursday 22 November 2001 08:11 am, H.J.Bathoorn wrote:

 I haven't tried fiddling with the etc/fstab entry yet, wanting to
 know if this was happening to others as well. Apparently it does!

 My guess is that setting fs to fat instead of auto might help, but
 I'm not sure as that will force me to have to change the line
 everytime I want to mount a ext2 floppy.
 On the other hand I'm not so sure on the /dev/fd0 and /dev/fd0u1440
 devices and the way they are/or are not linked. (and what's the
 fd-link to ../proc/self/fd doing there?)...any idea's?

 Here's  my floppy line from etc/fstab, it's hasn't been altered
 since the installation.

 /dev/fd0 /mnt/floppy auto
 user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0

Actually setting fstab to auto is what fixes it for me

none/mnt/floppy supermount  auto,user, 
iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0

   I got that line from a Mandrake developers post on the cooker ML, 
you might wanna try it. There should be a comma after auto, BTW. 
Supermount is optional, but works flawlessly for me ;)
-- 
  Tom Brinkman             Galveston Bay, USA



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



Re: [newbie] Reload Xinetd

2001-11-22 Thread skidley

On Thu, 22 Nov 2001, Ethan wrote:

 that's strange. I am running LM 8.1 and issued the command as root in
 the /etc/rc.d/init.d/ driectory. typing xinetd by itself gets no
 response. And I believe that xinetd is the default - for without it, ftp
 and other services cannot run...

 man xinetd shows that sending the signal SIGUSR2 will cause a hard
 reconfiguration... but how do you do that. I tried kill -SIGUSR2 xinetd
 but it does not work. pls advise. thank you.

Did you tab out the xinetd like typing /etc/rc.d/init.d/xin then tab, just
to make sure it's even there or try /etc/rc.d/init.d/./xinetd restart(or start if it
isn't running). See if it is even running: ps -aux | grep xinetd. Other than that
it is very strange because it works fine here and I'm using LM 8.1 as well.

-- 
Chad Young
Registered Linux User #195191 @ http://counter.li.org




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



[newbie] asf files on mplayer runs too fast

2001-11-22 Thread mnu


I installed the mplayer-0.50-2mdk.i586.rpm using rpm -ivh file command, and 
it seemed to install properly, finally.  (I don't know how to enable -gui 
using rpm, though :( but I'll make do with terminal mode as long as I get to 
watch my movies).  

.avi files run beautifully. .asf files, however, are another story. Both the 
audio and the video plays too fast.  

I thought it might be that gcc2.96 issue/bug that the makers of mplayer were 
talking about, so I replaced that with gcc 3.0.2, with the accompanying 
dependencies.  Then I recompiled mplayer.  Nothing changed, though. It still 
runs too fast.

My CPU is an AMD Athlon 750, and my video card is Nvidia TNT2 Vanta.





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



Re: [newbie] Reload Xinetd

2001-11-22 Thread skidley

On Thu, 22 Nov 2001, Ethan Lee wrote:

   many thanks. that worked, but may I ask why are there 2 differing
 versions of xinetd ?

 Anuerin G. Diaz wrote:

 you are using the xinetd from /usr/sbin. you may have issued xinetd from a 
directory other than the one specified or you didnot type the fullpath.either go to 
the directory
 
   /etc/init.d/
 
 then execute
 
   ./xinetd reloador ./xinetd restart
 
 or do it in one swoop
 
/etc/init.d/xinetd [ reload | restart ]
 
 HTH
 
There aren't two versions. The /usr/sbin/xinetd is the binary that runs
it. /etc/rc.d/init.d/xinetd is a script used to start, stop, restart. etc.
Many services have such init-scripts to initialize them. You'll notice
there are many in the /etc/init.d/. Also notice the name of the dir 
init.d for initializing.

-- 
Chad Young
Registered Linux User #195191 @ http://counter.li.org




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



[newbie] looking for old WXFTP rpms

2001-11-22 Thread Jim Snyder

Hi Folks

Hope you all are having a nice Thanksgiving. I am on my fourth install of 
mandrake 8.1 and I think I finally got it right. I still cannot access my 
locked external zip drive but do have access to the CD finally.

Does anyone have copies of the older WXFTP program in RPMs? I lost them while 
reloading and reformatting my hard drives. There were two. I really liked 
this program and have searched the 'net in vain to find it again. I have used 
it since about 1998.

Many thanks in advance.

Jim
[EMAIL PROTECTED]



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



[newbie] dhcpd can't find eth0

2001-11-22 Thread Cliff Bowman

Happy Thanksgiving, everyone.  (If you're outside the US, Happy Thursday?)

I can't seem to get my system to network properly.  When I try to ping it 
from another (known good) machine, nada...  Looking at the boot.log file
shows that the ifup process fails, then immediately thereafter the network 
process brings up eth0.  Twenty seconds later, network shuts eth0 down.
When I look at the daemons/errors file, it says that dhcpd failed to find 
eth0.  So...could someone please tell me what I did wrong in configuring my 
machine?

Data:  3Com 3C905C-TX NIC, Mandrake 8.0 Powerpack edition, network card
shows up under HardDrake with the correct kernel module (should it have a
device mapping?  none is shown).  

Thanks!

--Cliff




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



Re: [newbie] Laptop touchpads Linux info

2001-11-22 Thread Ricardo Castanho de O. Freitas

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 21 Nov 2001, PENA FAMILY wrote:

Hi,

I do have a touchpad on my desktop! (Guess the brand name?)

I have used it with debian, slack, freebsd, conectiva and now with mdk8.1!

My touchpad is connected to ps2 with the adapter it came with!
I'm using the ps2 just the let free my serial port!
Recently, I've changed the driver to glidepoint. It didn't change its
functionality!

Oh!mdk recognize it during instalation as a generic ps2 mouse!

[]s Ricardo Castanho

 I found this link while visiting the Synaptics.com for info on their
 touchpad and see if it could help me with getting the touchpad to work for
 Linux. They provided a link to a fella by the name of Bruce Kall. As usual
 the info is in regards to RedHat installation, but that shouldn't really
 matter. The fact is there is a driver for it, but it may be out of my
league
 as for installing it and setting it up. If someone else happens to have the
 Synaptics touchpad they can put it the link to good use.

 http://compass.com/synaptics/





- -- 
Whenever possible mailto:[EMAIL PROTECTED]
==
Linux user # 102240 = Machine # 96125 = Seti@home user
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iEYEARECAAYFAjv9Tw8ACgkQ9I0k95pf9XuAGgCfdoW4u40kP/d5Lrposcc2EuWl
TdEAn3LvEhKKzQ0IqdxXU7oUr17O+DPW
=tOEC
-END PGP SIGNATURE-





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



[newbie] empty messages anyone?

2001-11-22 Thread Ricardo Castanho de O. Freitas

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,

It's been a while that I'm receiveing blank messages, just the headers!
Anyone else with the same trouble?

[]s Ricardo Castanho

- -- 
Whenever possible mailto:[EMAIL PROTECTED]
==
Linux user # 102240 = Machine # 96125 = Seti@home user
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iEYEARECAAYFAjv9VVMACgkQ9I0k95pf9XubvwCfUbLajpvOpxbq5ZtyoplAZcFD
RhYAnjXMF2MsQXiPBIsISAG3fu/JI7KC
=azFJ
-END PGP SIGNATURE-





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