RE: cvs locally - My Solution

2002-03-10 Thread Patrick Nelson

Patrick Nelson wrote:
-
Setting the repository as a normal user (i.e. my username) and the group
name as cvs (yep has the proper people there, include my username) did not
change any of the errors.

The book seem good so I will read through it.  However, a quick glance into
very specific areas didn't reveal any solution to my problems.
-
OK so after browsing through the book Gordon suggested, I got an idea.  So I
tested it out and it worked within the environment that I need it to.  Here
is the way I did it:

user="pnelson"
cvslocal="/usr/local/cvsrep"

mkdir .bon
chown $user:cvs .bon
cd .bon
su $user -c 'cvs -d $cvslocal co bon/il'
cd bon/il
vi il.txt  <-did some editing and saved changes
su $user -c 'cvs -d $cvslocal ci -m "Update change"'
cd ../..
su $user -c 'echo "y"|cvs -d $cvslocal re bon'
cd ..
rmdir .bon

Thanks to Gordon, Harry, and Bill for the help!



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



getting hostname from mac address

2002-03-10 Thread Rahul Torvi



Hi,
 
How can i get the 
hostname from mac address ?? is there any way??
 
RT


Re: Installing XFree86 4.20

2002-03-10 Thread Billy R Nordyke

Hi,
Found an executable Xinstall.sh on the Norway ftp.  Appear to have
XFree86 4.2.0 installed now.
Still can't get my Radeon 7500 video card to work.  If anyone can give me
the proper settings, driver, etc,  I would really appreciate it.  

Thanks
Bill
[EMAIL PROTECTED]


GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/web/.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: cvs locally

2002-03-10 Thread Patrick Nelson

Gordon Messmer wrote:
-
Set the repository up as a normal user, not root.  For lots of
information on cvs, read the cvs book here:
http://cvsbook.red-bean.com/
-
Setting the repository as a normal user (i.e. my username) and the group
name as cvs (yep has the proper people there, include my username) did not
change any of the errors.

The book seem good so I will read through it.  However, a quick glance into
very specific areas didn't reveal any solution to my problems.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: star office install from rh 7.2 cd

2002-03-10 Thread Willem van der Walt<[EMAIL PROTECTED]>

Hello,
I once had a simelar problem.
mount the cd by hand.
umount /mnt/cdrom
mount -tiso9660 /dev/hdb /mnt/cdrom
Do ls and look if the setup file is there.
If not, there should be a directory like Linux. cd to that directory and 
ls there to look for setup. If it is there, do ./setup from there.
regards, Willem

On Sat, 9 Mar 2002, doug piper wrote:

> My RH 7.2 box set came with Star Office on a sparate cd. I read the pdf 
> file on installation which says to do ./setup with no results except no 
> such file. There is some mention on Sun's site of having to chmod to 777 
> to install this and I am still at 755.  However, I don't think the 
> script is on the CD. So how do I install Star Office?
> 
> TIA
> 
> Doug
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
Willem van der Walt
Information Services Directorate
Department of Health
South Africa
tel: 27 12 3120700




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba

2002-03-10 Thread Pieter De Wit

And you do get the correct WINS ip address etc ? if you go ping server -
from the dial up - does it resolve ?

-Original Message-
From: Travis McCarter [mailto:[EMAIL PROTECTED]]
Sent: 10 March 2002 19:10
To: [EMAIL PROTECTED]
Subject: RE: Samba


Yes, I can see it when I do this and access the shares after providing a
correct password.  But it still doesn't show any computers in Network
Neighborhood.

Travis

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Pieter De Wit
Sent: Sunday, March 10, 2002 0:41
To: [EMAIL PROTECTED]
Subject: Re: Samba


MessageHello Travis,

What happens when you go Start/Run and enter the servers IP address e.g.
\\192.168.0.1

Can you see it then ?

Cheers,

Pieter
- Original Message -
From: Travis McCarter
To: [EMAIL PROTECTED]
Sent: Saturday, March 09, 2002 21:39
Subject: Samba


I set up a Samba server and enabled it as a WINS server.  The server
works fine and I can see the directories on the local Windows network.
The computer that I use to dial in is pointed to the WINS server, but I
still cannot browse the Network Neighborhood.  I can use the "Find
Computer" and then see the Windows computers, but I can't see the Samba
server.  I can ping the Samba server however and I don't have any
IPCHAINS blocking it. The computer that I use to dial in gets listed in
the Samba server's win.dat file, so it evidently knows it's there.  What
could be wrong or is this just impossible?

Thanks,
Travis



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list






___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re : sendmail book

2002-03-10 Thread somasundaram mohanraj


hi

If you do stay with sendmail, I stronly urge you to
use M4.
Here's how to do it on a RedHat system:
First, create your mc file:

# cd /usr/lib/sendmail-cf/cf
# cp redhat.mc myconfig.mc
# vi myconfig.mc


If you want to try sendmail,
you should really consider to get the sendmail book
from O'Reilly, I would not have
been able to do anything useful with sendmail without
that book. The documentation
on sendmail is rather non-existing, at least I have
not found anything on the net
which describes sendmail comparable to the book. Once
you understand, how sendmail
works, it is really easy to setup and maintain. You
can do about everything you can
think of using sendmail's configuration file.


Thanks

Raj

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Installing XFree86 4.20

2002-03-10 Thread Billy R Nordyke

How do I get an executable of the Xinstall.sh script?   I've downloaded
all the files from XFree86.org but the Xinstall.sh downloads as text as
does Xinstall.bin.  The names are changed to Xinstall.sh.htm and
Xinstall.bin.htm.
I first fried to install them manually but had problems and figured it
was quicker to reinstall RH 7.2 without the X and then install the new
4.2.0 clean.  Couldn't get my ATI Rage Fury Pro card to work so bought 
Radeon 7500 as Trond suggested.  I have the 4.20 files in a temporary
file all ready to go.

Thanks
Bill
[EMAIL PROTECTED]


GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/web/.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Printer partially works

2002-03-10 Thread bbales

Hi, list,
I'm running RH7.2 on 800 MHz Athlon with SIS motherboard and Canon bjc6000 
printer.  Gimp prints a pretty fair picture in full color, but I can't print 
text.  "lpr test.txt"  gets me nothing.  If the printer is turned off, I get 
a message "lp0 offline" in var/log/messages, but if the printer is ready - no 
message at all.

/var/spool/lpd/bjc6000/bjc6000.acct  has the following jobstart and jobend 
information logged for each attempt:
jobstart '-Hbertha.kscable.com' '-nroot' '-Pbjc6000' 
'-kcfA936bertha.kscable.com' '-b341' '-t2002-03-10-21:51:46.000'
jobend '-Hbertha.kscable.com' '-nroot' '-Pbjc6000' 
'-kcfA936bertha.kscable.com'
'-b341' '-t2002-03-10-21:51:46.000'

Printcap contains the following, which I don't understand much of.
bjc6000:\
:ml=0:\
:mx=0:\
:sd=/var/spool/lpd/bjc6000:\
:af=/var/spool/lpd/bjc6000/bjc6000.acct:\
:sh:\
:lp=/dev/lp0:\
:lpd_bounce=true:\
:if=/usr/share/printconf/util/mf_wrapper:

Any help would be appreciated.
bruce



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Mailman and postfix GID error??

2002-03-10 Thread cgalpin

On Mon, 11 Mar 2002, Darryl Harvey wrote:

> Has anyone set up mailman and Postfix on their RedHat box??
>
>
> I am getting the dreaded GID error, and have read the mailman help file as
> to the fix, It suggests rebuilding mailman with;
>
> ./configure --with-mail-gid=thegid
>
> If I am installing from a Redhat RPM, I cannot do this...  I have altered
> the postfix option of:
>
> default_privs = mail
>
> and this allows me to use mailman, but it may have some effect on postfix
> and privs??
>
> Can anyone enlighten me to if this is ok, or if I need to un-install the
> RPM and install mailman from source and configure with my options.

Hi Daryll

Keep postfix using 'mail'. All I did to solve this was the following.

1. put your mailman aliases in a seperate file. In my case
/etc/postfix/mailman.alaises, by adding it to the alias_maps and
alias_database lines.

2. run newaliases to generate /etc/postfix/mailman.alaises.db

3. set the gid of /etc/postfix/mailman.alaises.db to be 'mail'

It should then work. From my use, the gis bit sticks, so you only have to
do it once and subsequintly running newaliases (thus generating a new .db)
retains the gid of mail.

hth
charles



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



FTP Problem

2002-03-10 Thread ebinc

The pro ftp server I have takes for ever to loggin and then whenever I
upload or download stuff  it does the same the network seems fine I get the
port 80 apache server great and I also checked port 21 to see if its open at
grc.com;s port scan. this exact set worked fine before I installed a new
motherbaord AUSES TUSL-C  and did the exact same install, I also had the
same problem when I did the same type of install that also worked before
with Red Hat 7.2 wuftp
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba

2002-03-10 Thread Michael S. Dunsavage
Title: Message



what do u mean dial in

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 10:35 
  PM
  Subject: RE: Samba
  
  127.0.0.1    
  localhost.localdomain    localhost
  192.168.3.11    
  norad    norad.sunrisenetwork.net
   
  It 
  shows Norad in the Net Neighborhood of computers on the network, but I can't 
  see anything in Net Neighborhood when I dial in, although I can type in the IP 
  and see the shares.
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
DunsavageSent: Sunday, March 10, 2002 22:21To: 
[EMAIL PROTECTED]Subject: Re: Samba
in /etc/hosts
 
when u set up your network did u name it or 
just put in an IP?
 
ie:
 
[root@zeus /etc]# cat 
hosts127.0.0.1   
localhost.localdomain   
localhost10.1.1.1    
zeus.dconsulting.com    zeus # 
Zeus10.1.1.2    
hercules
 

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 10:17 
  PM
  Subject: RE: Samba
  
  Here is my entire smb.conf:
   
  
  Workgroup = Workgroup  
  
  [global]   
  
  smb passwd file = 
  /home/admin/samba/private/smbpasswd  
  
  update encrypted = yes 
  
  encrypt passwords = yes    
  wins support = yes 
  
     
  
  [default]  
  
  guest ok = no  
  
  read only = no 
  
     
  
  [user] 
  
  path = /home/%U    
  read only = no 
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
  DunsavageSent: Sunday, March 1 0, 2002 22:02To: 
  [EMAIL PROTECTED]Subject: Re: 
  Samba
  
no
 
samba takes care of that
 
u do have a netbios name set up in samba 
globals?
 
can u post your global section of 
smb.conf

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 9:58 
  PM
  Subject: RE: Samba
  
  Yes, I have nmbd running.  I start smbd and nmbd manually 
  by entering 'smbd -D' and 'nmbd -D'.  They show up in my list of 
  processes.  Could it not be working when I dial in because 
  netbios cannot be routed?
   
  Travis
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
DunsavageSent: Sunday, March 10, 2002 12:37To: 
[EMAIL PROTECTED]Subject: Re: 
Samba
is nmbd running?

  - Original Message - 
  From: 
  Travis McCarter 

  To: [EMAIL PROTECTED] 
  
  Sent: Sunday, March 10, 2002 
  12:15 PM
  Subject: RE: Samba
  
  Yes, they are in the same workgroup.  I can see all 
  computers from the local network, and I can access them when I 
  dial into my Linux server from Win98, but nothing shows up in the 
  Net Neighborhood except from the Lan.
   
  Travis
  

-Original 
Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Chad 
and Doria SkinnerSent: Saturday, March 09, 2002 
20:04To: [EMAIL PROTECTED]Subject: 
RE: Samba
are the server and client in the same 
workgroup?

  I 
  set up a Samba server and enabled it as a WINS server.  
  The server works fine and I can see the directories on the 
  local Windows network.  The computer that I use to dial 
  in is pointed to the WINS server, but I still cannot browse 
  the Network Neighborhood.  I can use the "Find Computer" 
  and then see the Windows computers, but I can't see the Samba 
  server.  I can ping the Samba server howe

RE: Samba

2002-03-10 Thread Travis McCarter
Title: Message



127.0.0.1    
localhost.localdomain    localhost
192.168.3.11    norad    
norad.sunrisenetwork.net
 
It 
shows Norad in the Net Neighborhood of computers on the network, but I can't see 
anything in Net Neighborhood when I dial in, although I can type in the IP and 
see the shares.

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On 
  Behalf Of Michael S. DunsavageSent: Sunday, March 10, 2002 
  22:21To: [EMAIL PROTECTED]Subject: Re: 
  Samba
  in /etc/hosts
   
  when u set up your network did u name it or just 
  put in an IP?
   
  ie:
   
  [root@zeus /etc]# cat 
  hosts127.0.0.1   
  localhost.localdomain   
  localhost10.1.1.1    
  zeus.dconsulting.com    zeus # 
  Zeus10.1.1.2    
  hercules
   
  
- Original Message - 
From: 
Travis McCarter 
To: [EMAIL PROTECTED] 
Sent: Sunday, March 10, 2002 10:17 
PM
Subject: RE: Samba

Here is my entire smb.conf:
 

Workgroup = Workgroup  

[global]   

smb passwd file = 
/home/admin/samba/private/smbpasswd  

update encrypted = yes 

encrypt passwords = yes    
wins support = yes 

   

[default]  

guest ok = no  

read only = no 

   

[user] 

path = /home/%U    
read only = no 
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
DunsavageSent: Sunday, March 1 0, 2002 22:02To: 
[EMAIL PROTECTED]Subject: Re: 
Samba

  no
   
  samba takes care of that
   
  u do have a netbios name set up in samba 
  globals?
   
  can u post your global section of 
  smb.conf
  
- Original Message - 
From: 
Travis McCarter 
To: [EMAIL PROTECTED] 
Sent: Sunday, March 10, 2002 9:58 
PM
Subject: RE: Samba

Yes, I have nmbd running.  I start smbd and nmbd manually by 
entering 'smbd -D' and 'nmbd -D'.  They show up in my list of 
processes.  Could it not be working when I dial in because netbios 
cannot be routed?
 
Travis

  
  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
  DunsavageSent: Sunday, March 10, 2002 12:37To: 
  [EMAIL PROTECTED]Subject: Re: 
  Samba
  is nmbd running?
  
- Original Message - 
From: 
Travis McCarter 
To: [EMAIL PROTECTED] 

Sent: Sunday, March 10, 2002 
12:15 PM
Subject: RE: Samba

Yes, they are in the same workgroup.  I can see all 
computers from the local network, and I can access them when I dial 
into my Linux server from Win98, but nothing shows up in the Net 
Neighborhood except from the Lan.
 
Travis

  
  -Original 
  Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Chad and 
  Doria SkinnerSent: Saturday, March 09, 2002 
  20:04To: [EMAIL PROTECTED]Subject: RE: 
  Samba
  are the server and client in the same 
  workgroup?
  
I 
set up a Samba server and enabled it as a WINS server.  The 
server works fine and I can see the directories on the local 
Windows network.  The computer that I use to dial in is 
pointed to the WINS server, but I still cannot browse the 
Network Neighborhood.  I can use the "Find Computer" and 
then see the Windows computers, but I can't see the Samba 
server.  I can ping the Samba server however and I don't 
have any IPCHAINS blocking it.  The computer that I use to 
dial in gets listed in the Samba server's win.dat file, so it 
evidently knows it's there.  What could be wrong or is this 
just 
  impossible?


Re: Samba

2002-03-10 Thread Michael S. Dunsavage
Title: Message



in /etc/hosts
 
when u set up your network did u name it or just 
put in an IP?
 
ie:
 
[root@zeus /etc]# cat 
hosts127.0.0.1   
localhost.localdomain   
localhost10.1.1.1    
zeus.dconsulting.com    zeus # 
Zeus10.1.1.2    hercules
 

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 10:17 
  PM
  Subject: RE: Samba
  
  Here 
  is my entire smb.conf:
   
  
  Workgroup = Workgroup  
  
  [global]   
  
  smb passwd file = 
  /home/admin/samba/private/smbpasswd  
  
  update encrypted = yes 
  
  encrypt passwords = yes    
  wins support = yes 
  
     
  
  [default]  
  
  guest ok = no  
  
  read only = no 
  
     
  
  [user] 
  
  path = /home/%U    
  read only = no 
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
  DunsavageSent: Sunday, March 1 0, 2002 22:02To: 
  [EMAIL PROTECTED]Subject: Re: 
Samba
  
no
 
samba takes care of that
 
u do have a netbios name set up in samba 
globals?
 
can u post your global section of 
smb.conf

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 9:58 
  PM
  Subject: RE: Samba
  
  Yes, I have nmbd running.  I start smbd and nmbd manually by 
  entering 'smbd -D' and 'nmbd -D'.  They show up in my list of 
  processes.  Could it not be working when I dial in because netbios 
  cannot be routed?
   
  Travis
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
DunsavageSent: Sunday, March 10, 2002 12:37To: 
[EMAIL PROTECTED]Subject: Re: Samba
is nmbd running?

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 
  12:15 PM
  Subject: RE: Samba
  
  Yes, they are in the same workgroup.  I can see all 
  computers from the local network, and I can access them when I dial 
  into my Linux server from Win98, but nothing shows up in the Net 
  Neighborhood except from the Lan.
   
  Travis
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Chad and 
Doria SkinnerSent: Saturday, March 09, 2002 
20:04To: [EMAIL PROTECTED]Subject: RE: 
Samba
are the server and client in the same 
workgroup?

  I set 
  up a Samba server and enabled it as a WINS server.  The 
  server works fine and I can see the directories on the local 
  Windows network.  The computer that I use to dial in is 
  pointed to the WINS server, but I still cannot browse the Network 
  Neighborhood.  I can use the "Find Computer" and then see the 
  Windows computers, but I can't see the Samba server.  I can 
  ping the Samba server however and I don't have any IPCHAINS 
  blocking it.  The computer that I use to dial in gets listed 
  in the Samba server's win.dat file, so it evidently knows it's 
  there.  What could be wrong or is this just 
  impossible?


Re: Lilo question

2002-03-10 Thread Paul Greene

So, nothing was obviously wrong with the lilo.conf file? (just to make sure 
the lilo.conf file was eliminated as a potential problem or not)

I downloaded the src file from the NSA website, used the 7.1 Redhat version 
they said was the version used for developing selinux (just to avoid any 
complications because of differences between versions), and followed some 
fairly explicit step by step instructions from their documentation. I 
didn't get any error messages during compilation so it looked like 
everything went ok there. I downloaded the file that was supposed to 
contain the source code tree, and all the patches and modified utilities.

This was the description of the kernel I downloaded -

"Download a 2.4.17 based kernel with the LSM (Linux Security Module) patch 
applied and the SELinux module merged, the checkpolicy policy compiler, an 
example policy configuration, the setfiles file labeling utility, an 
example file_contexts configuration, and the complete source for all new 
and modified daemons and utilities."

Paul

At 09:24 PM 3/10/2002 -0500, you wrote:
>Looks like a bad kernel download to me.  OH, you do have all of the
>correct modules for that kernel, right?
>
>Mark
>
>On Sun, 10 Mar 2002, Paul Greene wrote:
>
> > I'm trying to play with the NSA selinux kernel and am having trouble
> > getting the system to boot.
> >
> > The Redhat version is 7.1. When the lilo boot menu pops up it gives me a
> > choice of "linux" (the standard kernel) or "selinux" (the NSA selinux
> > kernel). If I select "selinux" the line "booting selinux" pops up, but 
> then
> > the system starts rebooting, and comes back around to the lilo boot menu
> > again. If I choose the standard kernel, it boots just fine.
> >
> > So, starting with first things first, since I'm not too "lilo fluent", I'm
> > not completely confident I have lilo setup correctly. The file system
> > layout is as follows:
> >
> > /dev/hda1 /boot
> > /dev/hda2 extended partition
> > /dev/hda5 swap
> > /dev/hda6 /
> >
> > Does anyone see any errors in the following lilo.conf? (everything is the
> > same as the standard lilo.conf added during install except for the selinux
> > section).
> >
> > Paul Greene
> >
> > boot=/dev/hda
> > map=/boot/map
> > install=/boot/boot.b
> > prompt
> > timeout=50
> > message=/boot/message
> > linear
> > default=linux
> >
> > image=/boot/vmlinuz-2.4.2-2
> >  label=linux
> >  read-only
> >  root=/dev/hda6
> >
> > image=/boot/vmlinuz-2.4.17-selinux
> >  label=selinux
> >  read-only
> >  root=/dev/hda6
> >
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
>
>
>___
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba

2002-03-10 Thread Travis McCarter
Title: Message



Here 
is my entire smb.conf:
 

Workgroup = Workgroup  

[global]   

smb passwd file = /home/admin/samba/private/smbpasswd  
update encrypted = yes 

encrypt passwords = yes    
wins support = yes 

   

[default]  

guest ok = no  

read only = no 

   

[user] 

path = /home/%U    
read only = no 
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
DunsavageSent: Sunday, March 1 0, 2002 22:02To: 
[EMAIL PROTECTED]Subject: Re: Samba

  no
   
  samba takes care of that
   
  u do have a netbios name set up in samba 
  globals?
   
  can u post your global section of 
  smb.conf
  
- Original Message - 
From: 
Travis McCarter 
To: [EMAIL PROTECTED] 
Sent: Sunday, March 10, 2002 9:58 
PM
Subject: RE: Samba

Yes, I have nmbd running.  I start smbd and nmbd manually by 
entering 'smbd -D' and 'nmbd -D'.  They show up in my list of 
processes.  Could it not be working when I dial in because netbios 
cannot be routed?
 
Travis

  
  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
  DunsavageSent: Sunday, March 10, 2002 12:37To: 
  [EMAIL PROTECTED]Subject: Re: Samba
  is nmbd running?
  
- Original Message - 
From: 
Travis McCarter 
To: [EMAIL PROTECTED] 
Sent: Sunday, March 10, 2002 12:15 
PM
Subject: RE: Samba

Yes, they are in the same workgroup.  I can see all 
computers from the local network, and I can access them when I dial into 
my Linux server from Win98, but nothing shows up in the Net Neighborhood 
except from the Lan.
 
Travis

  
  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Chad and 
  Doria SkinnerSent: Saturday, March 09, 2002 
  20:04To: [EMAIL PROTECTED]Subject: RE: 
  Samba
  are the server and client in the same 
  workgroup?
  
I set up 
a Samba server and enabled it as a WINS server.  The server 
works fine and I can see the directories on the local Windows 
network.  The computer that I use to dial in is pointed to the 
WINS server, but I still cannot browse the Network 
Neighborhood.  I can use the "Find Computer" and then see the 
Windows computers, but I can't see the Samba server.  I can 
ping the Samba server however and I don't have any IPCHAINS blocking 
it.  The computer that I use to dial in gets listed in the 
Samba server's win.dat file, so it evidently knows it's there.  
What could be wrong or is this just 
  impossible?


Re: Samba

2002-03-10 Thread Michael S. Dunsavage
Title: Message



no
 
samba takes care of that
 
u do have a netbios name set up in samba 
globals?
 
can u post your global section of 
smb.conf

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 9:58 
PM
  Subject: RE: Samba
  
  Yes, 
  I have nmbd running.  I start smbd and nmbd manually by entering 'smbd 
  -D' and 'nmbd -D'.  They show up in my list of processes.  Could it 
  not be working when I dial in because netbios cannot be 
  routed?
   
  Travis
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael S. 
DunsavageSent: Sunday, March 10, 2002 12:37To: 
[EMAIL PROTECTED]Subject: Re: Samba
is nmbd running?

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 12:15 
  PM
  Subject: RE: Samba
  
  Yes, they are in the same workgroup.  I can see all computers 
  from the local network, and I can access them when I dial into my Linux 
  server from Win98, but nothing shows up in the Net Neighborhood except 
  from the Lan.
   
  Travis
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Chad and Doria 
SkinnerSent: Saturday, March 09, 2002 20:04To: 
[EMAIL PROTECTED]Subject: RE: Samba
are the server and client in the same 
workgroup?

  I set up a 
  Samba server and enabled it as a WINS server.  The server works 
  fine and I can see the directories on the local Windows network.  
  The computer that I use to dial in is pointed to the WINS server, but 
  I still cannot browse the Network Neighborhood.  I can use the 
  "Find Computer" and then see the Windows computers, but I can't see 
  the Samba server.  I can ping the Samba server however and I 
  don't have any IPCHAINS blocking it.  The computer that I use to 
  dial in gets listed in the Samba server's win.dat file, so it 
  evidently knows it's there.  What could be wrong or is this just 
  impossible?


RE: Samba

2002-03-10 Thread Travis McCarter
Title: Message



Yes, I 
have nmbd running.  I start smbd and nmbd manually by entering 'smbd -D' 
and 'nmbd -D'.  They show up in my list of processes.  Could it not be 
working when I dial in because netbios cannot be routed?
 
Travis

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On 
  Behalf Of Michael S. DunsavageSent: Sunday, March 10, 2002 
  12:37To: [EMAIL PROTECTED]Subject: Re: 
  Samba
  is nmbd running?
  
- Original Message - 
From: 
Travis McCarter 
To: [EMAIL PROTECTED] 
Sent: Sunday, March 10, 2002 12:15 
PM
Subject: RE: Samba

Yes, they are in the same workgroup.  I can see all computers 
from the local network, and I can access them when I dial into my Linux 
server from Win98, but nothing shows up in the Net Neighborhood except from 
the Lan.
 
Travis

  
  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Chad and Doria 
  SkinnerSent: Saturday, March 09, 2002 20:04To: 
  [EMAIL PROTECTED]Subject: RE: Samba
  are the server and client in the same 
workgroup?
  
I set up a 
Samba server and enabled it as a WINS server.  The server works 
fine and I can see the directories on the local Windows network.  
The computer that I use to dial in is pointed to the WINS server, but I 
still cannot browse the Network Neighborhood.  I can use the "Find 
Computer" and then see the Windows computers, but I can't see the Samba 
server.  I can ping the Samba server however and I don't have any 
IPCHAINS blocking it.  The computer that I use to dial in gets 
listed in the Samba server's win.dat file, so it evidently knows it's 
there.  What could be wrong or is this just 
impossible?


Re: Lilo question

2002-03-10 Thread Mark Neidorff

Looks like a bad kernel download to me.  OH, you do have all of the
correct modules for that kernel, right?

Mark

On Sun, 10 Mar 2002, Paul Greene wrote:

> I'm trying to play with the NSA selinux kernel and am having trouble 
> getting the system to boot.
> 
> The Redhat version is 7.1. When the lilo boot menu pops up it gives me a 
> choice of "linux" (the standard kernel) or "selinux" (the NSA selinux 
> kernel). If I select "selinux" the line "booting selinux" pops up, but then 
> the system starts rebooting, and comes back around to the lilo boot menu 
> again. If I choose the standard kernel, it boots just fine.
> 
> So, starting with first things first, since I'm not too "lilo fluent", I'm 
> not completely confident I have lilo setup correctly. The file system 
> layout is as follows:
> 
> /dev/hda1 /boot
> /dev/hda2 extended partition
> /dev/hda5 swap
> /dev/hda6 /
> 
> Does anyone see any errors in the following lilo.conf? (everything is the 
> same as the standard lilo.conf added during install except for the selinux 
> section).
> 
> Paul Greene
> 
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> message=/boot/message
> linear
> default=linux
> 
> image=/boot/vmlinuz-2.4.2-2
>  label=linux
>  read-only
>  root=/dev/hda6
> 
> image=/boot/vmlinuz-2.4.17-selinux
>  label=selinux
>  read-only
>  root=/dev/hda6
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



compile error 2.4.9-31

2002-03-10 Thread Bob Hartung

Hi all,
   I have downloaded 2.4.9-31 from rh7.2 updates.  While trying to compile 
a new kernel I continually have a failure in the networking code.  I have 
run (in order)
 make mrproper
 make xconfig (saved the changes to a file and saved & exited)
 make dep clean bzImage

I get the errors on the snipped attachment.  Can someone help me with info 
on where to go now.  (The last kernel use the DEC Tulip driver for 21040 
chips without any difficulty).

Thanks!

Bob
Bettendorf, IA


make[3]: Entering directory `/usr/src/linux-2.4.9-31/drivers/net'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-31/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused 
-pipe -mpreferred-stack-boundary=2 -march=i586-c -o Space.o Space.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-31/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused 
-pipe -mpreferred-stack-boundary=2 -march=i586-c -o setup.o setup.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-31/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused 
-pipe -mpreferred-stack-boundary=2 -march=i586-DEXPORT_SYMTAB -c net_init.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-31/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused 
-pipe -mpreferred-stack-boundary=2 -march=i586-c -o loopback.o loopback.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-31/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused 
-pipe -mpreferred-stack-boundary=2 -march=i586-c -o dummy.o dummy.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-31/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused 
-pipe -mpreferred-stack-boundary=2 -march=i586-DEXPORT_SYMTAB -c auto_irq.c
rm -f net.o
ld -m elf_i386  -r -o net.o tulip/tulip.o tulip_old/tulip_old.o Space.o setup.o 
net_init.o loopback.o dummy.o auto_irq.o
tulip_old/tulip_old.o: In function `tulip_refill_rx':
tulip_old/tulip_old.o(.text+0x640): multiple definition of `tulip_refill_rx'
tulip/tulip.o(.text+0x660): first defined here
tulip_old/tulip_old.o: In function `pnic_do_nway':
tulip_old/tulip_old.o(.text+0x5400): multiple definition of `pnic_do_nway'
tulip/tulip.o(.text+0x5be0): first defined here
ld: Warning: size of symbol `pnic_do_nway' changed from 322 to 287 in 
tulip_old/tulip_old.o
tulip_old/tulip_old.o: In function `tulip_mdio_read':
tulip_old/tulip_old.o(.text+0x1300): multiple definition of `tulip_mdio_read'
tulip/tulip.o(.text+0x13a0): first defined here
ld: Warning: size of symbol `tulip_mdio_read' changed from 377 to 361 in 
tulip_old/tulip_old.o
tulip_old/tulip_old.o: In function `tulip_parse_eeprom':
tulip_old/tulip_old.o(.text+0x0): multiple definition of `tulip_parse_eeprom'
tulip/tulip.o(.text+0x0): first defined here
ld: Warning: size of symbol `tulip_parse_eeprom' changed from 1451 to 1419 in 
tulip_old/tulip_old.o
tulip_old/tulip_old.o: In function `pnic_lnk_change':
tulip_old/tulip_old.o(.text+0x56c0): multiple definition of `pnic_lnk_change'
tulip/tulip.o(.text+0x5d30): first defined here
ld: Warning: size of symbol `pnic_lnk_change' changed from 250 to 256 in 
tulip_old/tulip_old.o
tulip_old/tulip_old.o: In function `tulip_check_duplex':
tulip_old/tulip_old.o(.text+0x1f90): multiple definition of `tulip_check_duplex'
tulip/tulip.o(.text+0x2070): first defined here
ld: Warning: size of symbol `tulip_check_duplex' changed from 474 to 456 in 
tulip_old/tulip_old.o
tulip_old/tulip_old.o: In function `tulip_interrupt':
tulip_old/tulip_old.o(.text+0xb80): multiple definition of `tulip_interrupt'
tulip/tulip.o(.text+0xba0): first defined here
ld: Warning: size of symbol `tulip_interrupt' changed from 2046 to 1912 in 
tulip_old/tulip_old.o
tulip_old/tulip_old.o(.data+0x264): multiple definition of `tulip_debug'
tulip/tulip.o(.data+0x264): first defined here
tulip_old/tulip_old.o(.data+0x604): multiple definition of `t21040_csr13'
tulip/tulip.o(.data+0x620): first defined here
tulip_old/tulip_old.o: In function `comet_timer':
tulip_old/tulip_old.o(.text+0x26d0): multiple definition of `comet_timer'
tulip/tulip.o(.text+0x2a10): first defined here
tulip_old/tulip_old.o: In function `t21142_start_nway':
tulip_old/tulip_old.o(.text+0x4ec0): multiple definition of `t21142_start_nway'
tulip/tulip.o(.text+0x5630): first defined here
ld: Warning: size of symbol `t21142_start_nway' changed from 251 to 263 in 
tulip_old/tulip_old.o
tulip_old/tulip_old.o(.rodata+0x100): multiple definition of `tulip_media_cap'
tulip/tulip.o(.rodata+0x160): first defined here
ld: Warning: size of symbol `tulip_media_cap' changed from 32 to 16 in 
tulip_old/tulip_old.o
tulip_old/tulip_old.o: In function `pnic_timer':
tulip_old/tulip_old.o(.text+0x57c0): multi

Re: sendmail book

2002-03-10 Thread Mike Burger

The O'Reilly Sendmail book?  Also known as "The Bat Book".

On Sun, 10 Mar 2002, Michael S. Dunsavage wrote:

> What is a good senamil book?
> --
> Michael S. Dunsavage
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Michael Scottaline

On Sun, 10 Mar 2002 09:19:04 -0800 (PST)
David Talkington <[EMAIL PROTECTED]> scribbled in frustration:

>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>Rick Warner wrote:
>
>>My web team tests against the top 5 browsers ... 
>
>IE, NS, Moz, Opera ... Konqueror?  

Left out Galeon..
Mike
-- 
"He may look like an idiot and talk like an idiot but don't let that
fool you., he really is an idiot."

-Groucho Marx



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Lilo question

2002-03-10 Thread Paul Greene

I'm trying to play with the NSA selinux kernel and am having trouble 
getting the system to boot.

The Redhat version is 7.1. When the lilo boot menu pops up it gives me a 
choice of "linux" (the standard kernel) or "selinux" (the NSA selinux 
kernel). If I select "selinux" the line "booting selinux" pops up, but then 
the system starts rebooting, and comes back around to the lilo boot menu 
again. If I choose the standard kernel, it boots just fine.

So, starting with first things first, since I'm not too "lilo fluent", I'm 
not completely confident I have lilo setup correctly. The file system 
layout is as follows:

/dev/hda1   /boot
/dev/hda2   extended partition
/dev/hda5   swap
/dev/hda6   /

Does anyone see any errors in the following lilo.conf? (everything is the 
same as the standard lilo.conf added during install except for the selinux 
section).

Paul Greene

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
default=linux

image=/boot/vmlinuz-2.4.2-2
 label=linux
 read-only
 root=/dev/hda6

image=/boot/vmlinuz-2.4.17-selinux
 label=selinux
 read-only
 root=/dev/hda6




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Richard Potter

On Sun, 10 Mar 2002, David Talkington wrote:

> The usual problem with these numbers is that they don't account for
> the Opera users who choose to identify their software as MSIE to keep
> from being locked out of poorly written sites ...

Exactly.

Opera rocks.


Cheers,
-- 
Richard Potter RHCE
Re/Max
Kingston, ON  CANADA 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rpm updates

2002-03-10 Thread Ashley M. Kirchner

Werner Puschitz wrote:

> rpm -Uhv will install/upgrade all of the RPMs.
> You need to use rpm -Fvh which updates only those RPMs which are currently
> installed. Those RPMs which are not installed but included in the list
> will not be updated.

Thank you very much!

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  Director of Internet Operations / SysAdmin. 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rpm updates

2002-03-10 Thread Werner Puschitz


On Sun, 10 Mar 2002, Ashley M. Kirchner wrote:

> 
> I have an NFS directory that contains all of the RPM updates that you can 
>download from any mirror.  On a freshly installed system (same version as the RPMs), 
>can I simply run 'rpm -Uvh NFS_DIR/*' and assume it'll update only those packages 
>installed on that new system, or will it attempt to install all of the RPMs that are 
>in the directory?
> 

rpm -Uhv will install/upgrade all of the RPMs.
You need to use rpm -Fvh which updates only those RPMs which are currently 
installed. Those RPMs which are not installed but included in the list 
will not be updated.

Werner




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Mailman and postfix GID error??

2002-03-10 Thread Darryl Harvey

Has anyone set up mailman and Postfix on their RedHat box??


I am getting the dreaded GID error, and have read the mailman help file as 
to the fix, It suggests rebuilding mailman with;

./configure --with-mail-gid=thegid

If I am installing from a Redhat RPM, I cannot do this...  I have altered 
the postfix option of:

default_privs = mail

and this allows me to use mailman, but it may have some effect on postfix 
and privs??

Can anyone enlighten me to if this is ok, or if I need to un-install the 
RPM and install mailman from source and configure with my options.

Thanks
Darryl



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



rpm updates

2002-03-10 Thread Ashley M. Kirchner


I have an NFS directory that contains all of the RPM updates that you can download 
from any mirror.  On a freshly installed system (same version as the RPMs), can I 
simply run 'rpm -Uvh NFS_DIR/*' and assume it'll update only those packages installed 
on that new system, or will it attempt to install all of the RPMs that are in the 
directory?

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  Director of Internet Operations / SysAdmin. 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Print Driver & Ghostscript question

2002-03-10 Thread Robert Jones

>
>
> >I guess that what I'd like to know are 1) Any bad reports on the
> HP940c?
> >and 2) Am I in for any nasty surprises if I install ghostscript 6.53
> on
> >top of 5.10-7 that came with RH 6.0?
>
> You should browse http://www.linuxprinting.org.  Good info.
>
> - -d
>
>
> - --
> David Talkington
>
Very interesting reading.  I think I've decided on a different printer.


--
Disclaimer: This tagline was generated randomly
and does not necessarily reflect my opinion.

Most people want either less corruption or more of a chance to
participate in it.

  5:03pm  up 24 days,  2:25,  6 users,  load average: 2.16, 1.91, 1.68




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



sendmail book

2002-03-10 Thread Michael S. Dunsavage



What is a good senamil book?
--Michael S. 
Dunsavage


Re: FTP Server

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gregg DeLong wrote:

>Now that I finally got my RH7.2 box loaded and updated..I was wondering 
>if there was a X based FTP server avaiable for Linux ?

Assuming you mean 'X based FTP client', gftp.

- -d


- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIvq2L9BpdPKTBGtEQLLYgCfWVM8ut56PRErqznZfsjrt5kS6NAAoIpZ
PvktwR4cGEfs3+zI5Pxb88Hj
=aEvV
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



FTP Server

2002-03-10 Thread Gregg DeLong


Now that I finally got my RH7.2 box loaded and updated..I was wondering 
if there was a X based FTP server avaiable for Linux ?

Thanks,

Garf  DeLong
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Hal Burgiss

On Sun, Mar 10, 2002 at 04:45:58PM -0600, Vidiot wrote:
> >Mozilla does a lot of this too, but I don't think we are talking the
> >same degree of flexibility. 

[...]

> OK, is the above for Netscape (which version) or opera?

It would effect any and all content passing through the proxy. It
effects pages before they hit the browser, so browser-neutral.
 
> Where is this file?

If you've downloaded ijbswa, it is /etc/junkbuster/re_filterfile.
Actually the ijb.actions file does more kinds of stuff. The
re_filterfile is strictly for dynamically rewriting page content. I
was pointing that out as an example of flexibility primarily :) You
want to do most of the cookie, ads/banners/popup configuration with
the ijb.actions file (formerly blocklist). If you downloaded the
RH-7.x rpms, there is HTML docs there too that explains most of this.
You can talk directly to the proxy at http://i.j.b/ if its running,
and do a certain amount of configuration there too.

-- 
Hal Burgiss
 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: newbie kernel help

2002-03-10 Thread Gregg DeLong

Try this:

Download and install the src rpm, it will go in /usr/src itself
Down and dirty

cd to /usr/src/linux-2.4.9-31
make mrproper
make xconfig
make dep
make bzImage 
make modules
make modules_install

Garf
[EMAIL PROTECTED]


On Sunday 10 March 2002 05:59 pm, you wrote:
> Heh, ok here's the thing.  I'm in no rush to get my other machine setup
> as router/server/firewall/juijitsu-master quite yet (though that's the
> idea for later on); hence my mention of looking at different modem
> modules.  Firstly, I'd just like to compile a fresh kernel from scratch
> to get out some old bloat, maybe introduce some new bloat, and generally
> just play around with optimization.  But as it is I'm stuck, not at the
> drawing board, but at the store trying to find where the drawing boards
> are sold.  If you catch my drift.
>
> Here's a list of what I've already tried:
>
> - unpacked the 2.4.18 kernel into /usr/src (an otherwise empty
> directory)
>
> - make xconfig (mostly getting rid of stuff I was pretty sure had
> nothing in common with my hardware setup).
>
> - make dep
>
> - make clean (just to be sure)
>
> - make bzImage
>
> - make modules
>
> - make modules_install
>
> - depmod -a
>
> - the howtos seem to end at this point; some mention a lilo command (I'm
> using grub).  One mentioned copying the system.map file to /boot, which
> I did but wasn't sure if i had to name it appropriately.  Also, my /boot
> directory contains a number of initrd-2.4.x-x.img files which are named
> after various kernel releases (as updated via up2date).  And I'm not
> sure to get one of these for the freshly compiled kernel.
>
> Any suggestions?
>
> p.s., the modprobe command returned "command not found", which seems a
> bit odd.
>
> > Sounds like you're rebuilding your house because you can't find the
> > good scissors.  :-)
> >
> > What module do you think you need, and why?  Just about everything
> > under the sun is available in a stock Red Hat build.  'modprobe
> > ' is the usual way to load it.
> >
> > - -d
> >
> > - --
> > David Talkington
> >
> > PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
> > - --
> > http://setiathome.ssl.berkeley.edu/pale_blue_dot.html
> >
> > -BEGIN PGP SIGNATURE-
> > Version: PGP 6.5.8
> > Comment: Made with pgp4pine 1.75-6
> >
> > iQA/AwUBPIvY7b9BpdPKTBGtEQJHiwCgxN+8oO3Y+Lwka9yWDz/lYzplNE8AoJSX
> > VcbZroHTrSrRQMnKyr5aCAoF
> > =zVPx
> > -END PGP SIGNATURE-
> >
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Vidiot

>Which sites?  Make sure you're using the latest one.  The last 
>"technology preview" occasionally crashed mysteriously, but I've had 
>very little trouble with the latest.

I'll grab the latest and they them again.

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: newbie kernel help

2002-03-10 Thread Caleb Chaplin

Heh, ok here's the thing.  I'm in no rush to get my other machine setup
as router/server/firewall/juijitsu-master quite yet (though that's the
idea for later on); hence my mention of looking at different modem
modules.  Firstly, I'd just like to compile a fresh kernel from scratch
to get out some old bloat, maybe introduce some new bloat, and generally
just play around with optimization.  But as it is I'm stuck, not at the
drawing board, but at the store trying to find where the drawing boards
are sold.  If you catch my drift.  

Here's a list of what I've already tried:

- unpacked the 2.4.18 kernel into /usr/src (an otherwise empty
directory)

- make xconfig (mostly getting rid of stuff I was pretty sure had
nothing in common with my hardware setup).

- make dep

- make clean (just to be sure)

- make bzImage

- make modules

- make modules_install

- depmod -a

- the howtos seem to end at this point; some mention a lilo command (I'm
using grub).  One mentioned copying the system.map file to /boot, which
I did but wasn't sure if i had to name it appropriately.  Also, my /boot
directory contains a number of initrd-2.4.x-x.img files which are named
after various kernel releases (as updated via up2date).  And I'm not
sure to get one of these for the freshly compiled kernel.

Any suggestions?

p.s., the modprobe command returned "command not found", which seems a
bit odd.


> 
> Sounds like you're rebuilding your house because you can't find the 
> good scissors.  :-)
> 
> What module do you think you need, and why?  Just about everything 
> under the sun is available in a stock Red Hat build.  'modprobe 
> ' is the usual way to load it.
> 
> - -d
> 
> - -- 
> David Talkington
> 
> PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
> - --
> http://setiathome.ssl.berkeley.edu/pale_blue_dot.html
> 
> -BEGIN PGP SIGNATURE-
> Version: PGP 6.5.8
> Comment: Made with pgp4pine 1.75-6
> 
> iQA/AwUBPIvY7b9BpdPKTBGtEQJHiwCgxN+8oO3Y+Lwka9yWDz/lYzplNE8AoJSX
> VcbZroHTrSrRQMnKyr5aCAoF
> =zVPx
> -END PGP SIGNATURE-
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hal Burgiss wrote:

>On Sun, Mar 10, 2002 at 05:26:49PM -0500, Hal Burgiss wrote:
>
>> > For what it's worth, Opera can do a lot of that stuff for you -- GIF
>> > de-animation, blocking of popups, tight (and flexible) control over
>> > cookies, user-configurable stylesheets.
>> 
>> Mozilla does a lot of this too, but I don't think we are talking the
>> same degree of flexibility. 
>
>PS -- Another benefit here is if you use multiple browsers, or have a
>LAN, you just configure the proxy, and everybody gets the same
>benefit. I use w3m, Mozilla, Netscape, and occasionally lynx, on
>multiple boxes, for instance, and just have the proxy run on the
>LAN gateway.

Good point.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIvi8b9BpdPKTBGtEQIF9ACg3JkfAI9n0I2mluLzBOypv+/39MoAoO62
IkdK/N493KMqJ2cfKA4RWZa/
=AvLj
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vidiot wrote:

>I'd switch to opera, if it were to have less bugs.  It has trouble displaying
>many sites I visit.

Which sites?  Make sure you're using the latest one.  The last 
"technology preview" occasionally crashed mysteriously, but I've had 
very little trouble with the latest.

- -d


- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIvi0r9BpdPKTBGtEQLFOgCeIXghszroF3n2wJtf08sMlZXc3LIAnRVE
ngUN6enc+lAKDD0T0xO39yv3
=xorc
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: cvs locally

2002-03-10 Thread Gordon Messmer

On Sun, 2002-03-10 at 13:56, Patrick Nelson wrote:
> Bill Crawford wrote:
> -
> Try running the commit like "su $user -c 'cvs commit ...'"
> Restrictions on doing things as root are usually there with good reason, I'd
> try to figure a way of avoiding it.
> Can you not run the root stuff in one screen/terminal and the cvs stuff in
> another?
> -
> Nope that doesn't work.  The commits seem to work but then there is an error
> of the nature of:
> 
>   cvs commit: Examining .
>   Checking in il.txt;
>   /usr/local/cvsroot/bon/il/il.txt,v <-- il.txt
>   new revision: 1.3; previous revision: 1.2
>   done
>   cvs commit: cannot open CVS/Entries.Log: Permission denied
...
> Make sense seeing I'm in a root permission dir...  Arg...
> 
> So me thinks that maybe a better description of what I'm doing might shed
> some light on someone being able to help me with my solution.

Set the repository up as a normal user, not root.  For lots of
information on cvs, read the cvs book here:
http://cvsbook.red-bean.com/

Buy it if you plan to do a lot with CVS.




signature.asc
Description: This is a digitally signed message part


Re: Netscape screwup

2002-03-10 Thread Vidiot

>Mozilla does a lot of this too, but I don't think we are talking the
>same degree of flexibility. 
> 
>Quote from the re_filterfile (filters/modifies web page content), and
>some other examples to demonstrate flexibility:
>
># /
># The status bar is for displaying link targets, not pointless descriptions.
># Again, check it out on http://www.airport-cgn.de/
># /
>s/status='.*?';*//ig
>
># /
># Kill OnUnload popups. Yummy.
># check it out on http://www.zdnet.com/zdsubs/yahoo/tree/yfs.html
># /
>s/()/$1never$2/i
>
># /
># Kill refresh tags. I like to refresh myself. Manually.
># check it out on http://www.airport-cgn.de/ and go to the arrivals page.
># /
># only if content value isn't 0..1
># FIXME: second line like first line for content value
>s/]*http-equiv[^>]*refresh.*([0-9]+[0-9]|"[2-9]);URL=([^>]*?)"?>/rev="x-refresh" href=$2>/i
>s/]*http-equiv="?page-enter"?[^>]*content=[^>]*>//i
>
># /
># Get rid of Javascript cookies, like found on privacy.net:
># /
>s|(document\.cookie)([ \t\r\n]*=)|documenZapCooky$2|g
>
># /
># Squish WebBugs:
># /
>s/]*?(width|height)\s*=\s*['"]?1\D[^>]*?(width|height)\s*=\s*['"]?1(\D[^>]*?)?>//sig
>
># /
># Fun stuff
># /
>s/microsoft(?!.com)/MicroSuck/ig
>
># /
># Remove Nimda code.
># /
>s%(window\.open|1;''\.concat)\("readme\.eml", null, 
>"resizable=no,top=6000,left=6000"\)%Internet 
>JUNKcolor="red">BUSTER WARNING: This Server is infected 
>with http://www.cert.org/advisories/CA-2001-26.html";>Nimda!%g

OK, is the above for Netscape (which version) or opera?

Where is this file?

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Hal Burgiss

On Sun, Mar 10, 2002 at 05:26:49PM -0500, Hal Burgiss wrote:

> > For what it's worth, Opera can do a lot of that stuff for you -- GIF
> > de-animation, blocking of popups, tight (and flexible) control over
> > cookies, user-configurable stylesheets.
> 
> Mozilla does a lot of this too, but I don't think we are talking the
> same degree of flexibility. 

PS -- Another benefit here is if you use multiple browsers, or have a
LAN, you just configure the proxy, and everybody gets the same
benefit. I use w3m, Mozilla, Netscape, and occasionally lynx, on
multiple boxes, for instance, and just have the proxy run on the
LAN gateway.

-- 
Hal Burgiss
 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Vidiot

>For what it's worth, Opera can do a lot of that stuff for you -- GIF
>de-animation, blocking of popups, tight (and flexible) control over
>cookies, user-configurable stylesheets.
>David Talkington

I'd switch to opera, if it were to have less bugs.  It has trouble displaying
many sites I visit.

But, it is getting there.

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Vidiot

>This a continuation of the old Junkbuster, with a lot of enhancements.
>Quoting from docs:
>Hal Burgiss

Thanks.

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Hal Burgiss

On Sun, Mar 10, 2002 at 01:55:12PM -0800, David Talkington wrote:
> Hal Burgiss wrote:
> 
> >http://ijbswa.sourceforge.net
> >
> >This a continuation of the old Junkbuster, with a lot of enhancements.
> >Quoting from docs:
> 
> For what it's worth, Opera can do a lot of that stuff for you -- GIF
> de-animation, blocking of popups, tight (and flexible) control over
> cookies, user-configurable stylesheets.

Mozilla does a lot of this too, but I don't think we are talking the
same degree of flexibility. 
 
> What is meant by "status bar abuse" in this context?

Quote from the re_filterfile (filters/modifies web page content), and
some other examples to demonstrate flexibility:

# /
# The status bar is for displaying link targets, not pointless descriptions.
# Again, check it out on http://www.airport-cgn.de/
# /
s/status='.*?';*//ig

# /
# Kill OnUnload popups. Yummy.
# check it out on http://www.zdnet.com/zdsubs/yahoo/tree/yfs.html
# /
s/()/$1never$2/i

# /
# Kill refresh tags. I like to refresh myself. Manually.
# check it out on http://www.airport-cgn.de/ and go to the arrivals page.
# /
# only if content value isn't 0..1
# FIXME: second line like first line for content value
s/]*http-equiv[^>]*refresh.*([0-9]+[0-9]|"[2-9]);URL=([^>]*?)"?>//i
s/]*http-equiv="?page-enter"?[^>]*content=[^>]*>//i

# /
# Get rid of Javascript cookies, like found on privacy.net:
# /
s|(document\.cookie)([ \t\r\n]*=)|documenZapCooky$2|g

# /
# Squish WebBugs:
# /
s/]*?(width|height)\s*=\s*['"]?1\D[^>]*?(width|height)\s*=\s*['"]?1(\D[^>]*?)?>//sig

# /
# Fun stuff
# /
s/microsoft(?!.com)/MicroSuck/ig

# /
# Remove Nimda code.
# /
s%(window\.open|1;''\.concat)\("readme\.eml", null, 
"resizable=no,top=6000,left=6000"\)%Internet 
JUNKBUSTER WARNING: This Server is infected 
with http://www.cert.org/advisories/CA-2001-26.html";>Nimda!%g


-- 
Hal Burgiss
 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: newbie kernel help

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Caleb Chaplin wrote:

>However after digging around and looking at various kernel howtos I'm
>stuck early on; each one mentions that I should begin with the source in
>/usr/src/linux (or wherever) but that folder is empty on my machine -
>I've got nothing in /usr/src.  I'm assuming that the kernel headers and
>stuff are elsewhere but I have no idea where they would be.
>
>All I want to do is try loading some different modules (for my cable
>modem) 

Sounds like you're rebuilding your house because you can't find the 
good scissors.  :-)

What module do you think you need, and why?  Just about everything 
under the sun is available in a stock Red Hat build.  'modprobe 
' is the usual way to load it.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIvY7b9BpdPKTBGtEQJHiwCgxN+8oO3Y+Lwka9yWDz/lYzplNE8AoJSX
VcbZroHTrSrRQMnKyr5aCAoF
=zVPx
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



newbie kernel help

2002-03-10 Thread Caleb Chaplin

Kind of an embarrasing question here.  I'm trying to modify/optimize the
stock kernel that shipped with redhat; I've used up2date to get the
kernel to 2.4.9-31 (i think that's the latest) but i'd like to make some
small changes - and generally learn more about some of the kernel
options. 

However after digging around and looking at various kernel howtos I'm
stuck early on; each one mentions that I should begin with the source in
/usr/src/linux (or wherever) but that folder is empty on my machine -
I've got nothing in /usr/src.  I'm assuming that the kernel headers and
stuff are elsewhere but I have no idea where they would be.

All I want to do is try loading some different modules (for my cable
modem) but I can't even find the directory where I should begin.  And
even so, is it safe for me to just run 'make xconfig' in that directory
or will it leave me with a "blank slate" afterwhich I'll have to choose
all the correct options? 

And one last question: I know I'm supposed to copy over the System.map
afterwards but what about the initrd.img and module-info files; where do
I copy those from?

Sheesh, so many questions at once!  I'd really appreciate any help I
could get.



Caleb Chaplin





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: cvs locally

2002-03-10 Thread Patrick Nelson

Bill Crawford wrote:
-
Try running the commit like "su $user -c 'cvs commit ...'"
Restrictions on doing things as root are usually there with good reason, I'd
try to figure a way of avoiding it.
Can you not run the root stuff in one screen/terminal and the cvs stuff in
another?
-
Nope that doesn't work.  The commits seem to work but then there is an error
of the nature of:

  cvs commit: Examining .
  Checking in il.txt;
  /usr/local/cvsroot/bon/il/il.txt,v <-- il.txt
  new revision: 1.3; previous revision: 1.2
  done
  cvs commit: cannot open CVS/Entries.Log: Permission denied

Further commits give worse results:

  cvs commit: Examinig.
  cvs commit: Up-to-date check failed for 'il.txt'
  cvs [commit aborted]: correct above errors first! 

OK so I added the checkout to the list thinking that maybe I need to be
checking it out as the same user...

 su pnelson -c 'cvs -d $cvslocal checkout bon/il'

That has errors too:

  cvs [checkout aborted]: cannot make directory bon: No such file or
directory

Make sense seeing I'm in a root permission dir...  Arg...

So me thinks that maybe a better description of what I'm doing might shed
some light on someone being able to help me with my solution.

I have a root run admin script that I want to use to track the changes to
documentation.  The program is meant to be run as a "su -" call I have many
scripts that utilize the root user (and only the root user) in this way and
this script incorporates many off these other scripts.  This "no root
commits" is idiotic to me, but I never get into those root flame wars.
However, I need to be able to commit as some damn user so that I can
implement this darn script.  Anyone have any other ideas?



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hal Burgiss wrote:

>http://ijbswa.sourceforge.net
>
>This a continuation of the old Junkbuster, with a lot of enhancements.
>Quoting from docs:

For what it's worth, Opera can do a lot of that stuff for you -- GIF
de-animation, blocking of popups, tight (and flexible) control over
cookies, user-configurable stylesheets.

>  * Web page content filtering (removes banners based on size, invisible
>"web-bugs", JavaScript, pop-ups, status bar abuse, etc.)

What is meant by "status bar abuse" in this context?

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIvWQ79BpdPKTBGtEQIGBQCfaMK/P6qIJR3/gdbIEil26tLQmGYAoL7g
K2+ZRsUvLIMEzHMnQSArYmdI
=paPA
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Hal Burgiss

On Sun, Mar 10, 2002 at 12:42:58PM -0600, Vidiot wrote:
> 
> Isn't there a fast and smart program that can be placed between the browser
> and the net that read the HTML coming back to the browser that removes the
> ad links from the incoming web page, replacing them with "nothing?"

http://ijbswa.sourceforge.net

This a continuation of the old Junkbuster, with a lot of enhancements.
Quoting from docs:


In addition to Junkbuster's traditional features of ad and banner blocking and
cookie management, this is a list of new features currently under development:


  * Integrated browser based configuration and control utility (http://i.j.b).
Browser-based tracing of rule and filter effects.
   
  * Blocking of annoying pop-up browser windows.
   
  * HTTP/1.1 compliant (most, but not all 1.1 features are supported).
   
  * Support for Perl Compatible Regular Expressions in the configuration files,
and generally a more sophisticated and flexible configuration syntax over
previous versions.
   
  * GIF de-animation.
   
  * Web page content filtering (removes banners based on size, invisible
"web-bugs", JavaScript, pop-ups, status bar abuse, etc.)
   
  * Bypass many click-tracking scripts (avoids script redirection).
   
  * Multi-threaded (POSIX and native threads).
   
  * Auto-detection and re-reading of config file changes.
   
  * User-customizable HTML templates (e.g. 404 error page).
   
  * Improved cookie management features (e.g. session based cookies).
   

-- 
Hal Burgiss
 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: xhost and dhcp

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alan Peery wrote:

>> I have an IBM Thinkpad running Red Hat 7.2.  Its networking protocol is
>> DHCP.  I can't run a remote X session on this machine.  For example, I
>> put it on our network, and do 'xhost +192.168.230.201', which is a
>> machine on our Linux NIS network.  Then when I log in to 192.168.230.201
>> from the Thinkpad, and try to run an X app, like Netscape, I get a
>> message like "cannot connect to newt.emeraldbiostructures.com:0.0 [the
>> Thinkpad]".  Is there something in addition to 'xhost' that needs to be
>> done to run a remote X session on a DHCP machine?
>
>The DHCP bit shouldn't have anything to do with it.  I suspect that you have
>firewall rules blocking access to port 6000 ( :0.0 => 6000) from other
>clients.  Try "man iptables"

Maybe, but sounds more likely that DISPLAY is incorrect on the target.  
Since those are private IPs, we can't tell from this post.

Instead of messing with xhost, just connect using ssh, and this is all 
done for you.  Just make sure ForwardX11 is enabled for the client 
(ssh_config) and that X11Forwarding is enabled on the server 
(sshd_config).

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIvS7r9BpdPKTBGtEQLunQCg81du+AuXavlxV7sKx8hga0vjp5IAoOOz
VuF4lG+TshXdbXOP+g9LVKoO
=tZFu
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Subject: Re: Netscape screwup

2002-03-10 Thread Garys

On Sun, Mar 10, 2002 at 12:42:58PM -0600 or thereabouts, Vidiot wrote:

> Isn't there a fast and smart program that can be placed between the
browser
> and the net that read the HTML coming back to the browser that removes
the
> ad links from the incoming web page, replacing them with "nothing?"

Yep, check out webwasher for linux which will run on a proxy, even kills
web dots, etc.. Have used it for years, it seems.  use google to find
it, as I don' have the URL off hand.

--
Best regards,
Gary




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: xhost and dhcp

2002-03-10 Thread Alan Peery



Hidong Kim wrote:

> Hi,
>
> I have an IBM Thinkpad running Red Hat 7.2.  Its networking protocol is
> DHCP.  I can't run a remote X session on this machine.  For example, I
> put it on our network, and do 'xhost +192.168.230.201', which is a
> machine on our Linux NIS network.  Then when I log in to 192.168.230.201
> from the Thinkpad, and try to run an X app, like Netscape, I get a
> message like "cannot connect to newt.emeraldbiostructures.com:0.0 [the
> Thinkpad]".  Is there something in addition to 'xhost' that needs to be
> done to run a remote X session on a DHCP machine?

The DHCP bit shouldn't have anything to do with it.  I suspect that you have
firewall rules blocking access to port 6000 ( :0.0 => 6000) from other
clients.  Try "man iptables"

Alan






___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to modify evironment variables in a C program

2002-03-10 Thread Alan Peery

Xanh wrote:

> How do I export a change to an environment variable made in a C program?
> $>export MyTest="Current Value"
> $>./testenv
> current value: Current Value
> new value: New value here
> $>echo $MyTest
> Current Value
>
> The old value is retained.

As designed.  If any child program could alter the values of the environment
setting in their parent process, chaos could ensue.  Imagine for a moment that
I convince you to play my game called "rogue"--and then change your session so
that your path is altered to find different commands.

Try "man sh", then search for "eval" within the man page.

Alan





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Vidiot

Cameron Simpson responded:

I found my problem.

A while back, and I totally forgot that I did it, someone posted a bunch of
as site URLs, which were then put into your local host file and redirected
to your localhost 127.0.0.1 address.

Well, Netscape doesn't like that.  It effectively strips off the URL and asks
my web server to supply the ad page, which it can't.  I think opera gets around
the problem because the ad request starts another page, which would contain
the error.

After removing all the entries, things are much better.

>By the way, your pain can be lessened with this tool:
>
>   http://www.zip.com.au/~cs/adzap/

I might think about this.  Looking at squid, it wants lots of disc space to
do its caching, space I really don't want to give up for that.  If squid
can be configured to run really tiny for cache and not cause a performance
hit on my box, I just might do that.

But, if I am reading everything correctly, it doesn't make the ads pages
that pop up go away, it just replaces them with a small gif, or whatever you
want.  That means those popups will still pop up :-(  Either way, I still
have to close them.

Isn't there a fast and smart program that can be placed between the browser
and the net that read the HTML coming back to the browser that removes the
ad links from the incoming web page, replacing them with "nothing?"

MB
-- 
e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
It is our job to set up the meeting.
U.S. Marine Corp.
Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Zombie process

2002-03-10 Thread Linux

Thanks Cameron

On 21:18 10 Mar 2002, Linux <[EMAIL PROTECTED]> wrote:
| According to "top" I have 1 zombie process. How do 1 find out which one it
| is

It'll show up in "ps axf" with [square brackets] around its name.

| so I can kill it?

You can't, and don't need to. After a process dies its details are left
around in the process slot so that its parent can use the wait() system
call to collect this status. Otherwise, it's consuming no resources
and isn't a problem.  All it means is that the process has not yet been
waited on.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Try moving off NT easily.  You can move from Solaris to HP/UX to AIX or
DEC easily-- relative to moving off of NT, which is like a Roach
Motel.  Once you check in, you never check out.
- Scott McNealy, Sun Microsystems



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



This mail was processed by Mail essentials for Exchange/SMTP, 
the email security & management gateway. Mail essentials adds 
content checking, email encryption, anti spam, anti virus, 
attachment compression, personalised auto responders, archiving 
and more to your Microsoft Exchange Server or SMTP mail server. 
For more information visit http://www.mailessentials.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ed Wilts wrote:

>My web site reports (from analog) the following from the last 6 months:
>
>1.  MSIE/5
>2.  MSIE/6
>3. Mozilla/4
>4.  MSIE/4
>5. Mozilla/5
>6.  Netscape (compatible)
>
>A Mac browser made it into the 23rd spot.  There are no other non-Windows
>systems that cracked the top 40 once I take out the search engines.

The usual problem with these numbers is that they don't account for
the Opera users who choose to identify their software as MSIE to keep
from being locked out of poorly written sites ...

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIucnL9BpdPKTBGtEQJuYgCfdcMEIG+tPH4mggfVJHJ1ykwgyJYAn3qV
tJ8CGeHC55Cq3xEEpE2trE4M
=pWb2
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba

2002-03-10 Thread Michael S. Dunsavage
Title: Message



is nmbd running?

  - Original Message - 
  From: 
  Travis McCarter 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, March 10, 2002 12:15 
  PM
  Subject: RE: Samba
  
  Yes, 
  they are in the same workgroup.  I can see all computers from the local 
  network, and I can access them when I dial into my Linux server from Win98, 
  but nothing shows up in the Net Neighborhood except from the 
  Lan.
   
  Travis
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Chad and Doria 
SkinnerSent: Saturday, March 09, 2002 20:04To: 
[EMAIL PROTECTED]Subject: RE: Samba
are the server and client in the same workgroup?

  I set up a 
  Samba server and enabled it as a WINS server.  The server works fine 
  and I can see the directories on the local Windows network.  The 
  computer that I use to dial in is pointed to the WINS server, but I still 
  cannot browse the Network Neighborhood.  I can use the "Find 
  Computer" and then see the Windows computers, but I can't see the Samba 
  server.  I can ping the Samba server however and I don't have any 
  IPCHAINS blocking it.  The computer that I use to dial in gets listed 
  in the Samba server's win.dat file, so it evidently knows it's 
  there.  What could be wrong or is this just 
  impossible?


Re: Netscape screwup

2002-03-10 Thread Ed Wilts

> >My web team tests against the top 5 browsers ...
>
> IE, NS, Moz, Opera ... Konqueror?

My web site reports (from analog) the following from the last 6 months:

1.  MSIE/5
2.  MSIE/6
3. Mozilla/4
4.  MSIE/4
5. Mozilla/5
6.  Netscape (compatible)

A Mac browser made it into the 23rd spot.  There are no other non-Windows
systems that cracked the top 40 once I take out the search engines.

WebTV browsers requested 3 times more pages than Linux.

.../Ed

Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: MSN, IPTABLES and NAT

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rick Warner wrote:

>channel on one, and only one, port.  Until that happens, NetMeeting and
>secure networks are at different poles.

Sort of.  There is support for H-323 over NAT in iptables, though its
(last I checked)  experimental, and not available by default.

- -d


- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html


-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIuWQL9BpdPKTBGtEQJENQCgkedEO9bwajBqfX731PD+2PHXXX8An260
AyueJX93fU+x+RlPh0G54Iui
=eCfA
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Print Driver & Ghostscript question

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Jones wrote:

>I guess that what I'd like to know are 1) Any bad reports on the HP940c?
>and 2) Am I in for any nasty surprises if I install ghostscript 6.53 on
>top of 5.10-7 that came with RH 6.0?

You should browse http://www.linuxprinting.org.  Good info.

- -d


- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIuVzb9BpdPKTBGtEQIpSwCeN/GDToOdqTRIrFnGTk6KhkQ5jbMAoPIa
Z5kfEGJCul3oBrL7qxPHDp9t
=6pTl
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rick Warner wrote:

>My web team tests against the top 5 browsers ... 

IE, NS, Moz, Opera ... Konqueror?  

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPIuVjL9BpdPKTBGtEQLwQQCg/SaiC09HfT34OXZEUt/ePf+f3o8AoPPi
ktdmBdpVDjdDlzTlIIoMoqhS
=fLwj
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: MSN, IPTABLES and NAT

2002-03-10 Thread Rick Warner


Best advice - forget NetMeeting.  If you search through the MS
knowledgebase for NetMeeting and firewalls you will find that NetMeeting
needs the other end to be able to establish a data connection back to you
... on any port.  So, to be able to use NetMeeting you need to have a
pretty open firewall.  Microsoft's bottom line in the knowledgebase
articles is that if you have problems, just remove the firewall.  My
position is that is backwards - just remove NetMeeting.  It is ridiculous
that they cannot create an app that can establish the back end data
channel on one, and only one, port.  Until that happens, NetMeeting and
secure networks are at different poles.

- rick 


On Sun, 10 Mar 2002, Ragnar Wiencke wrote:

> Hi there.
> 
> I installed a Linux box as a router firewall for my home adsl connection. We use MSN 
>on both win and mac boxes and that works just fine until we try to use voice 
>conversation or netmeeting vith video, there are communcation problems. I used it 
>before using the linux router so I know it worked.
> Also I am able to recieve files but cannot send files through MSN.
> 
> Any solution anyone?
> 
> Looking forward to here from you.
> Thanks in advance,
> Ragnar W.
> 
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba

2002-03-10 Thread Travis McCarter
Title: Message



Yes, 
they are in the same workgroup.  I can see all computers from the local 
network, and I can access them when I dial into my Linux server from Win98, but 
nothing shows up in the Net Neighborhood except from the 
Lan.
 
Travis

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On 
  Behalf Of Chad and Doria SkinnerSent: Saturday, March 09, 2002 
  20:04To: [EMAIL PROTECTED]Subject: RE: 
  Samba
  are 
  the server and client in the same workgroup?
  
I set up a Samba 
server and enabled it as a WINS server.  The server works fine and I 
can see the directories on the local Windows network.  The computer 
that I use to dial in is pointed to the WINS server, but I still cannot 
browse the Network Neighborhood.  I can use the "Find Computer" and 
then see the Windows computers, but I can't see the Samba server.  I 
can ping the Samba server however and I don't have any IPCHAINS blocking 
it.  The computer that I use to dial in gets listed in the Samba 
server's win.dat file, so it evidently knows it's there.  What could be 
wrong or is this just 
impossible?


RE: Samba

2002-03-10 Thread Travis McCarter

Yes, I can see it when I do this and access the shares after providing a
correct password.  But it still doesn't show any computers in Network
Neighborhood.

Travis

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Pieter De Wit
Sent: Sunday, March 10, 2002 0:41
To: [EMAIL PROTECTED]
Subject: Re: Samba


MessageHello Travis,

What happens when you go Start/Run and enter the servers IP address e.g.
\\192.168.0.1

Can you see it then ?

Cheers,

Pieter
- Original Message -
From: Travis McCarter
To: [EMAIL PROTECTED]
Sent: Saturday, March 09, 2002 21:39
Subject: Samba


I set up a Samba server and enabled it as a WINS server.  The server
works fine and I can see the directories on the local Windows network.
The computer that I use to dial in is pointed to the WINS server, but I
still cannot browse the Network Neighborhood.  I can use the "Find
Computer" and then see the Windows computers, but I can't see the Samba
server.  I can ping the Samba server however and I don't have any
IPCHAINS blocking it. The computer that I use to dial in gets listed in
the Samba server's win.dat file, so it evidently knows it's there.  What
could be wrong or is this just impossible?

Thanks,
Travis



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



MSN, IPTABLES and NAT

2002-03-10 Thread Ragnar Wiencke



Hi there.
 
I installed a Linux box as a router firewall for my 
home adsl connection. We use MSN on both win and mac boxes and that works just 
fine until we try to use voice conversation or netmeeting vith video, there 
are communcation problems. I used it before using the linux router so I know it 
worked.
Also I am able to recieve files but cannot send 
files through MSN.
 
Any solution anyone?
 
Looking forward to here from you.
Thanks in advance,
Ragnar W.
 


Re: Netscape screwup

2002-03-10 Thread Rick Warner


Browsers tend to be sensitive to improperly written HTML.  IE used to be
the most sensitve, Netscape is now.  Bet if you go through the HTML you
will find a tag that is not ended properly or that has a syntax error.  A
good webmaster would test against all browsers, but few do.  I always send
complaints to webmaster@xyz  when I find these situations ... if they are
going to put up a web page they should make sure it works with all
browsers.  My web team tests against the top 5 browsers ... 

- rick 

On Sat, 9 Mar 2002, Vidiot wrote:

> What the hell is going on with Netscape?  I have the 4.77 RPM version installed
> on RH7.1 and the damn thing is screwing up URLs way too often.
> 
> For example:
> 
> 
>http://ad.doubleclick.net/adj/ccmain.superstitial/homepage;dcopt=ist;abr=!webtv;sz=1x1;ord=1657586323?
> 
> Comes back as:
> 
> Not Found
> 
> The requested URL 
>/adj/ccmain.superstitial/homepage;dcopt=ist;abr=!webtv;sz=1x1;ord=1657586323 was not 
>found on
> this server.
> 
> Apache/1.3.19 Server at mrvideo.vidiot.com Port 80
> 
> 
> While I can't stand those damn ads, the error screws up the display of the
> real page.  The same real page displays correctly via opera.
> 
> Anyone know what is going on?
> 
> MB
> -- 
> e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
> It is our job to set up the meeting.
>   U.S. Marine Corp.
> Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Print Driver & Ghostscript question

2002-03-10 Thread Robert Jones

I have finally decided to replace my 1987 dot matrix printer with
something a little more modern. After some looking, it appears that the
HP940c would probably represent a decent tradeoff 'tween budget and
needs/wants.  But before I rush out and buy any printer, I want to know
it's gonna work on my system -- Redhat 6.0 with a 2.2.16 kernel.

I downloaded, configured and compiled the driver, hpijs-1.0.3
successfully.
I downloaded ghostscript 6.53 and configured and compiled it
successfully after also downloading the jpeg source. Neither package has
been installed (make install) yet.

I guess that what I'd like to know are 1) Any bad reports on the HP940c?
and 2) Am I in for any nasty surprises if I install ghostscript 6.53 on
top of 5.10-7 that came with RH 6.0?






--
Disclaimer: This tagline was generated randomly
and does not necessarily reflect my opinion.

"The student in question is performing minimally for his peer group and
is an emerging underachiever."

  7:27am  up 23 days, 16:49,  6 users,  load average: 1.90, 1.78, 1.65





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



lilo & multiple disks

2002-03-10 Thread Mark Neidorff

Hi Folks, I'm running 6.2 (on /dev/sda) now and I've installed 7.2 on a
separate disk (/dev/sdb)so that I can configure it before changing over. I
don't want to install grub until I have 7.2 going (priorities).

Lilo works well with partitions on one disk, but I have multiple
disks. How can I get lilo to boot the 7.2 partition on the second disk?

This is a minor question since I do have a boot floppy for 7.2, but I'd
like to know how to do this anyway.

Thanks,

Mark



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Netscape screwup

2002-03-10 Thread Cameron Simpson

On 22:38 09 Mar 2002, Vidiot <[EMAIL PROTECTED]> wrote:
| What the hell is going on with Netscape?  I have the 4.77 RPM version installed
| on RH7.1 and the damn thing is screwing up URLs way too often.
| 
| For example:
| 
| 
|http://ad.doubleclick.net/adj/ccmain.superstitial/homepage;dcopt=ist;abr=!webtv;sz=1x1;ord=1657586323?
| 
| Comes back as:
| 
| Not Found
| 
| The requested URL 
|/adj/ccmain.superstitial/homepage;dcopt=ist;abr=!webtv;sz=1x1;ord=1657586323 was not 
|found on
| this server.
| 
| Apache/1.3.19 Server at mrvideo.vidiot.com Port 80
| 
| 
| While I can't stand those damn ads, the error screws up the display of the
| real page.  The same real page displays correctly via opera.
| 
| Anyone know what is going on?

Yeah. If it's what I've seen before then there are two bugs here.

The first bug is from the losers at doubleclick. They has transcribed a
URL in the HTML source with embedded whitespace. (It varies - sometimes
embedded spaces, but usually some cockup with a leading or training
newline in the HREF="..." part). This is TOTALLY ILLEGAL.

The other bug is from netscape. Regardless of the crap found in the HTML,
netscape shouldn't be _asking_ for a URL with embedded whitespace. An
HTTP request for a document (or image or whatever) looks like this:

GET URL HTTP/1.1

and some header. The "URL" part may not have whitespace. Even if the
clueless HTML author has put in a space the browser should discard
it, or complain, or percent-encode it per the practice with other
characters. Netscape doesn't do that.

So the upstream server (the proxy or the real target host) is getting
this rubbish in the HTTP request and, not being psychic, failing to
return what you ask for.

By the way, your pain can be lessened with this tool:

http://www.zip.com.au/~cs/adzap/

Cheers,
--
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Our Constitution is in actual operation; everything appears to promise that
it will last; but in this world nothing is certain but death and taxes.
- Benjamin Franklin



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: cvs locally

2002-03-10 Thread Patrick Nelson

Patrick Nelson wrote:
-
Bill Crawford
Try running the commit like "su $user -c 'cvs commit ...'"
Restrictions on doing things as root are usually there with good reason, I'd
try to figure a way of avoiding it.
Can you not run the root stuff in one screen/terminal and the cvs stuff in
another?
-
That might work... hmm... gonna give it a try!

I hate restrictions that others put on me "for my own good".  Especially
when I can NOT find that simple frigging note in the frigging documentation.
That pisses me off.  How much time I just wasted "for my own good"...
Arg

Well now that I know there is a restriction I obviously have no choice but
to find another way.

Thanks.  My anger is not directed towards you...



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Zombie process

2002-03-10 Thread Cameron Simpson

On 21:18 10 Mar 2002, Linux <[EMAIL PROTECTED]> wrote:
| According to "top" I have 1 zombie process. How do 1 find out which one it
| is

It'll show up in "ps axf" with [square brackets] around its name.

| so I can kill it?

You can't, and don't need to. After a process dies its details are left
around in the process slot so that its parent can use the wait() system
call to collect this status. Otherwise, it's consuming no resources
and isn't a problem.  All it means is that the process has not yet been
waited on.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Try moving off NT easily.  You can move from Solaris to HP/UX to AIX or
DEC easily-- relative to moving off of NT, which is like a Roach
Motel.  Once you check in, you never check out.
- Scott McNealy, Sun Microsystems



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: cvs locally

2002-03-10 Thread Bill Crawford

On Sat, 9 Mar 2002, Patrick Nelson wrote:

> I get an error that says "cvs [commit aborted]: cannot commit files as
> 'root'"

 Try running the commit like "su $user -c 'cvs commit ...'"

> So I'm wondering what the problem is.  Is it that I can't be su to run cvs?
> The problem is that the files I'm creating come from the output of commands
> that are run as root user.  I'd rather not su the exit and then commit.  So
> I guess I'm asking what are the restrictions on a local repository?  I have
> read the frigging manual and can not find any mention of this whatsoever...

 Restrictions on doing things as root are usually there with good
reason, I'd try to figure a way of avoiding it.

 Can you not run the root stuff in one screen/terminal and the cvs
stuff in another?




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: cvs locally

2002-03-10 Thread Harry Putnam

Patrick Nelson <[EMAIL PROTECTED]> writes:

> So I'm wondering what the problem is.  Is it that I can't be su to run cvs?
> The problem is that the files I'm creating come from the output of commands
> that are run as root user.  I'd rather not su the exit and then commit.  So
> I guess I'm asking what are the restrictions on a local repository?  I have
> read the frigging manual and can not find any mention of this whatsoever...

I hope someone gives you a better answer.  I posted that question on
gnu.cvs.help a while back and learned there is a technique for
compiling cvs with out that block against root commits.  I tried the
advice given and it never worked for me.  Even recompiled on two
machines so both had had theh flags set. But that was actually remote
committing but not a pserver.  A ssh setup. 

On the local machine I sudo from user to root and don't see that message
comeup.  You'd probably find several discussions at www.groups.google.

Plug in +root +commit and aim it at gnu.cvs.help  Maybe even insert
the author .. `Larry Jones' answers hundered of questions there and
has handled that one a few times.

Sorry I couldn't find the old messages now.

The sudo thing is tolerable though.  All it takes is installing sudo
and looking at the file provided /etc/sudoers.  You'll see what to
edit right away.

Then when commiting.  As a user you'd say:
 sudo cvs commit ...whatever.

Oh, here is a hefty thread from google groups that may help:

http://groups.google.com/groups?hl=en&threadm=x7snalrguj.fsf%40reader.newsguy.com&rnum=5&prev=/groups%3Fas_q%3Dcommit%2520root%26as_ugroup%3Dgnu.cvs.help%26as_usubject%3Dcommit%2520root%26hl%3Den

http://groups.google.com/groups?hl=en&frame=right&th=1535771fdbcf9f8&seekm=m11yi7tuz2.fsf%40reader.newsguy.com#link1

Boy those are some heavy duty addresses eh?
In case that is broken by mail plug in subject `cvs commit as root'
On the newsgroup I mentioned.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Zombie process

2002-03-10 Thread Linux

According to "top" I have 1 zombie process. How do 1 find out which one it
is so I can kill it?

Many Thanks

Mike

Linux: because rebooting is for adding new hardware.

Your mouse has moved. Windows NT must be restarted for the change to take
effect. 
Reboot now [OK]?Reboot now
[OK]?


This mail was processed by Mail essentials for Exchange/SMTP, 
the email security & management gateway. Mail essentials adds 
content checking, email encryption, anti spam, anti virus, 
attachment compression, personalised auto responders, archiving 
and more to your Microsoft Exchange Server or SMTP mail server. 
For more information visit http://www.mailessentials.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list