Re: Bash: read and backslashes in input file

2002-11-15 Thread Cameron Simpson
On 23:00 07 Nov 2002, Leonard den Ottolander <[EMAIL PROTECTED]> wrote:
| > Us raw input instead:
| > while read -r line; do echo ${line}; done < somefile
[...]
| > you will get exactly that as output. Use "help read | less" at the
| > bash command line for more info.
| 
|  Just the switch I was looking for. Tried man read, but that doesn't state the 
| -r option. Guess I'll have to use help for bash internals. Thanks.

Or "man bash".

|  Still leaves me with the question whether I can pipe command output into a 
| while loop. I'll have a look at the for loop as well.

Sure you can pipe to loops. Just remember that the loop will be in a subshell
so any variable settings won't have effect on the main shell. Thus:

a=1
ls | while read -r file; do a=$file; done
echo $a

will say "1". Usually if I need the loop to have effects on variables
I do this:

a=1
ls \
| { while read -r file; do a=$file; done
echo $a
  }
echo $a

which will print "foo" and then "1" (if "foo" were the last listed
filename).

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

It's in the rich legal tradition of Apple Computer who, in their famous
suit against Microsoft and HP, claimed that the idea of ripping off
Xerox was their intellectual property.
- John Iodice <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Circular dependencies for RPM on RH 6.2

2002-11-15 Thread sgarcia
In <[EMAIL PROTECTED]>, on
11/13/2002 at 12:46 PM,
   R P Herrold <[EMAIL PROTECTED]> said:

>Please forward me an exact scrape of the error sequence off  list, so I
>can view it.

>-- Russ Herrold

Hi Russ,

To the owlriver address?  I got a bounce (and it looks like my roadrunner
server will only try for a day before it calls it permanent.)  I've just
resent it -- If you don't see it, let me know.

Steve


-- 
---
Steve Garcia   using MR/2 ICE #10133 with Warp 4  
[EMAIL PROTECTED]
For PGP key, send mail to [EMAIL PROTECTED] with subject "PGP key"
---
The Operating System/2 Version is 4.50
Revision 14.062
There are 41 Processes with 151 Threads.
GHARLANE: uptime is 18 days, 23:11 hours and 46 seconds
 
*  They that can give up essential liberty to obtain a little temporary  safety 
deserve neither liberty nor safety." -- Benjamin Franklin



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Out of office loop

2002-11-15 Thread John Nichel
Why don't both of you take a "CHILL PILL" (Jesus, are you kids?), and 
take your flame war off list.

Joe Mozelesky wrote:
You need to get a life.  Seriously, take a CHILL PILL dude!  Or maybe a
"time-out" would be more appropriate?

So the guy took a day off and turned on his vacation message and forgot
about whatever mailing lists he's subscribed to.  Big whoop-de-doo-doo.
I'm sure you've made oversights yourself.

Oh yeah, maybe I forgot to say it:  take a CHILL PILL dude.

Step away from the computer and have a beer.  It will do you a world of
good.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Edward Dekkers
Sent: Friday, November 15, 2002 10:16 PM
To: [EMAIL PROTECTED]
Subject: Re: Out of office loop



I make mistakes too, and my delete key works excellently.

If the guy makes a habit of it, take action.  Once? Take a pill and


chill.

HHmm. I have to politely say that I didn't like your comment one bit
Brian.

As explained by numerous people on this list, Mr Petrie has obviously
not
taken the time to read or understand the concept of netiquette.

He works in IT for christ's sake.

If in your neck of the woods that kind of unprofessional behaviour is
acceptable, so be it. I will apply for a job there, be labelled a guru,
and
earn mega bucks.

Until such time, please refrain from telling me to chill. We're in rural
Australia here, and on timed, dial-up modem (not by choice) so this kind
of
behaviour actually costs me money. I'm not in a raging fit, hell,
there's a
lot more things I need to worry about than some auto-responder costing
me
dollars, but if you're referring to me calling Mr Petrie a moron, I will
withdraw and apologise if that makes you think I need to chill.

I know the term 'chill pill' is a cool thing to say to somebody, but
please
refrain from using it on me. It was uncalled for. If your delete key
works
excellently, congratulations, use it on my post and keep quiet. Or at
least
tell me your grievances more politely.

Regards,

---
Edward Dekkers (Director)
Triple D Computer Services P/L







--
By-Tor.com
It's all about the Rush
http://www.by-tor.com



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rh8 and speed

2002-11-15 Thread Jack Bowling
** Reply to message from Johnathan Bailes <[EMAIL PROTECTED]>
on Fri, 15 Nov 2002 15:14:33 -0500


> On Fri, 2002-11-15 at 11:14, Jack Bowling wrote:
> >- Do a CTRL-ALT-F1 to get to your login window. Is there a "runaway"
> > process spewing stuff on the screen? If so, try to determine what it is and try
> > to "kill -9" it One of the first things I do after an install is to kill
> > magicdev. It eats up a disproportionate amount of cpu cycles.
> 
> Really turning off magicdev huh?
> 
> Does that make desktop workstation use feel any more responsive?

On my boxes, yes.
 
> What does that take away from you in terms of functionality?

Nothing that I can't live without. Magicdev does the little things that drive
me crazy, like trying to autorun your CD every time you put it in the reader,
etc.  My stress level goes way down with it nuked.

jb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rh8 security: nfs & ssh

2002-11-15 Thread Sam Steingold
> * In message <[EMAIL PROTECTED]>
> * On the subject of "Re: rh8 security: nfs & ssh"
> * Sent on Fri, 15 Nov 2002 21:54:32 -0600 (CST)
> * Honorable Yoink! <[EMAIL PROTECTED]> writes:
>
> On 15 Nov 2002, Sam Steingold wrote:
> > upgrading to rh8 broke nfs and ssh:
> >
> > 1. I cannot mount nfs:
> >I have two machines on my lan (using a linksys router).
> >both have identical /etc/exports:
> >
> > / 192.168.1.*(rw,async,no_root_squash)
> >
> >and /etc/fstab:
> >
> > the-other-host://mnt/the-other-host nfs user,exec,intr,rw   0 0
> >
> >this setup worked with rh7.3 but now I get "permission denied".
> >I have nfs-utils-1.0.1-2 installed.
> 
> # chkconfig --list
> 
> should show nfs and portmap running at runlevels 3, 4 and 5.

it does.

> does "exportfs -a" show any errors on the nfs server?

nope.

> what does "rpcinfo -p nfsserver" from the-other-host say?

first# rpcinfo -p second
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000241   udp   1024  status
1000241   tcp   1024  status
3910022   tcp   1025  sgi_fam
1000111   udp   1013  rquotad
1000112   udp   1013  rquotad
1000111   tcp   1016  rquotad
1000112   tcp   1016  rquotad
132   udp   2049  nfs
133   udp   2049  nfs
1000211   udp   1026  nlockmgr
1000213   udp   1026  nlockmgr
1000214   udp   1026  nlockmgr
151   udp   1027  mountd
151   tcp   1026  mountd
152   udp   1027  mountd
152   tcp   1026  mountd
153   udp   1027  mountd
153   tcp   1026  mountd

second# rpcinfo -p first
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000241   udp  32768  status
1000241   tcp  32768  status
3910022   tcp  32769  sgi_fam
1000111   udp979  rquotad
1000112   udp979  rquotad
1000111   tcp982  rquotad
1000112   tcp982  rquotad
132   udp   2049  nfs
133   udp   2049  nfs
1000211   udp  32774  nlockmgr
1000213   udp  32774  nlockmgr
1000214   udp  32774  nlockmgr
151   udp  32775  mountd
151   tcp  33799  mountd
152   udp  32775  mountd
152   tcp  33799  mountd
153   udp  32775  mountd
153   tcp  33799  mountd


> > 2. ssh now requires a password to login:
> >I have identical ~/.ssh/ on both machines (on local disks), and I
> >use ssh-agent and with rh7 I was not asked password when I said
> >"ssh the-other-host", but now ssh asks me for the password (and lets
> >me in when I type the login password - not the ssh passphrase).
> >I did not modify the stock /etc/ssh/sshd_config, and I suspect that
> >there is a magic incantation that would work, but the man page only
> >told me how to disable password auth - and although I am happy to do
> >it, it does not help me to login without it.
> 
> Never tried it that way, but as "man ssh" tells us:
> 
>   ssh implements the RSA authentication protocol automatically.  The user
>   creates his/her RSA key pair by running ssh-keygen(1).  This stores the
>   private key in $HOME/.ssh/identity and the public key in
>   $HOME/.ssh/identity.pub in the user's home directory.  The user should
>   then copy the identity.pub to $HOME/.ssh/authorized_keys in his/her home
>   directory on the remote machine (the authorized_keys file corresponds to
>   the conventional $HOME/.rhosts file, and has one key per line, though the
>   lines can be very long).  After this, the user can log in without giving
>   the password.  RSA authentication is much more secure than rhosts authen-
>   tication.
> 
> Which always worked for me.

indeed it worked for me too, for all the other servers except for the
ones I administer :-(

actually, I _can_ ssh from FIRST to SECOND - but not the other way around.

-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat8 GNU/Linux
  
 
Bus error -- driver executed.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Learning PERL: advice sought

2002-11-15 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 15-Nov-2002/12:45 -0500, deosaran bisnath <[EMAIL PROTECTED]> wrote:
>I know a little awk, a little bash, a little Linux.
>I'd like to learn PERL. Good tutorials? books? PERL sites?
>How to start?

O'Reilley's "Learning Perl" (aka "The Llama Book"). It's the best book
there is for learning perl.

Tony
- -- 
Anthony E. Greene 
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05HomePage: 
Linux. The choice of a GNU generation 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene  0x6C94239D

iD8DBQE91dYIpCpg3WyUI50RAiCLAKD2CJvJiPgBPeLVadCd5C3ar8Qj0ACg9Vw1
fZ5+JHEZJPHZ8fOxfzU5DEQ=
=F4tZ
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Out of office loop

2002-11-15 Thread Joe Mozelesky
You need to get a life.  Seriously, take a CHILL PILL dude!  Or maybe a
"time-out" would be more appropriate?

So the guy took a day off and turned on his vacation message and forgot
about whatever mailing lists he's subscribed to.  Big whoop-de-doo-doo.
I'm sure you've made oversights yourself.

Oh yeah, maybe I forgot to say it:  take a CHILL PILL dude.

Step away from the computer and have a beer.  It will do you a world of
good.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Edward Dekkers
Sent: Friday, November 15, 2002 10:16 PM
To: [EMAIL PROTECTED]
Subject: Re: Out of office loop

> I make mistakes too, and my delete key works excellently.
>
> If the guy makes a habit of it, take action.  Once? Take a pill and
chill.

HHmm. I have to politely say that I didn't like your comment one bit
Brian.

As explained by numerous people on this list, Mr Petrie has obviously
not
taken the time to read or understand the concept of netiquette.

He works in IT for christ's sake.

If in your neck of the woods that kind of unprofessional behaviour is
acceptable, so be it. I will apply for a job there, be labelled a guru,
and
earn mega bucks.

Until such time, please refrain from telling me to chill. We're in rural
Australia here, and on timed, dial-up modem (not by choice) so this kind
of
behaviour actually costs me money. I'm not in a raging fit, hell,
there's a
lot more things I need to worry about than some auto-responder costing
me
dollars, but if you're referring to me calling Mr Petrie a moron, I will
withdraw and apologise if that makes you think I need to chill.

I know the term 'chill pill' is a cool thing to say to somebody, but
please
refrain from using it on me. It was uncalled for. If your delete key
works
excellently, congratulations, use it on my post and keep quiet. Or at
least
tell me your grievances more politely.

Regards,

---
Edward Dekkers (Director)
Triple D Computer Services P/L




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rh8 and speed

2002-11-15 Thread Jack Bowling
** Reply to message from greg <[EMAIL PROTECTED]> on Sat, 16 Nov 2002 07:25:43
+1100


> Hi jack,
> I did ctrl-alt-f1, it took me to the text log in.  Nothing else
> happened, so I presume this means nothing??  Sorry, I am very new to
> linux, and don't know a lot about how it all works.

If you didn't see a constant barrage of text streaming past when you got to the
login screen, then you probably do not have a runaway process on your hands. I
wish I could help but this one smells more like some kind of potential hardware
problem such as bad RAM rather than software.

jb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Send Mail Slowness

2002-11-15 Thread Will Mendez
Thanks Yoink,

Will take a look at this as well.

Will Mendez
Mmmm.XSI
www.xsibase.com


- Original Message -
From: "Yoink!" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 15, 2002 9:01 PM
Subject: Re: Send Mail Slowness


> On Fri, 15 Nov 2002, Will Mendez wrote:
> > For some reason Send mail takes a while to start while the Kernel is
loading.
> > This occurs whether I have the service on or off in the service config.
> >
> > This used to happen much quicker when I first installed Linux, where
should I
> > start in terms of troubleshooting?
>
> edit your /etc/nsswitch.conf so your "hosts:" line looks something like
> this
>
> hosts:  files [NOTFOUND=continue] dns
>
> and in /etc/hosts, make sure you have your hostname appearing in your
> "127.0.0.1" line.
>
> --
> \ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
>  >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
> / /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Send Mail Slowness

2002-11-15 Thread Will Mendez
> Are you sure sendmail is off in the runlevel your system is set to boot
to?
> With all due respect... I find this hard to believe.

Not a problem at all  :) you guys would know more than I would, I thought
when I went to K >system >Service Config and uncheck sendmail it would
disable the service.

> > This used to happen much quicker when I first installed
> > Linux, where should I start in terms of troubleshooting?
>
> 1) Have you changed the hostname of your system lately?
> 2) Is your systems resolver libs set correctly? i.e. DNS timeouts
>

Yes I did change the hostname, I would have to check the timouts.

> The most common reason sendmail hangs at system startup is it cannot
> determine it's FQDN and do a reverse lookup on that FQDN. A good starting
> point would be to run:
>
> sendmail -bt -d0.1 
> Then be sure the "canonical domain name" is either listed in your
/etc/hosts
> file -or- can be looked up through dns (both forward and reverse).
>
> Steve Cowles
>

Thanks will try that out, Greatly appreciated!

Will Mendez
Mmmm.XSI
www.xsibase.com




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to set hostname so it's not dhcppc?

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, Daevid Vincent wrote:
> Just installed RH8 on my notebook which uses DHCP to get on my
> LAN/internet. This in turn keeps asigning my notebook name to be
> "dhcppc6" -- which aside from being asthetically unappealing, also
> causes X/Gnome to give a warning each time it starts. How can I set my
> notebook's hostname to be say, "localhost" or "dell" or something and
> STAY that way? I've tried "hostname localhost" and it sets it for that
> session but then gets reset. Ugh. I "grep 'hostname' /etc/" and saw
> rc.sysinit has some stuff, but didn't seem obvious where to change?
>
> DÆVID.

If you do a "ps auxw | grep dhcp" you should see some dhcp daemon running.
I forget what it is, but in the man page for it, you should find a "-D"
command line option which turns that function off. You should be able to
find the config file for your dhcp somewhere in the /etc/sysconfig
structure or find more info in the man page.

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rh8 security: nfs & ssh

2002-11-15 Thread Yoink!
On 15 Nov 2002, Sam Steingold wrote:
> upgrading to rh8 broke nfs and ssh:
>
> 1. I cannot mount nfs:
>I have two machines on my lan (using a linksys router).
>both have identical /etc/exports:
>
> / 192.168.1.*(rw,async,no_root_squash)
>
>and /etc/fstab:
>
> the-other-host:/  /mnt/the-other-host nfs user,exec,intr,rw   0 0
>
>this setup worked with rh7.3 but now I get "permission denied".
>I have nfs-utils-1.0.1-2 installed.

# chkconfig --list

should show nfs and portmap running at runlevels 3, 4 and 5.

does "exportfs -a" show any errors on the nfs server?

what does "rpcinfo -p nfsserver" from the-other-host say?

> 2. ssh now requires a password to login:
>I have identical ~/.ssh/ on both machines (on local disks), and I
>use ssh-agent and with rh7 I was not asked password when I said
>"ssh the-other-host", but now ssh asks me for the password (and lets
>me in when I type the login password - not the ssh passphrase).
>I did not modify the stock /etc/ssh/sshd_config, and I suspect that
>there is a magic incantation that would work, but the man page only
>told me how to disable password auth - and although I am happy to do
>it, it does not help me to login without it.

Never tried it that way, but as "man ssh" tells us:

  ssh implements the RSA authentication protocol automatically.  The user
  creates his/her RSA key pair by running ssh-keygen(1).  This stores the
  private key in $HOME/.ssh/identity and the public key in
  $HOME/.ssh/identity.pub in the user's home directory.  The user should
  then copy the identity.pub to $HOME/.ssh/authorized_keys in his/her home
  directory on the remote machine (the authorized_keys file corresponds to
  the conventional $HOME/.rhosts file, and has one key per line, though the
  lines can be very long).  After this, the user can log in without giving
  the password.  RSA authentication is much more secure than rhosts authen-
  tication.

Which always worked for me.

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem of my NAT and DHCP

2002-11-15 Thread EdwardSPL
Michael Schwendt wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Sat, 16 Nov 2002 02:34:34 +0800, [EMAIL PROTECTED] wrote:
>
> > I have just setup NAT and DHCP , but can't connect to the internet
> > with client :
> >
> > Get IP from dhcp server :
> >
> > C:\>ipconfig
> >
> > Windows 2000 IP Configuration
> >
> > Ethernet adapter :
> >
> > Connection-specific DNS Suffix  . :
> > IP Address. . . . . . . . . . . . : 172.2.0.1
> > Subnet Mask . . . . . . . . . . . : 255.255.255.0
> > Default Gateway . . . . . . . . . : 172.2.0.254
> >
> > C:\>
> >
> > My config file :
> >
> > /etc/sysconfig/network-scripts/ifcfg-eth1 :
> > DEVICE=eth1
> > ONBOOT=yes
> > IPADDR=172.2.0.254
> > NETMASK=255.255.255.0
> >
> > /etc/rc.d/rc.local :
> > echo '1' > /proc/sys/net/ipv4/ip_forward
> > modprobe ip_nat_ftp
> > modprobe ip_conntrack
> > modprobe ip_conntrack_ftp
> > modprobe ip_conntrack_irc
> > iptables -t nat -A POSTROUTING -o eth1 -s 172.2.0.0/24 -j MASQUERADE
> >
> > /etc/dhcpd.conf :
> > subnet 172.2.0.0 netmask 255.255.255.0 {
> > range 172.2.0.1 172.2.0.253;
> > default-lease-time 604800;
> > max-lease-time 604800;
> > option broadcast-address 172.2.0.255;
> > option routers 172.2.0.254;
> > option domain-name-servers 192.168.200.1;
> > }
> >
> > Edit /etc/rc.d/init.d/dhcpd :
> > 
> > start() {
> > # Start daemons.
> > echo -n $"Starting $prog: "
> > daemon /usr/sbin/dhcpd eth1 ${DHCPDARGS}
> > RETVAL=$?
> > echo
> > [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcpd
> > return $RETVAL
> > }
> > ...
> >
> > touch /var/lib/dhcp/dhcpd.leases
> >
> > /etc/rc.d/init.d/dhcpd start
> >
> > PS : the system is Redhat 7.2, port eth0 is connected to the lease
> > line...
>
> If eth0 is your outgoing connection, the masquerading rule above
> should also specify eth0, not eth1:
>
>   iptables -t nat -A POSTROUTING -o eth0 -s 172.2.0.0/24 -j MASQUERADE

I don't understand must I specify eth0 and eth1 ?
or edit the line as :
iptables -t nat -A POSTROUTING -s 172.2.0.0/24 -j MASQUERADE

eth0 : connected to the Internet with lease line ( IP address from ISP )
eth1 : connected with HUB and other client ( NAT + DHCP ), but the IP is
private...

So, if specify eth0, then what will happen ?

Thank for your help !

Edward.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Linux/unix based biometric software ?

2002-11-15 Thread achana
Hi All.
Can someone point me to linux/unix based biometric software sites,
specifically finger prints ?
Any successful implementations ?
Database engines e.g. mySql, Oracle etc ?
TIA



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Personal Server Specification Recommendations

2002-11-15 Thread R P Herrold
On Fri, 15 Nov 2002, Brad Alpert wrote:

> Heck I guess I'm nuts, but when I wanted a strong linux server, I went
> to Ebay and bought a *server*.  I got a Compaq 1850R with 2 9.1 10k Wide

> So I have about a grand in this machine and it's the real deal, 

I've had excellent luck with Dell 2450's (2RU form, vs, the
3RU of the 1850R's) off e-bay, with residual Dell warranties
(freely transferrable !) at about the same pricepoint.

-- Russ herrold



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: killed winnt, installed rhat, now no boot from CDROM or HD

2002-11-15 Thread Tom Wilson
On Friday 15 November 2002 08:47 am, SteelHead's voice rose above the 
ones in my head and declared:

> I picked up an old Intel JN440bx based server from ebay.  it arrived
> loaded with WinNT and booted fine.  I put a CDROM on the box and
> fought a cd boot, finally giving up and going on to Floppy boot.
>
> I have installed reinstalled RH 7.2 from retail successfully, as lomg
> as I want to boot from a floppy.  I tried all options, LILO, GRUB,
> MBR, sda1 and only get a live system when booting from a floppy. 
> grr!
>
> the scsi system is an adaptec 7880 reading as a 1000 array, 2 ibm
> drives and an assortment of cdroms (one at a time)
>
> We cannot seem to get past the boot from floppy point.
>
> I googled, and noted others have had tsimilar  issues, but found no
> solutions.
>
> Please help, Bill

Try booting from a windoze boot disk and doing fdisk /mbr.  IIRC, winnt 
bootloader doesn't play nice with Linux at all.  Once it is wiped you 
can install another bootloader of you choice.  If you use Lilo, boot 
from you Linux boot disk after you wipe the MBR then run /sbin/lilo.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: virtual consoles broken

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, Douglas Alan wrote:
> Would mingetty be installed when I first boot the computer, and then
> after some amount of time become mysteriously uninstalled, only to them
> be mysterious reinstalled when I reboot the computer?

Sheesh.

> Strangely, there is no mingetty running on tty1 or on tty2, but I just
> get a black screen if I try to switch to *any* of the virtual consoles,
> even though there is a mingetty running on some of them.  If I try to
> run a mingetty on tty1 as root, it just exits leaving the following
> entry in /var/log/messages:
>
>Nov 15 18:27:17 gaffa mingetty[421]: /dev/tty1: cannot open tty:
>   Operation not permitted

does this output from my box match yours?

[root@optimus root]# ls -ld /dev/tty?
crw--w1 root tty4,   0 Aug 30 18:31 /dev/tty0
crw---1 root root   4,   1 Nov 14 11:01 /dev/tty1
crw---1 root root   4,   2 Nov 14 11:01 /dev/tty2
crw---1 root root   4,   3 Nov 14 11:01 /dev/tty3
crw---1 root root   4,   4 Nov 14 11:01 /dev/tty4
crw---1 root root   4,   5 Nov 14 11:01 /dev/tty5
crw---1 root root   4,   6 Nov 14 11:01 /dev/tty6
crw--w1 root tty4,   7 Aug 30 18:31 /dev/tty7
crw--w1 root tty4,   8 Aug 30 18:31 /dev/tty8
crw--w1 root tty4,   9 Aug 30 18:31 /dev/tty9
[root@optimus root]# ls -ld /dev
drwxr-xr-x   20 root root   118784 Nov 14 11:01 /dev

if you don't find an error there, do a:

 rpm -Va | egrep -v "tty|dev" and let me know what you get.

Also, do you log onto X, and if so, as what user?

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Win 2000 hard drive question

2002-11-15 Thread John Nichel
Yes.  RH should mount it automatically, as RH recognizes NTFS, FAT32, 
FAT, etc.

Chris Jones wrote:
I have two hard drives.  The first drive is my OS drive.  I am going to 
set it up as dual boot with Redhat 7.3 and Windows 2000.  The second 
drive is a data drive NTFS.  Can I access it when I am Redhat is running?

Thanks!



Chris Jones, P. Eng.
14 Oneida Avenue
Toronto, ON M5J 2E3
Tel. 416 203-7465
Fax. 416 203-8249







--
By-Tor.com
It's all about the Rush
http://www.by-tor.com



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: phpbb and mysql -- impossible?

2002-11-15 Thread John Nichel
First questions first...

How did you install MySQL?  RPM?  Source?

I use phpbb on my site, and earn my paycheck with php and mysql, so 
hopefully I'll be able to help you.

Craig Iffelberg wrote:
I have scrounged through mysql's web site, it was a mess,
dis-organised, docs made no sense.

I tried to have a go at it anyway, only to find that even
when turning on mysql server, the thing says it can't
connect to the database.

How do I get mysql to work? Is it broken?

I just don't understand how to make it go.

I want to set up a message board, phpbb, and it
all goes fine until the install, then it chokes itself and
punks up.

How does one go about activating mysql and making
a database for phpbb?

Please go easy on me, as I know nothing about mysql,
the docs made no sense at all to me, I wish they would
just tell you what to do and quit using all this darn
foo.bar.butt.crack stupid terms that mean nothing,
and just say in plain english what I have to tyupe
in my bash shell to set the stupid thing up.

I even tried web min, still didn't work, I just don't
understand it I guess, is it just for nerds or can
the average person use it?

I know enough to get an email server up and running,
and I got a web server up too, but that is all, and I don't
know what is up with this version's apache, it doesn't
know the meaning of "permission allowed" the darn thing
denies you access to all php or cgi and won't run if you
held a gun to it's head.

Thank you to all who can help.

Craig.






--
By-Tor.com
It's all about the Rush
http://www.by-tor.com



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Iptables HELP vpn

2002-11-15 Thread Jason Costomiris
On Friday, November 15, 2002, at 03:14  PM, Jason Staudenmayer wrote:


I can't seem to figure this out.
I have pptp (poptop) server running on my firewall .
VPN connection is good.
VPN client can't see anything on the network.
Iterfaces are as follows.
Eth0 internal private network
Eth1 outside world
Ppp+ vpn client.


Do your iptables rules permit forwarding from the ppp+ interfaces to 
the internal net?

--
Jason Costomiris <><
E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/
Quidquid latine dictum sit, altum viditur.



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Out of office loop

2002-11-15 Thread Edward Dekkers
> I make mistakes too, and my delete key works excellently.
>
> If the guy makes a habit of it, take action.  Once? Take a pill and chill.

HHmm. I have to politely say that I didn't like your comment one bit Brian.

As explained by numerous people on this list, Mr Petrie has obviously not
taken the time to read or understand the concept of netiquette.

He works in IT for christ's sake.

If in your neck of the woods that kind of unprofessional behaviour is
acceptable, so be it. I will apply for a job there, be labelled a guru, and
earn mega bucks.

Until such time, please refrain from telling me to chill. We're in rural
Australia here, and on timed, dial-up modem (not by choice) so this kind of
behaviour actually costs me money. I'm not in a raging fit, hell, there's a
lot more things I need to worry about than some auto-responder costing me
dollars, but if you're referring to me calling Mr Petrie a moron, I will
withdraw and apologise if that makes you think I need to chill.

I know the term 'chill pill' is a cool thing to say to somebody, but please
refrain from using it on me. It was uncalled for. If your delete key works
excellently, congratulations, use it on my post and keep quiet. Or at least
tell me your grievances more politely.

Regards,

---
Edward Dekkers (Director)
Triple D Computer Services P/L




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: C- fork question

2002-11-15 Thread fred smith
On Fri, Nov 15, 2002 at 07:09:03AM -0500, Zoltan Szabo wrote:
> Hi
> 
> I have a little problem.
> If I have two C programs: 
> start1
> child1
> 
> "child1" is started from "start1", how can i get in the starter program the PID of 
>the child program?

It's the return value from fork().

I refer you to the man page for fork:

man fork

-- 
---
 .Fred Smith/  
( /__  ,__.   __   __ /  __   : / 
 //  /   /__) /  /  /__) .+'   Home: [EMAIL PROTECTED] 
//  (__ (___ (__(_ (___ / :__ 781-438-5471 
 Jude 1:24,25 -



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: tcpdump, libcap versions, maliciously hacked

2002-11-15 Thread Joseph A Nagy Jr
Bret Hughes wrote:

On Fri, 2002-11-15 at 12:33, Joseph A Nagy Jr wrote:


Wolfgang Pfeiffer wrote:




please see:
"CERT® Advisory CA-2002-30 Trojan Horse tcpdump and libpcap
Distributions"
http://www.cert.org/advisories/CA-2002-30.html

Hoping it helps

And my apologies if that was already written here ...

Regards
Wolfgang



http://slashdot.org/article.pl?sid=02/11/13/1255243&mode=thread&tid=172

You were only two days off. ;-)




Ah the POWER of open source.  How long would that have been there if no
one could see the code?  Hats off (red or otherwise) to the HLUG members
who found this.

Bret





Amen.

Is it just me or does this list wait several hours before sending messages? I'm recieving messages 
with an approximate 3 hour lag here.


--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org   Linux - The Choice of Every Generation



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


RE: Send Mail Slowness

2002-11-15 Thread Cowles, Steve
> -Original Message-
> From: Will Mendez
> Sent: Friday, November 15, 2002 2:47 PM
> Subject: Send Mail Slowness
> 
> 
> Greetings All,
> 
> For some reason Send mail takes a while to start while the 
> Kernel is loading. This occurs whether I have the service
> on or off in the service config.

Are you sure sendmail is off in the runlevel your system is set to boot to?
With all due respect... I find this hard to believe.

> 
> This used to happen much quicker when I first installed 
> Linux, where should I start in terms of troubleshooting?

1) Have you changed the hostname of your system lately? 
2) Is your systems resolver libs set correctly? i.e. DNS timeouts

The most common reason sendmail hangs at system startup is it cannot
determine it's FQDN and do a reverse lookup on that FQDN. A good starting
point would be to run:

sendmail -bt -d0.1 mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Win 2000 hard drive question

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, Chris Jones wrote:
> I have two hard drives.  The first drive is my OS drive.  I am going to set
> it up as dual boot with Redhat 7.3 and Windows 2000.  The second drive is a
> data drive NTFS.  Can I access it when I am Redhat is running?

AFAIK, Redhat has limited support (read-only) for NTFS. I would recommend
using FAT32 (VFAT) for sharing data on a HD between Linux and NT.

--
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Send Mail Slowness

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, Will Mendez wrote:
> For some reason Send mail takes a while to start while the Kernel is loading.
> This occurs whether I have the service on or off in the service config.
>
> This used to happen much quicker when I first installed Linux, where should I
> start in terms of troubleshooting?

edit your /etc/nsswitch.conf so your "hosts:" line looks something like
this

hosts:  files [NOTFOUND=continue] dns

and in /etc/hosts, make sure you have your hostname appearing in your
"127.0.0.1" line.

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Personal Server Specification Recommendations

2002-11-15 Thread Brad Alpert
Heck I guess I'm nuts, but when I wanted a strong linux server, I went
to Ebay and bought a *server*.  I got a Compaq 1850R with 2 9.1 10k Wide
Ultra2 drives, hardware RAID 5 with write acceleration, 500 mZ PIII CPU,
and 128mB ECC RAM.  I paid $565 + freight for it.  I bought 2 more
matching drives for a hundred bucks apiece on Ebay, matched RAM from
Crucial for $55./256mB, a redundant power supply on Ebay for $37.50, and
a Compaq 15/30 DLT internal tape drive for $85 (Ebay again).

Then I downloaded and installed all the Compaq agents and got it
reporting out on port 2301 and alerting via snmp traps.

So I have about a grand in this machine and it's the real deal, and I'll
never have to worry about flaky drivers, incompatabilities, or component
failure.  It runs my web, DNS, ftp, internet connection, everything
needed to provide domain services for incoming and it's my proxy server
for getting out from my internal network.

I have nothing against workstations.  I have a half-dozen here at home
and I use them ruthlessly, but as workstations.  When I need a server, I
buy a server.

Just my two cents.

Brad

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Shannon Neumann
> Sent: Friday, November 15, 2002 2:40 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Personal Server Specification Recommendations
> 
> 
> My Redhat8.0 Server is an old Compaq Presario 5660.  It has a 
> PentiumII
> 450MHz processor, 192MB RAM, and a 12GB hard drive.  I added a Linksys
> LNE100TX network card, adn swapped tghe original DVD-ROM drive for a
> standard CD-ROM.  This machine is my production server which 
> I to host my
> website, email, etc., and is more than powerful enough to 
> handle the load
> I throw at it.  I have also used it as a file server, ftp, 
> ssh, dns, and
> dhcp without any trouble at all.  And while it is my 
> "business" server, it
> also happens to be in my home.
> 
> Also, having said all of that, for quite a while, I was 
> accomplishing all
> of those same tasks with a 200MHz Pentium with 96MB RAM and a 4GB hard
> drive.
> 
> Shannon Neumann
> Neumannweb Computers
> www.neumannweb.net



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Iptables HELP vpn

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, Jason Staudenmayer wrote:
> I can't seem to figure this out.
> I have pptp (poptop) server running on my firewall .
> VPN connection is good.
> VPN client can't see anything on the network.
> Iterfaces are as follows.
> Eth0 internal private network
> Eth1 outside world
> Ppp+ vpn client.
>
> I need to allow SMB, and outlook ports to be passed from the ppp connection
> to the inside network
> I have tried just about everything I can think of but I end up losing
> packets somewhere.

A little short on the info:

Are you using Masquerading too?
Where will the smb and imap (I guess that's what you meant, you said
LookOut port) connections be coming from? Are you the client or the
server?
Have you tried turning on logging ("man iptables") and seeing where they
get lost?

Try something like this if it's imap you are after:

iptables -A INPUT  -i ppp0 -p tcp --sport 143 -m state -j ACCEPT
iptables -A OUTPUT -o ppp0 -p tcp --dport 143 -m state -j ACCEPT



-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: large file support

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, Max Waterman wrote:
> I have been struggling to get large file support in RH 8.0.
>
> It seems to me that everything I try to do fails due to there being no
> large file support compiled into the utilities that come with the OS -
> eg ftpd, gftp, cp, rcp bla bla.

They shouldn't need it.

> Is there a version of RH that I can download which has everything
> compiled with large file support? It would be so much easier for those
> of us who routinely deal with files in excess of 2GB.

This info may be wrong: take it with a grain of salt.

Unless I mis-understood the man pages on this, the only time you can
enable large-file support isn't in the kernel, it's in the filesystem
layout, specified in an option to the mkfs command. This means you can
only enable large-file support when you create the filesystem.

I *HOPE* somebody tells me I'm wrong on this btw, it seems to be a rather
brain-dead limitation. I'd love to know how it's done any other way.

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: phpbb and mysql -- impossible?

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, Craig Iffelberg wrote:
> I have scrounged through mysql's web site, it was a mess,
> dis-organised, docs made no sense.
>
> I tried to have a go at it anyway, only to find that even
> when turning on mysql server, the thing says it can't
> connect to the database.

Cut and paste the exact command you are using to connect and the complete
response it generates.

> How do I get mysql to work? Is it broken?

No.

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Apache VERY slow on Red Hat 8.0 and there's no $PHPSESSID inPHP

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, Raúl Santos wrote:
> I installed the Apache RPM that comes with RH8, along with mySQL and PHP.
> It's working but there's one small big problem. Actually, there's two.
>
> The first one is speed. Apache couldn't be slower to respond - I suspect
> it's
> apache's fault because it's slow even when I don't start mySQL, so it
> shouldn't be mySQL's fault, right?

Maybe. How fast is this computer? How much memory? What kind of hard disk?

> Anyway, I point my browser to http://127.0.0.1 but I only start to see
> something about
> 10 seconds after! Is there any reason for this? I didn't change anything
> important - the only thing I changed was to prevent the httpd and mysqld
> services from running at startup. Anyone has any idea about what's wrong?

Have you modified your httpd.conf?

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Learning PERL: advice sought

2002-11-15 Thread Yoink!
On Fri, 15 Nov 2002, deosaran bisnath wrote:

> I know a little awk, a little bash, a little Linux.
> I'd like to learn PERL. Good tutorials? books? PERL sites?
> How to start?

"Learning Perl", see www.ora.com

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Faxing over adsl connection

2002-11-15 Thread Hal Burgiss
On Fri, Nov 15, 2002 at 02:34:36PM -0800, Daniel Goldin wrote:
> Any way to do this? If not, does anyone know of good alternatives via
> the Internet? Thanks.

DSL modems cannot "dial" an analog device, so it can't be done
directly. You can still use a dialup/analog modem with ADSL, if you
wanted to do it this way. The only problem is how to handle default
routing if you wanted both active at the same time. Othewise, you
should be able to dial out, disconnect, and maybe re-initialization
the previous networking if it got clobbered. There are some sites (I
think pay sites). efax.com used to do this.

-- 
Hal Burgiss
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Win 2000 hard drive question

2002-11-15 Thread Doug
you don't want to use ntfs if you want to access from RH.. use fat32..
linux has issues with writing to ntfs.. reading from the drive is ok..
but not write.

Doug

On Fri, 2002-11-15 at 17:14, Chris Jones wrote:
> I have two hard drives.  The first drive is my OS drive.  I am going to set 
> it up as dual boot with Redhat 7.3 and Windows 2000.  The second drive is a 
> data drive NTFS.  Can I access it when I am Redhat is running?
> 
> Thanks!
> 
> 
> 
> Chris Jones, P. Eng.
> 14 Oneida Avenue
> Toronto, ON M5J 2E3
> Tel. 416 203-7465
> Fax. 416 203-8249
> 
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: dns question

2002-11-15 Thread Bill Horne
From: [EMAIL PROTECTED]
> I really don't get why when the computer is looking for an address it
> tries the nameservers in resolv.conf before it tries hosts. However I
> gather that the best way to solve my problem is to setup DNS and name
> caching on my computer. I have a few questions since the whole thing
> has me quite confused

Look in /etc/host.conf. There will be a statement there that looks like 

order hosts,bind

... which means that names should be resolved from the /etc/hosts
file, and then via dns. If "BIND" is first, that's why you're not
checking the hosts file.

Bill

--
Bill Horne
"This door was only for you. Now, I am going to shut it."



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



How to set hostname so it's not dhcppc?

2002-11-15 Thread Daevid Vincent
Just installed RH8 on my notebook which uses DHCP to get on my
LAN/internet. This in turn keeps asigning my notebook name to be
"dhcppc6" -- which aside from being asthetically unappealing, also
causes X/Gnome to give a warning each time it starts. How can I set my
notebook's hostname to be say, "localhost" or "dell" or something and
STAY that way? I've tried "hostname localhost" and it sets it for that
session but then gets reset. Ugh. I "grep 'hostname' /etc/" and saw
rc.sysinit has some stuff, but didn't seem obvious where to change?

DÆVID.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Personal Server Specification Recommendations

2002-11-15 Thread Bill Horne
From: Brian Healey <[EMAIL PROTECTED]>
> Has anyone set up a server for Home use?
> -I want to be able to do web design, system administration, and some
> database design.

No offence, but you probably don't: you probably want to LEARN HOW TO do those 
things, not actually DO them. There's a difference. You can learn how to 
design web site, do backups, and puzzle through MySQL without having to 
provide the service to others.

> Would you please share with me the specifications and/or recommendations you
> have?
> - i.e. Brand, Processor, memory, etc.

Brand:Random
Processor:486 DX-2
Memory:   32MB minimum

> * I'd like to get a computer that doesn't have driver and swappable
> component issues

Three words: Hardware Compatibility List.  Depend on the pool of
experience and expertise at your local LUG.

> For example I can run to Best buy and get a little E-Machine - price is
> right, but Linux isn't supported, no drivers will be available, I'd rather
> not try and 'bastard-ize' a machine that was only intended for Win Me

A better idea: run to your local recycling center and get a machine that 
someone threw out because it couldn't handle M$. The price is going to 
be a LOT better ;-J.

 > Do you have domain name, or do you write a script to perpetuate you IP
> address? 

Neither. I use a dynamic dns service (http://www.dyndns.org, but there are 
lots of others) and a free script that updates the DNS for me if my IP 
changes.

> - Any issues, concerns, legality, etc.

Issues: the internet is designed to work with a group of trusted computers
which are available 24/7/365. If you seek to join that club, be prepared 
for phone calls at 3 AM, from system administrators in far corners of the 
globe, who will be glad to help you solve your mail aliasing problem 
RIGHT NOW.

Concerns: be careful what you ask for. If you like 3 AM phone calls, 
that's OK, but if not, well, fetchmail is your friend.

Legality: IANAL. Just do it. Remember that stopping is a LOT harder 
than starting, so watch what you start.

HTH. YMMV, and almost certainly will ;-).

Bill

--
Bill Horne
The priest doesn't have the answer. If you're lucky, he has the right question.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: mailing-list has broken ?

2002-11-15 Thread Daevid Vincent
Procmail is the best, most useful program on my linux box. And bless you
for that recepie ;-)

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Hal Burgiss
> Sent: Friday, November 15, 2002 5:51 AM
> To: [EMAIL PROTECTED]
> Subject: Re: mailing-list has broken ?
> 
> 
> On Fri, Nov 15, 2002 at 12:15:25PM +0100, lazzaro ciccolella wrote:
> > 
> > Anybody know if the mailing-list is broken?
> 
> Mr Petrie is broken!
> 
>:0
>* ^Subject: .*out of (the )?office
>/dev/null



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



rh8 security: nfs & ssh

2002-11-15 Thread Sam Steingold
upgrading to rh8 broke nfs and ssh:

1. I cannot mount nfs:
   I have two machines on my lan (using a linksys router).
   both have identical /etc/exports:

/ 192.168.1.*(rw,async,no_root_squash)

   and /etc/fstab:

the-other-host://mnt/the-other-host nfs user,exec,intr,rw   0 0

   this setup worked with rh7.3 but now I get "permission denied".
   I have nfs-utils-1.0.1-2 installed.

2. ssh now requires a password to login:
   I have identical ~/.ssh/ on both machines (on local disks), and I
   use ssh-agent and with rh7 I was not asked password when I said
   "ssh the-other-host", but now ssh asks me for the password (and lets
   me in when I type the login password - not the ssh passphrase).
   I did not modify the stock /etc/ssh/sshd_config, and I suspect that
   there is a magic incantation that would work, but the man page only
   told me how to disable password auth - and although I am happy to do
   it, it does not help me to login without it.

Thanks to everyone who replied to my previous questions.

-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat8 GNU/Linux
  
 
Fighting for peace is like screwing for virginity.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Personal Server Specification Recommendations

2002-11-15 Thread Doug
Brian,
You mentioned e-machines not being supported.. actually I'm writing this
email from a e-machine, running RH80, with apache, and it hosts an
internal network. I've had no problems with it.

mine is a T1120 
1.2 ghz cpu
256mb ram
40gig and a 15gig hd
cdrw

so don't count the cheap machines out.. :)

Doug

On Fri, 2002-11-15 at 15:39, Shannon Neumann wrote:
> My Redhat8.0 Server is an old Compaq Presario 5660.  It has a PentiumII
> 450MHz processor, 192MB RAM, and a 12GB hard drive.  I added a Linksys
> LNE100TX network card, adn swapped tghe original DVD-ROM drive for a
> standard CD-ROM.  This machine is my production server which I to host my
> website, email, etc., and is more than powerful enough to handle the load
> I throw at it.  I have also used it as a file server, ftp, ssh, dns, and
> dhcp without any trouble at all.  And while it is my "business" server, it
> also happens to be in my home.
> 
> Also, having said all of that, for quite a while, I was accomplishing all
> of those same tasks with a 200MHz Pentium with 96MB RAM and a 4GB hard
> drive.
> 
> Shannon Neumann
> Neumannweb Computers
> www.neumannweb.net
> 
> > Has anyone set up a server for Home use?
> > -I want to be able to do web design, system administration, and some
> > database design.
> >
> > Would you please share with me the specifications and/or recommendations
> > you have?
> > - i.e. Brand, Processor, memory, etc.
> > * I'd like to get a computer that doesn't have driver and swappable
> > component issues
> > For example I can run to Best buy and get a little E-Machine - price is
> > right, but Linux isn't supported, no drivers will be available, I'd
> > rather not try and 'bastard-ize' a machine that was only intended for
> > Win Me
> >
> > Do you have domain name, or do you write a script to perpetuate you IP
> > address?
> > - Any issues, concerns, legality, etc.
> >
> >
> > Thanks in Advance
> > -Brian
> >
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> -- 
> Shannon Neumann
> Neumannweb Computers
> www.neumannweb.net
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: audio permissions

2002-11-15 Thread Sam Steingold
thanks for your kind reply - you are very helpful!

> * In message <[EMAIL PROTECTED]>
> * On the subject of "Re: audio permissions"
> * Sent on Fri, 15 Nov 2002 14:06:15 +0100
> * Honorable Michael Schwendt <[EMAIL PROTECTED]> writes:
>
> On 14 Nov 2002 21:33:47 -0500, Sam Steingold wrote:
> 
> > I noticed that after a boot, my /dev/dsp* and /dev/audio* are owned by
> > sds.root and have permissions 600 (crw---).
> > this is
> > 
> > 1. strange: why are these files owned by _me_ and not root?
> 
> The user that first logs in at the physical console gets the
> file/device permissions assigned by PAM.

how do I disable this?

> > 2. inconvenient: mpg123 &c are not suid root,
> >so my wife cannot use audio.
> 
> This is when you have logged in first and block the audio device.

Yuk - this is a typical case of "single user behavior".

> > For now, I added 
> > chown root.root /dev/dsp* /dev/audio*
> > chmod a+rw /dev/dsp* /dev/audio*
> > to /etc/rc.local, but I wonder whether this is TRT.

So what is the right way to handle this?

-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat8 GNU/Linux
  
 
The only intuitive interface is the nipple.  The rest has to be learned.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: xinetd/imapd wedging? - [DON'T USE XINTED 2.3.9]

2002-11-15 Thread Todd A. Jacobs
On Wed, 13 Nov 2002, Eric Wood wrote:

> How many users at one time run imap/pop etc? Are you getting a lot of
> CLOSE_WAIT when you run netstat -a?

At most, two simultaneous users. That wouldn't seem to be enough to 
exhaust resources. I will check the session status next time it wedges, 
but I'd be very surprised if excessive close_wait states were the 
issue...especially since SquirrelMail opens and closes imap sessions, 
rather than re-using them. I'll definitely verify the netstat tables, 
though.

-- 
"Whenever I feel blue, I start breathing again."

   - Unknown




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Secure Alternative to NFS?

2002-11-15 Thread Todd A. Jacobs
On Wed, 13 Nov 2002, Kent Borg wrote:

> I am looking for a way to serve files that doesn't do clear text
> passwords or data, where sessions can't be hijacked by a hostile party
> on the line.  In other words, as good as ssh.

scp? sftp?

-- 
"Whenever I feel blue, I start breathing again."

   - Unknown




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: postfix relaying

2002-11-15 Thread Todd A. Jacobs
On 14 Nov 2002, Paul Lee wrote:

> server at our main office. No problem there. I would also like for our
> two branch offices to use it to send and receive mail, however they both

Modify your relay_domains and mynetworks settings, and ensure that you've 
enabled address masquerading. The postfix site contains more detailed 
information about each of these settings.

-- 
"Whenever I feel blue, I start breathing again."

   - Unknown




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8 windowmanager

2002-11-15 Thread Todd A. Jacobs
On 14 Nov 2002, Anton Piatek wrote:

> How can i change the window manager in RH8 i really liked the
> sawfish manager, and want it back  anyone got any ideas?

Set your WINDOW_MANAGER environment variable in .bash_profile.

-- 
"Whenever I feel blue, I start breathing again."

   - Unknown




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



New Linux forum

2002-11-15 Thread Lstevens85








Just though I would let you guys know about my new Linux
forum I started check it out here

www.linuxforum.hopto.org

 

Any comment/advice is welcome.

thanks








Re: wine in general (my 2 cents)

2002-11-15 Thread Duane Clark
Manuel Camacho wrote:

Is Window$ a necessary evil???

Unfortunately, so far, for Engineering applications, I think so.

> ...


I would distinguish between various engineering disciplines. In the 
world of electronics, there seems to be a strong trend towards Linux. 
Almost every major and many minor applications in this field have been 
ported to Linux, and I have been running a business in this field on 
Linux for two and a half years now. Perhaps this trend is partially due 
to engineers in electronics tending to be accustomed to Unix, and being 
strong in computer skills.

I only keep a Windows dual boot capability around for testing things 
that some customers expect to run under Windows (and to test with for 
occasional bits of Wine development).

As for spreadsheets, I don't do really fancy things. But I use 
Applixware, which seems to work pretty good. It appears that has become 
"Anywhere Realtime Spreadsheets" which is now put out by a company 
called VistaSource, and I have no idea how it might have changed in that 
transition.





--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


RE: large file support

2002-11-15 Thread Jonathan M. Slivko
Max,

If you find something, be sure and let me know, OK?
-- Jonathan

-Original Message-
From: [EMAIL PROTECTED] [mailto:redhat-list-admin@;redhat.com]
On Behalf Of Max Waterman
Sent: Friday, November 15, 2002 2:34 PM
To: [EMAIL PROTECTED]
Subject: large file support

I have been struggling to get large file support in RH 8.0.

It seems to me that everything I try to do fails due to there being no
large file support compiled into the utilities that come with the OS -
eg ftpd, gftp, cp, rcp bla bla.

Is there a version of RH that I can download which has everything
compiled with large file support? It would be so much easier for those
of us who routinely deal with files in excess of 2GB.

Max.



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: virtual consoles broken

2002-11-15 Thread Douglas Alan
Mike Burger wrote:

> On Thu, 14 Nov 2002, Douglas Alan wrote:

> > Ever since I upgraded to Red Hat 8.0, the virtual consoles have become
> > broken.  They work when I first boot the computer, but after some amount
> > of time they stop working.  I.e., if I type ctrl-alt-F1 or ctrl-alt-F2,
> > etc., all I get is a black screen.

> > Since I usually run at run-level 3, this is particularly annoying.  I
> > have to go to another computer and ssh to my computer in order to run
> > startx.

> > Any idea what is going on and how I can fix it?

> If you're running at level 3, you don't ctrl-alt-Fkey...you just alt-fkey.

That's not the problem.

Even if you are at level 3, you need the ctrl key to get away from the X
display.  And if you are in a virtual console, the ctrl key doesn't hurt
anything, even if it isn't strictly necessary.

|>oug



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: tcpdump, libcap versions, maliciously hacked

2002-11-15 Thread Bret Hughes
On Fri, 2002-11-15 at 12:33, Joseph A Nagy Jr wrote:
> Wolfgang Pfeiffer wrote:

> > please see:
> > "CERT® Advisory CA-2002-30 Trojan Horse tcpdump and libpcap
> > Distributions"
> > http://www.cert.org/advisories/CA-2002-30.html
> > 
> > Hoping it helps
> > 
> > And my apologies if that was already written here ...
> > 
> > Regards
> > Wolfgang
> > 
> 
> http://slashdot.org/article.pl?sid=02/11/13/1255243&mode=thread&tid=172
> 
> You were only two days off. ;-)


Ah the POWER of open source.  How long would that have been there if no
one could see the code?  Hats off (red or otherwise) to the HLUG members
who found this.

Bret



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Personal Server Specification Recommendations

2002-11-15 Thread Kent Borg
On Fri, Nov 15, 2002 at 11:52:10AM -0500, Brian Healey wrote:
> For example I can run to Best buy and get a little E-Machine - price
> is right, but Linux isn't supported, no drivers will be available,
> I'd rather not try and 'bastard-ize' a machine that was only
> intended for Win Me

Get a copy of Knoppix (knoppix.com).  It is a free CD image that has a
complete Linux on it that runs from the CD--no need to touch the hard
disk.  Download it, burn a CD, bring it to Best Buy.  If it can make
the hardware do good stuff, then likely Red Hat will too.


-kb, the Kent who thinks Red Hat should create a Knoppix-like disk.



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SSH question2

2002-11-15 Thread Bret Hughes
On Fri, 2002-11-15 at 15:05, linux power wrote:
> 
> Hi.
> I can find all the lines below except for the server, so I guess its not installed.
> How do I do that? Do I need a rpm?
> My version is 2.9p2-7


Yeah.  I should be on the installation media (cd or whatever)  But what
you REALLY should do is download all the open* rpms from
updates.redhat.com or a nearby mirror. and install them.  

Place all the files into a directory and do

rpm -Uvh openss*.rpm

I should install the ones you dont have and upgrade the ones you do. 
This will also get the openssl stuff.

Then get all the updates for your version and hardware and upgrade
everything.  You are asking to get hacked (again?) if you don't do the
*$^%*&) updates. mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: mr petrie is history - [[but should he really be?]]

2002-11-15 Thread Joseph A Nagy Jr
Richard Tricoche wrote:

What happens when Mr. Petrie comes in Monday morning to check his latest 
posts on the mailing list and sees he has been banned?  What happens 
when someone else on the list stays home one day and forgets to manually 
unsubscribe to the mailing list for that day?

Well, considering he really shouldn't have his business e-mail subbed to the list if such is the 
policy at his company.


Is it really the end users fault for not remembering to visit the 
website and click the link to unsubscribe for the day... or is it the 
mailing list's administrator's fault for allowing this type of spam to 
work it's way through to everyone of our mailboxes?

All of the above, IMO.




Hal Burgiss posted this:

   :0
   * ^Subject: .*out of (the )?office
   /dev/null





--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org   Linux - The Choice of Every Generation



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: virtual consoles broken

2002-11-15 Thread Douglas Alan
Yoink! <[EMAIL PROTECTED]> wrote:

> On Thu, 14 Nov 2002, Douglas Alan wrote:

> > Ever since I upgraded to Red Hat 8.0, the virtual consoles have become
> > broken.  They work when I first boot the computer, but after some amount
> > of time they stop working.  I.e., if I type ctrl-alt-F1 or ctrl-alt-F2,
> > etc., all I get is a black screen.

> > Since I usually run at run-level 3, this is particularly annoying.  I
> > have to go to another computer and ssh to my computer in order to run
> > startx.

> > Any idea what is going on and how I can fix it?

> I always got VT's to work using "right-alt-f2" etc, I think the control
> keys may be screwing you up.

Thanks, but that's not the problem.  The virtual consoles are really
broken.

> Make sure you also have mingetty installed,

Would mingetty be installed when I first boot the computer, and then
after some amount of time become mysteriously uninstalled, only to them
be mysterious reinstalled when I reboot the computer?

ps shows that at least some of the mingetty's are running:

   % ps auwwwx | grep -i mingetty
   root 926  0.0  0.1  1316  336 tty3 SNov12   0:00 /sbin/mingetty tty3
   root 927  0.0  0.1  1316  372 tty4 SNov12   0:00 /sbin/mingetty tty4
   root 928  0.0  0.1  1316  336 tty5 SNov12   0:00 /sbin/mingetty tty5
   root 929  0.0  0.1  1316  336 tty6 SNov12   0:00 /sbin/mingetty tty6

Strangely, there is no mingetty running on tty1 or on tty2, but I just
get a black screen if I try to switch to *any* of the virtual consoles,
even though there is a mingetty running on some of them.  If I try to
run a mingetty on tty1 as root, it just exits leaving the following
entry in /var/log/messages:

   Nov 15 18:27:17 gaffa mingetty[421]: /dev/tty1: cannot open tty:
  Operation not permitted

The "runlevel" command says that we are at runlevel 3.  The contents of
/etc/inittab look correct:

   # Run gettys in standard runlevels
   1:2345:respawn:/sbin/mingetty tty1
   2:2345:respawn:/sbin/mingetty tty2
   3:2345:respawn:/sbin/mingetty tty3
   4:2345:respawn:/sbin/mingetty tty4
   5:2345:respawn:/sbin/mingetty tty5
   6:2345:respawn:/sbin/mingetty tty6

> and check your log files for references to mingetty, spawning, and
> tty's.

Other than the entry mentioned above, there are no errors containing
"mingetty", "tty", or "spawning" in /var/log/messages.

|>oug



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: mr petrie is history - [[but should he really be?]]

2002-11-15 Thread Kevin MacNeil
On Fri, Nov 15, 2002 at 03:31:05PM -0500, Richard Tricoche wrote:
> Is it really the end users fault for not remembering to visit the website
> and click the link to unsubscribe for the day... 

Yes.



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Power managment on laptop

2002-11-15 Thread Anthony Abby
> Hi,
> 
> i have installed RH 7.3 on my laptop (Acer aspire 1300) but power managment  
> seems not to work, if my battery is empty there is no warning and de 
> compurter just stops.
> 
> I have tried with seduid for apm but no help
> 


That's because your laptop requires acpi.  I'm not sure if Redhat has
incorporated ACPI in their latest kernels or not so you'll have to do
some checking.

Upgrade to the latest available redhat kernel and see

rpm -Uvh kernel*

Anthony



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Out of office loop - FIXED AT SOURCE

2002-11-15 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 14-Nov-2002/21:15 -0800, Tom Eastep <[EMAIL PROTECTED]> wrote:
>
>I'm geographically close to Jacob's company but it's 9:10PM here in the
>Western United States and they aren't answering. I'm afraid you'll have to
>put up with this until morning our time (11-12 Hours) unless the RH list
>admin can block this crap...

I talked to his HelpDesk a few minutes ago. They turned off his Out of
Office reply a few hours ago. It took me all of 3 minutes to find this
out:

 - Go to the URL in his sig

 - Click on "24 Hour Services"

 - Dial the toll-free number

 - Follow the voice prompts to a human being

 - Ask for the IT Help Desk


Tony
- -- 
Anthony E. Greene 
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Chat: TonyG05  HomePage: 
Linux: the choice of a GNU Generation. 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene 0x6C94239D <[EMAIL PROTECTED]>

iD8DBQE91X35pCpg3WyUI50RAi0PAKD52VuWu8d5lBDY59SjxhKOaFVNcACgkYly
2IaTtEZugupA2v1dFvKxmD4=
=4gd0
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Out of office loop (Out of Office)

2002-11-15 Thread Peter Kiem
> Maybe he does, but he will not be able to do it until he gets back to
> the office   :(

Maybe we should all send him invoices for the extra bandwidth he is
costing us :)  Not everyone is on flat fee accounts and some of us get
charged per byte...

-- 
Regards,
+-+-+
| Peter Kiem.^.   | E-Mail: <[EMAIL PROTECTED]> |
| Zordah IT /V\   | Mobile: +61 0414 724 766|
|   IT Consultancy &  /(   )\ | WWW   : www.zordah.net  |
|   Internet Hosting   ^^-^^  | ICQ   : "Zordah" 81 |
+-+-+




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Apache VERY slow on Red Hat 8.0 and there's no $PHPSESSID inPHP

2002-11-15 Thread John Nichel
Try $_COOKIE[PHPSESSID]

You have a newer version of php on your RH8 box, and "register_globals" 
is turned off by default now.  Be sure to check the manual for the 
$_GET, $POST_, $_SERVER, etc. arrays.

Raúl Santos wrote:
Hi everyone.

I installed the Apache RPM that comes with RH8, along with mySQL and PHP.
It's working but there's one small big problem. Actually, there's two.

The first one is speed. Apache couldn't be slower to respond - I suspect
it's
apache's fault because it's slow even when I don't start mySQL, so it
shouldn't be mySQL's fault, right?

Anyway, I point my browser to http://127.0.0.1 but I only start to see
something about
10 seconds after! Is there any reason for this? I didn't change anything
important - the only thing I changed was to prevent the httpd and mysqld
services from running at startup. Anyone has any idea about what's wrong?

The second problem is in PHP. $PHPSESSID is always empty! I'm working on a
website that has an admin control panel and I use sessions to control the
logins. In windows it works fine, in my company's webserver it works fine
too,
in my Linux instalation, $PHPSESSID is always empty and that screws up my
login
system. Any ideas about this one?

Thanks in advance!
Regards from Portugal,

Raúl



--
By-Tor.com
It's all about the Rush
http://www.by-tor.com



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Personal Server Specification Recommendations

2002-11-15 Thread Jon Etkins
On Fri, 15 Nov 2002 11:52:10 -0500, Brian Healey wrote:

>Would you please share with me the specifications and/or recommendations you
>have?
>- i.e. Brand, Processor, memory, etc.
>* I'd like to get a computer that doesn't have driver and swappable
>component issues
>For example I can run to Best buy and get a little E-Machine - price is
>right, but Linux isn't supported, no drivers will be available, I'd rather
>not try and 'bastard-ize' a machine that was only intended for Win Me

Has anyone looked at the Microtel range at walmart.com?  Since they are
available with Lindows or Lycoris, both of which are linux-based, it's a
pretty good bet that linux drivers are available for all their hardware. :)

$199 will get you an 800MHz VIA C3 / 128MB / 10GB box.




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: mr petrie is history - [[but should he really be?]]

2002-11-15 Thread Ed Wilts
On Fri, Nov 15, 2002 at 03:31:05PM -0500, Richard Tricoche wrote:
> 
> Is it really the end users fault for not remembering to visit the website
> and click the link to unsubscribe for the day... or is it the mailing list's
> administrator's fault for allowing this type of spam to work it's way
> through to everyone of our mailboxes?

Both.  You may notice that Red Hat's mailman implementation is quite
old and in fact, they haven't even updated to the latest secure releases
that are available via up2date.  Makes one kind of wonder...  They're
running 2.0.1 and the RHN has 2.0.13.

In any case, mailman does have options to detect infinite loops like
this but even the current production releases miss a few.  In the beta
releases, the detection is supposed to be better and more cases will be
caught.

I've seen cases on my own server where an Exchange user caused an
infinite loop.  Exchange doesn't reply to the message but creates a
brand new out of office message instead.  Sigh...
   
-- 
Ed Wilts, Mounds View, MN, USA
mailto:ewilts@;ewilts.org
Member #1, Red Hat Community Ambassador Program



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Faxing over adsl connection

2002-11-15 Thread Daniel Goldin
Any way to do this? If not, does anyone know of good alternatives via
the Internet? Thanks.



-- 
Daniel Goldin
323.225.1926
[EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Win 2000 hard drive question

2002-11-15 Thread Chris Jones
I have two hard drives.  The first drive is my OS drive.  I am going to set 
it up as dual boot with Redhat 7.3 and Windows 2000.  The second drive is a 
data drive NTFS.  Can I access it when I am Redhat is running?

Thanks!



Chris Jones, P. Eng.
14 Oneida Avenue
Toronto, ON M5J 2E3
Tel. 416 203-7465
Fax. 416 203-8249





--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


RE: Almost there... (getting rid of spam)

2002-11-15 Thread Glenn Goodspeed
James - After you install MailScanner, you should turn Sendmail off using

chkconfig sendmail off

MailScanner, as part of its own start and stop routines, seems to start and
stop Sendmail.  To restart MailScanner and Sendmail use

service MailScanner restart

I'm not using SpamAssassin, so can't comment on that.  Maybe you could check
the /etc/MailScanner/MailScanner.conf to be sure you're not contradicting
your SpamAssassin setup.  You might also check mail for root to see if
you're getting any clues.   -Glenn.

-Original Message-
From: James Pifer [mailto:jamesredhatlist@;tnjinfl.com]
Sent: Friday, November 15, 2002 11:19 AM
To: redhat
Subject: Almost there... (getting rid of spam)

I have MailScanner
working with SpamAssassin/F-Prot and Sendmail as the MTA. 

One problem I'm having is getting changes to take affect. For example, I
had @hotmail.com in the blacklist in the file
/etc/SpamAssassin/spam.assassin.prefs.conf for testing. Now that it's
working I have removed it, but everything from hotmail.com is still
getting marked as Spam.



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: mr petrie is history - [[but should he really be?]]

2002-11-15 Thread John Nichel
Richard Tricoche wrote:

What happens when Mr. Petrie comes in Monday morning to check his latest 
posts on the mailing list and sees he has been banned?  What happens 
when someone else on the list stays home one day and forgets to manually 
unsubscribe to the mailing list for that day?

I don't think they banned him...just removed him from the list.  He can 
resubscribe Monday morning more than likely.

Is it really the end users fault for not remembering to visit the 
website and click the link to unsubscribe for the day... or is it the 
mailing list's administrator's fault for allowing this type of spam to 
work it's way through to everyone of our mailboxes?

Yes, it is really the end user's fault.  It's not our job to take care 
of his mailing list subscriptions, nor should it be the responsibility 
of the redhat list admins.  Personal accountability.  The only other 
place the blame should be pointed is the admins at his company for 
poorly configuring the auto responders.

Hal Burgiss posted this:

   :0
   * ^Subject: .*out of (the )?office
   /dev/null




-Original Message-
From: Robert P. J. Day [mailto:rpjday@;mindspring.com]
Sent: Friday, November 15, 2002 9:04 AM
To: redhat mailing list
Subject: mr petrie is history



  earlier this morning, i explained what was happening here to the mail 
list admin at red hat.  i just got back a response that mr. petrie is 
(allegedly) history.

rday

Robert P. J. Day, RHCE, RHCI
Eno River Technologies, Chapel Hill NC
Unix, Linux and Open Source corporate training

http://www.linux-migration.org



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



--
By-Tor.com
It's all about the Rush
http://www.by-tor.com



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: out of office problem.....

2002-11-15 Thread Bill Horne
Michael S. Dunsavage said:
> I called the company and they are required to 
> have an out of office reply.

> A help desk person is going to give him a 
> message to maybe suspend his redhat list 
> for the days he won't be there.

Please pass along the mail address of the help desk person: 
since he/she is willing to blame a user for a defective 
vacation script, I have a sudden impulse to send him/her 
a lot of emails telling him when I'm in the office.

Bill

--
Bill Horne



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: dns question

2002-11-15 Thread Paul Campbell
It also says "To see this bug, you must first log in."

At 01:38 PM 11/15/02, you wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>On Fri, 15 Nov 2002 20:12:53 +0100, Giulio Orsero wrote:
>
>> On Fri, 15 Nov 2002 12:16:30 -0600 (CST), [EMAIL PROTECTED]
>> wrote:
>> 
>> >I really don't get why when the computer is looking for an address
>> >it tries the nameservers in resolv.conf before it tries hosts.
>> >However
>> Seems you're not alone:
>> http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=74477
>
>Permission denied.
>Sorry; you do not have the permissions necessary to see bug 74477. 
>
>- -- 
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1.0.6 (GNU/Linux)
>
>iD8DBQE91Wlf0iMVcrivHFQRAi2YAJ4t8zTETtA1l7s5lBS1N8AmShjuJgCeMQky
>exL9r3AFAjupetwKFs2jNME=
>=dehB
>-END PGP SIGNATURE-
>
>
>
>-- 
>redhat-list mailing list
>unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list 



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



IPtables / IPchains

2002-11-15 Thread Tobias
Good day!

I have now a network with a redhat 6.2 box as a gateway to internet using 
IPchains according to this guide: 
http://www.linux.org/docs/ldp/howto/mini/Home-Network-mini-HOWTO-1.html

Then I heard that 'IPtables' would be better and eaysier to use and I found 
this site: http://shorewall.sourceforge.net/ And found that quite 
interesting.

Resently my neighbour connected to my network to use my internetconnection. So 
I thougt it was time to look over my firewall and internetsharing.

What I want to do is just give out certain IP-adresses and maybe decide how 
much traffic thta are allowed to pass trough (bandwith that is, not amount).

Example:
Internal IP: 192.168.1.10
Blocked ports: 58-68
Allowed bandwith: 200 kb/sec.

Internal IP: 192.168.1.20
Blocked ports: 58-70
Allowed bandwith: 200 kb/sec.


And these are the ONLY IP's avaible to use in the network.

Is this possible?

Regards
Tobias



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Personal Server Specification Recommendations

2002-11-15 Thread Chris Mason
You don't say wheter the server will have internet, a real IP, a static
IP, or what.
I have done what you are doing, I have a box that is on my internal
network, with a gateway that does NAT. I call the network mason.home and
the windows workgroup HOME.

As for the hardware, I would buy a good quality motherboard that is not
one of the cheapie integrated systems. Don't worry about processor
speed, I have a Pentium 600 running our office and we do huge files,
tons of projects, IMAP mail, and it never has a problem.

I have a 20 GB hard drive for the system and 2 x 80 GB IDE drives, one
backups up the other nightly. I would probably go RAID now but this was
an add on so I didn't.
The most important issues if you are building a Linux server for your
home office use is data safety and reliability. Speed is largely
irrelevant as you can't put any real load on it. Use good quality Linux
compatible hardware that had drivers in the kernel and you won't waste a
ton of time getting things to work.

If you have any samba issue email me, I've been through it all.

Chris

-Original Message-
From: [EMAIL PROTECTED] [mailto:redhat-list-admin@;redhat.com]
On Behalf Of Brian Healey
Sent: Friday, November 15, 2002 12:52 PM
To: '[EMAIL PROTECTED]'
Subject: Personal Server Specification Recommendations

Has anyone set up a server for Home use?
-I want to be able to do web design, system administration, and some
database design.

Would you please share with me the specifications and/or recommendations
you
have?
- i.e. Brand, Processor, memory, etc.
* I'd like to get a computer that doesn't have driver and swappable
component issues
For example I can run to Best buy and get a little E-Machine - price is
right, but Linux isn't supported, no drivers will be available, I'd
rather
not try and 'bastard-ize' a machine that was only intended for Win
Me

Do you have domain name, or do you write a script to perpetuate you IP
address? 
- Any issues, concerns, legality, etc.


Thanks in Advance
-Brian




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem of my NAT and DHCP

2002-11-15 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, 16 Nov 2002 02:34:34 +0800, [EMAIL PROTECTED] wrote:

> I have just setup NAT and DHCP , but can't connect to the internet
> with client :
> 
> Get IP from dhcp server :
> 
> C:\>ipconfig
> 
> Windows 2000 IP Configuration
> 
> Ethernet adapter :
> 
> Connection-specific DNS Suffix  . :
> IP Address. . . . . . . . . . . . : 172.2.0.1
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 172.2.0.254
> 
> C:\>
> 
> My config file :
> 
> /etc/sysconfig/network-scripts/ifcfg-eth1 :
> DEVICE=eth1
> ONBOOT=yes
> IPADDR=172.2.0.254
> NETMASK=255.255.255.0
> 
> /etc/rc.d/rc.local :
> echo '1' > /proc/sys/net/ipv4/ip_forward
> modprobe ip_nat_ftp
> modprobe ip_conntrack
> modprobe ip_conntrack_ftp
> modprobe ip_conntrack_irc
> iptables -t nat -A POSTROUTING -o eth1 -s 172.2.0.0/24 -j MASQUERADE
> 
> /etc/dhcpd.conf :
> subnet 172.2.0.0 netmask 255.255.255.0 {
> range 172.2.0.1 172.2.0.253;
> default-lease-time 604800;
> max-lease-time 604800;
> option broadcast-address 172.2.0.255;
> option routers 172.2.0.254;
> option domain-name-servers 192.168.200.1;
> }
> 
> Edit /etc/rc.d/init.d/dhcpd :
> 
> start() {
> # Start daemons.
> echo -n $"Starting $prog: "
> daemon /usr/sbin/dhcpd eth1 ${DHCPDARGS}
> RETVAL=$?
> echo
> [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcpd
> return $RETVAL
> }
> ...
> 
> touch /var/lib/dhcp/dhcpd.leases
> 
> /etc/rc.d/init.d/dhcpd start
> 
> PS : the system is Redhat 7.2, port eth0 is connected to the lease
> line...

If eth0 is your outgoing connection, the masquerading rule above
should also specify eth0, not eth1:

  iptables -t nat -A POSTROUTING -o eth0 -s 172.2.0.0/24 -j MASQUERADE

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE91WbU0iMVcrivHFQRAtiTAJ9ZkhUrNqz8FVQSBePLGdvl48w2YwCfeuh6
xTlPZ/J4uQVQ2m9gzStSCp0=
=/XMl
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: dns question

2002-11-15 Thread John Nichel
http://www.tldp.org/HOWTO/DNS-HOWTO-3.html

[EMAIL PROTECTED] wrote:

I really don't get why when the computer is looking for an address
it tries the nameservers in resolv.conf before it tries hosts. However
I gather that the best way to solve my problem is to setup DNS and
name caching on my computer. I have a few questions since the whole
thing has me quite confused
1. I have the book The Linux Network that tells you how to setup DNS 
but it is several years old copyright 1998 has the basic structure 
stayed the same or do I need to find a more recent source for a howto.?
2. If you cache addresses and they are bad does it just give up or
does it try the nameserver at that point?
3. Can you forward requests to more than one name server ?
  (My ISP gives you 3 )
I am sure I will have more questions before I begin to understand
how this all works so thank you for your patience. 
  Thanks
  Linda





--
By-Tor.com
It's all about the Rush
http://www.by-tor.com



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SSH question.

2002-11-15 Thread linux power
Hi.
Yes I've enabled Rhost authentification and that helped a little.
I have opened port 22 in ipchains but when I run portscan it says its filtered.
I have applied ipchains -A input -s 0/0 -d 0/0 --destination-port 22 -p tcp -j ACCEPT
but it will not open and I get connection refused when I try to connect.
 Bret Hughes <[EMAIL PROTECTED]> wrote:
On Fri, 2002-11-15 at 06:59, linux power wrote:> > I get network error :connection refused when I try to login with ssh from remote host.> > I have opened the port 22 on the linux server, so I wonder if there is anything else to do.> > First step on this sort of problem for me is ssh -v servername forverbose messages. An awful lot depends on the server configuration.Bret-- redhat-list mailing listunsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribehttps://listman.redhat.com/mailman/listinfo/redhat-listhttp://home.no.net/~knutove/knut_ove_hauge_kuren.htmYahoo! Mail har fått nytt utseende 
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok

Re: SMBFS Share

2002-11-15 Thread Anthony Abby
silly question perhaps, but did you mount it with a username and
password that actually had write permisions to the partition you
mounted??

if you mount it with -o username=administrator -o password=whateveritis
does that change things for you??

Anthony


On Fri, 2002-11-15 at 22:53, IS Department wrote:
> I have a Windows share mounted on my RH8 system. I can write to it logged on as root 
>but not as a regular user. Any suggestions??
> 
> Thanks




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Send Mail Slowness

2002-11-15 Thread Will Mendez
Greetings All,

For some reason Send mail takes a while to start while the Kernel is loading.  
This occurs whether I have the service on or off in the service config.

This used to happen much quicker when I first installed Linux, where should I 
start in terms of troubleshooting?

Thanks! 
Will Mendez
Mmmm...XSI
www.xsibase.com



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Iptables

2002-11-15 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 11 Nov 2002 13:43:48 +0800 (WST), Luke Brown wrote:
>
> Just a quick question, is there a way to specify multiple
> addresses in an iptables statement?

In a second attempt, the iptables source package contains the code
for the "ippool" program and the "pool" userspace extension module.
It's not compiled in with Red Hat Linux and I'm not familiar with
that part of iptables, but it might be of use to you.

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE91VsN0iMVcrivHFQRAm0AAJ0bgnMK71Mc240lemm2UcEo8K1KlQCgg+ul
L4HIB3pzW/KaDT82Jzfw7jI=
=8lp3
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Personal Server Specification Recommendations

2002-11-15 Thread Shannon Neumann
My Redhat8.0 Server is an old Compaq Presario 5660.  It has a PentiumII
450MHz processor, 192MB RAM, and a 12GB hard drive.  I added a Linksys
LNE100TX network card, adn swapped tghe original DVD-ROM drive for a
standard CD-ROM.  This machine is my production server which I to host my
website, email, etc., and is more than powerful enough to handle the load
I throw at it.  I have also used it as a file server, ftp, ssh, dns, and
dhcp without any trouble at all.  And while it is my "business" server, it
also happens to be in my home.

Also, having said all of that, for quite a while, I was accomplishing all
of those same tasks with a 200MHz Pentium with 96MB RAM and a 4GB hard
drive.

Shannon Neumann
Neumannweb Computers
www.neumannweb.net

> Has anyone set up a server for Home use?
> -I want to be able to do web design, system administration, and some
> database design.
>
> Would you please share with me the specifications and/or recommendations
> you have?
> - i.e. Brand, Processor, memory, etc.
> * I'd like to get a computer that doesn't have driver and swappable
> component issues
> For example I can run to Best buy and get a little E-Machine - price is
> right, but Linux isn't supported, no drivers will be available, I'd
> rather not try and 'bastard-ize' a machine that was only intended for
> Win Me
>
> Do you have domain name, or do you write a script to perpetuate you IP
> address?
> - Any issues, concerns, legality, etc.
>
>
> Thanks in Advance
> -Brian
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


-- 
Shannon Neumann
Neumannweb Computers
www.neumannweb.net




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rh8 and speed

2002-11-15 Thread greg
Hi jack,
I did ctrl-alt-f1, it took me to the text log in.  Nothing else
happened, so I presume this means nothing??  Sorry, I am very new to
linux, and don't know a lot about how it all works.

thanks Greg
On Sat, 2002-11-16 at 03:14, Jack Bowling wrote:
> ** Reply to message from Greg <[EMAIL PROTECTED]> on Fri, 15 Nov 2002 19:32:23
> +1100
> 
> 
> > Also, one more note on speed.  Multitasking programs is a no go with RH
> > it seems at the moment.  If I try to load two programs at the same time,
> > it slows down so much it is not funny.  An example might be loading
> > browser/email prgrams at the same time.  Or, another, if I am doing a
> > file search on the hard drives, and I try to load another program, the
> > other program will take 50+ times longer to do anything.
> 
> Greg - Do a CTRL-ALT-F1 to get to your login window. Is there a "runaway"
> process spewing stuff on the screen? If so, try to determine what it is and try
> to "kill -9" it One of the first things I do after an install is to kill
> magicdev. It eats up a disproportionate amount of cpu cycles.
> 
> jb
> 
> -- 
> Jack Bowling
> mailto: [EMAIL PROTECTED]
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Iptables HELP vpn

2002-11-15 Thread Jason Staudenmayer
Title: Iptables HELP vpn





I can't seem to figure this out.
I have pptp (poptop) server running on my firewall .
VPN connection is good.
VPN client can't see anything on the network.
Iterfaces are as follows.
Eth0 internal private network
Eth1 outside world
Ppp+ vpn client.


I need to allow SMB, and outlook ports to be passed from the ppp connection to the inside network
I have tried just about everything I can think of but I end up losing packets somewhere.
Does anyone have a similar setup? Can I see your tables?


Please help I think I hurt my brain and I have mouse/keyboard shoulder.





Re: Display problem

2002-11-15 Thread Tom Pollerman
On Fri, 15 Nov 2002 16:42:33 +0200
Robert Golovniov <[EMAIL PROTECTED]> wrote:

> Hello redhat-list,
> 
>   One more problem that I have: When I open Linux on my dual-boot
>   machine, I have to adjust my display view (move it a bit
>   leftward). With FreeBSD and Mandrake it was OK, since this
>   adjustment did not affect W2K. With RH 7.2, however, I can have my
>   display in optimal position either in Linux or in Windows. Is
>   there a way to fix it?
> 
  Try 'xvidtune'. It comes as part of the XFree86-4.0.1-1.rpm on my
RH7.0 distribution. 
It allows you to 'tweek' your display settings - left, right, wider,
taller, etc. Set your Windows display, start  X in Linux, and (as
root) run xvidtune. Save your settings. Done.

 Regards,

   Tom




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: rh8 and speed

2002-11-15 Thread Johnathan Bailes
On Fri, 2002-11-15 at 11:14, Jack Bowling wrote:
>- Do a CTRL-ALT-F1 to get to your login window. Is there a "runaway"
> process spewing stuff on the screen? If so, try to determine what it is and try
> to "kill -9" it One of the first things I do after an install is to kill
> magicdev. It eats up a disproportionate amount of cpu cycles.

Really turning off magicdev huh?

Does that make desktop workstation use feel any more responsive?

What does that take away from you in terms of functionality?


-- 
Johnathan BailesBAE Systems ESI


 "UNIX was not designed to stop you from doing stupid things, because
 that would also stop you from doing clever things." - Doug Gwyn 
--- 



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Moderator : out-of-office mail is very annoying !

2002-11-15 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 15 Nov 2002 10:39:31 +1100, [EMAIL PROTECTED] wrote:

> Can someone please do something about this "out-of-office" junk.
> It is very *annoying*.
> TIA

You're a bit late. :)  Next time you need to contact the list
maintainer, go here

  https://listman.redhat.com/mailman/listinfo/redhat-list

and notice the link and e-mail address at the bottom.

- -- 
Bcc to [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE91VJd0iMVcrivHFQRAoxDAKCFbFiC9zvbtrkRkq+TlHLbSUhqdACdHze+
/m6DKcdzQtlL3cwopLPAiSY=
=Z5IZ
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: conflict-of-interest/legal issues with MS donations to public schools

2002-11-15 Thread SteelHead

We have fought with this issue and there are no easy answers.  Come on by
SchoolForge.net or Seul.org and poke through the archives for our lists.
You are welcome to join the lists and help the dialog along.  We look
forward to hearing from you soon.
Bill

! -Original Message-
! From: [EMAIL PROTECTED]
! [mailto:redhat-list-admin@;redhat.com]On Behalf Of Robert P. J. Day
! Sent: Friday, November 15, 2002 6:16 AM
! To: redhat mailing list
! Subject: conflict-of-interest/legal issues with MS donations to public
! schools
!
!
!
!   ... and continuing my stream-of-consciousness lifestyle ...
!
!   i just today suggested to my local LUG about trying to promote
! linux in the local public schools, either through the schools themselves
! or higher up at the school board level.  (this is in kitchener-waterloo,
! ontario, canada, in case any followup depends on the country in
! question).
!
!   one respondent mentioned that he thought it would be difficult
! to do this in his rural school system, as MS and compaq/HP had
! already dumped a pile of software and hardware on the schools,
! with the effect of creating a computer lab and classes obviously
! designed around MS products.  because of that, he thought it would
! be nigh impossible to get linux in the door.  (he claimed that all
! of this was at no cost, and i haven't yet heard whether that
! represents just the initial cost, whether it covers future
! licensing, or what).
!
!   i vaguely recall this sort of thing happening elsewhere, and
! it seems to raise serious conflict-of-interest issues.  in
! establishing a MS-only lab and curriculum in a public school,
! one can argue that taxpayer-funded, public facilities are
! being used to promote one corporation's interests to the
! exclusion of others.
!
!   i asked him to, if it was possible, approach his school or
! school board and offer to, at no charge, install linux on one
! or more of those PCs, to see the response.
!
!   if they say sure, terrific, we're in.  if they say no, that's
! probably because they've entered into some sort of exclusionary
! agreement with MS, and that's where the sh*t really should hit
! the fan.
!
!   even if both the HW and SW were donated, the entire infrastructure
! supporting it (school facilities, teacher time, etc.) is publicly-
! funded and this should raise some troubling legal issues.
!
!   does anyone have pointers to similar cases, how to approach
! this, what others have done, whether they were successful, etc?
! i think it's time to start making some noise about this sort
! of thing.
!
! rday
!
! p.s.  yes, i *still* have better things i could be doing.
!
! Robert P. J. Day, RHCE, RHCI
! Eno River Technologies, Chapel Hill NC
! Unix, Linux and Open Source corporate training
!
! http://www.linux-migration.org
!
!
!
!
!



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



large file support

2002-11-15 Thread Max Waterman
I have been struggling to get large file support in RH 8.0.

It seems to me that everything I try to do fails due to there being no
large file support compiled into the utilities that come with the OS -
eg ftpd, gftp, cp, rcp bla bla.

Is there a version of RH that I can download which has everything
compiled with large file support? It would be so much easier for those
of us who routinely deal with files in excess of 2GB.

Max.



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: SSH question.

2002-11-15 Thread Rigler, S C (Steve)
A "connection refused" message is indicative of either the port being blocked or 
closed.  When you say you "opened the port 22" does that mean that you enabled access 
in your firewall config?  If so, then the next place to check would be to make sure 
that there is actually a service listening on port 22:

At a prompt and as root do "netstat -tpln | grep 22"

If sshd is running the you should see something like:
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
928/sshd

If not, then sshd is not running.  Chkconfig it on (chkconfig sshd on) and start it 
(service sshd start).

-Steve

-Original Message-
From: linux power [mailto:linuxpower2002@;yahoo.no]
Sent: Friday, November 15, 2002 6:59 AM
To: redhat mail list
Subject: SSH question.


I get network error :connection refused when I try to login with ssh from remote host.
I have opened the port 22 on the linux server, so I wonder if there is anything else 
to do.


http://home.no.net/~knutove/knut_ove_hauge_kuren.htm
Yahoo! Mail har fått nytt utseende 
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



phpbb and mysql -- impossible?

2002-11-15 Thread Craig Iffelberg
I have scrounged through mysql's web site, it was a mess,
dis-organised, docs made no sense.

I tried to have a go at it anyway, only to find that even
when turning on mysql server, the thing says it can't
connect to the database.

How do I get mysql to work? Is it broken?

I just don't understand how to make it go.

I want to set up a message board, phpbb, and it
all goes fine until the install, then it chokes itself and
punks up.

How does one go about activating mysql and making
a database for phpbb?

Please go easy on me, as I know nothing about mysql,
the docs made no sense at all to me, I wish they would
just tell you what to do and quit using all this darn
foo.bar.butt.crack stupid terms that mean nothing,
and just say in plain english what I have to tyupe
in my bash shell to set the stupid thing up.

I even tried web min, still didn't work, I just don't
understand it I guess, is it just for nerds or can
the average person use it?

I know enough to get an email server up and running,
and I got a web server up too, but that is all, and I don't
know what is up with this version's apache, it doesn't
know the meaning of "permission allowed" the darn thing
denies you access to all php or cgi and won't run if you
held a gun to it's head.

Thank you to all who can help.

Craig.



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: mr petrie is history - [[but should he really be?]]

2002-11-15 Thread Robert P. J. Day
On Fri, 15 Nov 2002, Richard Tricoche wrote:

> What happens when Mr. Petrie comes in Monday morning to check his latest
> posts on the mailing list and sees he has been banned?

oh, geez.  he hasn't been banned.  he's been unsubscribed.  he can
always resubscribe later.  

rday



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: mr petrie is history - [[but should he really be?]]

2002-11-15 Thread Mike Burger
On Fri, 15 Nov 2002, Richard Tricoche wrote:

> What happens when Mr. Petrie comes in Monday morning to check his latest
> posts on the mailing list and sees he has been banned?  What happens when
> someone else on the list stays home one day and forgets to manually
> unsubscribe to the mailing list for that day?
> 
> Is it really the end users fault for not remembering to visit the website
> and click the link to unsubscribe for the day... or is it the mailing list's
> administrator's fault for allowing this type of spam to work it's way
> through to everyone of our mailboxes?

No...it's not the end user's fault for not unsubscribing.  It's his fault 
for not properly configuring his out of office settings.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: out of office problem.....

2002-11-15 Thread Joseph A Nagy Jr
Michael S. Dunsavage wrote:

I called the company and they are required to have an out of office reply.

A help desk person is going to give him a message to maybe suspend his
redhat list for the days he won't be there.

--
Michael S. Dunsavage





Then he shouldn't be using his business e-mail for such a high volume list.

--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org   Linux - The Choice of Every Generation



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SSH question2

2002-11-15 Thread linux power
Hi.
I can find all the lines below except for the server, so I guess its not installed.
How do I do that? Do I need a rpm?
My version is 2.9p2-7
 Bret Hughes <[EMAIL PROTECTED]> wrote:
On Fri, 2002-11-15 at 07:41, linux power wrote:> Do I need to do more than open the ssh port to get access to the server from remote host?> is openssh-server-3.1p1-2 installed ?[bhughes@bretsony elevate]$ rpm -qa |grep opensshopenssh-clients-3.1p1-2openssh-server-3.1p1-2openssh-3.1p1-2openssh-askpass-gnome-3.1p1-2openssh-askpass-3.1p1-2is the server started?[bhughes@bretsony elevate]$ su - Password: [root@bretsony root]# service sshd statussshd (pid 997) is running...[root@bretsony root]# -- redhat-list mailing listunsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribehttps://listman.redhat.com/mailman/listinfo/redhat-listhttp://home.no.net/~knutove/knut_ove_hauge_kuren.htmYahoo! Mail har fått nytt utseende 
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok

Re: rh8 and speed

2002-11-15 Thread greg
When I go into the system monitor program, where it gives me a list of
running prgrams, there are only two programs that are using system
resources constantly, they are gnome system monitor (the program I am
using to view the stats), and X.  X is reported as using 79.6m of
memory, and with regard to %cpu, all I have to do is use the scoll bar
on any particular window, and the %cpu figure goes up from 4% to nearly
50% without doing anything else.  Just moving the scroll bar!  System
monitor does the same thing, but uses less cpu%, but between the two,
moving a scroll bar uses up 50%+26% = 76%.

Everything else is using 0% cpu, and much smaller ammounts of memory.
Total memory usage stats are 236m of 249 (with the system just loaded
and my email program open, and system monitor, and swap usage = 0 of 2.1
gig.  So it is not using the swap yet, but still running very slow.
Greg
On Sat, 2002-11-16 at 03:14, Jack Bowling wrote:
> ** Reply to message from Greg <[EMAIL PROTECTED]> on Fri, 15 Nov 2002 19:32:23
> +1100
> 
> 
> > Also, one more note on speed.  Multitasking programs is a no go with RH
> > it seems at the moment.  If I try to load two programs at the same time,
> > it slows down so much it is not funny.  An example might be loading
> > browser/email prgrams at the same time.  Or, another, if I am doing a
> > file search on the hard drives, and I try to load another program, the
> > other program will take 50+ times longer to do anything.
> 
> Greg - Do a CTRL-ALT-F1 to get to your login window. Is there a "runaway"
> process spewing stuff on the screen? If so, try to determine what it is and try
> to "kill -9" it One of the first things I do after an install is to kill
> magicdev. It eats up a disproportionate amount of cpu cycles.
> 
> jb
> 
> -- 
> Jack Bowling
> mailto: [EMAIL PROTECTED]
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ssh / https problems

2002-11-15 Thread John Nichel
I have this same problem on a 7.2 box, but it's for all network 
connections.  I just figured it was a hardware problem (since it's an 
old socket 7 motherboard with a 233AMD processor), even though I 
replaced the nic twice.  The box has just been sitting in the corner for 
a few months now (I don't have a spare monitor for it, and it got to be 
a pain in the ass disconnecting a monitor from one system to hook up to 
that one).  I'd be interested in hearing any possible solutions for this.

Mike Whorley wrote:

I've got a rather nasty intermittent network problem on our Linux server 
that is degrading the services it offers.
Basically, we only allow HTTPS and SSH access to the box. After a 
certain amount of time, the server simply refuses to accept either type 
of request. Prior to this, would have been working fine.

Any connected SSH sessions are immediately terminated when the problem 
occurs.
The cure is to go to the console and restart the network service.

The problem is intermittent but does tend to occur most days. We are 
running red hat 7.3.

I'm very new to Linux with an SA background in HP-UX, are patches 
available for Linux that may address problems like these ?

Can anyone recommend any checks ?...there are no clues in the messages 
file.

Regards,
Mike.



--
By-Tor.com
It's all about the Rush
http://www.by-tor.com



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: out of office problem.....

2002-11-15 Thread Jon Etkins
On Fri, 15 Nov 2002 11:20:42 -0500, Michael S. Dunsavage wrote:

>I called the company and they are required to have an out of office reply.

They should be required to have a /properly configured/ o-o-o reply.  What
does their company do when two of their users' are both out, and something
triggers a firestorm of o-o-o messages between them?

That's one clue-free IT department.



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: dns question

2002-11-15 Thread Giulio Orsero
On Fri, 15 Nov 2002 12:16:30 -0600 (CST), [EMAIL PROTECTED] wrote:

>I really don't get why when the computer is looking for an address
>it tries the nameservers in resolv.conf before it tries hosts. However
Seems you're not alone:
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=74477
http://bugzilla.redhat.com/bugzilla/buglist.cgi?product=Red+Hat+Linux&version=7.2&version=7.3&version=8.0&component=glibc&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=CLOSED&bug_status=NEEDINFO&email1=&emailassigned_to1=1&email2=&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&long_desc=%2Fetc%2Fhosts&bug_file_loc=&status_whiteboard=&qa_whiteboard=&devel_whiteboard=&cmdtype=doit&namedcmd=beta&newqueryname=&order=Bug+Number+Descending&form_name=query

>1. I have the book The Linux Network that tells you how to setup DNS 
>but it is several years old copyright 1998 has the basic structure 
>stayed the same or do I need to find a more recent source for a howto.?
Basic structure is the same. I suppose the book is about BIND.
However, if you are new to setting up dns, so that whatever program you use
is new for you, then give at least a reading to an alternative program
http://cr.yp.to/djbdns.html

>2. If you cache addresses and they are bad does it just give up or
>does it try the nameserver at that point?
Once your local dns cache wrongly thinks www.cnn.com is 1.2.3.4, it will
keeps saying so until the time to live for that record expires (for
www.cnn.com is 5 min) or you restart the dns cache (supposing that it will
now get the correct answer from the dns server)

>3. Can you forward requests to more than one name server ?
>  (My ISP gives you 3 )
Yes.

-- 
[EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Problem of my NAT and DHCP

2002-11-15 Thread EdwardSPL
Hello,

I have just setup NAT and DHCP , but can't connect to the internet with
client :

Get IP from dhcp server :

C:\>ipconfig

Windows 2000 IP Configuration

Ethernet adapter :

Connection-specific DNS Suffix  . :
IP Address. . . . . . . . . . . . : 172.2.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.2.0.254

C:\>

My config file :

/etc/sysconfig/network-scripts/ifcfg-eth1 :
DEVICE=eth1
ONBOOT=yes
IPADDR=172.2.0.254
NETMASK=255.255.255.0

/etc/rc.d/rc.local :
echo '1' > /proc/sys/net/ipv4/ip_forward
modprobe ip_nat_ftp
modprobe ip_conntrack
modprobe ip_conntrack_ftp
modprobe ip_conntrack_irc
iptables -t nat -A POSTROUTING -o eth1 -s 172.2.0.0/24 -j MASQUERADE

/etc/dhcpd.conf :
subnet 172.2.0.0 netmask 255.255.255.0 {
range 172.2.0.1 172.2.0.253;
default-lease-time 604800;
max-lease-time 604800;
option broadcast-address 172.2.0.255;
option routers 172.2.0.254;
option domain-name-servers 192.168.200.1;
}

Edit /etc/rc.d/init.d/dhcpd :

start() {
# Start daemons.
echo -n $"Starting $prog: "
daemon /usr/sbin/dhcpd eth1 ${DHCPDARGS}
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcpd
return $RETVAL
}
...

touch /var/lib/dhcp/dhcpd.leases

/etc/rc.d/init.d/dhcpd start

PS : the system is Redhat 7.2, port eth0 is connected to the lease
line...

Thank for your help !

Edward.





-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: RH8 printing to NT networked printers

2002-11-15 Thread Paul Campbell
You may have to install/deinstall some rpms and try different
things but you can get this to work.

I have the same environment.

I like CUPS I used the switch printer application to turn off LPR.
Then you need to do the restart.

I used samba to let my linux machine see the printer on
the NT machine.

I used samba troubleshooting routines to make progress.


At 06:25 AM 11/15/02, you wrote:
>Hi,
>Thanks for your reply.
>No matter which options I select I still get the error
>"There was an error trying to print the test page"
>
>Any ideas? Do I have to install some addiitonal rpms?
>
>Thanks
>
>-Original Message-
>From: Bret Hughes [mailto:bhughes@;elevating.com] 
>Sent: Thursday, November 14, 2002 11:39 PM
>To: [EMAIL PROTECTED]
>Subject: RE: RH8 printing to NT networked printers
>
>
>On Thu, 2002-11-14 at 13:05, Ferguson, Michael wrote:
>> Yeah. I have a NT4 print server
>> 
>
>
>What happens when you run printconf-gui and select windows printer.
>
>Bret
>
>
>
>-- 
>redhat-list mailing list
>unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
>-- 
>redhat-list mailing list
>unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list 



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Out of office loop

2002-11-15 Thread gabriel
not to mention hate mail

On November 15, 2002 12:57 pm, John Nichel wrote:
> If there's a good side to thissince his auto-responder is replying
> to the list, his mailbox is going to be full of all the "out of office"
> replys too.
>
> Philip Wyett wrote:
> > Hi,
> >
> > I too have emailed the domain admin. This guys gonna think he's real
> > popular until he actually realizes we are complaining about this.
> >
> > Thats it I'm changing the name of my idiot of the week award. Hmm... who
> > should award the 'Petrie' too this week? :)
> >
> > In a few weeks he will be moaning that people ignore his posts. 
> > 55 emails (correction - 56) to date saying your out of your Office tends
> > to annoy!
> >
> > Regards
> >
> > Philip Wyett



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Out of office loop (Out of Office)

2002-11-15 Thread Javier Gostling
On Fri, Nov 15, 2002 at 08:12:01AM -0500, Lorenzo Curtis wrote:

> Is there a way to either filter out Out of Office messages fro these
> lists; or better yet, can Jacob figure out how not to respond to
> list-generated messages?

Maybe he does, but he will not be able to do it until he gets back to
the office   :(

Cheers,
-- 
Javier Gostling
Ingeniero de Sistemas
Virtualia S.A.
[EMAIL PROTECTED]
Fono: +56 (2) 202-6264 x 130
Fax: +56 (2) 342-8763

Av. Kennedy 5757, of 1502
Las Condes
Santiago
Chile



msg95365/pgp0.pgp
Description: PGP signature


The stupid autoresponder

2002-11-15 Thread mark
FYI: I've emailed both postmaster at his domain, and I've emailed the 
maintainer of this list, this morning, maybe an hour or so ago.

mark
 




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Power managment on laptop

2002-11-15 Thread Patrick
-BEGIN PGP SIGNED MESSAGE-

Hi,

i have installed RH 7.3 on my laptop (Acer aspire 1300) but power managment  
seems not to work, if my battery is empty there is no warning and de 
compurter just stops.

I have tried with seduid for apm but no help


TIA
Patrick


-BEGIN PGP SIGNATURE-
Version: 2.6.3in
Charset: noconv

iQCVAwUBPdU3nY5Rj3kX1kmFAQHeiwQAtmpdd45gzGZrGMOzE7Qk5A5ERmbPTmto
EGf0gyTst+whqg5SLRU5SsfJ8OSutOziCsK43fDA0DGaJtqywK0dGoSuNeNdAeeY
8TKHLg2E/QfYCbE8Fe7mmzfdSxJV564jsgB1cWfNRHHR2CCzO79u2HexsU8dEc3P
/ewkzXkjzQ4=
=fnrG
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: FW: urgent file removal problem

2002-11-15 Thread Chris Mason
Thanks, that's exactly what I did. No more loops.

-Original Message-
From: [EMAIL PROTECTED] [mailto:redhat-list-admin@;redhat.com]
On Behalf Of Hal Burgiss
Sent: Friday, November 15, 2002 1:58 AM
To: [EMAIL PROTECTED]
Subject: Re: FW: urgent file removal problem

On Thu, Nov 14, 2002 at 11:32:03PM -0500, Joe Mozelesky wrote:
> Ooops...Replied to the wrong thread... I am referring to the guy with
> the looping vacation message [EMAIL PROTECTED]

   :0
   * ^Subject: .*out of (the )?office
   /dev/null

-- 
Hal Burgiss
 



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



  1   2   3   4   >