Re: mailx -r option

2003-10-17 Thread Bob Tennent
>|does anyone >|know of source for BSD mailx which will run on RedHat 9.0? Check out nail at http://omnibus.ruf.uni-freiburg.de/~gritter/ Bob T. ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-dev

Re: RH7.2/7.3 fails on Compaq Presario 905EA

2002-09-30 Thread Bob Tennent
>|I have a strange problem trying to install RH on a Compaq Presario 905EA >|laptop. >| >|The 7.3 release stops at partition check. No errors, it's simple stops >|with the cursor near hda: >| >|ANy idea? Is there a Windows partition on the drive? I reported this to the enigma-list months

Re: fonts

2002-07-18 Thread Bob Tennent
>|>u> The real problem has not been the lack of AA but the pathetic fonts >|>u> included with a lot of distros. ie Redhat 7.3 (and I'll never forgive >|>u> them for this) had the worst fonts possible. >|> >|To my knowledge Red Hat used the same fonts everyone else used. >|There quiality of

Re: fonts

2002-07-18 Thread Bob Tennent
>|[EMAIL PROTECTED] said: >|> And the fix? All you had to do was reorder the font list in >|> XF86Config. >| >| >| >|Change from what to what different, and what kind of difference is that >|supposed to make? Putting :unscaled font directories first, followed by outline-font directories

Re: Samba 2.2.0 rpms

2001-05-07 Thread Bob Tennent
> If someone want to try this, backup your smb.conf, rpm -ev samba* and then > install. All configurations now goes to /etc/samba And how much editing of the configuration is needed once it gets moved to the right place? Bob T. ___ Redhat-devel-

Re: Help requied

2000-10-21 Thread Bob Tennent
> We want to debug Driver code in LINUX. can someone suggest we if there is a > KERNEL DEBUGGER avialable for LINUX or not. There is: kdb is a debugger that is part of the linux kernel and provides a means of examining kernel memory and data structures while the system is operational. A

Re: /usr/src/redhat

2000-09-01 Thread Bob Tennent
> If I wanted to change the usage of /usr/src/redhat by RPM where would I > change this? /usr/lib/rpm/macros, or other rpm macro files, such as /etc/rpm/macros or ~/.rpmmacros. Bob T. ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://l

unpacking src rpms

2000-07-12 Thread Bob Tennent
I suddenly find that a src rpm unpacks under /root/redhat; furthermore, all the sources in /usr/src/redhat/SOURCES have been copied over. How? Why? Bob T. ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listi

Re: class inheritance

2000-07-10 Thread Bob Tennent
> class c1 { > public: > void methode1 (long); > }; > > class c2: public c1 { > public: > void methode2 (void); > }; > > void c2::methode2 (void) { > methode1 (1); > } > > In function 'c2::methode2(void)': > undefined reference to 'c1::methode1(long)' You haven't def

updated kernel rpms?

2000-06-10 Thread Bob Tennent
A serious security bug in kernels < 2.2.16 was reported two days ago. When will updated rpms be available? Bob T. -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

mail and nail

2000-04-06 Thread Bob Tennent
I recently installed nail (an open-source mime-compliant version of mail). It expects /var/spool/mail to have 1777 permissions to allow a dot-lock to be implemented. It seems that RedHat has disabled dot-locking in mailx. Questions: + Does mailx use some other method to prevent interfering u

Re: PUMP / DHCP

2000-03-02 Thread Bob Tennent
> I'd be interested to know what configurations pump fails in that dhcpcd > handles. I know some cases pump works dhcpcd doesnt and some where both > fail. > > More data is always good. > I don't know how to get such data. The problematical configuration is at the dhcp server and most cabl

Re: PUMP / DHCP

2000-03-02 Thread Bob Tennent
Isn't it about time for RedHat to admit that "pump" sucks? It was really apalling that you inflicted this virtually untested program on us in the first place. It has since improved, but the newsgroups still have posts from people who cannot connect using pump and have to be instructed on how to

Re: Cleaning RedHat 6.2

2000-02-29 Thread Bob Tennent
> > I'd be happy with twm. > I *am* happy with twm. Anybody can not install or uninstall anything they don't want. Bob T. -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

rescue.img

2000-02-16 Thread Bob Tennent
What's happened to this? The Official Red Hat Linux Reference Guide still talks about it. The CD still asks for it if you want to rescue your system. But it's not on the CD nor at the Red Hat site, for > 6.0, as far as I can see. Bob T. -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTE

Re: xfs and unix:-1

2000-02-08 Thread Bob Tennent
> See RH bug 5093, which describes the fix procedure on a dying xfs > [which is what is being described -- see a tail of > /var/log/messages after trying to stop and then start xfs]. > > Quick answer -- something has bunged up the fonts.dir (a > post-install script has failed, etc.) -- fix i

xfs and unix:-1

2000-02-08 Thread Bob Tennent
I seem to have messed up something and can't figure out what. The command xfs -port -1 produces the following unenlightening messages: _FontTransSocketINETCreateListener: Unable to get service for -1 _FontTransMakeAllCOTSServerListeners: failed to create listener for tcp On the other hand, xfs

Re: xfs and unix:-1

2000-02-08 Thread Bob Tennent
> From: Hal Burgiss <[EMAIL PROTECTED]> > Thanks for the suggestions. I can see the point of not using a network port. But I still don't see why it doesn't work. > > The command xfs -port -1 produces the following unenlightening messages: > > > > _FontTransSocketINETCreateListener: Unable