Re: [newbie] Rats, PPP does not work right.

1999-03-25 Thread Steve Philp

Kuraiken wrote:
 
 Hello again all,
 
 I finally got my external modem (yaay!) and so it was with great
 excitement that I setup the thing and all. (made sure it worked in NT
 first, just to be sure). I got it up, tested the modem in kppp..it
 worked! Great so far...I dialed my ISP...(it took a _very_ long time to
 log in - not a good sign) and then...I was connected!

What speed modem?  You might gain some throughput by running setserial
at boottime:

/sbin/setserial /dev/modem spd_vhi
 
 I could ping the remote connection server just fine. Unfortunately,
 that's all I could do. What the heck?! I tried several times - even went
 back to NT - I'm in NT now :(

Ping by number or name?

Any messages in /var/log/messages?

 Just to see if my ISP was being flaky. Nope. It's working just fine. So
 what on earth could be wrong here?

Could be a number of things, but without more detail it's hard to tell.
 
 There must be something I missed somewhere but I can't figure out what
 it is. I configured another Mandrake box and dialed and it worked, no
 problems. What's the diff? Well...the other box I was lazy and just
 installed as a default "workstation" in the install menu. This one, I
 did custom but what could I have missed? Installed by mistake / not
 installed?

Not configured more than likely... :)
 
-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] httpd user

1999-03-25 Thread Steve Philp

PJ : Biztech wrote:
 
 Trying to configure the httpd.conf file for the user and group for it to
 run under. for Mandrake 5.3 ( of course )
 
   Just about any one I use will allow the "root" or default page to run,
 but when I try to view users pages.   host.com/~user  I get the error
 Forbidden
 You don't have permission to access /~user on this server.
 
   Which group is the proper one?

It's Mandrake's crappy user/group setup (well, actually RedHat is to
blame for it, Mandrake just went along for the ride).

Check the permissions on your home directory.  They're probably
something like:

drwx--  12 lschultz lschultz 1024 Mar 24 21:56 lschultz

Use the command:

chmod go+rx directory name

Retry loading the webpage.  Should work now...

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] KDE questions???

1999-03-25 Thread Steve Philp

"James J. Capone" wrote:
 
 If you all have noticed there is a little CD button on the bottom right of
 the screen in KDE. Well I hit the Icon like 5 times. Now when I goto use it
 (After closing Linux and booting back up and logging in) I click the Icon
 and 5 of the programs open at one Time. I also can play CD's but it will

Right-click on one, and it'll pop up the CD player.  Close the window. 
Do that for each of the CD icons in the tray.  Logout of KDE and startx
again and all of them should be gone.  They're caused by the session
management of KDE -- it'll restart apps that you were running when you
logout.  Handy, but annoying sometimes. 

 not eject them. I have tried to mount /mnt/cdrom and umount /mnt/cdrom
 etc And it doesn't fix the ejecting problem.  Also Is there a script
 that will turn the number keys on while in KDE. Thanks

Probably because all of them are holding locks on the eject button. 
Once you get them all killed, you should be back to normal eject
behavior.  

Give it a try and let us know if there are still problems.

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] X11Amp Problem(s)....

1999-03-25 Thread Steve Philp

Nick Elvester wrote:
 
 Along the same lines, does anyone know how well a Pentium 75 would play
 mp3's?  I'm looking to have a possible dedicated mp3 machine for the
 Hi-fi, but I haven't had the time to test the viability of it.  Also,
 I've had really good luck with the kmpg player, but it's nothing fancy.

That P75 is going to be pretty close, but might work okay if you bump up
the buffering, and bring the playback Hz back to around 22100...  Check
the web for the mpg123 website.  It's an excellent command-line player
and the documentation included with it has some CPU utilization numbers
for various processors.

For KDE use, I've been using Kmp3 with good performance.  I _think_ I
recall it using mpg123 as a backend.

 
 From: Steve Philp [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] X11Amp Problem(s)
 Date: Tue, 23 Mar 1999 23:22:46 -0500
 
 Adam Wright wrote:
 
  My CPU speed is a little ole 486 DX2/66. I have a feeling that this
 might be
  the problem. I am not really sure about what you told me to try.
 Should that
  be typed in exactly like that at the command line?
 
 Hmmm... I don't think all the perfect scheduling in the WORLD is going
 to help a DX2/66 play .mp3's decently.  You might want to try something
 like mpg123 that'll allow buffering of the file so you don't get as
 many
 skips.  You'll probably even end up playing them at something around
 22kHz and mono...  Been along time since I've owned a DX2/66.
 
 
   Does anyone use X11Amp to play MP3 Files? I have it on my Linux
 Mandrake
   system. Whenever I try to run it it will load the file(s) and then
  whenever
   it trys to play them it plays little snippets (maybe 1 second or
 less)
  and
   then stops and then again plays another segment. Is there some
 setting I
  can
   adjust to cure this problem? At first I thought it was because I
 was
  tryig
   to play them from my CD Rom (an older 6X) but I actually copied
 some of
  them
   to the hard drive with the exact same results.
  
  Try this:
  
   chmod u+s /usr/X11R6/bin/x11amp
  
  If x11amp is SUID root, it's able to get better scheduling, so it
 should
  play smoother.  Give it a try.
  
  If it still skips and stutters, what speed is your CPU?
  
  --
  Steve Philp
  [EMAIL PROTECTED]
  
 
 --
 Steve Philp
 [EMAIL PROTECTED]
 
 
 Get Your Private, Free Email at http://www.hotmail.com

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] Autostart KDE

1999-03-25 Thread Bob Bonifield

hehe, do you know of any files I should check out on how to go about
scripting it to go in single user mode?

At 11:41 PM 3/24/99 -0500, you wrote:

My bother with KDE if you don't even have a MONITOR on the system? 
Start it in single user mode with a script to run mpg123 or some other
commandline mp3 player.  You save the CPU and RAM from not running
KDE...

-- 
Steve Philp
[EMAIL PROTECTED]


-
Signed,

Bob 'Reveral' Bonifield
[EMAIL PROTECTED]
Fraggin' in the Heartland
http://lan.quakecity.net/



Re: [newbie] Autostart KDE

1999-03-25 Thread Steve Philp

Bob Bonifield wrote:
 
 hehe, do you know of any files I should check out on how to go about
 scripting it to go in single user mode?

Edit /etc/inittab and change the "id:3:initdefault" line to
"id:1:initdefault".

Then put the mp3 commands into a script in /etc/rc.d/rc1.d/.


 
 At 11:41 PM 3/24/99 -0500, you wrote:
 
 My bother with KDE if you don't even have a MONITOR on the system?
 Start it in single user mode with a script to run mpg123 or some other
 commandline mp3 player.  You save the CPU and RAM from not running
 KDE...
 
 --
 Steve Philp
 [EMAIL PROTECTED]
 
 -
 Signed,
 
 Bob 'Reveral' Bonifield
 [EMAIL PROTECTED]
 Fraggin' in the Heartland
 http://lan.quakecity.net/

-- 
Steve Philp
[EMAIL PROTECTED]



RE: [newbie] httpd user

1999-03-25 Thread Aaron Lynch

can you please explain what the settings mean? I sorta have a grasp on
the chmod 644 style (sorta), so are you?

chmod Group Owner adding Read  eXicute?  So what happens if for example
the file alread had global exicute, no change?

tryin to learn :)
-Aaron

 Check the permissions on your home directory.  They're probably
 something like:

   drwx--  12 lschultz lschultz 1024 Mar 24 21:56 lschultz

 Use the command:

   chmod go+rx directory name

 Retry loading the webpage.  Should work now...

 --
 Steve Philp
 [EMAIL PROTECTED]





Re: [newbie] Rats, PPP does not work right.

1999-03-25 Thread Kuraiken

  worked! Great so far...I dialed my ISP...(it took a _very_ long time to
  log in - not a good sign) and then...I was connected!

 What speed modem?  You might gain some throughput by running setserial
 at boottime:

 /sbin/setserial /dev/modem spd_vhi

V.90 / 56K

  I could ping the remote connection server just fine. Unfortunately,
  that's all I could do. What the heck?! I tried several times - even went
  back to NT - I'm in NT now :(

 Ping by number or name?

 Any messages in /var/log/messages?

By ip address. I don't seem to have any messages...let me see

  installed as a default "workstation" in the install menu. This one, I
  did custom but what could I have missed? Installed by mistake / not
  installed?

 Not configured more than likely... :)

 --
 Steve Philp

That's what I thought. Anyway, Jerry Davies seems to have the _exact_ same
problem as I. Someone has already sent in a link to a page (which I'm reading
now). Hopefully, that solves it - if not, I'll let write again.

--
--
Kuraiken - Apprentice Codecaster
--




Re: [newbie] Rats, PPP does not work right.

1999-03-25 Thread Kuraiken

Whoops,

Sorry, got the names mixed up. It was Jerry who sent the link - Jacob the one
who had the trouble. Sorry about that Jerry and thanks for the page!




[newbie] Alright! time to nuke NT

1999-03-25 Thread Kuraiken

Greetings folks,

I finally got my ppp working. Many many many thanks to everyone who helped
(directly or indirectly) - you guys are great!

And they said Linux has poor support...hmm...must have confused it with
something else entirely.

Okay, I'm writing this in KMail. I like it but will have to move my mail over.
I'd like to continue using Netscape mail for awhile at least...but I can't seem
to get into the [mail] part of the Netscape preferences area without hanging
netscape. Only a kill [procnum] would get rid of the process. What gives?

Is there something I'm supposed to do...somewhere? (aside from flame netscape
inc. that is) Anyone else have this problem?  I seem to recall Red Hat 5.1 and
5.2 gave me the same problems on every machine I tried it on.

Cheers again, all.

Regards,
Kuraiken



Re: [newbie] KDE -high res color??-

1999-03-25 Thread Steve Philp

Dave Lindsay wrote:
 
 When starting up X, instead of typing startx you may want to type startx --
 -bpp your colour depth here
 
 Does anyone know how to set the default colour depth?

In the same Section that you're adding resolutions to, add a line (just
prior to the different bitdepth stanzas) that reads:

DefaultColorDepth X



-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] X11Amp Problem(s)....

1999-03-25 Thread Steve Philp

Nick Kay wrote:
 
 At 10:21 24/03/99 -0800, you wrote:
 At 13:19 23/03/99 -0500, you wrote:
 My CPU speed is a little ole 486 DX2/66. I have a feeling that this
 might be
 the problem. I am not really sure about what you told me to try. Should
 that
 be typed in exactly like that at the command line?
 
 
 Ooops. I think you're out of luck here. I get stuttering on my 450mhz
 Celeron -
 I'm surprised a dx2-66 is able to play *anything* :)
 Time for a hardware upgrade - look out for a secondhand p200.
 
 Stuttering on your 450 Celery (oops, I mean celeron..) that shouldn't
 happen, i'm running a 166MX( running at 200 MMX) and I don't have a problem!
 
 
 It happens when there's heavy graphics activity such as Netscape scrolling or
 changing to another virtual screen. There was a thread on the Caldera
 list which seemed to be of the opinion that the PCI bus was getting scragged
 if you don't have an AGP card. If I don't do any work then the mp3s
 come out fine. Not a huge worry.

You might consider trying out kmp3.  It uses mpg123 as a backend for mp3
playing and also allows you to use an input buffer so you don't get the
skipping during a heavy load.  I had the same problems with skipping if
I scrolled down a page in Netscape, but don't have any problems now with
an input buffer of around 1M.

I don't have an exact URL for kmp3, but you should be able to find
references to it on http://www.kde.org and http://freshmeat.net.

-- 
Steve Philp
[EMAIL PROTECTED]



[newbie] Error message on closing kde.

1999-03-25 Thread Reg Wainwright

On quitting kde, although the operation of the kde manager has been
exemplary, I get this error message displayed on the vt that was used to
startx:

Mach64ProgramClkMach64CT: Warning Q  10.6667

Can someone please tell me was to what it means and how to fix it?

Regards,
Reg Wainwright.



Re: [newbie] Installing:

1999-03-25 Thread Tom Berger

On Don, 25 Mär 1999, you wrote: / Am Don, 25 Mär 1999 schrieben Sie:
 Hi:
 I changed the BIOS setting so that my system would boot from my CD-ROM E:
 drive.  

Did you enter 'E:' or 'CDROM' in your BIOS setup? 'E:' won't work. 

Booted up with the mandrake disk in the drive and I saw the light
 come on but for some reason it still installed win 98.  Any help on this?


If it's not a wrong BIOS setting, it's a question of timing. May take some
time to figure out at which point of time the CD should be inserted.  
  
 Also I have Partition Magic.  It is included with a program called boot
 magic.  Has anyone used this? Can it be used instead of LILO? Are there
 problems with using it?
 

You *can* use that, but I'd prefer LiLo. It's much easier to handle and
you may configure it from within Linux. Also if you run into troubles with
LiLo you are much more likely to receive help, because 80% of all Linux
users use it and it's covered in various docs.

  Thanks
 David:

You're welcome

tom

--
"The perversity of the Universe tends towards a maximum." (Finagle's Law)
Thomas 'Tom' Berger, [EMAIL PROTECTED] No UCE. No spam. 'nuff said.



[newbie] upgrade kde?

1999-03-25 Thread mc

I'm just started to learn linux by installing (after redhat 5.2) a
mandrake 5.3 taken from a cd bundled with a magazine. It is well
working, and literally I enjoy linux/mandrake.
But I saw the cd installed "kde 1.1-0.1 alpha 1rh5x", which is rather
old, I think.  So,I downloaded  both "kde-installer-1.1-5rh5x.i386.rpm"
and "kde-1.1-rh5x-i386-rpms-complete-set.tar" ( a BIG army of bytes to
download!). Reading "notes on the kde-1.1 rpm packages for red hat
linux", I saw the upgrading is not a trivial task, there are some others
actions (as I understood) to do before and after doing the
"install-kde-1.1", and I doubt I'm able to carry out all the operations
risklessly...
So, now I'm waiting in front to the keyboard ready to start the
install/upgrade only if someone could  tell me: "yes Massimo, do it, it
is only needed to run the "install-kde.1.1" script and you are on the
fly".
Can someone tell me that ?

--

-Massimo Corinaldesi





[newbie] KDE Problem

1999-03-25 Thread jimaller

Hi everybody.

I tried to submit this problem twice but it doesn't seem 
to be getting up to the list.

I am really stuck on this one.  I installed the 
Linux-Mandrake 5.3 package on one of my 
computers yesterday and all seemed to be going well until 
I started KDE.  

First, I got an Error message that said:

_
   |  KFM Error  |
   | |
   |  Could not create   |
   |~/.kde/share/apps/kfm/magic  |
   |_|

I clicked past this message and got the KDE desktop, but 
I can't launch any applications and none of the buttons 
work.  The only thing that I could do within KDE was shut 
down and get out.  

If anyone has a clue as to why this happened and how it 
can be fixed, please let me know.

Thanks in advance,

Jim



[newbie] Linux is Wonderful

1999-03-25 Thread Geoff Jackie Barkman

I've been using linux for a few days now and starting to know my way round.
A handy trick someone show me was when you type a command line and don't
know all of it type the first letter, then the "TAB" key... it brings up a
list of possible commands with that letter. 
I used Sndconfig to get my sound card going.
 But how do I get my Network card going. Under that old inferior operating
system that I used to use (win95- I think they called it) It is an ISA
NE2000 compatible card it used I/O 0340 - 035F  IRQ 10. Where do I find
these configeration settings so I can get it to work? At present I'm still
using Win95 to get on the net but hopefully I'll be able to do away from
this soon and use my Linux box to do the job.
Thanks for you help[ guys and girls.
Geoff
The Wee Computer
Geoff  Jackie Barkman :-)
Dunedin 
New Zealand
http://www.geocities.com/Yosemite/Gorge/9405/



[newbie] drivers for viper 330 8 meg

1999-03-25 Thread Rick Murphy

Hi gang,

I've successfully loaded the linux Xconfigurator drivers for my four meg viper 330 but 
I'm not

having any luck with the new 8 meg verson of the viper 330 that I upgraded to.  I'm 
using

Mandrake 5.3. Any suggestions would be appreciated.

Rick

--
"I don't want to swim in a roped off sea." JB





[newbie] Zip Drive support under Mandrake Linux

1999-03-25 Thread RILINDO FOSTER

Forgive me if this has been asked before, but is there native support for
IDE/ATAPI zip drives under LM 5.3?

If so, how do I enabled it? Do I just create a /mnt/zip directory and then
access it and then edit the fstab? Or is there something else involved?

 - Rilindo


Get free e-mail and a permanent address at http://www.netaddress.com/?N=1



RE: [newbie] Alright! time to nuke NT

1999-03-25 Thread Aaron Lynch

all my redhat netscape problems were fixed automaigically by installing
the 4.5 rpm from contrib.redhat.com

 Greetings folks,

 I finally got my ppp working. Many many many thanks to
 everyone who helped
 (directly or indirectly) - you guys are great!

 And they said Linux has poor support...hmm...must have
 confused it with
 something else entirely.

 Okay, I'm writing this in KMail. I like it but will have to
 move my mail over.
 I'd like to continue using Netscape mail for awhile at
 least...but I can't seem
 to get into the [mail] part of the Netscape preferences area
 without hanging
 netscape. Only a kill [procnum] would get rid of the process.
 What gives?

 Is there something I'm supposed to do...somewhere? (aside
 from flame netscape
 inc. that is) Anyone else have this problem?  I seem to
 recall Red Hat 5.1 and
 5.2 gave me the same problems on every machine I tried it on.

 Cheers again, all.

 Regards,
 Kuraiken





[newbie] alt.os.linux.mandrake - wow! ;-)

1999-03-25 Thread Tom Berger

Hi!
Well, I just checked alt.config. I am really impressed ;-). 
Everyone who haven't already posted a approving reply to my proposal of
"alt.os.linux.mandrake" in news:alt.config is still invited to do so.

tom

 --
"The perversity of the Universe tends towards a maximum." (Finagle's Law)
Thomas 'Tom' Berger, [EMAIL PROTECTED] No UCE. No spam. 'nuff said.



Re: [newbie] Installing:

1999-03-25 Thread jowilker

I used what you suggested and Mandrake loaded without a hitch.

John

Tom Berger wrote:

 On Don, 25 Mär 1999, you wrote: / Am Don, 25 Mär 1999 schrieben Sie:
  Hi:
  I changed the BIOS setting so that my system would boot from my CD-ROM E:
  drive.

 Did you enter 'E:' or 'CDROM' in your BIOS setup? 'E:' won't work.

 Booted up with the mandrake disk in the drive and I saw the light
  come on but for some reason it still installed win 98.  Any help on this?
 

 If it's not a wrong BIOS setting, it's a question of timing. May take some
 time to figure out at which point of time the CD should be inserted.

  Also I have Partition Magic.  It is included with a program called boot
  magic.  Has anyone used this? Can it be used instead of LILO? Are there
  problems with using it?
 

 You *can* use that, but I'd prefer LiLo. It's much easier to handle and
 you may configure it from within Linux. Also if you run into troubles with
 LiLo you are much more likely to receive help, because 80% of all Linux
 users use it and it's covered in various docs.

   Thanks
  David:

 You're welcome

 tom

 --
 "The perversity of the Universe tends towards a maximum." (Finagle's Law)
 Thomas 'Tom' Berger, [EMAIL PROTECTED] No UCE. No spam. 'nuff said.

--
John R. Wilkerson
1442 B-1 New Castle
Durham NC 27704
919-471-6731




RE: [newbie] httpd user

1999-03-25 Thread Aaron Lynch

you shouldn't change the group of the server. it's better to explicitly
change the permissions on the user, public_html directory and all the
files in it. You sure you've done this?  I use a shell script to
automate it.

#aarons shell script to add users and change permissions on their
#local directories to allow http access to public_html
/usr/sbin/useradd $1
chown $1 /home/$1
chgrp users /home/$1
chmod 755 /home/$1
chmod 755 /home/$1/public_html
cd /home/$1/public_html/
chmod 644 *
/usr/sbin/sendmail $1 /root/welcome.mai

to add a new user my billing software telnets in and says simply
/newuser newusername
badda-boom badda bing.  seems to me changing the server defaults around
is risky at best

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of PJ : Biztech
 Sent: Thursday, March 25, 1999 9:24 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] httpd user


 I guess my reply got lost, so here we go again

   the problem, for my server, isn't the page or folder
 permissions, I do
 have those set right.

  It's the group user found in  httpd.conf

 # User/Group: The name (or #number) of the user/group to run httpd as.
 #  On SCO (ODT 3) use User nouser and Group nogroup
 #  On HPUX you may not be able to use shared memory as nobody, and the
 #  suggested workaround is to create a user www and use that user.
 #  NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
 #  when the value of (unsigned)Group is above 6;
 #  don't use Group nobody on these systems!

 User ???
 Group ???

 I've put in about every combo,  "root", "wheel", "nobody"  with any of
 these choices the main webpage,  host.com will come up, but any sub
 user.  host.com/~user will not.I did use one of my users as the
 Group in the httpd.conf and his page would come up, but not
 the others.

   g,  BSD I've gotten to work, but this is killing me...

 thanks,
 pj

 Steve Philp wrote:
 
  Aaron Lynch wrote:
  
   can you please explain what the settings mean? I sorta
 have a grasp on
   the chmod 644 style (sorta), so are you?
 
  The settings "go+rx" mean to add read and execute
 permissions for the
  group and others.  Since the httpd daemon runs as 'nobody',
 you need to
  allow others permission to your directories so they can
 read the files.
 
  In the numeric style you're used to, it would be 'chmod 755
  directory'.
 
   chmod Group Owner adding Read  eXicute?  So what happens
 if for example
   the file alread had global exicute, no change?
 
  They still need read privileges...
 
   tryin to learn :)
 
  You're doing well.
 
   -Aaron
  
Check the permissions on your home directory.  They're probably
something like:
   
  drwx--  12 lschultz lschultz 1024 Mar 24
 21:56 lschultz
   
Use the command:
   
  chmod go+rx directory name
   
Retry loading the webpage.  Should work now...
 
  --
  Steve Philp
  [EMAIL PROTECTED]





Re: [newbie] upgrade kde?

1999-03-25 Thread Tom Berger

On Don, 25 Mär 1999, you wrote: / Am Don, 25 Mär 1999 schrieben Sie:
 I'm just started to learn linux by installing (after redhat 5.2) a
 mandrake 5.3 taken from a cd bundled with a magazine. It is well
 working, and literally I enjoy linux/mandrake.
 But I saw the cd installed "kde 1.1-0.1 alpha 1rh5x", which is rather
 old, I think. 

Well, th 0.1 alpha stuff only relates to the version of the .rpm package,
*not* KDE itself. Mandrake's default version is KDE 1.1-0.3finalrh5x. If
you have no problems installing and running KDE, stick to your version.

 So,I downloaded  both "kde-installer-1.1-5rh5x.i386.rpm"
 and "kde-1.1-rh5x-i386-rpms-complete-set.tar" ( a BIG army of bytes to
 download!). Reading "notes on the kde-1.1 rpm packages for red hat
 linux", I saw the upgrading is not a trivial task, there are some others
 actions (as I understood) to do before and after doing the
 "install-kde-1.1", and I doubt I'm able to carry out all the operations
 risklessly...
 So, now I'm waiting in front to the keyboard ready to start the
 install/upgrade only if someone could  tell me: "yes Massimo, do it, it
 is only needed to run the "install-kde.1.1" script and you are on the
 fly".
 Can someone tell me that ?
 

Where do you downloaded the set from? Please note that Mandrake uses
adjusted versions of some KDE packages (at least 'base'). Installing the
Redhat version will actually threaten to *break* KDE in Mandrake.
So don't do that then.

  --
 
 -Massimo Corinaldesi

tom


--
"The perversity of the Universe tends towards a maximum." (Finagle's Law)
Thomas 'Tom' Berger, [EMAIL PROTECTED] No UCE. No spam. 'nuff said.



Re: [newbie] Alright! time to nuke NT

1999-03-25 Thread Michael Doyle

On Fri, 26 Mar 1999, you wrote:
 Greetings folks,
 Okay, I'm writing this in KMail. I like it but will have to move my mail over.
 I'd like to continue using Netscape mail for awhile at least...but I can't seem
 to get into the [mail] part of the Netscape preferences area without hanging
 netscape. Only a kill [procnum] would get rid of the process. What gives?
 
 Is there something I'm supposed to do...somewhere? (aside from flame netscape
 inc. that is) Anyone else have this problem?  I seem to recall Red Hat 5.1 and
 5.2 gave me the same problems on every machine I tried it on.
 
 Cheers again, all.
 
 Regards,
 Kuraiken

G'day

I had this same problem late last year when first trying to setup netscape only
it happened to me when trying to set the news setting, the following cured it
but is not a fix as such, try doing it whilse you are on line.

I worked here .

--
Michael Doyle
Adelaide, South Australia
ICQ #2635762
http://landofoz.apana.org.au



[newbie] Partitions?

1999-03-25 Thread David Leathers

Hi
I'm somewhat confused about how to write or name the partitions that I will
set up during install. Here is the way that I think they should be written.
Let me know if I'm wrong. I also have a 3.2G IDE drive to install Linux to I
have listed the MB value that I think I should set these to.

swap partition name "swap"   set at 127MB
root partition name "/"   set at 300MB
/usr partition name "/usr"  set at 900MB
/home partition name "/home set at 100MB

Also I have partition magic can I set these partitions up in PM before
starting the installation process?

Thanks:



Re: [newbie] httpd user

1999-03-25 Thread PJ : Biztech

I'm getting confused then.
  in httpd.conf it says don't use the user and group nobody, it suggests
creating a user and group called www.

   My main question was how do I set that up properly.

As for my permissions on my public_html directory, here it is let me
know if it's fine.

[root@gibor /etc]# ls -la /home/dysan/public_html
total 4
drwxr-xr-x   3 dysanwww  1024 Mar 24 10:21 .
drwx--  14 dysandysan1024 Mar 24 23:39 ..
drwx--   2 dysanwww  1024 Mar 23 19:44 cgi-bin
-rwxr-xr-x   1 dysanwww   202 Mar 23 19:44 index.html
[root@gibor /etc]# 


 This is assuming that www is the group it should be in ( thats how we
have our BSDi 4.0 servers set up at work ... )

thanks,
pj





Aaron Lynch wrote:
 
 you shouldn't change the group of the server. it's better to explicitly
 change the permissions on the user, public_html directory and all the
 files in it. You sure you've done this?  I use a shell script to
 automate it.
 
 #aarons shell script to add users and change permissions on their
 #local directories to allow http access to public_html
 /usr/sbin/useradd $1
 chown $1 /home/$1
 chgrp users /home/$1
 chmod 755 /home/$1
 chmod 755 /home/$1/public_html
 cd /home/$1/public_html/
 chmod 644 *
 /usr/sbin/sendmail $1 /root/welcome.mai
 
 to add a new user my billing software telnets in and says simply
 /newuser newusername
 badda-boom badda bing.  seems to me changing the server defaults around
 is risky at best
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of PJ : Biztech
  Sent: Thursday, March 25, 1999 9:24 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [newbie] httpd user
 
 
  I guess my reply got lost, so here we go again
 
the problem, for my server, isn't the page or folder
  permissions, I do
  have those set right.
 
   It's the group user found in  httpd.conf
 
  # User/Group: The name (or #number) of the user/group to run httpd as.
  #  On SCO (ODT 3) use User nouser and Group nogroup
  #  On HPUX you may not be able to use shared memory as nobody, and the
  #  suggested workaround is to create a user www and use that user.
  #  NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
  #  when the value of (unsigned)Group is above 6;
  #  don't use Group nobody on these systems!
 
  User ???
  Group ???
 
  I've put in about every combo,  "root", "wheel", "nobody"  with any of
  these choices the main webpage,  host.com will come up, but any sub
  user.  host.com/~user will not.I did use one of my users as the
  Group in the httpd.conf and his page would come up, but not
  the others.
 
g,  BSD I've gotten to work, but this is killing me...
 
  thanks,
  pj
 
  Steve Philp wrote:
  
   Aaron Lynch wrote:
   
can you please explain what the settings mean? I sorta
  have a grasp on
the chmod 644 style (sorta), so are you?
  
   The settings "go+rx" mean to add read and execute
  permissions for the
   group and others.  Since the httpd daemon runs as 'nobody',
  you need to
   allow others permission to your directories so they can
  read the files.
  
   In the numeric style you're used to, it would be 'chmod 755
   directory'.
  
chmod Group Owner adding Read  eXicute?  So what happens
  if for example
the file alread had global exicute, no change?
  
   They still need read privileges...
  
tryin to learn :)
  
   You're doing well.
  
-Aaron
   
 Check the permissions on your home directory.  They're probably
 something like:

   drwx--  12 lschultz lschultz 1024 Mar 24
  21:56 lschultz

 Use the command:

   chmod go+rx directory name

 Retry loading the webpage.  Should work now...
  
   --
   Steve Philp
   [EMAIL PROTECTED]
 



Re: [newbie] alt.os.linux.mandrake - wow! ;-)

1999-03-25 Thread Scarlett

Tom,

I tried earlier today to post an approval at dejanews.  Never could
get it to work!  I just used the link to news:alt.config and found the
proposal and posted a reply to the one dissenting vote I saw.  Well,
it's just like Michael said earlier, there's one in every crowd!

I really would prefer the newsgroup.  You had a wonderful idea, and I
hope it happens!

Thanks again,

Scarlett

-Original Message-
From: Tom Berger [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Thursday, March 25, 1999 5:12 PM
Subject: [newbie] "alt.os.linux.mandrake" - wow! ;-)


Hi!
Well, I just checked alt.config. I am really impressed ;-).
Everyone who haven't already posted a approving reply to my proposal
of
"alt.os.linux.mandrake" in news:alt.config is still invited to do so.

tom

 --
"The perversity of the Universe tends towards a maximum." (Finagle's
Law)
Thomas 'Tom' Berger, [EMAIL PROTECTED] No UCE. No spam. 'nuff said.



[newbie] XServer for 3dfx chipset?

1999-03-25 Thread Agi Subagio


How to run Linux Mandrake's XServer (XFree86) with 3dfx Banshee Graphics Card?



Re: [newbie] XServer for 3dfx chipset?

1999-03-25 Thread Paul A. Bernicchi



Hi Agi,

Well, there is. You can setup a late version of the Linux kernel 
(anything newer than 2.1.119 should do) with vesafb and use the 
XF86_FBDev server with it. Anthony D'Amico has a nice introduction how 
to do this at http://www.uno.edu/~adamico/banshee/, 
where he describes how to get the Banshee to work. Note that the section there 
about installing the XF68_FBDev X server can be omitted. Instead use the 
XF86_FBDev that is provided as part of XFree86 3.3.3.1. This works in a 
very similar way for other VBE-2.0 compliant cards as well. 
Hope this helps - it worked like a charm for me... as I am running KDE @ 
800x600x32bpp with no problems.
Take care,
Paul

  - Original Message - 
  From: 
  Agi Subagio 
  
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, March 24, 1999 12:45 
  AM
  Subject: [newbie] XServer for 3dfx 
  chipset?
  How to run Linux Mandrake's XServer (XFree86) with 3dfx 
  Banshee Graphics Card?


Re: [newbie] KDE

1999-03-25 Thread Nick Elvester

I had similar problems, for the KDE I had to choose only 1024*768 and 
24bpp color for my xfree86 settings.  It seems GIMP may not work with 
less that 16bpp color, when I tried it at any less, I had the symptoms 
you describe.  Hope this helps.


From: jowilker [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] KDE
Date: Tue, 23 Mar 1999 12:16:23 -0500

Holding down the Ctrl+Alt and pressing either + or - does nothing, but 
make
clicking noise.

John



Adam Wright wrote:

 Try holding down Ctrl + Alt and then toggle your screen size with the 
+  -
 keys. This works rather nicely for me. I also have a problem with The 
GIMP,
 After I clicked on it the first time it appeared that it was going 
through
 it's setup. Now whenever I click on it it acts as if it is starting 
up and
 after several seconds it just stops and goes back to my regular KDE 
desktop.
 Can anyone out there give me any pointers on getting this program to 
run? I
 am really big into graphics and Web Page design, SO I need a good 
graphics
 program.

 Thanks,
  Adam
 -Original Message-
 From: jowilker [EMAIL PROTECTED]
 To: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Date: Tuesday, March 23, 1999 6:40 AM
 Subject: [newbie] KDE

 I have just installed 5.3 and find in KDE that some of the window
 screens, goes through the bottom of the main screen, for instance, 
Gimp.
 When the icon is clicked on once, GIMP installation comes up, the 
screen
 goes through the bottom and I can't shove it high enough to get to 
the
 bottom of it. It must have buttons at the bottom, that need to be
 pressed, because I can't get rid of it, noway, nohow. I have had the
 same problem with Netscape, while trying to set it up. What do I 
need to
 do?
 
 
 The Mandrake is by far the best program that I have seen. I know 
that
 the install is Red Hats, because I have loaded RH5.2. The KDE is 
cool. I
 wanted to run programs on a more stable platform, but have no 
interest
 in becoming a programmer.
 
 Thanks
 
 John
 --
 John R. Wilkerson
 1442 B-1 New Castle
 Durham NC 27704
 919-471-6731
 
 
 

--
John R. Wilkerson
1442 B-1 New Castle
Durham NC 27704
919-471-6731




Get Your Private, Free Email at http://www.hotmail.com



Re: [newbie] Your comments please:

1999-03-25 Thread Nick Elvester

IRC sound like a good idea to me as well.


From: G_REEPER [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Your comments please: "alt.os.linux.mandrake"?
Date: Tue, 23 Mar 1999 16:52:42 -0600

On Tue, 23 Mar 1999, you wrote:
 Hi!
 Well I don't know about you but I think this mailing list is getting
 somewhat crowded.
 Therefore I wrote a proposal for news:alt.config to suggest a new
 newsgroup named "alt.os.linux.mandrake".
 I will post this proposal to news:alt.config if you think such a 
newsgroup
 would be a good idea.
 
 Your opinions, please!
 
 tom
 
 
 --
 "The perversity of the Universe tends towards a maximum." (Finagle's 
Law)
 Thomas 'Tom' Berger, [EMAIL PROTECTED] No UCE. No spam. 'nuff said.


Agree that or a IRc room .  


Get Your Private, Free Email at http://www.hotmail.com



Re: [newbie] KDE

1999-03-25 Thread Nick Elvester

I had similar problems, for the KDE I had to choose only 1024*768 and 
24bpp color for my xfree86 settings.  It seems GIMP may not work with 
less that 16bpp color, when I tried it at any less, I had the symptoms 
you describe.  Hope this helps.


From: jowilker [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] KDE
Date: Tue, 23 Mar 1999 12:16:23 -0500

Holding down the Ctrl+Alt and pressing either + or - does nothing, but 
make
clicking noise.

John



Adam Wright wrote:

 Try holding down Ctrl + Alt and then toggle your screen size with the 
+  -
 keys. This works rather nicely for me. I also have a problem with The 
GIMP,
 After I clicked on it the first time it appeared that it was going 
through
 it's setup. Now whenever I click on it it acts as if it is starting 
up and
 after several seconds it just stops and goes back to my regular KDE 
desktop.
 Can anyone out there give me any pointers on getting this program to 
run? I
 am really big into graphics and Web Page design, SO I need a good 
graphics
 program.

 Thanks,
  Adam
 -Original Message-
 From: jowilker [EMAIL PROTECTED]
 To: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Date: Tuesday, March 23, 1999 6:40 AM
 Subject: [newbie] KDE

 I have just installed 5.3 and find in KDE that some of the window
 screens, goes through the bottom of the main screen, for instance, 
Gimp.
 When the icon is clicked on once, GIMP installation comes up, the 
screen
 goes through the bottom and I can't shove it high enough to get to 
the
 bottom of it. It must have buttons at the bottom, that need to be
 pressed, because I can't get rid of it, noway, nohow. I have had the
 same problem with Netscape, while trying to set it up. What do I 
need to
 do?
 
 
 The Mandrake is by far the best program that I have seen. I know 
that
 the install is Red Hats, because I have loaded RH5.2. The KDE is 
cool. I
 wanted to run programs on a more stable platform, but have no 
interest
 in becoming a programmer.
 
 Thanks
 
 John
 --
 John R. Wilkerson
 1442 B-1 New Castle
 Durham NC 27704
 919-471-6731
 
 
 

--
John R. Wilkerson
1442 B-1 New Castle
Durham NC 27704
919-471-6731




Get Your Private, Free Email at http://www.hotmail.com