Re: [newbie] Re: ark rar

2005-04-09 Thread Anne Wilson
On Saturday 09 Apr 2005 11:52, Q.H. Wang wrote: Q, if you delete your reply-to address, it would be easier for people on the Mandrake/Mandriva lists to respond to your posts. Hi Miark, Many thanks for your suggestion. Now I have removed my address from the reply-to. In fact I don't

Re: [newbie] Re: ark rar

2005-04-09 Thread Q.H. Wang
Many thanks Anne. I really don't realize it's the problem of replying posts directly to me, not the list. I thought it has caused some other problems. Now I'm clear. Bests, Q.H. Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [newbie] Re: KDE /K3B problem

2005-04-05 Thread Derek Jennings
On Tuesday 05 April 2005 13:59, Russell Butler wrote: Derek Jennings wrote: On Tuesday 05 April 2005 11:16, Russell Butler wrote: Hello all I have Mandrake 10.1 on 2.6.8.1-12mdk win4Lin kernel installed (dual boot with Win) and mostly use KDE. since a recent re-install I had been using

Re: [newbie] re: newbie df

2005-03-28 Thread Rosemary McGillicuddy
On Monday 28 Mar 2005 17:09, SnapafunFrank wrote: Rosemary McGillicuddy wrote: Warnings well heeded. I am almost too scared to do anything in Mandrake now - no just kidding. [EMAIL PROTECTED] rosemary]# fdisk /dev/hda The number of cylinders for this disk is set to 4865. There is

Re: [newbie] re: newbie df

2005-03-28 Thread SnapafunFrank
Rosemary McGillicuddy wrote: On Monday 28 Mar 2005 17:09, SnapafunFrank wrote: Rosemary McGillicuddy wrote: Warnings well heeded. I am almost too scared to do anything in Mandrake now - no just kidding. [EMAIL PROTECTED] rosemary]# fdisk /dev/hda The number of cylinders for this disk is

Re: [newbie] re: newbie df

2005-03-28 Thread Mikkel L. Ellertson
SnapafunFrank wrote: Rosemary McGillicuddy wrote: Warnings well heeded. I am almost too scared to do anything in Mandrake now - no just kidding. [EMAIL PROTECTED] rosemary]# fdisk /dev/hda The number of cylinders for this disk is set to 4865. There is nothing wrong with that, but this is larger

Re: [newbie] re: newbie df

2005-03-28 Thread Mikkel L. Ellertson
Rosemary McGillicuddy wrote: Okay - first up: during the install, I selected the partitions that Mandrake preselected - which is what I was advised to do, probably at linuxquestions or another forum, or possibly on the installation process itself. These were: hda5 (5.8Gb, /, ext) hda6 (368Mb,

Re: [newbie] re: newbie df

2005-03-28 Thread Rosemary McGillicuddy
On Tuesday 29 Mar 2005 04:49, Mikkel L. Ellertson wrote: SnapafunFrank wrote: Rosemary McGillicuddy wrote: Warnings well heeded. I am almost too scared to do anything in Mandrake now - no just kidding. [EMAIL PROTECTED] rosemary]# fdisk /dev/hda The number of cylinders for this

Re: [newbie] re: newbie df

2005-03-27 Thread SnapafunFrank
Rosemary McGillicuddy wrote: Warnings well heeded. I am almost too scared to do anything in Mandrake now - no just kidding. [EMAIL PROTECTED] rosemary]# fdisk /dev/hda The number of cylinders for this disk is set to 4865. There is nothing wrong with that, but this is larger than 1024, and could

Re: [newbie] Re: mp3s to wav/cd burning

2005-03-20 Thread JoeHill
On Sat, 19 Mar 2005 13:15:52 +0100 Björn Lundin disseminated the following: What do people use for making music cds from mp3s? if you like the cli, make wavs with this script, You do need sox and mpg123. from there burn the wavs as usual [EMAIL PROTECTED] mp3_lisa]$ cat

Re: [newbie] Re: mp3s to wav/cd burning

2005-03-20 Thread Mikkel L. Ellertson
JoeHill wrote: On Sat, 19 Mar 2005 13:15:52 +0100 Björn Lundin disseminated the following: What do people use for making music cds from mp3s? if you like the cli, make wavs with this script, You do need sox and mpg123. from there burn the wavs as usual [EMAIL PROTECTED] mp3_lisa]$ cat

Re: [newbie] Re: mp3s to wav/cd burning

2005-03-20 Thread JoeHill
On Sun, 20 Mar 2005 18:48:59 -0600 Mikkel L. Ellertson disseminated the following: # mp3 functions function mp3ren() { for i in *.mp3; do mv $i `echo $i | tr ' ' '_'`;done; } function mp3dec() { for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done; } First one

Re: [newbie] Re: Nokia 6800 connection

2005-03-15 Thread Bryan Phinney
On Monday 14 March 2005 16:23, Amy wrote: Indeed, my model does not have bluetooth. I would be using the data cable to connect it up. Do you have a program you use for things like contact book backup, loading pictures on your phone, etc? Part of the reason I'm asking on the list is that I am

RE: [newbie] re: SSHD

2005-03-15 Thread Mrexecutive
:54 AM To: newbie@linux-mandrake.com Subject: Re: [newbie] re: SSHD Mrexecutive wrote: Hello Guys, I installed SSHD but forgot how to start it or can someone show me how to put it in the autoexec file for linux so it does it upon start up? Sorry im a newbie! Go

Re: [newbie] re: SSHD

2005-03-15 Thread Duncan Anderson
Mrexecutive wrote: Hello Duncan, I tried doing: chkconfig --add sshd but its telling me No such file or directory any idea what im doing wrong? I am logged in as su also :( Hi Try specifying the full path: /sbin/chkconfig -- add sshd or else, when you use su, do it like this: su - The minus

Re: [newbie] Re: Nokia 6800 connection

2005-03-14 Thread Bryan Phinney
On Sunday 13 March 2005 18:16, Amy wrote: If anyone else is reading this, and has any experience with Nokias directly, I'd appriciate it if you'd comment and let me know. Thanks! I have a Nokia 6600. It has IR and Bluetooth. I have used bluetooth quite a lot and the connection to Linux is

Re: [newbie] Re: Nokia 6800 connection

2005-03-14 Thread Amy
On Mon, 14 Mar 2005 06:34:57 -0500, Bryan Phinney [EMAIL PROTECTED] wrote: On Sunday 13 March 2005 18:16, Amy wrote: If anyone else is reading this, and has any experience with Nokias directly, I'd appriciate it if you'd comment and let me know. Thanks! I have a Nokia 6600. It has IR

Re: [newbie] re: SSHD

2005-03-14 Thread Duncan Anderson
Mrexecutive wrote: Hello Guys, I installed SSHD but forgot how to start it or can someone show me how to put it in the autoexec file for linux so it does it upon start up? Sorry im a newbie! Go into the Mandrake Control Centre (Configure Your Computer) and go into the

Re: [newbie] Re: Nokia 6800 connection

2005-03-13 Thread Amy
On Sun, 13 Mar 2005 08:21:23 -0600, skunge [EMAIL PROTECTED] wrote: Amy wrote: Hey guys, I want to connect my Nokia 6800 phone to my computer to put my own images on it (the ones that came with it suck, and the ones I can download are over priced for what they are), and I was wondering

Re: [newbie] Re: Forum post

2005-03-07 Thread Christopher Taylor
On Mon, 7 Mar 2005 13:26:10 +, Anne Wilson [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 04 Mar 2005 01:27, Christopher Taylor wrote: If you have already edited it, post a copy here. Have you added samba users yet? Again, ask if you need help.

Re: [newbie] Re: Forum post

2005-03-07 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 07 Mar 2005 13:59, Christopher Taylor wrote: Anne, Thanks for getting back. I had a problem last night and had to re-install 10.1. Unlike windows, you probably didn't need to. However, there are times when, as a newbie, it's

Re: [newbie] Re: Forum post

2005-03-07 Thread Christopher Taylor
On Mon, 7 Mar 2005 14:45:07 +, Anne Wilson [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 07 Mar 2005 13:59, Christopher Taylor wrote: Anne, Thanks for getting back. I had a problem last night and had to re-install 10.1. Unlike windows, you

Re: [newbie] Re: Forum post

2005-03-03 Thread Eric Huff
On Thu, 3 Mar 2005 20:27:18 -0500 Christopher Taylor [EMAIL PROTECTED] wrote: Here is the contents of the file. Sorry so big. I removed all lines starting with # to try and reduce the size. Should I have sent as an attachment? It's better to post as text than an attachment. Not sure about

Re: [newbie] Re: various issues

2005-03-03 Thread Rosemary McGillicuddy
On Tuesday 01 Mar 2005 19:25, SnapafunFrank wrote: Mr. Geek wrote: Russell Butler wrote: Rosemary McGillicuddy wrote: Maybe I am being unecessarily negative about linux. But it does seem that one has to work inordinately hard to achivee some basic functions. I have reverted to

Re: [newbie] Re: various issues

2005-02-28 Thread Mr. Geek
Russell Butler wrote: Rosemary McGillicuddy wrote: Maybe I am being unecessarily negative about linux. But it does seem that one has to work inordinately hard to achivee some basic functions. I have reverted to Kmail simply because I can't get links to browser to open from Tbird. It

Re: [newbie] Re: various issues

2005-02-28 Thread SnapafunFrank
Mr. Geek wrote: Russell Butler wrote: Rosemary McGillicuddy wrote: Maybe I am being unecessarily negative about linux. But it does seem that one has to work inordinately hard to achivee some basic functions. I have reverted to Kmail simply because I can't get links to browser to open

RE: [newbie] Re: unsupported scanner

2005-02-23 Thread steve.goodey
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kaj Haulrich Sent: 14 February 2005 10:25 To: newbie@linux-mandrake.com Subject: Re: [newbie] Re: unsupported scanner On Monday 14 February 2005 11:10, Rosemary McGillicuddy wrote: e can select

RE: [newbie] Re: Error in autoinstall Oops, no root partition

2005-02-15 Thread Bambang A. B. Sarif
Thank you for your reply. I have 80G harddrive and 1G memory. I need to install two operating systems (two linux distros) in the workstation. So, 60G will be allocated for mandrake while the rest for the the other. I tried to remove the partitions part and put the following:

Re: [newbie] Re: unsupported scanner

2005-02-14 Thread Rosemary McGillicuddy
e can select a related model of the same make and get it running. Canon 3000F - and I had wondered about using related driver. Cheers Rosemary Want to buy your

Re: [newbie] Re: unsupported scanner

2005-02-14 Thread Kaj Haulrich
On Monday 14 February 2005 11:10, Rosemary McGillicuddy wrote: e can select a related model of the same make and get it running. Canon 3000F - and I had wondered about using related driver. Cheers Rosemary Seems to be a USB scanner. In your place I would give it a try with xsane.

Re: [newbie] Re: unsupported scanner

2005-02-14 Thread Rosemary McGillicuddy
Seems to be a USB scanner. In your place I would give it a try with xsane. Eventually, try Vuescan from Hamrick Software. Yes -it is USB. My priority just now is Internet access, which is proving elusive! Thanks Rosemary Kaj Haulrich.

Re: [newbie] Re: Program to download all the files on a http address

2005-02-14 Thread Paul Smith
On Sun, 13 Feb 2005 15:54:09 -0500, Miark [EMAIL PROTECTED] wrote: Is there some way of downloading at once all the files on a http address? For instance, consider the following address: http://www.gkmweb.com/amarok/10.1/ If you use Firefox, I use an extension called downTHEMall!

Re: [newbie] Re: Program to download all the files on a http address

2005-02-13 Thread Paul Smith
On Sun, 13 Feb 2005 00:24:52 +0100, Kaj Haulrich [EMAIL PROTECTED] wrote: Is there a way of selecting the files to download by its extension, i.e., can one download only rpm files, for instance? As far as I remember one can add the option : --restrict-file-names or some such (I don't have

Re: [newbie] Re: Program to download all the files on a http address

2005-02-13 Thread Miark
Is there some way of downloading at once all the files on a http address? For instance, consider the following address: http://www.gkmweb.com/amarok/10.1/ If you use Firefox, I use an extension called downTHEMall! which works kinda like FlashGet in Winblows. It'll give you a list of

Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Paul Smith
On Fri, 11 Feb 2005 19:34:22 -0500, JoeHill [EMAIL PROTECTED] wrote: Thanks to all who replied me. Is there a GUI for wget? urpmi gwget or gwget2 Thanks, JoeHill. Could you please tell me where from can one get the rpm for gwget? Regards, Paul

Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Dennis Myers
On Saturday 12 February 2005 01:35 pm, Paul Smith wrote: On Fri, 11 Feb 2005 19:34:22 -0500, JoeHill [EMAIL PROTECTED] wrote: Thanks to all who replied me. Is there a GUI for wget? urpmi gwget or gwget2 Thanks, JoeHill. Could you please tell me where from can one get the rpm for gwget?

Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Paul Smith
On Sat, 12 Feb 2005 13:57:48 -0600, Dennis Myers [EMAIL PROTECTED] wrote: It is in contrib if you have a urpmi source set up for the contrib rpms, just do the su passwd and urpmi gwget. HTH Well, Dennis, I do have a urpmi source set up for contrib rpms, but it does not have gwget. What urpmi

Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Kaj Haulrich
On Saturday 12 February 2005 21:22, Paul Smith wrote: On Sat, 12 Feb 2005 13:57:48 -0600, Dennis Myers [EMAIL PROTECTED] wrote: It is in contrib if you have a urpmi source set up for the contrib rpms, just do the su passwd and urpmi gwget. HTH Well, Dennis, I do have a urpmi source set

Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Paul Smith
On Sat, 12 Feb 2005 22:13:54 +0100, Kaj Haulrich [EMAIL PROTECTED] wrote: Well, Dennis, I do have a urpmi source set up for contrib rpms, but it does not have gwget. What urpmi source for contrib rpms do you use? I've got it here:

Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Kaj Haulrich
On Saturday 12 February 2005 23:45, Paul Smith wrote: On Sat, 12 Feb 2005 22:13:54 +0100, Kaj Haulrich [EMAIL PROTECTED] wrote: Well, Dennis, I do have a urpmi source set up for contrib rpms, but it does not have gwget. What urpmi source for contrib rpms do you use? I've got it

Re: [newbie] Re: Program to download all the files on a http address

2005-02-11 Thread Paul Smith
On Fri, 11 Feb 2005 22:42:52 + (UTC), Jonesy [EMAIL PROTECTED] wrote: Is there some way of downloading at once all the files on a http address? For instance, consider the following address: So, either wget -r . http://www.gkmweb.com/amarok/10.1/ or wget

Re: [newbie] Re: Program to download all the files on a http address

2005-02-11 Thread JoeHill
On Fri, 11 Feb 2005 23:31:46 + Paul Smith disseminated the following: Is there some way of downloading at once all the files on a http address? For instance, consider the following address: So, either wget -r . http://www.gkmweb.com/amarok/10.1/ or

Re: [newbie] re sagem

2005-02-05 Thread mx-7
Hi Dave, Sorry here are the command: 1. eagleconfig to configure the USB Modem 2. Choose your encapsulation via country no. 3. Input your login/password 4. Select whether your ISP support encryption login. 5. eagle ctrl -w to initialized the modem 6. startadsl Good luck Regards, Christan On

Re: [newbie] Re: A little light in the EU darkness

2005-02-05 Thread Kaj Haulrich
On Saturday 05 February 2005 23:58, Björn Lundin wrote: Anders Lind wrote: I am perhaps treading in on MandrakeOT-domains here but I do get the feeling that the dane doesn't like EU ;o) And still they joined in '73 I think. However the most EU hostile (within EU) country in most polls are

Re: [newbie] re sagem modem

2005-02-04 Thread mx-7
Hi Dave, Sorry to response so late. Do you need more information about the installation? Regards, Christan On Wed, 2 Feb 2005 13:54:49 +, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi christian please contact me regarding the instalation you did with the sagem modem cheers

Re: [newbie] re sagem

2005-02-02 Thread mx-7
Hi Dave, I have successfully managed to get connected. I have found that the connection wizard corrupts the config file, however you should do the connection wizard absolutely. Then afterwards, you just need to go to your Konsole and log as root with following procedures: 1. Type eagleusb config

Re: [newbie] Re: installation problem

2005-01-31 Thread Elwyn
On Monday 31 Jan 2005 08:20, Cyber Killer wrote: Cyber Killer wrote: Elwyn wrote: The later versions might have new drivers that are causing problems. When I've been trying to sort these little problems out with PCs I try changing the hardware around just in case... OK I'll try,

Re: [newbie] Re: installation problem

2005-01-31 Thread Erylon Hines
On Monday 31 January 2005 12:20 am, Cyber Killer wrote: | Cyber Killer wrote: | Elwyn wrote: | The later versions might have new drivers that are causing problems. | | When I've been trying to sort these little problems out with PCs I try | changing the hardware around just in case... | |

Re: [newbie] re java

2005-01-28 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 28 Jan 2005 10:25, Dave Needham wrote: -- hi greham soory dont understand. how do i get a shell up to put comands in,need step by step please.new to linux. System Terminals Konsole OTOH, you probably have a black screen on your

Re: [newbie] re java

2005-01-28 Thread Graham Watkins
Dave Needham wrote: -- hi greham soory dont understand. how do i get a shell up to put comands in,need step by step please.new to linux. Hi Dave -don't have time for detailed instructions as I have to go out. I'd probably get them wrong anyway. Assuming you are in KDE, there is a little icon

Re: [newbie] re java

2005-01-28 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 28 Jan 2005 11:15, Graham Watkins wrote: Assuming you are in KDE, there is a little icon of a monitor on your taskbar towards the lefthand side. klick on this and you have a shell to type commands in. You should (I think) su to root for

Re: [newbie] re java

2005-01-28 Thread Graham Watkins
Dave Needham wrote: -- hi greham soory dont understand. how do i get a shell up to put comands in,need step by step please.new to linux. Hi Dave -don't have time for detailed instructions as I have to go out. I'd probably get them wrong anyway. Assuming you are in KDE, there is a little icon

Re: [newbie] re sagem

2005-01-28 Thread mx-7
Dave, Thank you for the tips but it is not working neither. My ISP is Wanadoo.mu (MU stands for Mauritius) I already have input the DSN (202.123.2.6 202.123.2.11 respectively) and still cannot connect. If someone has a tips on how to get the modem to work, would be much appreciated. Thank

Re: [newbie] Re: Powershell and $TERM

2005-01-28 Thread Miark
On 28 Jan 2005 12:23:38 -0500, J. wrote: Miark [EMAIL PROTECTED] writes: When I try to run MicroEMACS in Powershell, I get Environment variable TERM not defined! So if I TERM=vt100 and then export TERM all is well. Unless I close and open it again, that is. How do I make this

Re: [newbie] Re: Powershell and $TERM

2005-01-28 Thread Mikkel L. Ellertson
Miark wrote: On 28 Jan 2005 12:23:38 -0500, J. wrote: Miark [EMAIL PROTECTED] writes: When I try to run MicroEMACS in Powershell, I get Environment variable TERM not defined! So if I TERM=vt100 and then export TERM all is well. Unless I close and open it again, that is. How do I make this

Re: [newbie] Re: Powershell and $TERM -- SUCCESS!

2005-01-28 Thread Miark
On Fri, 28 Jan 2005 17:17:57 -0600, Mikkel wrote: Miark wrote: Does Powershell set TERM to any value? If it sets it to a terminal type that isn't defined, there is hope... If TERM isn't defined, you may be able to add something to .bashrc - something like (untested) if [ ! $TERM ] ;

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Miark
On Fri, 28 Jan 2005 21:25:14 -0500, Miark wrote: On Fri, 28 Jan 2005 17:17:57 -0600, Mikkel wrote: Miark wrote: Does Powershell set TERM to any value? If it sets it to a terminal type that isn't defined, there is hope... If TERM isn't defined, you may be able to add something to

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Charles A Edwards
On Fri, 28 Jan 2005 21:29:44 -0500 Miark wrote: When I opened powershell from the XFCE launch bar directly, Try using this as the command in the Xfce entry powershell TERM=vt100 export TERM Charles -- : - cut in regexps I don't think we reached consensus on that. We're still

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Miark
On Fri, 28 Jan 2005 22:23:46 -0500, Charles wrote: When I opened powershell from the XFCE launch bar directly, Try using this as the command in the Xfce entry powershell TERM=vt100 export TERM Promising, but no. :-/ Miark Want to

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Mikkel L. Ellertson
Miark wrote: On Fri, 28 Jan 2005 21:25:14 -0500, Miark wrote: On Fri, 28 Jan 2005 17:17:57 -0600, Mikkel wrote: Miark wrote: Does Powershell set TERM to any value? If it sets it to a terminal type that isn't defined, there is hope... If TERM isn't defined, you may be able to add something to

Re: [newbie] Re: Powershell and $TERM -- REALLY SOLVED!

2005-01-28 Thread Miark
Well, that is easy to fix. Change it to: if [ $TERM = dumb ] ; then export TERM=xterm ; fi _THAT_ did it!! Hurray! One thing to keep in mind - if Powerterm is setting TERM to dumb, then it probably does not support some of the terminal functions of xterm. So some programs may not work

Re: [newbie] Re: Powershell and $TERM -- SPOKE TOO SOON

2005-01-28 Thread Mikkel L. Ellertson
Mikkel L. Ellertson wrote: Miark wrote: On Fri, 28 Jan 2005 21:25:14 -0500, Miark wrote: On Fri, 28 Jan 2005 17:17:57 -0600, Mikkel wrote: Miark wrote: Does Powershell set TERM to any value? If it sets it to a terminal type that isn't defined, there is hope... If TERM isn't defined, you may be

Re: [newbie] Re: Re: upgrade 8.2 to 10.1: Error, some other host already uses address 127.0.0.1.

2005-01-27 Thread Siposs Attila
2005. janur 27. 00.55 dtummal Mikkel L. Ellertson ezt rta: Joe(theWordy)Philbrook wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It would appear that on Jan 24, Mikkel L. Ellertson did say: I would like to see the output of route -n and ifconfig and ifconfig -a. Something is

Re: [newbie] Re: Re: upgrade 8.2 to 10.1: Error, some other host already uses address 127.0.0.1.

2005-01-26 Thread Mikkel L. Ellertson
Joe(theWordy)Philbrook wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It would appear that on Jan 24, Mikkel L. Ellertson did say: I would like to see the output of route -n and ifconfig and ifconfig -a. Something is definitly strange here. Mikkel [EMAIL PROTECTED] root]# route -n Kernel

Re: [newbie] Re: installation problem

2005-01-24 Thread Elwyn
On Monday 24 Jan 2005 15:37, Cyber Killer wrote: Anne Wilson wrote: Have you tried having unplugged your extra USB things incase there is a problem there?? That's a good point. Setting them up later may be a better option. disconnecting everything doesn't help - any other ideas? Are you

Re: [newbie] Re: upgrade 8.2 to 10.1: Error, some other host already uses address 127.0.0.1.

2005-01-24 Thread Mikkel L. Ellertson
Joe(theWordy)Philbrook wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It would appear that on Jan 23, Joe(theWordy)Philbrook did say: As soon as I get a chance (probably tomorrow) I'll boot the MDK 10.1 and try the ping -a 127.0.0.1 I'll post the results shortly afterwards. Thanks again

Re: [newbie] Re: installation problem

2005-01-24 Thread Elwyn
On Monday 24 Jan 2005 17:14, Cyber Killer wrote: Elwyn wrote: Are you able to try a different video card? I don't see the point of using a different gfx card, cause mandrake 7.0, 8.2, 9.0, 9.2 worked just fine with my current card I had this problem only with 10.0 and 10.1 (so far) If

Re: [newbie] re konqueror

2005-01-24 Thread Elwyn
On Monday 24 Jan 2005 21:39, Dave Needham wrote: hi elwyn dont mater what i use browser wise,just takes for ages to load.now i no you can speed up firefox with settings in about config but i tryed dwnloadin firefox but couldnt get it to work.same with plugins like flash.i suppose its getting

Re: [newbie] Re: new MDK installs get to reboot in rw mode then PERMISSION DENIED

2005-01-23 Thread Siposs Attila
2005. janur 23. 16.15 dtummal Joe(theWordy)Philbrook ezt rta: It would appear that on Jan 17, Joe(theWordy)Philbrook did say: I'm currently downloading the 4 iso Mandrakelinux-10.1-Official-Download set now from a MDK club standard mirror and will give it a try before I give up on

Re: [newbie] Re: OpenOffice question

2005-01-19 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 19 Jan 2005 07:17, SnapafunFrank wrote: From my reading your stuff on this forum I know you are better at this than I so maybe a simpler approach may be the answer? # updatedb # slocate *.stw or maybe # slocate *.stw | grep

Re: [newbie] Re: OpenOffice question

2005-01-19 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 19 Jan 2005 07:22, Russell Butler wrote: If you do, as you should, File-Templates-Save then they should be in whatever directory is set in Tools-Options-Paths-Templates. Yes - I realise that. Coming from another background, I expected

Re: [newbie] Re: KDE disaster

2005-01-19 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 19 Jan 2005 07:12, Russell Butler wrote: Sorry to answer my own question, but I gave in and took over a 15GB portion of a windows partition I had already corrupted, and put in a new system. Now all I have to do is set up win4Lin again

Re: [newbie] Re: OpenOffice question

2005-01-18 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 Jan 2005 09:47, Russell Butler wrote: These may help http://www.openoffice.org/servlets/ReadMsg?list=usersmsgNo=69554 I think this one has the answer. I'll try it today. I did wonder about using mailmerge, but I followed the

Re: [newbie] Re: OpenOffice question

2005-01-18 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One more question, Russell. I set up the label template to give 3 x 7 labels on A4, and saved it. I think that I may have overwritten the original label template rather than making a new one, as I intended, though. OOo itself can see the template

Re: [newbie] Re: OpenOffice question

2005-01-18 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 Jan 2005 12:12, Russell Butler wrote: Try .stw, and look in home/Openoffice.../user/templates/ Nothing there at all. I've searched for .stw in my /home (nothing found) and in /usr. There's a bunch under

Re: [newbie] Re: OpenOffice question

2005-01-18 Thread Charles Lee Ying
Anne Wilson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 Jan 2005 12:12, Russell Butler wrote: Try .stw, and look in home/Openoffice.../user/templates/ Nothing there at all. I've searched for .stw in my /home (nothing found) and in /usr. There's a bunch under

Re: [newbie] Re: OpenOffice question

2005-01-18 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 Jan 2005 19:46, Charles Lee Ying wrote: try looking in ~/.openoffice/, it may have been stored in your home directory. No, I've searched the whole of my /home. I think the original template that I made has been saved in place of

Re: [newbie] re blue tooth service

2005-01-18 Thread Mikkel L. Ellertson
Josenildo Marques wrote: Hullo ! Can I simply turn off the Blue Tooth service without having any unpleasant consequence ? I don't have any blue tooth ;-) TIA Yes Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [newbie] Re: OpenOffice question

2005-01-18 Thread SnapafunFrank
Anne Wilson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 Jan 2005 19:46, Charles Lee Ying wrote: try looking in ~/.openoffice/, it may have been stored in your home directory. No, I've searched the whole of my /home. I think the original template that I made has

Re: [newbie] Re: enigmail

2005-01-17 Thread Charles Lee Ying
mike wrote: Charles Lee Ying wrote: mike wrote: mike wrote: I have a problem with decrypting my sent messages. Been expermenting with gnupg. When I send a signed and encrypted message to someone who has my key they get it and can read it fine and I have their key and can decrypt an

Re: [newbie] Re: enigmail

2005-01-16 Thread Charles Lee Ying
mike wrote: mike wrote: I have a problem with decrypting my sent messages. Been expermenting with gnupg. When I send a signed and encrypted message to someone who has my key they get it and can read it fine and I have their key and can decrypt an encrypted message from them. But when I go to my

Re: [newbie] Re: enigmail

2005-01-16 Thread mike
Charles Lee Ying wrote: mike wrote: mike wrote: I have a problem with decrypting my sent messages. Been expermenting with gnupg. When I send a signed and encrypted message to someone who has my key they get it and can read it fine and I have their key and can decrypt an encrypted

Re: [newbie] re:-Problem with CUPS

2005-01-12 Thread Dennis Myers
On Wednesday 12 January 2005 06:21 am, Alan Dunford wrote: et wrote: On Wednesday 12 January 2005 06:10 am, Alan Dunford wrote: Anne Wilson and Ed Tharp wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 11 Jan 2005 10:58, et wrote: On Monday 10 January 2005 01:52 pm, Alan

Re: [newbie] Re: winmodems

2005-01-12 Thread Tom Brinkman
On Tuesday 11 January 2005 08:19 pm, Ana Paula Samodossi wrote: Thank you all for your suggestions. I think I ll be switching to an adls connection in a few months, thanks for all guys!! When you do go for adsl, holler back Ana, with the hardware required. Often your ISP will provide it.

Re: [newbie] RE: nVidia

2005-01-11 Thread Ron Hunter-Duvar
... Thanks for the links above, I have gotten to the point now where the NVidia installer reports that it has installed a driver for my kernel, but that the driver conflicts with a module called rivafb. Can anyone tell me how to disable the rivafb module in my kernel? Thanks in advance,

Re: [newbie] RE: nVidia

2005-01-11 Thread Kenneth Rhodes
On Tue, 2005-01-11 at 09:43 -0700, Ron Hunter-Duvar wrote: Thanks! My ritzy NVidia FX 5300 PCI Express appears to be working flawlessly. But for some reason when I run harddrake and select the video I get this: Identification Vendor: (null) Description: Media class: DISPLAY_VGA Connection

Re: [newbie] RE: nVidia

2005-01-10 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 10 Jan 2005 08:53, Maureen wrote: Hi all, I'm fixing to rebuild the puter and have heard horror stories about nvidia. I have been using the download version of Mandrake 10.1, the powerpack. Some one said that the download version

Re: [newbie] RE: nVidia

2005-01-10 Thread Edward Holcroft
You can download a very nice nvidia installer for Linux on the nvidia website. ed On Monday, 10 January 2005 10:53, Maureen wrote: Hi all, I'm fixing to rebuild the puter and have heard horror stories about nvidia. I have been using the download version of Mandrake 10.1, the powerpack.

Re: [newbie] RE: nVidia

2005-01-10 Thread Lorin Jenny Pino
- Original Message - From: Hugh Dixon [EMAIL PROTECTED] To: newbie@linux-mandrake.com Sent: Monday, January 10, 2005 5:10 AM Subject: FW: [newbie] RE: nVidia I have recently had a lot of trouble with an nvidia card - I think the problem has been with the card, not the linux drivers.

Re: [newbie] RE: nVidia

2005-01-10 Thread JR
On Monday 10 January 2005 08:41 am, Lorin Jenny Pino wrote: - Original Message - From: Hugh Dixon [EMAIL PROTECTED] To: newbie@linux-mandrake.com Sent: Monday, January 10, 2005 5:10 AM Subject: FW: [newbie] RE: nVidia I have recently had a lot of trouble with an nvidia card - I

Re: [newbie] RE: nVidia

2005-01-10 Thread Ian
On Monday 10 Jan 2005 10:29, Edward Holcroft wrote: You can download a very nice nvidia installer for Linux on the nvidia website. and it also helps if you follow the instructions put up by a user on this forum. http://www.jennings.homelinux.net/nvidia.html The instructions certainly

Re: [newbie] RE: nVidia

2005-01-10 Thread John Layt
On Tue, 11 Jan 2005 05:50, JR wrote: Could any notebook users post their experiences with 3D accelleration also? Jarlath I have a Dell Inspiron 8600 with an NVidia Geforce4 5650. When I got it, it was so new that it was unsupported by NVidia's Linux drivers and I had to use the generic

Re: [newbie] RE: nVidia

2005-01-10 Thread Kenneth Rhodes
On Mon, 2005-01-10 at 18:34 +, Ian wrote: On Monday 10 Jan 2005 10:29, Edward Holcroft wrote: You can download a very nice nvidia installer for Linux on the nvidia website. and it also helps if you follow the instructions put up by a user on this forum.

RE: [newbie] RE: nVidia

2005-01-10 Thread Hugh Dixon
wondering if they are used, and to get some user responses. Hugh -Original Message- From: Ian [mailto:[EMAIL PROTECTED] Sent: Tue 11-Jan-05 05:34 To: newbie@linux-mandrake.com Cc: Subject:Re: [newbie] RE: nVidia On Monday 10 Jan 2005 10:29, Edward Holcroft wrote: You can

Re: [newbie] RE: nVidia

2005-01-10 Thread Dave Ashmore
Kenneth Rhodes wrote: On Mon, 2005-01-10 at 18:34 +, Ian wrote: On Monday 10 Jan 2005 10:29, Edward Holcroft wrote: You can download a very nice nvidia installer for Linux on the nvidia website. and it also helps if you follow the instructions put up by a user on this

Re: [newbie] RE: nVidia

2005-01-10 Thread Randall D. Hobbs
On Monday 10 January 2005 02:53 am, Maureen wrote: Hi all, I'm fixing to rebuild the puter and have heard horror stories about nvidia. I have been using the download version of Mandrake 10.1, the powerpack. Some one said that the download version for club members doesn't have the nvidia

Re: [newbie] Re: FireFox speedup

2005-01-09 Thread Sanket Medhi
Kenneth Rhodes wrote: On Fri, 2005-01-07 at 01:13 +0100, Kaj Haulrich wrote: I've tried it for about a week now, and honestly, I can't tell any difference. Do you have Broadband? Dumb question - of course you do, but I wonder what the variable(s) could be that enables this to work for

Re: [newbie] Re: FireFox speedup

2005-01-09 Thread David Reynolds
On Friday 07 January 2005 04:53 pm, Miark wrote: On Thu, 6 Jan 2005 18:44:12 -0600, David wrote: I've tried it for about a week now, and honestly, I can't tell any difference. Besides, my conscience forbids me to send 30 request to a server in order to get one page. There's enough

Re: [newbie] Re: Samba 3.0+ on 9.1

2005-01-08 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 07 Jan 2005 16:15, John Bowden wrote: On Thursday 06 Jan 2005 17:13, Miroslav Skoric wrote: Stephen Kuhn wrote (long ago): Has anyone upgraded the standard Samba 2.2.8 on MDK 9.1 to 3.0+? stephen kuhn - proprietor Hi Stephen,

Re: [newbie] Re: Samba 3.0+ on 9.1

2005-01-08 Thread John Bowden
On Saturday 08 Jan 2005 19:11, Anne Wilson wrote: On Friday 07 Jan 2005 16:15, John Bowden wrote: On Thursday 06 Jan 2005 17:13, Miroslav Skoric wrote: Stephen Kuhn wrote (long ago): Has anyone upgraded the standard Samba 2.2.8 on MDK 9.1 to 3.0+? stephen kuhn - proprietor

  1   2   3   4   5   6   7   8   9   10   >