RH8.0 printed Man pages (wrong paper size)

2002-11-21 Thread clemens
OK, another RH8.0 gotcha... If you do a man -t | lpr man uses groff (I assume) to format the page and generate postscript to pass to the printer. But SOMEWHERE groff is set to default to A4 paper (rather than letter). (Do a man page as above and you will see that the top line of th

Re: removing a program

2002-11-21 Thread Will Mc Donald
From: "Greg" <[EMAIL PROTECTED]> > How do I remove a program installed on my system? The program is > Netscape 7, and system RH8. > > regards Greg $ rpm -qa | grep -i netscape Will show you which Netscape related RPMs are installed, then (as root)... # rpm -e $RPMs replacing $RPMs with the

releasing and Renewing IP's

2002-11-21 Thread Will Mendez
Hi All, What is the Linux equilvant to ipconfig /release or renew? Thanks! Will Mendez Mmmm.XSI www.xsibase.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: X11/XLib.h missing ?

2002-11-21 Thread marc dobler
Thanks Tom for your answer ... package, package, yeeaah ! i've just checked i didn't install the packages concerning the development of X-Window and KDE ... OK ! now, everything is running ... Marc > On my RH 7.0, Xlib.h is included in the XFree86-devel package. > > >

Re: Samba configuration

2002-11-21 Thread Edward Dekkers
> If it is installed, the default configuration only allows configuration > from the localhost (i.e. from a web browser running on the box running > and I believe that it is disabled by default. If swat is installed, run > the following command to check to see if it's running: Just a quick note h

Re: Unresolvable domain name e-mail

2002-11-21 Thread Edward Dekkers
> If you need to deliver to multiple users, or if there are local aliases > that you want sendmail to handle, then you won't be able to use this > method. It does work well for individual users who run fetchmail to get > their mail. Thanks Tony, (and Javier for your reply) I'm using fetchmail in

query: server to server mirroring for linux machines

2002-11-21 Thread Jhun Bacala
Hi All, I have a couple of RedHat boxes and wanted to implement a server to server mirroring. In case, where the primary server goes down backup server will take over. Thus, minimizing downtime. Is there an application in Linux that can do such thing? thanks, Jhun Bacala -- redhat-list ma

Re: Pro$ Only! RH8.0 and PHP Bug. [annoyance submission]

2002-11-21 Thread Edward Dekkers
> Yea, "Pros Only". If you want pros only, post to a f'n pros only list. > This is a public list. Does that mean there are no pros here? Bugger me, that's it. I'm moving. (Keep up the good work Hal) Regards, --- Edward Dekkers (Director) Triple D Computer Services P/L -- redhat-list maili

Re: removing a program

2002-11-21 Thread Edward Dekkers
> How do I remove a program installed on my system? The program is > Netscape 7, and system RH8. depends how it was installed. If from rpm, it will usually be 'rpm -e '. Check out 'man rpm'. Regards, --- Edward Dekkers (Director) Triple D Computer Services P/L -- redhat-list mailing list u

Re: GNOME startup Problems

2002-11-21 Thread Will Mc Donald
From: <[EMAIL PROTECTED]> > > I just install RedHat 8.0 and I am having trouble with GNOME starting up. I had >RedHat 7.2 install and it started up fine. This is the way things are going. RedHat >8.0 starts and into xdm fine. I log in with GNOME as my default. It gets to the >RedHat GNOME Splas

Re: sendmail troubles

2002-11-21 Thread Edward Dekkers
> Wayne, I am accessing my mail server from Outlook on a seperate windows > machine on my LAN. However, I don't think that my problem has anything > to do with the client. I think Steve is about to solve our problem. > Hopefully. Can you guys please stop with the HTML if possible? Anyway - to y

Re: releasing and Renewing IP's

2002-11-21 Thread linux power
/sbin/ifconfig eth0 down (release) /sbin/dhcpcd -n eth0  (renew)  Will Mendez <[EMAIL PROTECTED]> wrote: Hi All,What is the Linux equilvant to ipconfig /release or renew?Thanks!Will MendezMmmm.XSIwww.xsibase.com-- redhat-list mailing listunsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribeh

Re: Problems with ipchains/Lokkit on RH7.3

2002-11-21 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20 Nov 2002 22:16:36 -0500, James Pifer wrote: > I'm trying to run lokkit and change the firewall settings on rH7.3. I > can run lokkit and when click ok after making some changes it gives me > an error that says: > ipchains:Protocol not available

Re: load modules at boot time

2002-11-21 Thread Edward Dekkers
> I'm trying to load the modules "ip_conntrack_ftp" and "ip_nat_ftp" > every time the system boots. I've tried putting them in > /etc/modules.conf but it doesn't work. add: /sbin/insmod ip_conntrack_ftp /sbin/insmod ip_nat_ftp at the bottom of your /etc/rc.d/rc.local Regards, --- Edward Dekker

Re: How to go from DHCP to static address

2002-11-21 Thread Ruchit Khimasia
Hi To set a static ip you need to configure the file /etc/sysconfig/network-config/ifcfg-eth0 where eth0 is the name of your ethernet device. The contents of the file should look something like this: DEVICE=eth0 BOOTPROTO=static BROADCAST=10.0.0.255 IPADDR=10.0.0.22 NETMASK=255.255.255.0 NETWORK=

Re: Cannot delete file

2002-11-21 Thread redhat
On Thu, Nov 21, 2002 at 01:47:28AM -0500, Brian Ashe wrote: > > I try to delete the files and get the warning > > "do you want to delete write protected file (Y/n)" > > I say Yes and the answer is > > "Sorry I am unable to unlink the file" > > and the file is not deleted. > man lsattr > man chatt

install issues??

2002-11-21 Thread Greg
I need to re-install windows. What effect is this going to have to lilo, and what do I need to do to ensure a problem free install, with a fully working linux system still available? regards Greg -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://li

Re: removing a program

2002-11-21 Thread Greg
Will, I don't think it was an rpm install. It installed from their automated service on their web site. The program is located in /usr/local/netscape. If I remove this folder, will that be as good as installing it, or will there still be traces of the program left? regards Greg On Thu, 2002-11-

Re: removing a program

2002-11-21 Thread João Pedro
How do I remove a program installed on my system? The program is Netscape 7, and system RH8. depends how it was installed. If from rpm, it will usually be 'rpm -e '. Check out 'man rpm'. Regards, --- Edward Dekkers Unfortunately Netscape 7 isn't distributed in rpm format so, that's n

Re: apt-get

2002-11-21 Thread Dale Kosan
Add the following lines to your /etc/apt/sources file: # Red Hat Linux 8.0 rpm http://apt.freshrpms.net redhat/8.0/en/i386 os updates freshrpms rpm-src http://apt.freshrpms.net redhat/8.0/en/i386 os updates freshrpms What version of apt are you running? This should have been there from the get g

Re: apt-get failure

2002-11-21 Thread Dale Kosan
The tux family site does not have a 8.0 directory.. CM Miller wrote: Please forgive if this has already been answered, I get the digest format due to volume of traffic on this list. But, did u run it as root or as a end user? I believe that only root can run apt-get. thanks -Chri

Re: apt-get failure

2002-11-21 Thread Dale Kosan
I am bad, it does have an 8.o section, sorry... Gary wrote: Hi Paul, On Wednesday, November 20, 2002, 9:45 PM, you put forth, in part, about "apt-get failure": P> rpm-src ftp://apt-rpm.tuxfamily.org/apt redhat-8.0-i386/redhat os P> rpm-src ftp://apt-rpm.tuxfamily.org/apt redhat-updates-8.0/red

Re: removing a program

2002-11-21 Thread Will Mc Donald
In that case I'm not really familiar with what would happen if you just rm -rf'ed /usr/local/netscape. It could be fine, it could mess up things I haven't considered. I'd backup the netscape directory then rm it, wait a few weeks and if all seems well and you need the space back, remove the back

Iptables/Ipchains

2002-11-21 Thread Tiago Andre
Hello there, I am trying to configuring my firewall using the iptable comand, but i'am follow a script writen for ipchains and i not shure that iam "translating" very, thats why i need your help #Configuration for FTP, SSH and TELNET /sbin/ipchains -A output -p tcp -d 0/0 21:23 -t 0x01 0x10

Re: removing a program

2002-11-21 Thread greg
No worries, will give it a try. thanks Mate On Thu, 2002-11-21 at 21:51, Will Mc Donald wrote: > In that case I'm not really familiar with what would happen if you just rm -rf'ed >/usr/local/netscape. It could be fine, it could mess up things I haven't considered. > > I'd backup the netscape di

nvidia drivers

2002-11-21 Thread greg
I was looking on the Nvidia site, and there are drivers for linux on there. All the drivers they have listed are listed for RH7.3 or less. How do they work on RH8? Has anyone had any problems with them ,and what version did they use, and which RPM's did they download. I was looking at version

Re: Sending a text messages from Linux

2002-11-21 Thread Gary Stainburn
On Wednesday 20 Nov 2002 10:13 pm, Javier Gostling wrote: > On Wed, Nov 20, 2002 at 02:09:20PM -0700, Joe Giles wrote: > > List, > > Is there a way to send a basic text message to a Windows user from a > > Linux machine on the same LAN? > > > > Like you can do with windows using WinPopup > > smbcli

Re: Rebuilding .src.rpm's for performance

2002-11-21 Thread Andy Elacion, Jr.
I tried also to rebuild my apache for athlon and it works fine. Say, I would like to recompile apache with CFLAGS="-DHARD_SERVER_LIMIT=4000", where do I insert this? Thanks, Andy > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > And to reply to myself - I've discovered that if you use the

Re: nvidia drivers

2002-11-21 Thread Will Mc Donald
Download and run nvchooser.sh and it'll tell you which RPMs you need. I suspect you'll need to install the appropriate kernel headers and compile the src.rpm to get it working. While trying to get my onboard video working I found a few useful resources on the subject... http://www.nvnews.net/v

Re: install issues??

2002-11-21 Thread João Pedro
Greg wrote: I need to re-install windows. What effect is this going to have to lilo, and what do I need to do to ensure a problem free install, with a fully working linux system still available? regards Greg It depends on whether you installed lilo in the mbr or in the first sector of b

Re: password problem

2002-11-21 Thread João Pedro
Steven Dahlin wrote: I have just installed RedHat 8.0 with a graphical startup. I now find that I cannot logon as any other user than root. It does not accept the password which is entered. I have never encountered this in a previous version of Redhat. Is there some feature or "bug" that I

Problem with IPTables Logging

2002-11-21 Thread Amit Kumar Gupta
Hi List, I went through a document available on the site :- http://people.unix-fu.org/andreasson/iptables-tutorial/iptables-tutorial.html   I am having a problem in it. In the LOGGING section it is written that if we write a command as :-   Iptables –A FORWARD –p tcp –j LOG –loglevel

incompatibility with WD HDD??

2002-11-21 Thread Juan Nin
Hi I'm having problems to install Red Hat Linux on a 20GB Western Digital HDD (WD200EB-00DSF0) If I try with RH 8.0, when it should start installing the packages it says that there is no space in the drive for installing the packages. If I try with RH 7.3, it hangs while transfering the install i

Console resolution

2002-11-21 Thread Meganone
Hello. How do I change the console resolution? -- Meganone <[EMAIL PROTECTED]> Meganone Organization -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

How to ask questions (was Re: Pro$ Only! RH8.0 and PHP Bug. [annoyance submission])

2002-11-21 Thread Ed Wilts
On Wed, Nov 20, 2002 at 10:31:10PM -0800, Rick Johnson wrote: > Does a FAQ exist for this list on usage and guidelines (much like you would > see for a news group)? If so - perhaps reposting it in the interest of > reminding those who offend would be in order. This page should be read by *everyone

RE: how to get the system version?

2002-11-21 Thread Rigler, S C (Steve)
I don't believe that "cat /proc/version" works on every release of RedHat: sh-2.04$ cat /proc/version Linux version 2.2.16-22 ([EMAIL PROTECTED]) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)) #1 Tue Aug 22 16:49:06 EDT 2000 sh-2.04$ rpm -q redhat-release redhat-release-7.0-1 Th

Re: Console resolution

2002-11-21 Thread Luis Miguel Cruz Miranda
These are the steps I execute without FB: Edit lilo.conf add vga=ask save and exit execute lilo to apply the changes reboot see how lilo ask for the new resolution mode find the best mode for you now edit lilo.conf change vga directive for your new mode -> example: vga=1 save and exit execute

Re: Adding language in RedHat 8 post install

2002-11-21 Thread Pål Brattberg
Thanks Marc, this doesn't really help me though, since this machine is acting as a server, and I have not installed KDE. :| My hope was that I could edit some nice files in /etc and maybe install some stuff... but, alas, no such luck... oh well, I'm still open for suggestions. :) Quoting marc

Re: Console resolution

2002-11-21 Thread Andy Elacion, Jr.
Edit /etc/lilo.conf add vga=771 save and exit -Andy > Hello. > How do I change the console resolution? > -- > Meganone <[EMAIL PROTECTED]> > Meganone Organization > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/li

Re: Problems with ipchains/Lokkit on RH7.3

2002-11-21 Thread James Pifer
When I tried the "modprobe -r ip_tables" it gave me an error that the device was busy. The previous two commands seemed to work ok. If I use iptables, should I remove ipchains completely? Right now the firewall is stuck on "High" and I can't change it. Can I uninstall ipchains, by removing the

Re: Spamassassin

2002-11-21 Thread Mike Burger
I'm afraid I haven't seen such an error, before, nor do I recall it coming across the SA list. On Wed, 20 Nov 2002, Jay Hodges wrote: > I have not gotten around to upgrading to a newer spamassassin than the one > that come with RH8.0. Has anyone else run into the following error message > and a

Re: releasing and Renewing IP's

2002-11-21 Thread Mike Burger
"service network restart" On Thu, 21 Nov 2002, Will Mendez wrote: > Hi All, > > What is the Linux equilvant to ipconfig /release or renew? > > Thanks! > Will Mendez > Mmmm.XSI > www.xsibase.com > > > > -- Mike Burger http://www.bubbanfriends.org Visit the Dog Pound II BBS telnet://d

Server setup

2002-11-21 Thread Cannon, Andrew
Hi everybody, This may sound like a daft question, but I'm trying to set up a cluster of RH8 machines (4x400MHz PIIs) with one of these machines as the master node (ie server) and the others as slave nodes. How can I configure the master to act like a master without having to reinstall RH? I did

Re: Spamassassin & UTF-8 Error

2002-11-21 Thread Jay Hodges
I upgraded to 2.43 last night, and the error is less frequent (or at least while I was watching the logs) but still exists. It does not seem to occur when spamassassin is scanning mails. Does anyone know what would cause a UTF error? I appreciate your answer. Jay Hodges - Original Message

RH8.0 Bug w/ PHP

2002-11-21 Thread Joel Webb
I am using RH 8.0 with sendmail. I needed to install PHP with mhash support and have recompiled it. After installing the new RPM binaries, I noticed I lost support for the mail() function. When I re-compiled, I noticed that the logs said that it didn't find sendmail, But sendmail is in its defau

Re: incompatibility with WD HDD??

2002-11-21 Thread Francisco Neira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juan Nin wrote: | Hi | | I'm having problems to install Red Hat Linux on a 20GB Western Digital HDD | (WD200EB-00DSF0) | | If I try with RH 8.0, when it should start installing the packages it says | that there is no space in the drive for installing t

Re: releasing and Renewing IP's

2002-11-21 Thread Will Mendez
Thank you!!   Will MendezMmmm.XSIwww.xsibase.com - Original Message - From: linux power To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 3:51 AM Subject: Re: releasing and Renewing IP's /sbin/ifconfig eth0 down (release) /sbin/dhcpcd -n eth0 

Re: dependencies woes

2002-11-21 Thread Martin Marques
On Mar 19 Nov 2002 17:42, Distribution Lists wrote: > okay, what rpms do I need to install mysql > > rpm -hiv mysql-server-3.23.52-3.i386.rpm > error: failed dependencies: > mysql = 3.23.52 is needed by mysql-server-3.23.52-3 > libc.so.6(GLIBC_2.3) is needed by mysql-server-3.23.5

Re: apt-get failure

2002-11-21 Thread CM Miller
Here is a good website that I point alot of folks to about this apt-get http://apt-rpm.tuxfamily.org/ thanks -chris --- [EMAIL PROTECTED] wrote: >I am bad, it does have an 8.o section, sorry... Gary wrote: > Hi Paul, > > On Wednesday, November 20, 2002, 9:45 PM, you put forth, in part, a

Re: Problems with ipchains/Lokkit on RH7.3

2002-11-21 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21 Nov 2002 08:18:52 -0500, James Pifer wrote: > When I tried the "modprobe -r ip_tables" it gave me an error that the > device was busy. This is because you provided not enough information about your system which you claim would be a fresh instal

Re: incompatibility with WD HDD??

2002-11-21 Thread Brian Ashe
Juan Nin, On Thursday November 21, 2002 07:31, Juan Nin wrote: > Hi > > I'm having problems to install Red Hat Linux on a 20GB Western Digital HDD > (WD200EB-00DSF0) > > If I try with RH 8.0, when it should start installing the packages it says > that there is no space in the drive for installing

Re: Rebuilding .src.rpm's for performance

2002-11-21 Thread Adam Bowns
On Wed, 2002-11-20 at 14:22, Kent Borg wrote: > Do you (or could you) compile Linux kernels very often? Then go for > it, kernel compiles seem to saturate the CPU pretty well. It sounds > like you have a nice fast machine. Making it faster would be fun. > (And don't listen to those who say you s

Compiling kernel sources with optimization.

2002-11-21 Thread Adam Bowns
When compiling my custom kernel's, by the look of it, it seems to be using the -march=athlon and -O2 flags by default. I think its got the -march=athlon flag from when i selected processor type in the configuration process. My question is:- Is it possible to override these values and instead use s

Re: incompatibility with WD HDD??

2002-11-21 Thread Juan Nin
From: "Francisco Neira" <[EMAIL PROTECTED]> > Silly question: Do you have free, unpartitioned space in the disk or is > it already partitioned for Window$? I repartitioned the disk with disk druid... I made a 50MB /boot partition, a 256MB swap partition and the rest of the disk for / thanks for

Re: incompatibility with WD HDD??

2002-11-21 Thread Juan Nin
From: "Brian Ashe" <[EMAIL PROTECTED]> > Are the jumpers on the drive set to "Cable Select (CS)"? > > WD drives are set to that by default and RH seems to not like it (in my > experience). mmhhh, I don't have it here, so I can't remember exactly I tried it wit no jumper (single or master), and al

Re: Logrotate

2002-11-21 Thread Javier Gostling
On Tue, Nov 19, 2002 at 07:01:46PM -0600, Yoink! wrote: > On Tue, 19 Nov 2002, Javier Gostling wrote: > > Yester5day I setup logrotate to rotate logfiles for ColdFusionMX on a > > daily basis, but today I found that the files were not rotated. > > check the files in your /var/log directory for er

Re: Rebuilding .src.rpm's for performance

2002-11-21 Thread Javier Gostling
On Wed, Nov 20, 2002 at 09:22:03AM -0500, Kent Borg wrote: > Oh, and I am a fan of software raid 1, not only for redundancy, but > because it is faster for reading than a single disk. (At least it is > for IDE where putting paralel disks on separate controllers is > practical.) If you want to be

Newbie SSH Connect

2002-11-21 Thread Walter Johnson
On a personal home network I am trying to ssh connect an XPPro machine to a RH 8.0 I set up the user on the Linux machine. Used Ifconfig to find out the ip from the DHCP dsl router Used that IP as the host on the XP side the sshd server is running after using the sshd start command Error from th

Wrong view of ä,ö,ü

2002-11-21 Thread Hostmaster
Hi I installed redhat 8, some programms shows the ö,ä,ü ... wrong. (vim, perl output) What can I do? Best regards, -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Problems with ipchains/Lokkit on RH7.3

2002-11-21 Thread James Pifer
Well, what I mean by fresh install is this. We chose custom and selected the following things: Classic X windows X Windows GNOME KDE Network Support Windows File Server EMacs Utilities Software Development Kernal Development Does one of these install iptables? That's the only explanation I have fo

apt-get failure message

2002-11-21 Thread paul taylor
I have run the command again in root ( not as su). It seems to start then it stops with this fuller error message: "apt-getrpm/rpmListparser.cc 240: string rpmListparser: Archetechure ( ) : Assertion 'res' failed" Does anybody have any idea what this means?? paul taylor -- redhat-list maili

Re: Logrotate

2002-11-21 Thread Will Mc Donald
Have you checked that cron's actually running? If your cron daemon's died it wouldn't be picking up the logrotate entry in /etc/cron.daily, cron.weekly etc. $ ps auxww | grep cron Will. - Original Message - From: "Javier Gostling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thurs

Postgres Startup

2002-11-21 Thread Delao, Darryl W
I am trying to configure postgres to automatically startup using the following command.   Postmaster -I -p 5432 -D /usr/local/pgsql/data   However, I am not sure where I should put this line within the postgres startup file.   Any suggestions?   Thank you! Darryl

Re: RPC: Program not registered

2002-11-21 Thread Yoink!
On Tue, 19 Nov 2002, Alfredo Cole wrote: > I have a server running RedHat 8.0, exporting a NFS directory.When trying to > mount the directory on a locally connected workstation, I get the error: > > mount: RPC: Program not registered. > > What could be wrong? You aren't running portmap. # chkconf

Account setup and access

2002-11-21 Thread Delao, Darryl W
Another quick question.  I have a user in my group who I only want to grant full rights to a specific folder so he can do some testing.  I will probably have others who will want to do the same, so I have made a group called test and put them in that group.  Now what I need to do is grant t

apt-get failure

2002-11-21 Thread paul taylor
I ran the command again as roo and not as su. A more detailed error message. "apt-get rpm/rpmListparser.cc 240: string rpmListparser: archeture ( ) : Assertion 'res' failed" Does anybody have a clue as to what this means thank you paul taylor -- redhat-list mailing list unsubscribe mailto:[

Re: CHANGE Gcc-2.95.6 to 2.95.3

2002-11-21 Thread Yoink!
On Tue, 19 Nov 2002, Alessandro Coppelli wrote: > I have RedHat 7.3 ( with gcc-2.95.6 ) . > > I want to change the version compiler from 2.95.6 >to 2.95.3. > >Sorry for the stupid questioin, but how I do to do this ? Get an rpm for gcc 2.95.3 (www.rpmfind.net may be of use) # rpm -

Re: Logrotate

2002-11-21 Thread Javier Gostling
On Thu, Nov 21, 2002 at 02:48:23PM -, Will Mc Donald wrote: > Have you checked that cron's actually running? If your cron daemon's died it >wouldn't be picking up the logrotate entry in /etc/cron.daily, cron.weekly etc. > > $ ps auxww | grep cron I checked /var/log/cron, and it has run ever

Re: Postgres Startup

2002-11-21 Thread Gary Stainburn
On Thursday 21 Nov 2002 3:04 pm, Delao, Darryl W wrote: > I am trying to configure postgres to automatically startup using the > following command. > > Postmaster -I -p 5432 -D /usr/local/pgsql/data > > However, I am not sure where I should put this line within the postgres > startup file. > > Any

Re: apt-get failure message (paul taylor)

2002-11-21 Thread CM Miller
At a command prompt, type: su - This gives us root will all environmental settings. Then try running apt-get and see what happens. -Chris >I have run the command again in root ( not as su). It >seems to start >then it >stops with this fuller error message: >"apt-getrpm/rpmListparser.

Interactive Startup

2002-11-21 Thread Vano Beridze
Hello I have Redhat80 installed on my machine. During installation of NVidia Drivers I was supposed to install GLX rpm from command-line and because my default runlevel is 5 I edited /etc/inittab and set the runlevel to 3 I rebooted and pressed I to enter interactive startup (It's because I h

Re: query: server to server mirroring for linux machines

2002-11-21 Thread Rick Johnson
Jhun Bacala wrote: > I have a couple of RedHat boxes and wanted to implement a server to server > mirroring. In case, where the > primary server goes down backup server will take over. Thus, minimizing > downtime. > > Is there an application in Linux that can do such thing? We do just this in

RE: sendmail troubles

2002-11-21 Thread Will Phipps
Sorry about the html. I didn’t realize it was on. I figured out what my problem was with sendmail. Wayne, you may want to check to see if you have the same issue. Below is what I did to fix it. ## In the /etc/mail/access file I added the following line ## to allow relaying from inside my LAN

RE: sendmail troubles

2002-11-21 Thread Cowles, Steve
Tracking Insert: Sent reply on Nov. 21, 2002 at 9:25am CST This list has been taking hours to deliver. :-( See my response below. > -Original Message- > From: Will Phipps > Sent: Wednesday, November 20, 2002 11:25 PM > Subject: RE: sendmail troubles > > Steve, > > Thanks for the help. T

Re: Rebuilding .src.rpm's for performance

2002-11-21 Thread Rick Johnson
In this case you'd need to rpm -ivh the src RPM, modify the spec file, then rpmbuild -bb --target spec.file (correct me if I'm wrong) I've setup a "build" server (everything install to ensure dependencies are present) and am rebuilding all RPMS (which will readily build) for i686 under RH 7.3. W

Re: Problem with IPTables Logging

2002-11-21 Thread Bret Hughes
On Thu, 2002-11-21 at 06:02, Amit Kumar Gupta wrote: > Hi List, > I went through a document available on the site :- > http://people.unix-fu.org/andreasson/iptables-tutorial/iptables-tutorial > .html > > I am having a problem in it. In the LOGGING section it is written that > if we write a comman

Re: nvidia drivers

2002-11-21 Thread Rick Johnson
No - you need to grab the source (or source RPM) and build it for Red Hat 8.0 (not as important w/ the GLX module, but very important w/ the Kernel module). -Rick -- Rick Johnson, RHCE - [EMAIL PROTECTED] Linux/WAN Administrator - Medata, Inc. (from home) PGP Key: https://mail.medata.com/pgp/rjohn

Re: Pro$ Only! RH8.0 and PHP Bug. [annoyance submission]

2002-11-21 Thread Alan Harding
3 cheers for Hal, my personal filter maintainer -- Alan & Jan Harding Tel: 07715 539272 "One by one the penguins are stealing my sanity" --- Begin Message --- > Yea, "Pros Only". If you want pros only, post to a f'n pros only list. > This is a public list. Does that mean there are no pros here

sendmail, SMTP Authentication & LDAP

2002-11-21 Thread Hugo Tavares
Greetings I've seen that is possible to interact LDAP with Sendmail and with SMTP authentication using SASL. What I want to do is having a LDAP mailing list and using sendmail with SMTP authentication with SASL, is it necessary to compile both sendmail and Cyrus SASL to interact with LDAP, or is

Re: Postgres Startup

2002-11-21 Thread Gary Stainburn
On Thursday 21 Nov 2002 3:31 pm, Delao, Darryl W wrote: > I am using redhat 7.3 which was automatically installed. I need it to > automatically start using the command below. Thanks for you help! > > Darryl > Hi Darryl. As part of the RPMs for Postgresql there is a startup script which is place

KDE - Font Problem

2002-11-21 Thread Nick Wilson
Hi all, ever since upgrading to RH8 I've had dreadfull fonts on apps like Konsole and Opera and the menu bar. This does not happen in Gnome. Can anyone offer some pointers? Thanks... -- Nick Wilson // www.tioka.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?s

RE: Postgres Startup

2002-11-21 Thread Delao, Darryl W
The main problem I am having is that postgres starts up fine, but does not open port 5432 which is what I need for all of my local connections to be able to talk to the database. I am new to this, so please bear with me. Is there anything I can set to where it will open 5432 everytime postgres is

Re: Wrong view of ä,ö,ü

2002-11-21 Thread Dumas Patrice
Hi, > I installed redhat 8, some programms shows the ö,ä,ü ... wrong. (vim, > perl output) > What can I do? If this is the problem I describe, this should only happen with files created with older versions of redhat. I think this is linked with UTF-8 being the default encodind, now. To overcom

Re: Console resolution

2002-11-21 Thread Rick Johnson
Meganone wrote: > How do I change the console resolution? If you prefer 80x50, here's a couple of ways: pass vga=extended to the kernel (either via lilo.conf or grub.conf) edit /etc/sysconfig/i18n to use the font lat0-08 (vs lat0-sun16 or whatever else Red Hat 8 uses). You could also change it

RE: releasing and Renewing IP's

2002-11-21 Thread Trevor
On a redhat box:   "service network restart"   works best for me!    -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of linux powerSent: Thursday, November 21, 2002 1:51 AMTo: [EMAIL PROTECTED]Subject: Re: releasing and Renewing IP's /sbin/ifconfig e

Update Apache 1.3.23 to 1.3.27

2002-11-21 Thread Claudio Delgado
Title: Mensaje Hi to everybody, somebody knows some document that explain howto update Apache 1.3.23 to 1.3.27 , thanks

RE: sendmail troubles

2002-11-21 Thread Cowles, Steve
tracking insert: Sent on Nov. 21, 2002 at 9:51am CST see below > -Original Message- > From: Edward Dekkers > Sent: Thursday, November 21, 2002 2:30 AM > Subject: Re: sendmail troubles > > Anyway - to your question. > > sendmail is an SMTP server - OUTBOUND MAIL Technically, sendmail

RE: nvidia drivers

2002-11-21 Thread MET
To setup the drivers in i686 do this (it is best to rebuild them as their built for i386 machines. This will make them run better on yours). You shouldn't* need to logout of X to install them, but you will need to reboot X to make your system use them. Attached is my copy of the XF86Config file

Re: sendmail, SMTP Authentication & LDAP

2002-11-21 Thread Teodor Georgiev
- Original Message - From: "Hugo Tavares" <[EMAIL PROTECTED]> To: "Forum RED-HAT" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 5:56 PM Subject: sendmail, SMTP Authentication & LDAP > Greetings > > I've seen that is possible to interact LDAP with Sendmail and with SMTP > authent

Re: Update Apache 1.3.23 to 1.3.27

2002-11-21 Thread Juan Nin
MensajeFrom: Claudio Delgado >Hi to everybody, somebody knows some document that explain howto update Apache 1.3.23 to 1.3.27 , thanks # rpm -Uvh apache-1.3.27.i386.rpm # /etc/init.d/httpd restart :) regards, Juan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=uns

Mozilla java plugin

2002-11-21 Thread Adam Bowns
hello, I have just rebuild mozilla 1.1 and installed it. it works fine apart from its refusing to recognise my java plugin. I symlinked libjavaplugin to the mozilla plugings directory but it refuses to recognise its there at all. I double checked the symlink and it is pointing to the right place.

Re: Mounting external USB drive

2002-11-21 Thread Edward Dekkers
> Emmanuel wrote: > > > Does the command "fdisk -l /dev/sda" output anything? > > OK, I figured out that I had to do /sbin/fdisk > > But no output. Hmmm. > > Chuck Chuck, I've been reading this thread, but we're going too fast here I think. There's no point doing an fdisk until we are sure the

Re: IMAP setup on Red Hat 8.0

2002-11-21 Thread Will Phipps
On Mon, 18 Nov 2002, Will Phipps wrote: > I am a newbie having some problems getting IMAP/sendmail to work with RH > 8.0. Can someone please steer me in the right direction? Here are some of > my config files to give you an idea of what I have and haven't done. I also struggled a bit with this

Re: dns question

2002-11-21 Thread hanfamily
On Fri, 15 Nov 2002, Gary wrote: > > Personally, I would not use BIND, but rather tinydns, part of the djbdns > package. It is much more secure, especially when out on the net, and > given the newest exploits in BIND as recent as a few days ago. Tinydns also > can handle 5000 quires a second. I

Hardware help needed...

2002-11-21 Thread Christopher Yoder
All, Hello! I've installed RedHat 8.0 on my Dell Inspiron 8200 and have found a few problems. 1. My NetGear MA401 wireless adapter does not work. I've configured it as I have in Windows XP. Channel, Speed, and Pass Phrase. (No option for 64bit encryption, but that is what my

Re: KDE - Font Problem

2002-11-21 Thread Johnathan Bailes
On Thu, 2002-11-21 at 11:04, Nick Wilson wrote: > Hi all, > > ever since upgrading to RH8 I've had dreadfull fonts on apps like > Konsole and Opera and the menu bar. > > This does not happen in Gnome. > > Can anyone offer some pointers? > > Thanks... > -- > Nick Wilson // www.tioka.com

Re: IMAP setup on Red Hat 8.0

2002-11-21 Thread Will Phipps
On Mon, 18 Nov 2002, Will Phipps wrote: > I am a newbie having some problems getting IMAP/sendmail to work with RH > 8.0. Can someone please steer me in the right direction? "chkconfig --list" should show imap on. this shows imap as on "kill -1" the xinetd process id#. telnet localhost 143

gcc problem

2002-11-21 Thread matt braverman
i am pretty new at redhat and at posting to groups, so please forgive any irrelevant information i add or improper posting etiquette. i have Redhat 8.0, kernel 2.4.18-18.8.0, sony vaio laptop with winME on first partition, winXP on second, and redhat on third. my big problem is this: /root/SD

RE: Mozilla java plugin

2002-11-21 Thread Carter, Shaun G
% ln -s /usr/local/j2re1.4.1/plugin/i386/mozilla/javaplugin_oji.so ~/mozilla-1.0/plugins/ or % su # become root % ln -s /usr/local/j2re1.4.1/plugin/i386/mozilla/javaplugin_oji.so /usr/lib/mozilla/plugins/ Try both (replacing directories with yours of course). Works great for me. Shaun

Re: apt-get failure

2002-11-21 Thread Jeff Bearer
no but http://apt.freshrpms.net does. On Thu, 2002-11-21 at 05:43, Dale Kosan wrote: > The tux family site does not have a 8.0 directory.. > > > > > > > > CM Miller wrote: > > Please forgive if this has already been answered, I > > get the digest format due to volume of traffic on this

  1   2   3   >