Re: How to find CPU consumption?

2002-01-30 Thread Peter Kiem
Hi Ashwin, > I have a php based webmail program installed on Intranet and also > planning to install on Cobalt servers.Can anyone tell me how do I find > out the CPU consumption for this app on Internet as well as on Intranet Run the "top" program on your intranet server and look at how much CPU

How to find CPU consumption?

2002-01-30 Thread Ashwin Khandare
hi guys,     I have a php based webmail program installed on Intranet and also planning to install on Cobalt servers.Can anyone tell me how do I find out the CPU consumption for this app on Internet as well as on Intranet   Regards Ashwin

Info reqd on Apache

2002-01-30 Thread Ashwin Khandare
hi guys,     Can someone pls tell me whether Apache can be configured to limit to x number of spawned threads per domain?Any help in this regard would be highly appreciated.   regards Ashwin

Squid not caching up2date ?

2002-01-30 Thread Pieter De Wit
Hello Everyone, Has anyone tried to cache the up2date packages ? I know that it runs in secure mode, but surly a file should be cached that comes down ? BTW Iam running squid Thanks, Pieter De Wit ___ Redhat-list mailing list [EMAIL PROTECTED] http

Re: DHCP configuration question

2002-01-30 Thread aftab alam
Hi You can define domain name server as well as domain name in dhcpd.conf. If you have domain name server, there is no problem.you can have hierarchies of domain or subdomain in the name server. Anyhow, "man dhcpd" is best suggestion to find out. Enrico Payne wrote: > Hi, I am using dhcpd t

Re: Mouse Lockups under RH 7.2...

2002-01-30 Thread hayward
>More then likely this is not a problem with your mouse, but an X related >problem. What version of X are you running? What video card do you have? > >Regards, > Jim H XFree86 4.1.0-3 from RH 7.2. Geforce 2 MX 400 64mb AGP (primary) Voodoo3 (secondary) dual-head (no xinerama) To rule out

Re: Upgrade GCC

2002-01-30 Thread David
On Wed, 30 Jan 2002, Fernando Lozano wrote: > > > Is this a stable setup? > > > > No, it's not ready yet. The most stable compiler you can get is gcc > > 2.96RH. If you want to play with something with more features and more > > bugs, you can try the gcc3-* packages in RHL 7.2. > > I did not mea

Re: Modem recommendations

2002-01-30 Thread hanfamily
I have used both a zoom and us robotics external modem. External modems work great and you can turn them off. Linda Hanigan ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Finding files less then 31 days old?

2002-01-30 Thread JW
At 08:31 PM 1/30/2002 -0600, you wrote: >>I'm trying to get a list of files 30 day sold or younger. I thought the following >would to the trick: >> >>find . -type f -mtime 30 -ls >> >>But that only prints files that are exactly 30 days old. How do I do that "and >younger" part? >>Less then 3

Re: hp 1000 printer

2002-01-30 Thread Chris Mason
There's a HP 1000C driver in rhs-printfilters.rpm. I use linuxconf to setup the filer for LPRng. Chris On Wed, 2002-01-30 at 22:04, Dave Reed wrote: > > X-Originating-IP: [142.59.83.219] > > From: "Samer Nassar" <[EMAIL PROTECTED]> > > > > Hello, > > > > I have an HP 1000 printer, but I am not

Re: rawhide questions

2002-01-30 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Wed, 30 Jan 2002, Steve Lee wrote: > what is the linux rawhide. i see it on rpmfind.net > is is able to install on redhat linux too if i download this. ? > Not sure, and I'd love to see one of the Red Hat employees who is usually hanging around this list to reply and tell us for sure how to

Re: Mouse Lockups under RH 7.2...

2002-01-30 Thread J Hayward
On Wed, 2002-01-30 at 14:35, [EMAIL PROTECTED] wrote: > > Hello, I am having very common mouse lockups under RH 7.2 when using the > keyboard. The result is complete loss of mouse activity, but the keyboard > continues to work. > > I am able to reproduce this problem 100% of the time after goin

Re: Finding files less then 31 days old?

2002-01-30 Thread Vidiot
>I'm trying to get a list of files 30 day sold or younger. I thought the following >would to the trick: > >find . -type f -mtime 30 -ls > >But that only prints files that are exactly 30 days old. How do I do that "and >younger" part? >Less then 31 days would be a suitable substitute too. > >

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread James Pifer
My Apache user has my netsaint group assigned as a secondary group. This should give him the rights, correct? Assuming the netsaint group has the rights. How can I tell who has rights to a file or directory? I know I can do ls -l but that only shows me the primary? Is there a way to show any

Re: hp 1000 printer

2002-01-30 Thread Dave Reed
> X-Originating-IP: [142.59.83.219] > From: "Samer Nassar" <[EMAIL PROTECTED]> > > Hello, > > I have an HP 1000 printer, but I am not having much luck getting it to work > with redhat (7.1). Any suggestions? > > Thanks, > Samer What have you tried? I think in the 7.1 days, printtool didn't e

Re: Modem recommendations

2002-01-30 Thread John Nelson
Zoom external V.92 works fine for me. -- John ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Case-sentiveness on pgsql

2002-01-30 Thread Fernando Lozano
Hi there! Now that the accents problem is solved I have another question regarding Java and PostgreSQL (maybe just Postgres): How to make the database permform SORT and LIKE canse-insensitive, without having to use non-standard or not-guaranteed SQL constructs? Ideally, treating characters like

Re: pgsql, java and accents

2002-01-30 Thread Fernando Lozano
Hi there! Found the cause and I guess many people will be surprised. I found the info on the JDBC 2.0 conformance tests at jdbc.postgresql.org. It looks that recent versions of PostgreSQL, if compiled without multi-byte characters suport (as are the RPM packages) will *allways* respond to the JD

Re: Upgrade GCC

2002-01-30 Thread Fernando Lozano
Hi Trond, > > > I'm running RedHat7.1. I tried to compile MPlayer on my box, but it > > > wouldn't compile. The FAQ's stated that the gcc-2.96 was to blame. I > > > upgraded to gcc-3.1 as per the rawhide distros, but I still couldn't > > > compile the program. > > > > Is this a stable setup? >

Re: Finding files less then 31 days old?

2002-01-30 Thread JW
FYI I figure it out, the following worked: find /log/ -type f -mtime +30 -name "*log.gz" -exec cp -p {} . \; Sorry to bother everyone. At 06:57 PM 1/30/2002 -0600, you wrote: >Hey, > >I'm trying to get a list of files 30 day sold or younger. I thought the following >would to the trick: > >find

eth0 - was: Re: hostname bad?

2002-01-30 Thread cameron
> Edit /etc/sysconfig/network, and set your host name so something. Thanks, alone this didn't work intially, I was still receiving a message that the hostname could not be found. But after some experimentation I was able to configure other network files (with a vague understanding of what I was

Re: Finding files less then 31 days old?

2002-01-30 Thread Brian Ashe
JW, On Wednesday 30 January 2002 07:57, you said something about: > Hey, > > I'm trying to get a list of files 30 day sold or younger. I thought the > following would to the trick: > > find . -type f -mtime 30 -ls > > But that only prints files that are exactly 30 days old. How do I do that > "an

Perl module install problems, and RH 6.2, dangers in upgrading perl rpm?

2002-01-30 Thread Glen Lee Edwards
I'm currently running RH 6.2 on a server I have, using the perl-5.00503-10 rpm that shipped with 6.2. I'm trying to install the GD, DBI, and DBD::mysql perl modules but am not having any luck. I'm getting the following errors when trying to install DBI: /usr/include/bits/local_lim.h:27: linux/l

hp 1000 printer

2002-01-30 Thread Samer Nassar
Hello, I have an HP 1000 printer, but I am not having much luck getting it to work with redhat (7.1). Any suggestions? Thanks, Samer _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. ___

RedHat 7.1 installation on Compaq Proliant DL580

2002-01-30 Thread Da Yu
Hi Experts, I have a question regarding the Redhat 7.1 installation. I am trying to install 7.1 on Compaq Proliant DL 580. I chose "custom installation" and installed everything. But I could not find the module of HBA driver called "cpqfc" after installation. Without this module, I could not abl

Re: [GENERAL] pgsql, java and accents

2002-01-30 Thread Tom Lane
Fernando Lozano <[EMAIL PROTECTED]> writes: > Running Red Hat Linux 7.1 and PostgreSQl 7.1.3 installed fomr the PGDG > rpms availabe at postgresql.org. My Java apps (using IBM Java SDK 1.3.0) > works fone with the database, but all accented characters (á, ã ó, ç, > ...) get garbaged. > From p

Re: 'pushing' an application installation

2002-01-30 Thread Jack Wallen
tony, thanks so much for the help. i'm having two small problems. the first is that it only works if i give the explicit name of the upgrade, i.e - rpm -Fvh http://10.16.58.190/rpmupdates/app_to_update-1.0.1.rpm and second - even if i successfully get it to update (by listing the exact file na

syslog

2002-01-30 Thread ann kok
Does anyone tell me how to configure syslog to recieve log from cisco router in details? TIA __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com ___ Redhat

Re: Console Redirection

2002-01-30 Thread Jerker Nyberg
Hello Michael, Sorry if this already have been mentioned, but is it possible to enter BIOS and reboot the machine even when the operating system is not responding? (Like break on Sun or Ctrl-p (or whatever) on VAX.) Regards, Jerker Nyberg. On Wed, 30 Jan 2002, Michael E Brown wrote: > [EMAIL

Finding files less then 31 days old?

2002-01-30 Thread JW
Hey, I'm trying to get a list of files 30 day sold or younger. I thought the following would to the trick: find . -type f -mtime 30 -ls But that only prints files that are exactly 30 days old. How do I do that "and younger" part? Less then 31 days would be a suitable substitute too. Than

Re: Sendmail SMTP with Auth Howto??

2002-01-30 Thread Rodolfo J. Paiz
At 1/17/2002 11:09 AM -0500, you wrote: >could you get it working. I have the same problem as you. I've been trying >to get SMTP AUTH working for a week already. Lobsang, Did you see the Micro-HOWTO I posted? You should be using "v2 (corrected)" dated yesterday, 29/1. Please let me know (on th

Re: How to Change Hostname?

2002-01-30 Thread Rodolfo J. Paiz
At 1/30/2002 05:02 PM -0600, you wrote: >Don't reboot. Reboot is for Windoze and kernel upgrades. > >service network restart IIRC, this command will not affect the hostname, since that is set by the rc.local script, using the "hostname" command and looking up the entry in /etc/sysconfig/network

Re: What is module net-pf-10 ?

2002-01-30 Thread J Hayward
On Tue, 2002-01-29 at 11:26, Pieter De Wit wrote: > Hello Everyone, > > I find this message in /var/log/message : what is this ? > > Can't locate module net-pf-10 > > Thanks, > > Pieter De Wit net-pf-10 is an ipv6 networking module. You can turn off the messages by adding "alias net-pf-10 off

Re: Modem recommendations

2002-01-30 Thread Dave Reed
I can also vouch for USR external serial port modems. I am not aware of any external serial port modems that will not work with Linux (although someone might be able to find one). Internal and USB modems may or may not work, but an external serial port modem is a safe bet. USR are probably a litt

Re: pgsql, java and accents

2002-01-30 Thread Thomas Porter
On Wed, Jan 30, 2002 at 05:31:10PM -0200, Fernando Lozano thoughtfully expounded: > Running Red Hat Linux 7.1 and PostgreSQl 7.1.3 installed fomr the PGDG > rpms availabe at postgresql.org. My Java apps (using IBM Java SDK 1.3.0) > works fone with the database, but all accented characters (á, ã

Re: How to Change Hostname?

2002-01-30 Thread Saul Arias
Don't reboot. Reboot is for Windoze and kernel upgrades. service network restart Jason Costomiris wrote: > Now, how to change the hostname of your system? Easiest? Check the > /etc/sysconfig/network file. Adjust the value of HOSTNAME, creating > it if not already there, and reboot. _

Mouse Lockups under RH 7.2...

2002-01-30 Thread hayward
Hello, I am having very common mouse lockups under RH 7.2 when using the keyboard. The result is complete loss of mouse activity, but the keyboard continues to work. I am able to reproduce this problem 100% of the time after going into X by merely pressing the num-lock key. If I try to ctl-alt

RE: Modem recommendations

2002-01-30 Thread Burke, Thomas G.
I have had my best luck with US Robotics external modems. -Original Message- From: Nick Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 4:35 PM To: [EMAIL PROTECTED] Subject: Re: Modem recommendations -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Jonat

Re: Modem recommendations

2002-01-30 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Jonathan M. Slivko blurted > Hello, > I want to set up a Linux workstation at home, as well as at work. I'm > currently connected to the Internet via a 56k modem. Are there any > recommendations as to which brand of modem I should get

Modem recommendations

2002-01-30 Thread \"Jonathan M. Slivko\"
Hello, I want to set up a Linux workstation at home, as well as at work. I'm currently connected to the Internet via a 56k modem. Are there any recommendations as to which brand of modem I should get that will work with Linux without any fuss? Currently I am using a winmodem. Any help would be

Intel Scb2 w/FastTrack100 RAID

2002-01-30 Thread Chapman, Matt
Hi, Does anyone have the Fasttrack100 driver running on 7.2? I know the downloadable driver is set to work with 7.1 not sure if it will make a difference? -matt ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listi

Re: 'pushing' an application installation

2002-01-30 Thread Anthony E. Greene
On 30 Jan 2002, Jack Wallen wrote: >thanks so much for the help. i'm having two small problems. the first is >that it only works if i give the explicit name of the upgrade, i.e - [snip] Oops! I'm used to using rpm locally. I had forgotten that HTTP requires a specific target resource. You'll pr

Re: rawhide questions

2002-01-30 Thread Steve Lee
what is the linux rawhide. i see it on rpmfind.net is is able to install on redhat linux too if i download this. ? On Wed, 30 Jan 2002, Needham, Douglas wrote: > Is this the correct forum for asking questions about the latest rawhide > kernel? > > Doug Needham > > > > _

Re: ipchains and 2.4.9

2002-01-30 Thread Jim Bija
I wish to use ipchains. In setup what should i have selected to start at boot up. I had 1 machine that ipchains did work on. By going into setup and turning on and off iptables and ipchains i now "broke" the one that worked. However the ONLY thing that was changed was the * next to ipchains or t

Re: what video card should I use Please Help I am desperate

2002-01-30 Thread Edward C. Bailey
> "Dave" == Dave Reed <[EMAIL PROTECTED]> writes: Dave> I'm fairly certain the 7500 won't even work in 2D with the XFree Dave> version that comes with Red Hat 7.2. That's correct -- the card isn't recognized at all... Ed -- Ed BaileyRed Hat, Inc.

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread Jeff Bearer
make sure your apache user has read privs on /usr/share/netsaint/ On Wed, 2002-01-30 at 13:57, James Pifer wrote: > Okay, I'm not getting the errors on the console anymore. Could use a little > more help if you don't mind. Apache plus Netsaint issue here. If I go to > http://192.168.1.41 I get

Re: In theory question about RPM

2002-01-30 Thread Edward C. Bailey
> "Matthew" == Matthew Boeckman <[EMAIL PROTECTED]> writes: Matthew> _in_theory_ you can do that. Well, _in_reality_ we don't have access to the sources for Netscape 4.x, if you get my drift. Source RPMs can be very enlightening... ;-) Ed -- Ed BaileyRe

pgsql, java and accents

2002-01-30 Thread Fernando Lozano
Hi there! Running Red Hat Linux 7.1 and PostgreSQl 7.1.3 installed fomr the PGDG rpms availabe at postgresql.org. My Java apps (using IBM Java SDK 1.3.0) works fone with the database, but all accented characters (á, ã ó, ç, ...) get garbaged. From psql I can insert and see the acents but Jav

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread James Pifer
The cfg files I was looking for were in /etc/netsaint. I swear I looked there right off the bat and didn't find them, but they were there. I had to modify the nrpe.cfg and resource.cfg to reflect the proper path to the plugins. At this point I don't get the errors, although I don't really know

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread [EMAIL PROTECTED]
what was the problem? i have the same problem! James Pifer wrote: > I think I found what I was looking for. > > Thanks, > James > > At 12:57 PM 1/30/2002 -0500, you wrote: > >> Did you install the netsaint-plugins package? >> >> >> On Wed, 2002-01-30 at 12:35, James Pifer wrote: >> > How big was

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread James Pifer
Okay, I'm not getting the errors on the console anymore. Could use a little more help if you don't mind. Apache plus Netsaint issue here. If I go to http://192.168.1.41 I get the standard Apache initial web page. When I try to go to http://192.168.1.41/netsaint/ I get: Forbidden You don't have

Re: eth0 does not start at boot

2002-01-30 Thread Kevin Breit
On Wed, 2002-01-30 at 12:39, [EMAIL PROTECTED] wrote: > The machine I just installed RH7.2 on does > bring eth0 up on boot. It is all configured > so I could add ifup eth0 to rc.local. However > I was wondering what I need to change to > make it come up to start with. This is the > third machine I

Re: ipchains and 2.4.9

2002-01-30 Thread Frank Carreiro
I could be wrong but it almost sounds like iptables has been compiled into the kernel replacing ipchains. In other words I don't think it was setup as a module. Might want to re-roll your kernel and make sure iptables / netfilter is disabled. Hope this helps. > >[root@ns1 root]# rmmod ipt

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread James Pifer
I think I found what I was looking for. Thanks, James At 12:57 PM 1/30/2002 -0500, you wrote: >Did you install the netsaint-plugins package? > > >On Wed, 2002-01-30 at 12:35, James Pifer wrote: > > How big was the RPM? Mine is like 91K I also got mine off sourceforge. The > > only thing I have i

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread James Pifer
Yes, by the RPM, installed to: /usr/lib/netsaint/plugins But netsaint is apparently looking for them at: /usr/libexec/netsaint/plugins Because it keeps scrolling across the console: sh: /usr/libexec/netsaint/plugins/check_http: No such file or directory James At 12:57 PM 1/30/2002 -0500, you

Re: ipchains and 2.4.9

2002-01-30 Thread Jim Bija
[root@ns1 root]# rmmod iptables rmmod: module iptables is not loaded Yet i still get the same iptables stop line as below in my previous post.. [root@ns1 root]# insmod ipchains Using /lib/modules/2.4.9-21/kernel/net/ipv4/netfilter/ipchains.o /lib/modules/2.4.9-21/kernel/net/ipv4/netfilter/ipchain

Re: ipchains and 2.4.9

2002-01-30 Thread Fred Herman
I think ipchains is supported as a loadable module. You do need to load it after you unload (if necessary) iptables) rmmod iptables --not sure if you need this insmod ipchains Jim Bija wrote: > > I have recently upgraded to kernel 2.4.9 using. However i am getting > messages > that the kerne

Re: readme

2002-01-30 Thread Jeff Bearer
and don't forget the ever popular 'more' and 'less' programs. On Wed, 2002-01-30 at 07:16, Emmanuel Seyman wrote: > On Wed, Jan 30, 2002 at 08:11:01PM +0900, Brian Lee wrote: > > > > I just use vi editor to read text files. > > `view` allows you to use vi in read-only mode. > > Emmanuel > >

RE: user can edit root file, why ?

2002-01-30 Thread Kevin Krieser
I suspect the problem is in how vim is writing the file. If it is deleting the original file first (which is allowed because the directory is writable by the user), then creating the new file with the old name, it works with the given permissions. The vi that is used on Solaris may be attempting

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread Jeff Bearer
Did you install the netsaint-plugins package? On Wed, 2002-01-30 at 12:35, James Pifer wrote: > How big was the RPM? Mine is like 91K I also got mine off sourceforge. The > only thing I have in /usr/libexec/netsaint is the cgi stuff. > > James > > At 12:25 PM 1/30/2002 -0500, you wrote: > >I

ipchains and 2.4.9

2002-01-30 Thread Jim Bija
I have recently upgraded to kernel 2.4.9 using. However i am getting messages that the kernel does not support ipchains. I thought at first it was because iptables was running, when i try to kill iptables i get this message: /etc/rc.d /init.d/iptables stop Resetting built-in chains to the de

webcam for web conferencing

2002-01-30 Thread Carey F. Cox
Could anyone please suggest a very good webcam for the purpose of web conferencing on a Linux system. The others in my group are all using viavideo which is an excellent camera, but not Linux friendly. I had originally looked at the Phillips PCVC740, but it has been discontinued. Thanks in advan

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread James Pifer
How big was the RPM? Mine is like 91K I also got mine off sourceforge. The only thing I have in /usr/libexec/netsaint is the cgi stuff. James At 12:25 PM 1/30/2002 -0500, you wrote: >I used the rpm's and they are installed in /usr/libexec/netsaint >where did you get the rpm's from? I beleive I

Re: NetSaint 0.0.6 RPM install

2002-01-30 Thread Jeff Bearer
I used the rpm's and they are installed in /usr/libexec/netsaint where did you get the rpm's from? I beleive I got mine from netsaint on sourcefourge. On Wed, 2002-01-30 at 11:02, James Pifer wrote: > This is more of a NetSaint question than Redhat. I'm trying to install > NetSaint 0.0.6 on RH

eth0 does not start at boot

2002-01-30 Thread hanfamily
Hi all, The machine I just installed RH7.2 on does bring eth0 up on boot. It is all configured so I could add ifup eth0 to rc.local. However I was wondering what I need to change to make it come up to start with. This is the third machine I have running RH7.2 and it is the first one with this prob

Re: Poor battery life on laptop

2002-01-30 Thread Anthony E. Greene
On 30 Jan 2002, Kevin Breit wrote: >I had 3 different versions of Windows installed at three different >times on my IBM ThinkPad iSeries 1300 1171-NM1 laptop. The battery life >was about 3 hours. I have installed RH72 and noticed the battery life >is down to about 1.5 hours. Why the giant drop

Re: Changing from Red Hat to another distro: recommendations?

2002-01-30 Thread Bill Carlson
On Tue, 29 Jan 2002, Rodolfo J. Paiz wrote: > I'm sorry (really!) that this discussion makes Trond uncomfortable, yet I > still believe that it's more than relevant since it provides a wonderful > window for Red Hat personnel to learn about what their customers like about > the competition. My

Poor battery life on laptop

2002-01-30 Thread Kevin Breit
Hey, I had 3 different versions of Windows installed at three different times on my IBM ThinkPad iSeries 1300 1171-NM1 laptop. The battery life was about 3 hours. I have installed RH72 and noticed the battery life is down to about 1.5 hours. Why the giant drop in life? Thanks Kevin Br

Re: Telnet?

2002-01-30 Thread Anthony E. Greene
On Wed, 30 Jan 2002, kpyau wrote: >Anyone could show me where is the exact source code for telnet client >and telnet server? thanks Go to any Linux download site. Follow the links to download Linux. Look for directories named "source". Tony -- Anthony E. Greene <[EMAIL PROTECTED]>

Re: 'pushing' an application installation

2002-01-30 Thread Anthony E. Greene
On 29 Jan 2002, Jack Wallen wrote: >is it possible to install an application, with rpm, on a Red Hat machine >remotely from a centralized location? what i mean is this: > >i have a centralized application repository. i am a sys admin and i need >to install a certain app onto numerous machines. i w

NetSaint 0.0.6 RPM install

2002-01-30 Thread James Pifer
This is more of a NetSaint question than Redhat. I'm trying to install NetSaint 0.0.6 on RH7.2 using RPM's. I have it installed, but the directories are not the same as the NetSaint docs. I guess the docs are based on installing from source, not RPM? I've posted to the NetSaint forum, but some

Re: Console Redirection

2002-01-30 Thread Michael E Brown
[EMAIL PROTECTED] wrote: > >switch and do the console redirection from that (we are using in our either >released, or soon to release beowulf setups). > Released :-) I saw the RTS notice last week. http://www.dell.com/cluster/ --I don't see the link that will take you to the place you can ac

Re: Console Redirection

2002-01-30 Thread Glen Turner
On 2002.01.30 02:37 Bob Staaf wrote: > I have a few PowerEdge 2450s running Red Hat 7.2 and I just aquired a > Cyclades TS1000 terminal server and I would like to use it for console > access to these servers. My question is, can you redirect the console to > the serial port AND still have normal

Telnet?

2002-01-30 Thread kpyau
    Anyone could show me where is the exact source code for telnet client and telnet server? thanks

'pushing' an application installation

2002-01-30 Thread Jack Wallen
is it possible to install an application, with rpm, on a Red Hat machine remotely from a centralized location? what i mean is this: i have a centralized application repository. i am a sys admin and i need to install a certain app onto numerous machines. i want to do this automatically so i don't

Re: Calendar/scheduling tools?

2002-01-30 Thread Jack Wallen
have you tried Calcium? it's pretty cool. i did an article on it and really liked what it had to offer. you can get it from: http://www.brownbearsoftware.com/ On Tue, 2002-01-29 at 14:22, fred pasteck wrote: > > --- fred pasteck <[EMAIL PROTECTED]> wrote: > > Hi. Can anyone recommend an HTML-

7.2 Upgrade, problem with dump + ext2/ext3

2002-01-30 Thread Ryan Hamilton Madison
Hello, I did a fresh install of RH 7.2 recently. I decided to make the OS partitions ext3 (Note mount command below). I had some disks / partitions from the previous install that I left ext2. I want to migrate some data from the ext2 partitions to the ext3 partitions using dump / restore.

RE: Console Redirection

2002-01-30 Thread Steve_Boley
Sorry, retraction. The 2450 does support console redirection and all this can be performed at the bios level with no software configuration needed. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 10:25 AM To: [EMAIL PROTECTED];

Linking against glibc2

2002-01-30 Thread Daniel BI
Helo, could anyone tell me how to link against glibc2? I tried to compile MySQL under RH7.2 and I had some errors, not present under 7.1 with the same source code. There are also sources, it says, for 'glibc2'. On a normal instalation of RH 7.2 I have glibc6, right? How could I link my programms

Re: Console Redirection

2002-01-30 Thread Jason Allen
We have an RPM out there named serialconsole which will set this up. You should be able to find it on Google, but if not, let me know. Jason Allen Fermilab On Tue, 2002-01-29 at 10:07, Bob Staaf wrote: > I have a few PowerEdge 2450s running Red Hat 7.2 and I just aquired a > Cyclades TS1000 ter

RE: Console Redirection

2002-01-30 Thread Steve_Boley
Yes, the PE2450 was the first server that supported console redirection in the bios. Is at the top of the bios first page. There are dongles that will take a serial port to cat5 and you can take through a special kind of switch and do the console redirection from that (we are using in our either

Re: Console Redirection

2002-01-30 Thread Dirk Wetter
hi, sure you can it's just an additional service, other than e.g. under Solaris where the serial console replaces completely k/v/m. limitation is that you only have ONE system console, normally ttyS? or tty1 , but on the other one you can have a tty waiting. there's some doc @ www.linuxdoc.org/

Re: Console Redirection

2002-01-30 Thread Michael Solberg
On Tue, 29 Jan 2002, Bob Staaf wrote: > I have a few PowerEdge 2450s running Red Hat 7.2 and I just aquired a > Cyclades TS1000 terminal server and I would like to use it for console > access to these servers. My question is, can you redirect the console to > the serial port AND still have norma

RE: Console Redirection

2002-01-30 Thread Steve_Boley
This is my understanding and if is incorrect, please someone help me. The 2450 does not support console redirection in the bios so therefore you are limited to either one or the other on your display. Our newer servers which support console redirection can handle both video outputs, but the seri

user can edit root file, why ?

2002-01-30 Thread Schaerfke, Marco, Dr., Xzillion/DE
Hi, I use RH 7.1 and have problems with user rights. I have done the following steps: as root: mkdir /test touch /test/file.txt chmod 644 /test/file.txt chown user:group /test Now the the directory belongs to user "user", but the owner of the file "file.txt" is root. as user "user" vi /test/fi

Ethernet slowdown

2002-01-30 Thread Murray Alexander
I've been running RHL6.0 on a 486DX100, 32MB machine for over a year. It's my firewall, connecting my internal network to my ADSL provider. Over the past couple of months, I've been getting traffic slowdowns. Normally, when I ping the provider's POP server by IP address, it says response time is

Re: Source Navigator and tcl Verisons

2002-01-30 Thread Benjamin R. Mohilef
Used: make all-snavigator make install-snavigator {rather than } make make install Issue resolved after examining the top level Makefile. The documentation on this otherwise excellent program is ... well rather sparse. _

Re: Timestamps

2002-01-30 Thread CDitty
I noticed that two I posted last week finally made it though. It may not be peoples timestamps. CDitty At 08:36 PM 1/28/2002, you wrote: >Is it just me, or does it seem like a lot of people have the time set >wrong on their machines? Today I have gotten lots of email from the list >with dat

RE: rawhide questions

2002-01-30 Thread Needham, Douglas
Thanks, I will look there. -Original Message- From: Jesus Ortega (a.k.a. Nitebirdz) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: Re: rawhide questions On Wed, 30 Jan 2002, Needham, Douglas wrote: > Is this the correct forum for a

Re: rawhide questions

2002-01-30 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Wed, 30 Jan 2002, Needham, Douglas wrote: > Is this the correct forum for asking questions about the latest rawhide > kernel? > > Doug Needham > > Doug, I suppose the redhat-devel list is a better forum for it. At least that's where I see most Rawhide related questions anyway. https:

Re: DHCP configuration question

2002-01-30 Thread Brian Ashe
Enrico Payne, On Wednesday 30 January 2002 08:59, you said something about: > Hi, I am using dhcpd to assign IP addresses etc to the clients on my > network. > > My problem is that I have multiple domains on various subnets/networks, and > the clients on the internal network need to be able to se

rawhide questions

2002-01-30 Thread Needham, Douglas
Is this the correct forum for asking questions about the latest rawhide kernel? Doug Needham ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

DHCP configuration question

2002-01-30 Thread Enrico Payne
Hi, I am using dhcpd to assign IP addresses etc to the clients on my network. My problem is that I have multiple domains on various subnets/networks, and the clients on the internal network need to be able to see these computers. Under Windows, I can configure many search-domains manually, howev

Re: word perfect 8 question

2002-01-30 Thread Janyne Kizer
You might want to check out the newsgrooups on cnews.corel.com (corel.wpoffice.office2000-linux was very helpful to me). I can't address WP8 issues specifially but for WPO2000 I needed to install compat-glib-6.2-2.1.3.2.i386.rpm Also, tehre are some updated files for WPO2000 at http://students.c

cdrecord problem

2002-01-30 Thread joe
I am running RH 7.2 and for some reason I cannot get cdrecord to run correctly. I have installed two seperate CDR drives (an A-Open and a Yamaha) with identical results. I get an OPC error every time. I have upgraded cdrecord to 1.10, and run makedep -cdrom, but still have the same problem. A

Re[2]: GNOME, Evolution, Eudora

2002-01-30 Thread Rodolfo J. Paiz
At 1/30/2002 09:45 AM +, you wrote: >Are you saying that its better to just install Evolution and don't >install the Ximian desktop. What Trond and a couple of others seem to be saying is that the Ximian stuff has some friction with some of the Red Hat tools and packages, and that they dupl

Re: GNOME, Evolution, Eudora

2002-01-30 Thread Rodolfo J. Paiz
At 1/29/2002 08:14 PM -0600, you wrote: >Actually, I just tested this MUA and it's pretty bad as an IMAP client. >Much, much worse than OE. And here I was hoping to get rid of OE but I'm >still searching for a good IMAP client for Win2K. I know, this isn't the >list but if the Linux version is a

SAMBA: tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree connect.)

2002-01-30 Thread Ade Talabi
How do I go about so;ving this samba problem? tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree connect.) ,[ ade talabi ]- | #--- | We cannot hope to make progress as a nation until we embrace decenc

Re: Database performance

2002-01-30 Thread Rodolfo J. Paiz
At 1/30/2002 01:17 AM -0500, you wrote: >On Tue, 29 Jan 2002, Rodolfo J. Paiz wrote: > >If it's a small database, I'd go for the fingerprint; if it's fairly > >large, then studying the overhead versus the bulk is important. Don't > >know enough about tuning to help you, though; just know that whoe

Re: readme

2002-01-30 Thread Emmanuel Seyman
On Wed, Jan 30, 2002 at 08:11:01PM +0900, Brian Lee wrote: > > I just use vi editor to read text files. `view` allows you to use vi in read-only mode. Emmanuel ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listin

  1   2   >