junkbuster vs. privoxy
I have been using junkbuster for a few years, and notice privoxy is installed by default in RedHat 8.0. From reading the privoxy man page(s), I see that it is based on junkbuster. Is there a reason I would want to start using this instead of junkbuster? Dan Liston
LogWatch 2.6
After upgrading from Redhat 7.3 to 8.0, my LogWatch report nearly evaporated. I used to get nightly reports over 30K in length, but now they are barely 1K, inlcuding message headers. I did not see anything about this in the upgrade comments. Even though the config file is set to ALL logging, I am not getting security, ssh, messages, named, or sendmail reports. These all appear to be part of the ALL in the config file. Have I missed something? Dan Liston
privoxy
I think I have an answer to my own question by going to the privoxy.org page and reading the FAQ. It would appear that privoxy IS junkbuster under a new name. Am I reading this correctly? Dan Liston
Re: LogWatch 2.6
Sort of answering my own question (thanks to a hint here), but if you stay on version 2.6, you need to edit lines 474 and 527, changing the "reverse" to "sort". If you have done any modifications already and the line numbers don't match, it is the only two places in the file where the work "reverse" appears. It should be fixed in LogWatch 4.0, but the root cause is in perl 5.8, if I read bugzilla correctly. Many thanks to Manfred H for doing the bugzilla legwork on this one. <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75086> And for sending me the link. Dan Liston Jason wrote: I had asked about this earlier. No one responded. I don't get any of my SSH connections listed; still get stunnel and printer connects; but not the ssh logins. I would love to know what I need to do to get SSH connections in the logwatch email again. Jason ----- Original Message - From: "Daniel Liston" <[EMAIL PROTECTED]> To: "psyche-list" <[EMAIL PROTECTED]> Sent: Saturday, October 19, 2002 5:51 PM Subject: LogWatch 2.6 After upgrading from Redhat 7.3 to 8.0, my LogWatch report nearly evaporated. I used to get nightly reports over 30K in length, but now they are barely 1K, inlcuding message headers. I did not see anything about this in the upgrade comments. Even though the config file is set to ALL logging, I am not getting security, ssh, messages, named, or sendmail reports. These all appear to be part of the ALL in the config file. Have I missed something? Dan Liston -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Mozilla 1.2b (w/ xft2) and Galeon
I have not upgraded my mozilla, but I have used this since early linux w/netscape days in /etc/bashrc. export MOZILLA_HOME=/usr/lib/netscape You could probably do export MOZILLA_FIVE_HOME=/usr/lib/mozilla Dan Liston jim wrote: On Mon, 2002-10-21 at 11:47, Hesty P wrote: Hi, I've upgraded to mozilla 1.2 and it seems to break galeon. Whenever I try to start galeon, it complains about not finding mozilla and specifying MOZILLA_FIVE_HOME. How do I fix this? Is that just an env variable or do i have to hack into some galeon config file? Cheers, Hesty __ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ Galeon and a couple of other browser based apps have heavy dependencies on an earlier version of mozilla. If you removed the original as part of your upgrade this would account for this. Jim Scott Of course maybe you shouldn't listen to me. I'm unemployed. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Multimedia: mpeg and wav files
In the bottom right corner of the www.redhat.com pages there is a "red hat speaks" article on "8.0 and Multimedia" link to http://www.redhat.com/advice/speaks_80mm.html which explains it fairly well. Seems to me someone is afraid of lawyers for the moment. Dan John Horne wrote: On Mon, 2002-10-21 at 17:44, John Weber wrote: xanim man page claims it supports quicktime. Correct it does, and it played the mpeg/quicktime file too :-) I had to get xanim from rpmfind though, and it's a redhat 7 (or was it 6.2!) version. I know xanim isn't on the redhat 8.0 cd's, so for some reason they haven't included it. John.
Re: rpm storage location while up2date downloading
You can find "in progress" downloads for rhn in the /tmp file system. Just "ls -ltr /tmp" a couple times, and you will see a weird named *.tar file growing during download. Dan Liston Oisin C. Feeley wrote: On Mon, 21 Oct 2002, Tom Georgoulias wrote: Oisin C. Feeley wrote: The rpm doesn't appear in /var/spool/up2date until it is 100% downloaded. Out of curiosity, do you have up2date configured to save the RPMs on disk after they are installed? Yes, here's part of the output of "up2date-nox --configure" 7. storageDir /var/spool/up2date 24. keepAfterInstall Yes and after an rpm shows 100% downloaded in its progress bar then it's stored in /var/spool/up2date as specified, but _during_ the download I can't find out where the file is stored. I've started to take up Paul Gear's suggestion of using strace, but I can't make head or tail of it so far. I can only assume that he's correct and that the file is held in memory as it's downloaded. Oisin Feeley
Re: Samba server and Win98 connection problem
You might want to consider switching the localhost.localdomain and localhost around on the 127 line of your /etc/hosts file. /etc/hosts should define the 127.0.0.1 address with the short name of localhost first, and all other aliases to it after. Any other IP should be listed with its FULL internet name, then any aliases or short names after. If you do not have a FULL name on the IP line first, sendmail can take a very long time to start. You may have to do a lot of tweaking to get sendmail running without complaining. Considering you are not running DNS on your linux or windows machines, you should also populate the "hosts" file on the windows machine to match the "hosts" file on you linux box. In windows 98, you will need to copy the HOSTS.SAM file to hosts and then edit hosts. Stephen Liu wrote: Hi Gregory, Lot of thanks for your advice. My Samba server works now with following adjustment made to 1) /etc/samba/smb.conf [global] workgroup = SEC guest account = satimis encrypt passwords = yes security = user [homes] comment = Home Directories read only = No guest ok = Yes 2) Delete IPX/SPX on Win98 3) New /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.0.1 SCW98 192.168.0.2 M40G I still have following problems and expected to be advised. 1) # umount /mnt/Win98 could not dismount the directory. I have to stop Samba server with "service smb stop" first. 2) If I don't add "192.168.0.2 M40G" in /etc/hosts, the computer-name of Samba server appears as "localhost" under the workgroup on Win98. If I add ""192.168.0.2 M40G" in /etc/hosts",at starting RH8.0 it takes quite long time to detect a) Starting sendmail [OK] b) Starting sm-client [OK] Kindly advise. Thanks On Wed, 2002-10-23 at 07:02, Gregory Malsack wrote: 1. is there a linux user account for the user account used to log into the win98 machine? 2. is there an smb user account mapped to the linux user account i.e. smbadduser linux_user_name:win_user_name The Win98 login name and password are same as Samba server user, only one user for this test, but root is different. I login in as root for all tests because if I login as user "satimis" I am not allowed to start Samba server even with "su" on command line. What do you mean "smbadduser linux_user_name:win_user_name" - snip - But one thing amazes me is "The Windows boxes, WinME and Win98, used for this test have been used previously to test another Samba server. The setup on the latter was standard and went through without much difficulty. There are nothing changed made to the WinME and Win98 mentioned but I have been struggling for a week to setup this new Samba Server" B.Regards Stephen Liu -Original Message- From: [EMAIL PROTECTED] [mailto:psyche-list-admin@;redhat.com]On Behalf Of Stephen Liu Sent: Tuesday, October 22, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: Samba server and Win98 connection problem Hi All Guys, The problem is as follows: ipchains and iptables stopped # service smb start Win98 is connected to Samba server via a crossover cable On Win98 - 2 members found in the workgroup "Scw98"(Win98) and "M40G". (Samba server) - Clicking "M40G" popup a warning "permission not allowed" - Searching computer with the name of Samba server "M40G" found it there but searching with its IP address could not find it - Ping "M40G" and IP address of Samba server showed connected On Samba server "as root" - "# mount" could not mount Samba server - Ping SCW98 and IP address of Win98 showed connecting INFORMATION === Both Win98 and Samba server need password to login Samba server OS - RH8.0 2 NICs - one for broadband connection another for connecting Win98 via a crossover cable IP address - 192.168.0.2 Computer name - M40G Login : root user = satimis with same password as Win98 login /etc/samba/smb.conf (basic configure) [global] workgroup = SEC guest account = satimis encrypt passwords = no hosts allow = yes security = share [test] comment = share path = /home browseable = yes read only = no guest only = no guest ok = yes /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.0.1 SCW98 192.168.0.2 M40G Win98 IP address - 192.168.0.1 Computer name - SCW98 Login - satimis password - same as user of Samba server Components - IPX/SPX - Net BEUI - NetBIOS support for IPX/SPX - TCP/IP Kindly advise. Thanks in advance. Stephen Liu
Re: RH 8.0 installation hangs
I had the same problem with my upgrade on several machines. I even went back and re-burned the CDs at a lower speed thinking I might have a media or drive compatibility issue. The only machine I could install "from CD" on, was the one I used to burn the CDs. To work around the problem, I ended up making a boot floppy, and when asked for the location of media, answered hda and the partition that held the iso images. Odd, because I could read the CDs from all the machines I upgraded. Rather than networking the iso images, I made new images on each machine from the same CDs that the installer could not read. Dan Liston Sachchi wrote: Hi, I was planning to upgrade RH 7.3 to RH 8.0 and so I downloaded the iso images and burnt on the CD. In the beginning I checked the media and it passed and there was no problem. Everything was going well till the start of package installation. Here the it halts and it won't respond to anything besides a hard reset or power down. Any help or suggestion would be appreciated. Thanks. Sachchi. __ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/
Re: looking for lyx-user on rh 8.0
The readme says that 10 is 1.0 and 089 is 0.89 Dan James Kaufman wrote: On Wed, Oct 23, 2002 at 10:01:14AM +0530, [EMAIL PROTECTED] wrote: We have compiled both lyx and xfrom from src.rpm New xforms binaries for rh8 are availabe at ftp://ftp.lyx.org/pub/lyx/bin/1.2.1 Cheers Srini That's good to see. Could you explain the differences between the three rpm files there? Especially, the one that has 'xforms10', rather than 'xforms089' in the file name?
domainname command changed?
When did `domainname` start producing "(none)" as the output? I have looked through all the startup rc files and can not find a place to change this back to the way it was. Blank/empty result or the NIS value of domain name. I also looked in /etc/sysconfig for clues but came up empty handed. Can somebody point me in the right direction? Thanks, Dan Liston -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
[Fwd: domainname command changed?]
OK, I waiting 3 full days, going into 4 before reposing. Please, can anyone tell me where to fix this or when it broke? Original Message When did `domainname` start producing "(none)" as the output? I have looked through all the startup rc files and can not find a place to change this back to the way it was. A blank/empty result or the NIS value of domain name. I also looked in /etc/sysconfig for clues but came up empty handed. Can somebody point me in the right direction? Thanks, Dan Liston -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: [Fwd: domainname command changed?]
toby wrote: Daniel Liston wrote: OK, I waited 3 full days, going into 4 before reposting. Please, can anyone tell me where to fix this or when it broke? Original Message When did `domainname` start producing "(none)" as the output? I have looked through all the startup rc files and can not find a place to change this back to the way it was. A blank/empty result or the NIS value of domain name. I also looked in /etc/sysconfig for clues but came up empty handed. Can somebody point me in the right direction? /etc/sysconfig/network: NISDOMAIN=yourdomainname ypserver & domain also need to be defined in /etc/yp.conf. Thanks Toby, but the setting I am looking for is nearly the reverse of your solution. I need the domainname command to return "" instead of "(none)". I found in the rc.sysinit where hostname is tested for "(none)" and if true sets the hostname to localhost. I did not realize hostname had also acquired this deficiency. What I had to do was add a command to rc.sysinit forcing `domainname ""`. This provides me with a solution, but not an answer. I do appreciate that you took the time to answer though. Thanks, Dan Liston -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: NAT
This might be able to help you out. I did not have to do anything special to get a great firewall (and NAT router) other than configure this tool. It is ipchains based rather than iptables, but it works great! http://rcf.mvlan.net:8080/ Dan Liston Joshua Melbourne White wrote: Can anyone explain how I can do this: I have a computer running RH8 with two network cards. I want to be able to use this computer and share its internet connection with another computer running windows 98. How can I set up the NAT to share my internet. I do not know anything about NAT except that windows did it automatically for me. Thanks for any help. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: what is fcs?
FCS is Sun Microsystems terminology for First Customer Shipment. Others companies have their own acronyms too. PRD and RTM for Public Release Date or Release To Manufacturing. Kevin McConnell wrote: --- Stephen Mah <[EMAIL PROTECTED]> wrote: j2re-1_4_0_01-fcs-linux-i386.rpm Just a guess the "f" might be for final and the "s" might be for software. And the "c" well, I have no idea, so you'll just have to think of something clever. ;) -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list