Partition Question

2003-06-01 Thread Gray Cells
hi...i recently installed rh 9 and had partitioned the hd during installation..i had about 25g allocated for /home and 15g for /usr..now i want to change that so /usr has 25g and /home has 10... how do i do this.. can i run disk druid again and reconfigure the hd...if yes how do i run disk druid..

Re: rhn notification icon in RH9

2003-06-01 Thread Allan Gottlieb
At Sun, 01 Jun 2003 01:12:54 -0500 Bret Hughes <[EMAIL PROTECTED]> wrote: > On Sat, 2003-05-31 at 23:52, Allan Gottlieb wrote: > > By mistake I deleted the rhn icon (the color coded little circle) and > > have had a difficult time getting it back. I can still run up2date > > just fine, but the no

Re: Network Programming on RH8

2003-06-01 Thread Chen Shi-Ping
Hi Fred, Thanks for your information. First of all, I will read the APUE book. If I can not figure out the problem. I will post another simple program. Shi-Ping On Fri, 30 May 2003, fred smith wrote: > On Fri, May 30, 2003 at 09:19:56AM -0400, Chen Shi-Ping wrote: > > > > Hi Fred, > > > > Thank

Re: Video Card problem

2003-06-01 Thread Paul Barclay
I too had a problem with the video once I installed Redhat 9.0 What I found was the screen relsolution had been set to an invalid value for my card. Check /etc/X11/XF86config and look near the bottom of the file for the "screen" section. PB On Sun, 2003-06-01 at 03:02, Paul Stegeman wrote: > I in

Re: finding rpm dependencies

2003-06-01 Thread nlimbu
note down the file required for dependencies and then go to www.rpmseek.com and search the corresponding rpm package for the file. Nabin Limbu On 1 Jun 2003 at 14:19, Suryaman Maharjan wrote: > hi all! > > while insatlling rpm i get the message: failed dependencies > trying rpmfind command fo

finding rpm dependencies

2003-06-01 Thread Suryaman Maharjan
hi all! while insatlling rpm i get the message: failed dependencies trying rpmfind command following message is delivered: Cannot install or locate resource Do you want to search it in the catalog? [Y/n]: what's the another way to find the dependencies? regards, Maharjan, S. -- redhat-list

Re: Creating User environment variables.

2003-06-01 Thread Jon Haugsand
* [EMAIL PROTECTED] > Thanks to everone for their information! I appreciate it! However, the information does not seem to be all together correct. Whenever you start a new bourne shell (sh, bash, ksh, ...), the following files are read: /etc/profile /etc/profile.d/*.sh ${HOME}/.bashrc Wh

Re: sed replacing newline

2003-06-01 Thread Cameron Simpson
On 14:42 31 May 2003, dbrett <[EMAIL PROTECTED]> wrote: | I have a file where all the text was put on one line. I noticed where | there should have been a new line there was a ")" just before. I tried to | use sed to add a newline. I could not get it to work. | | cat junk.txt | sed s/\)/\n/g |

Re: Web Auth.

2003-06-01 Thread Anthony E. Greene
On 31-May-2003/21:54 -0400, "Brent L. Cox" <[EMAIL PROTECTED]> wrote: >Ok good news its working now Thanks for everyones help, >the problem with Apache could not access the .htpasswd >file I moved it to a system file and now it works fine > >I just have one question where do I go to configure >se

Re: scp issues

2003-06-01 Thread Bret Hughes
On Sat, 2003-05-31 at 22:21, Kalin Mintchev wrote: > On 30 May 2003, Bret Hughes wrote: > > > On Fri, 2003-05-30 at 19:39, Kalin Mintchev wrote: > > > > > > hi all, > > > > > > i'm trying to do an automated process of scp between 2 linux machines. > > > i can't make it to work. here is what i've d

faulty fix for (javax.servlet does not exist)

2003-06-01 Thread Jonathan Michael Nowacki
> This website http://www.sitepoint.com/article/509/3 says all I have to do > is put servlet.jar in my classpath to solve my problems. Unfortunitally, > it doesn't seem to work. > > > This is my path > -- > $ echo $CLASSPATH > /usr/java/j2sdkee1.4/lib/*.jar:/usr/java/j2sdk1.4.1_0

Re: My ntpd.conf doesn't accept hostames, just ip's

2003-06-01 Thread Todd A. Jacobs
On Tue, 27 May 2003, Bruno Negrao wrote: > If I specify the ntp servers by their hostnames, I receive the following > error messages: Post your config file if you want help with this. But it's a resolver issue; is your /etc/resolv.conf file set up properly? -- The DMCA is anti-consumer. The RI

Re: rhn notification icon in RH9

2003-06-01 Thread Bret Hughes
On Sat, 2003-05-31 at 23:52, Allan Gottlieb wrote: > By mistake I deleted the rhn icon (the color coded little circle) and > have had a difficult time getting it back. I can still run up2date > just fine, but the notification was helpful. > > The rhn manual simply states that the notification ico

Programming Network subsystem

2003-06-01 Thread Mohammed Awad
Hi all, I need someone to tell me about some good reference to push me into the field of programming of the Linux Network subsystem. I need to write a code to implement some additional functionality for the NAT protocol. This is a part of my post graduate research. I didn't practice C for enough

rhn notification icon in RH9

2003-06-01 Thread Allan Gottlieb
By mistake I deleted the rhn icon (the color coded little circle) and have had a difficult time getting it back. I can still run up2date just fine, but the notification was helpful. The rhn manual simply states that the notification icon is there by default. I have another system so I thought it

Re: Loading libc from a called CGI

2003-06-01 Thread Robert Canary
Ahaaa, Thanks Gordon. I found it. This app required the old libc5. But some for reason the rpm installed "/i486-linux-libc5" as perm 700 instead of 755. "ldd" I'll have to remember that. It told two different stories depending if I was running as root or as normal user. Pointed me right at t

Re: scp issues

2003-06-01 Thread Kalin Mintchev
On 30 May 2003, Bret Hughes wrote: > On Fri, 2003-05-30 at 19:39, Kalin Mintchev wrote: > > > > hi all, > > > > i'm trying to do an automated process of scp between 2 linux machines. > > i can't make it to work. here is what i've done so far: > > used ssh-keygen to make a new key with -t rsa (or r

Re: Loading libc from a called CGI

2003-06-01 Thread Gordon Messmer
Robert Canary wrote: /usr/local/sbin/doreg: can't load library 'libc.so.5' It is a permissions problem for sure. Where is libc.so.5, and what are its permissions? Use 'ldd /usr/local/sbin/doreg' to find the library, and 'ls -l' to check its permissions. Make sure that the library and the direct

User permissions to libs

2003-06-01 Thread Robert Canary
How do you set permissions on program so it will load a libc? If I run this app as root it will run. If I run it as a user which it belongs to it will not load libc.5.so hmmm.. any ideas ?? -- robert -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailm

Video Card problem

2003-06-01 Thread Paul Stegeman
Title: Video Card problem I installed Red Hat 9.0 on a cheapie PC Athlon AMD 1.n Gig.  Everything is fine until it boots, then the screen goes dark and everything freezes.  I am having trouble finding the video card ID, it's part of the motherboard which doesn't state what it is. What should

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
Ok good news its working now Thanks for everyones help, the problem with Apache could not access the .htpasswd file I moved it to a system file and now it works fine I just have one question where do I go to configure sendmail On Sat, 31 May 2003 19:26:15 -0500 Joseph A Nagy Jr <[EMAIL PROTECT

Re: Web Auth.

2003-06-01 Thread MKlinke
On Sunday 01 June 2003 01:10, Brent L. Cox wrote: > ok it does prompt now but when I enter the user ID and > Password I ask for it again like it was incorrect and > after 3 times I get auth. req. > > I used this command to create mt .htpasswd file\ > > htpasswd -c .htpasswd blcox > > this is my ent

Re: ReiserFS good idea on RH9?

2003-06-01 Thread Christopher Henderson
Stephen Kuhn wrote: On Sun, 2003-06-01 at 04:31, Dave Altonaga wrote: I got a little more curious about using reiserfs on RH9 So, I dump slackware and install RH9 using reiserfs. Things seem to run alot smoother but I'd have to credit that to only installing gnome and not all the e

Re: Web Auth.

2003-06-01 Thread MKlinke
On Saturday 31 May 2003 20:56, Brent L. Cox wrote: > I do have a .htpasswd and .htaccess files do you have any > examples of them. > thanks, This works for me. /etc/httpd/conf/httpd.conf - AllowOverride AuthConfig Order deny,allow Allow from all end of

Loading libc from a called CGI

2003-06-01 Thread Robert Canary
I have a perl signup script which runs from the signup server. After processing all the info from the web page, it dose a system() call to the program(doreg) that actually dose the interfacing and authentication to the appropriate server. However, I can run the doreg from the command line and fee

Re: Web Auth.

2003-06-01 Thread Joseph A Nagy Jr
Brent L. Cox wrote: ok it does prompt now but when I enter the user ID and Password I ask for it again like it was incorrect and after 3 times I get auth. req. I used this command to create mt .htpasswd file\ htpasswd -c .htpasswd blcox this is my entry in the httpd.conf file Options Inde

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
ok it does prompt now but when I enter the user ID and Password I ask for it again like it was incorrect and after 3 times I get auth. req. I used this command to create mt .htpasswd file\ htpasswd -c .htpasswd blcox this is my entry in the httpd.conf file Options Indexes Includes Foll

root permission denied

2003-06-01 Thread Jonathan Michael Nowacki
$ mkdir /usr/local/bin/update mkdir: cannot create directory `/usr/local/bin/update': Permission denied $whoami root drwxr-xr-x4 root root10240 May 16 15:52 bin drwxr-xr-x 18 root root 1024 Jan 24 18:52 local drwxr-xr-x 20 root root 4096 May 28 13:11 us

Re: Odd sound issue

2003-06-01 Thread Joseph A Nagy Jr
Michael Fratoni wrote: Modules.conf entries are unlikely to help with a lockup. Is X locking up, or the kernel? Are you using KDE or Gnome? Ah, well at least I'll stop getting those countless system mails about the problem those entries were meant to solve. Well, I'm not entirely sure. Everythi

Re: Odd sound issue

2003-06-01 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 May 2003 07:26 pm, Joseph A Nagy Jr wrote: > > I stopped it with the following entries in modules.conf: > > > > alias sound-service-0-0 off > > alias sound-slot-1 off > > alias sound-service-1-0 off > > > > Hope that helps, > > - -- > >

Ugh can't install Java Enterprise Edition do to X11 GUI

2003-06-01 Thread Jonathan Michael Nowacki
When trying to install Java 2 enterprise edition on a Redhat 8 machine using a remote ssh link (via my personal windows computer) I get. $ ./j2sdkee-1_4-beta-linux.sh Using /var/tmp as temporary directory... Searching for Java

Re: Reset Interface statistics eth0

2003-06-01 Thread Werner Puschitz
On Sun, 1 Jun 2003, Mikevl wrote: > Hi Werner > > Yes this sound like what I wanted. Can I achieve the same thing by using > "ifdown" and then run rmmod alias eth1 3c59x. Yes, as long as the 3c59x module is not used by another network adapter. Otherwise rmmod for 3c59x won't work. > > Will r

Re: Web Auth.

2003-06-01 Thread Mike Burger
On Sat, 31 May 2003, Brent L. Cox wrote: > ok I have edited the httpd.conf file but I do not get a > prompt for User ID and Password. Can someone give me an > Example what the entry is suposed to look like in the > httpd.conf. > > I the directory Iam working with is > /var/www/html/php Did yo

Re: Reset Interface statistics eth0

2003-06-01 Thread Mikevl
Hi Werner Yes this sound like what I wanted. Can I achieve the same thing by using "ifdown" and then run rmmod alias eth1 3c59x. Will rmmod actually uninstall the network card completely or just unload it statistics? Many thanks Mike - Original Message - From: "Werner Puschitz" <[EMAI

Re: Odd sound issue

2003-06-01 Thread Joseph A Nagy Jr
Michael Fratoni wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 May 2003 06:58 pm, David van Hoose wrote: Does anyone know why my stock RedHat 9 system seems to probe sound-slot-1 when I only have sound-slot-0 defined in my modules.conf? And what is calling it? I made 'alias so

Re: Reset Interface statistics eth0

2003-06-01 Thread Werner Puschitz
On Sun, 1 Jun 2003, Mikevl wrote: > Hi > > As part of my tracking of the monthly DSL traffic I would like to be able to reset > the interface statistics as shown in if config or /proc/net/dev. I have tried > "ifdown, ifup" although this stops the interface it does not reset the statistics > f

Re: Reset Interface statistics eth0

2003-06-01 Thread Mikevl
Thanks for your reply OOP's sorry about the damn HTML I am normally pedantic about the text emails Yes I am using MRTG the graph statistics of the NIC's. The problem is that the stats don't reset at the start of the DSL billing period so I can't keep track/tell if my ISP is lying about usage. Ma

Re: Odd sound issue

2003-06-01 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 May 2003 06:58 pm, David van Hoose wrote: > Does anyone know why my stock RedHat 9 system seems to probe > sound-slot-1 when I only have sound-slot-0 defined in my modules.conf? > And what is calling it? I made 'alias sound-slot-1 sound-

RE: Reset Interface statistics eth0

2003-06-01 Thread Jonathan M. Slivko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, First, please send all e-mails to this list in plain text, some people don't have HTML compliant mail clients and cannot read your HTML coded e-mail. Second, have you tried using MRTG to monitor statistics? - -- Jonathan - -- Jonathan M. Sl

Reset Interface statistics eth0

2003-06-01 Thread Mikevl
Hi   As part of my tracking of the monthly DSL traffic I would like to be able to reset the interface statistics as shown in if config or /proc/net/dev. I have tried "ifdown, ifup" although this stops the interface it does not reset the statistics for the interface. Obviously I could reset th

Odd sound issue

2003-06-01 Thread David van Hoose
Does anyone know why my stock RedHat 9 system seems to probe sound-slot-1 when I only have sound-slot-0 defined in my modules.conf? And what is calling it? I made 'alias sound-slot-1 sound-slot-0' and it probes for sound-slot-2. Anyone know what program is doing this? I'm running KDE as my deskt

re web auth

2003-06-01 Thread Christopher Russell
re: Web Auth Brent, I do not have the solution, but take a look at this: http://httpd.apache.org/docs-2.0/howto/auth.html I asked a similar question3 weeks ago, but got no good response. My attempt was to use the .conf file, not .htaccess. Hopefully there may be someone out there who has actual

Re: change GDM <-> KDM

2003-06-01 Thread David van Hoose
Cornelius Ko"lbel wrote: Hello, the docs say, I have to insert a line DISPLAYMANAGER="KDE", or XDM or GDM in /etc/sysconfig/desktop. But it has no effect. It always starts the GDM. I am using redhat 9. My /etc/sysconfig/desktop looks like: DESKTOP="KDE" DISPLAYMANAGER="KDE" Just those two lines.

Re: How Switch To CSH Shell in RH?

2003-06-01 Thread David Eduardo Gomez Noguera
On Sat, 2003-05-31 at 08:19, Joseph A Nagy Jr wrote: > David Eduardo Gomez Noguera wrote: > > On Fri, 2003-05-30 at 23:23, Joseph A Nagy Jr wrote: > > > >>David Eduardo Gomez Noguera wrote: > >> > >>>your shell is stored in /etc/passwd as the las field. > >>> > >>>However, you can change that valu

XFS vrs ReiserFS [Was]ReiserFS good idea on RH9?

2003-06-01 Thread Aly Dharshi
Hello All, So ReiserFS is solid, how does SGI's XFS compare to that ? Anybody have any comments on this ? Cheers, Aly. On Sat, 2003-05-31 at 15:25, Stephen Kuhn wrote: > On Sun, 2003-06-01 at 04:31, Dave Altonaga wrote: > > I got a little more curious about using reise

Re: ReiserFS good idea on RH9?

2003-06-01 Thread Stephen Kuhn
On Sun, 2003-06-01 at 04:31, Dave Altonaga wrote: > I got a little more curious about using reiserfs on > RH9 > So, I dump slackware and install RH9 using reiserfs. > Things seem to run alot smoother but I'd have to > credit that to only installing gnome and not all the > extra stuff. > But as a no

Re: php + mysql integration failed!!

2003-06-01 Thread Didier Casse
download apt from http://apt.freshrpms.net and install it. remove the old mysql rpm -e --nodeps mysql rpm -e --nodeps php rpm -e --nodeps php-mysql and so on remove whatever you want!:-) and then install the new ones by running apt-get update apt-get install mysql apt-get install php apt-g

Re: Updating Via RPMs

2003-06-01 Thread Matthew Saltzman
On Sat, 31 May 2003, Joseph A Nagy Jr wrote: > Matthew Saltzman wrote: > > On Sat, 31 May 2003, Joseph A Nagy Jr wrote: > > > > > >>Matthew Saltzman wrote: > >> > To install gcc++ and libstdc++ requires 82 packages be removed (I use > RedCarpet for all my updates, since I can get Gnome upd

RE: Web Auth.

2003-06-01 Thread Jason Staudenmayer
Here's the httpd.conf Options FollowSymLinks AllowOverride None Options Indexes Includes FollowSymLinks AllowOverride All Order allow,deny Allow from all .htaccess AuthType Basic AuthName "Secure area" AuthUserFile /somewhere/save/.htpasswd require valid-user To use .

Re: Web Auth.

2003-06-01 Thread Anthony E. Greene
On 31-May-2003/15:38 -0400, "Brent L. Cox" <[EMAIL PROTECTED]> wrote: >yeah I did stop and start the server. >this is the entry that I have put in my httpd.conf > > >AllowOverride None I think this should be: AllowOverride AuthConfig Limit Tony -- Anthony E. Greene

Re: How Switch To CSH Shell in RH?

2003-06-01 Thread CM Miller
>> >> = >> GTFG >> >> GAIM ID: cmmiller1973 >GTFG? You've got me on that one. It was a thread on the forums on www.stileproject.com, its used when someone asks a question they could have answered themselves and stands for 'Go To Fucking Google' = GTFG GAIM ID: cmmiller1973 __

RE: Web Auth.

2003-06-01 Thread Jason Staudenmayer
That's not going to ask for a usrname and passwd. You'll a need .htaccess file in that dir with the right info. And a .htpasswd file with user names and passwd's. AuthType Basic AuthName "Secure area" AuthUserFile /.htpasswd require valid-user -Original Message- From: Brent L. Cox [ma

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
yeah I did stop and start the server. this is the entry that I have put in my httpd.conf AllowOverride None Deny from from all Order allow,deny would this be correct? On 31 May 2003 22:26:16 +0300 Peter Peltonen <[EMAIL PROTECTED]> wrote: On Sat, 2003-05-31 at 22

Re: Pop - SMTP lag time

2003-06-01 Thread Rob
Tried this $IPTABLES -A OUTPUT -d any/0 -p tcp --source-port 113 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT still lags on connect and send.. g which I new which rpm caused the problem I would remove. At 12:25 PM 05/31/03 -0400, you wrote: On Sat, May 31, 2003 at 11:04:57AM -0500, R

Re: Web Auth.

2003-06-01 Thread Peter Peltonen
On Sat, 2003-05-31 at 22:10, Brent L. Cox wrote: > ok I have edited the httpd.conf file but I do not get a > prompt for User ID and Password. Can someone give me an > Example what the entry is suposed to look like in the > httpd.conf. Did you remember to restart Apache after making changes to h

Re: Web Auth.

2003-06-01 Thread Brent L. Cox
ok I have edited the httpd.conf file but I do not get a prompt for User ID and Password. Can someone give me an Example what the entry is suposed to look like in the httpd.conf. I the directory Iam working with is /var/www/html/php Thanks, Brent On Sat, 31 May 2003 11:38:09 -0400 "An

Xserver idiosyncrasy in 4.x.x?

2003-06-01 Thread Technoslick
I recently changed video cards in my RH 9.0 box, which shares a 17" Samsung 17GLi monitor via smart KVM switch. The previous card was an ATi Rage Pro 3D and the one in there now is a RIVA TNT2. The latter is much more card, so I am quite disappointed at the results that I am getting. Specifical

sed replacing newline

2003-06-01 Thread dbrett
I have a file where all the text was put on one line. I noticed where there should have been a new line there was a ")" just before. I tried to use sed to add a newline. I could not get it to work. cat junk.txt | sed s/\)/\n/g I tried quoting adding quotes. Does anybody know if it is possibl

Re: how to install Java plugin rhat 9

2003-06-01 Thread Dave Altonaga
Why not just check out the source? http://java.sun.com/j2se/1.4.1/jre/install-linux.html --- Aly Dharshi <[EMAIL PROTECTED]> wrote: > There is one at http://www.mozilla.org/start/1.0/ > then go to the > plug-ins section. > > They have a good "FAQ" there. > > Cheers, > > Aly. >

Re: ReiserFS good idea on RH9?

2003-06-01 Thread Dave Altonaga
I got a little more curious about using reiserfs on RH9 So, I dump slackware and install RH9 using reiserfs. Things seem to run alot smoother but I'd have to credit that to only installing gnome and not all the extra stuff. But as a note I am not planning on running a file server service. I would

php + mysql integration failed!!

2003-06-01 Thread Fabio
Hello guys,I have a RH 7.3 with apache 1.3.27, php 4.1.2-7 and mysql 3.23. Someone issuposed to know that RH when installed in standard mode doesn't install anecessary package to allow php working with mysql.This package is: php-mysql-4.1.2-7.i386.rpmWhen I try to use some function on php t

Re: read only cvs account...?

2003-06-01 Thread MKlinke
On Saturday 31 May 2003 18:46, christopher j bottaro wrote: > On Saturday 31 May 2003 11:53 am, Gordon Messmer wrote: > > Are you using CVS over pserver or ssh? If it's over ssh, add a > > user on the system for "someone" and don't add them to the group > > that has write access to the cvs reposit

Re: telnet

2003-06-01 Thread Fabio
dont do it.. it isn't recommended... telnet ins't safe. - Original Message - From: "Brent L. Cox" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 1:59 PM Subject: telnet does anyone know if there is a was to log on as root to a telnet session from a remote compu

Re: Problem while installing RH9

2003-06-01 Thread Brian Ashe
Együd Csaba, On Saturday May 31, 2003 12:27, Együd Csaba wrote: > Hello, > I'd like to set up RH9 on my Compaq Presario 920EA notebook. I've > downloaded the binary iso images and burned the cd-s under WinXP. The disk > boots the system, which asks me about the language of the installation > proce

Re: Monitoring Network Traffic

2003-06-01 Thread Steve Lee
is RRDtool better then MRTG ? On Fri, 30 May 2003, sentinel wrote: > Personally for a web/gui based tool I really like MRTG. I understand that > it will soon be going away (if it hasn't already) in favor of it's bigger > brother RRDtool. Basically using SNMP to pull from your SNMP enabled >

Re: how to install Java plugin rhat 9

2003-06-01 Thread Aly Dharshi
There is one at http://www.mozilla.org/start/1.0/ then go to the plug-ins section. They have a good "FAQ" there. Cheers, Aly. On Thu, 2003-05-29 at 18:02, Steve B. wrote: > How about an installing Java plugin faq? > I've struggled with various online examples. > Because each ste

Re: Creating User environment variables.

2003-06-01 Thread dlangschied
Thanks to everone for their information! I appreciate it! Sincerely, David Langschied Langschied Consulting Services 25644 Mackinac Roseville, MI 48066 Phone: (586)777-7542 Cell: (248)789-8493 e-mail: [EMAIL PROTECTED] - Original Message - From: "Alexander Spanke" <[EMAIL PROTEC

Re: Updating Via RPMs

2003-06-01 Thread Joseph A Nagy Jr
Matthew Saltzman wrote: On Sat, 31 May 2003, Joseph A Nagy Jr wrote: Matthew Saltzman wrote: To install gcc++ and libstdc++ requires 82 packages be removed (I use RedCarpet for all my updates, since I can get Gnome updates as well as general RedHat updates) I think he meant to suggest getting

RE: Creating User environment variables.

2003-06-01 Thread Alexander Spanke
Hi, The same procedure :) You can use the /etc/profile for system wide configurations, or the .profile || .bash_profile if using the bash as login shell to set up the user environment. Regards Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dlangsch

Re: read only cvs account...?

2003-06-01 Thread christopher j bottaro
On Saturday 31 May 2003 11:53 am, Gordon Messmer wrote: > Are you using CVS over pserver or ssh? If it's over ssh, add a user on > the system for "someone" and don't add them to the group that has write > access to the cvs repository. i did that, i'm using cvs over ssh and i made an account for t

Re: Creating User environment variables.

2003-06-01 Thread Brian Ashe
dlangschied, On Saturday May 31, 2003 12:54, dlangschied wrote: > I think you are misunderstanding me. I have a number of environment > variables that I want to pass onto the user at login. I should be able to > do so by modifying a file (like .profile) that is launched when the user > logs in.

Re: Building an application on RedHat 7.2

2003-06-01 Thread fred smith
On Sat, May 31, 2003 at 09:27:50PM +0530, Neeraj Garg, Noida wrote: > Hello everybody, > > I am trying to port an application on linux. In the building process, i want > to use two step process: > > g++ -nostdinc -MD -O2 -funroll-loops -fforce-addr -Wall -W -Wpointer-arith > -Wno-unused -I/usr

Re: Updating Via RPMs

2003-06-01 Thread Matthew Saltzman
On Sat, 31 May 2003, Joseph A Nagy Jr wrote: > Matthew Saltzman wrote: > >> > >>To install gcc++ and libstdc++ requires 82 packages be removed (I use > >>RedCarpet for all my updates, since I can get Gnome updates as well as > >>general RedHat updates) > > > > > > I think he meant to suggest getti

Re: Creating User environment variables.

2003-06-01 Thread Gordon Messmer
dlangschied wrote: I think you are misunderstanding me. I have a number of environment variables that I want to pass onto the user at login. I should be able to do so by modifying a file (like .profile) that is launched when the user logs in. I tried to vi /bin/bash and it was not possible. THe

Re: Creating User environment variables.

2003-06-01 Thread Panos Platon Tsapralis
Hi David, The name of the file is '.bash_profile' in Linux 'bash' shell. It is located in the home directory of the user account. HTH, dlangschied wrote: I think you are misunderstanding me. I have a number of environment variables that I want to pass onto the user at login. I should be able

Re: telnet

2003-06-01 Thread MWafkowski
Not by default, with good reason. Use SSH and be smart, close down the telnet daemon! Regards, Mike Wafkowski http://www.osheaven.net Linux Software and Things - Original Message - From: "Brent L. Cox" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 12:59 PM Subje

Re: telnet

2003-06-01 Thread Gregg Sperling
Check /etc/securetty -- ensure that the terminal from which you are logging in is listed there. (i.e. pts/0, pts/1, etc.) Note: You *probably* don't want to allow remote root login from telnet. First of all, telnet is an insecure protocol, passwords (and all traffic) can be sniffed from the n

Re: How Switch To CSH Sell in RH?

2003-06-01 Thread Gordon Messmer
CM Miller wrote: FYI, there is no csh on RedHat (other distro's too?). ... Then please explain to me what is this? ... [EMAIL PROTECTED] /bin]# whereis csh csh: /bin/csh /etc/csh.cshrc /etc/csh.login /usr/share/man/man1/csh.1.gz Well, if look closely at the message you replied to, you'll see that

Re: How Switch To CSH Sell in RH?

2003-06-01 Thread Matthew Saltzman
On Sat, 31 May 2003, CM Miller wrote: > > > >FYI, there is no csh on RedHat (other distro's too?). > > >[EMAIL PROTECTED] steve]$ ls -l $(which csh) > >lrwxrwxrwx1 root root4 Oct 6 > 2002 >/bin/csh -> > >tcsh > > >And no bourne shell either: > >[EMAIL PROTECTED] steve]$ ls -l

telnet

2003-06-01 Thread Brent L. Cox
does anyone know if there is a was to log on as root to a telnet session from a remote computer everytime I try I get incorrect login but I can log in under a regular user fine Thanks, -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/red

Re: read only cvs account...?

2003-06-01 Thread Gordon Messmer
christopher j bottaro wrote: i have a module in my cvs repository that i work with on a daily basis in a normal manner. i want to allow someone read only access to the module (i.e. i don't want this person to be able to add, remote, commit files). i just want them to be able to check out the m

Re: Creating User environment variables.

2003-06-01 Thread dlangschied
I think you are misunderstanding me. I have a number of environment variables that I want to pass onto the user at login. I should be able to do so by modifying a file (like .profile) that is launched when the user logs in. I tried to vi /bin/bash and it was not possible. THerefore, I am trying

Re: ReiserFS good idea on RH9?

2003-06-01 Thread Dave Altonaga
I use it with Slackware and no problems. --- Stephen Kuhn <[EMAIL PROTECTED]> wrote: > On Sat, 2003-05-31 at 11:43, Chris Cameron wrote: > > In the next couple of days I'll be setting up a > 450 Gig file server with > > RAID 1+0 (hardware) and I'm trying to pick a good > filesystem. > > > > I've

Linux Community vs SCO

2003-06-01 Thread Dave Altonaga
Hey All, I thought some of you would get a kick out of this link: http://www.arie.org/doh/ It explains what is going on with SCO, Microsoft, Linux community...etc but in a dukes of hazard theme. -Dave = "Free software" is a matter of liberty, not price. To understand the concep

Problem while installing RH9

2003-06-01 Thread Együd Csaba
Hello, I'd like to set up RH9 on my Compaq Presario 920EA notebook. I've downloaded the binary iso images and burned the cd-s under WinXP. The disk boots the system, which asks me about the language of the installation process and my keyboard layout. Then it asks me about the installation media to

Re: Creating User environment variables.

2003-06-01 Thread Karim Nowruzi
On Sat, 2003-05-31 at 20:32, dlangschied wrote: > Hi! > I am use to the HP-UX world where you can create a user specific environemtn > by modifying the .profile. How do you do the same in Linux? > > Sincerely, > > David Langschied > Langschied Consulting Services > 25644 Mackinac > Roseville, MI

KDEInit could not launch kdesu

2003-06-01 Thread j200303
Hi, I am getting the message "KDEInit could not launch kdesu" when I click on the KPPP icon, as a user. I need to sign as root (su root) in order to launch kppp from xterm or konsole. Other solution is to run "kdesu kppp" from kdesktop (Alt+F2). Everything works fine when I am root. KMail and

Re: Pop - SMTP lag time

2003-06-01 Thread Hal Burgiss
On Sat, May 31, 2003 at 11:04:57AM -0500, Rob wrote: > Someone mentioned something about IDENTD one time. Is there a port > required for that? > If so, what is the port, I can try that. tcp/113 -- Hal Burgiss -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.red

Building an application on RedHat 7.2

2003-06-01 Thread Neeraj Garg, Noida
Hello everybody, I am trying to port an application on linux. In the building process, i want to use two step process: g++ -nostdinc -MD -O2 -funroll-loops -fforce-addr -Wall -W -Wpointer-arith -Wno-unused -I/usr/lib/gcc-lib/i386-redhat-linux/2.96/include -I/usr/include -W -Wmissing-prototypes

Pop - SMTP lag time

2003-06-01 Thread Rob
Just curious if anyone knows why my Pop & SMTP connections lag so long. When I first installed RH8 it connected quickly. Did some RHN upgrades and now I get like a 20sec lag time on POP and SMTP. This lag is experienced by people checking externally as well as internally. I attempted to shut SSL

Creating User environment variables.

2003-06-01 Thread dlangschied
Hi! I am use to the HP-UX world where you can create a user specific environemtn by modifying the .profile. How do you do the same in Linux? Sincerely, David Langschied Langschied Consulting Services 25644 Mackinac Roseville, MI 48066 Phone: (586)777-7542 Cell: (248)789-8493 e-mail: [EMA

Thanks: How to install RH9 with LVM in text mode?

2003-06-01 Thread Arthur Miller
Cool! Thank you! I never heard of this bugzilla project. :-) On Sat, 2003-05-31 at 16:47, Matthew Saltzman wrote: > On Sat, 31 May 2003, Arthur Miller wrote: > > > Hi, > > > > The docu says it is possible to install RH9 with LVM (logical volume > > management) because diskdruid was updated and no

Re: Web Auth.

2003-06-01 Thread Anthony E. Greene
On 31-May-2003/10:22 -0400, "Brent L. Cox" <[EMAIL PROTECTED]> wrote: >Ok I set it up like the link that you gave me states but >its still not asking for the userid and password is there >something I doing wrong or is there a setting somewhere to >tell the system to look for the .htaccess file o

Re: How Switch To CSH Shell in RH?

2003-06-01 Thread Joseph A Nagy Jr
CM Miller wrote: David Eduardo Gomez Noguera wrote: your shell is stored in /etc/passwd as the las field. However, you can change that value by running the command chsh it will ask you for your passwd and then for the full path to the shell executable That's odd, I can just type in = G

Mozilla Anti-aliasing / quality of fonts

2003-06-01 Thread Josep M.
Hello All. I have RH9 and use the mozilla 1.2.1 inclosed with the distribution,I added to my machine Truetype fonts,and Mozilla found and use these well,but the screen quality is much less than the same machine in Windows2000,I think I have missed anything,I installed freetype with bytecode opt

Re: How Switch To CSH Shell in RH?

2003-06-01 Thread CM Miller
David Eduardo Gomez Noguera wrote: >> your shell is stored in /etc/passwd as the las >>field. >> >> However, you can change that value by running the >>command >> chsh >> it will ask you for your passwd and then for the >>full path to the >>shell >> executable >> >> >That's odd, I can just type

Re: How Switch To CSH Sell in RH?

2003-06-01 Thread CM Miller
>FYI, there is no csh on RedHat (other distro's too?). >[EMAIL PROTECTED] steve]$ ls -l $(which csh) >lrwxrwxrwx1 root root4 Oct 6 2002 >/bin/csh -> >tcsh >And no bourne shell either: >[EMAIL PROTECTED] steve]$ ls -l $(which sh) >lrwxrwxrwx1 root root4

Re: change GDM <-> KDM

2003-06-01 Thread Brian Ashe
Cornelius Kölbel, On Saturday May 31, 2003 07:55, Cornelius Kölbel wrote: > Hello, > > the docs say, I have to insert a line DISPLAYMANAGER="KDE", or XDM or > GDM in /etc/sysconfig/desktop. > But it has no effect. It always starts the GDM. Try... DESKTOP="KDE" preferred="kdm" -- Brian Ashe

Re: Security question

2003-06-01 Thread CM Miller
On Fri, 2003-05-30 at 12:29, [EMAIL PROTECTED] wrote: > Hi, > > I'm a bit of a linux newbie. Out of the box, what should be the first things I > do/learn/disable to secure my box? Is there anything I could run or look out > for to indicate a hack of any kind? > > I guess this is asked a l

Re: Installing Forte For Java on Linux

2003-06-01 Thread Peter Peltonen
On Sat, 2003-05-31 at 16:15, [EMAIL PROTECTED] wrote: > $ j2sdk-1_4_0_02-linux-i586-rpm.bin Your current directory having the file is propably not in your PATH. So try instead $ ./j2sdk-1_4_0_02-linux-i586-rpm.bin Regards, Peter -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTE

  1   2   >