Re: Newbie question part two re: Setting up a VPN client to access aWindows server

2002-06-07 Thread Karl O . Pinc
On 2002.06.07 22:26 Michael Brown wrote: > Thanks to Gary and Caleb. I got the file permissions setup. > > The only remaining reason I need to boot to windows is for work. I need > to use the Aventail VPN client to access my company's server for email > and SAP access. Is there some way to setup

Re: Help: replacing hard disk on rh 7.2 before it fails

2002-06-07 Thread Karl O . Pinc
On 2002.06.07 21:00 Rob Cartier wrote: > I was looking for right way to replace a failing > hard drive in RH 7.2. Starting to throw dma_intr 0x51 and 0x40 errors > > > Can anyone point me to a write-up. I found one for rh 6.0 > but I tried it and failed at boot time > > http://www.storm.ca/~yan

Re: Radius server suggestions?

2002-06-07 Thread Karl O . Pinc
On 2002.06.07 00:54 Peter Kiem wrote: > I have a client who need a Radius server for the Linux platform. > > What (preferably free) Radius servers are people using nowadays on Red > Hat > Linux? I had used cistron radius but switched to freeradius. It seems to be _the_ package. http://www.free

Re: Stupid question ?????

2002-06-07 Thread Karl O . Pinc
On 2002.06.07 09:48 [EMAIL PROTECTED] wrote: > Hello people, > > Maybe a stupid question but can anybody tell me clearly what the > difference(s) > is (are) between functions and library routines ?? See http://www.foldoc.org. Functions are components of a structured program. They may or may no

Re: adding php functionality to an already funcitoning apache

2002-06-07 Thread Karl O . Pinc
On 2002.06.07 14:39 daniel wrote: > at the moment, i've got working build of apache 1.3.24 on my redhat7.3 > box > compiled from source in /usr/local/. it serves up static html pages and > does the whold perl/cgi thing, but now i'm looking at teaching myself php > and that feature was not include

Re: Web Server Configuration

2002-06-07 Thread Karl O . Pinc
On 2002.06.07 14:17 "Calbazana, Al" wrote: > > Also, any RAID suggestions would also be welcomed :-) Unless you know you'll be able to obtain a replacment raid card, i.e. you have another card _anywhere_ already, software raid will ensure you'll always be able to get to your disks. Karl <[EMAI

Re: Serial console login / null modem?

2002-06-07 Thread Karl O . Pinc
On 2002.06.06 11:33 "Furnish, Trever G" wrote: > I'm trying to get a working login on my serial port and I'm running into > a > problem that I initially thought was because of a mis-wired null-modem, > but > now I think it's because of something I've missed in my linux > configuration. > Help??? >

Re: scripting

2002-06-06 Thread Karl O . Pinc
On 2002.06.06 02:11 Jesse Angell wrote: > Okay, > There is a file lets call it user.conf > on line 23 of the file there is a line that says > user=blahblah > I want to have a varible in a script.. $user = john > that edits user.conf and changes user=blahblah to user=thevarible$user... > How would

Re: cgi-problem

2002-06-06 Thread Karl O . Pinc
On 2002.06.06 19:01 ebinc wrote: > Does anyone know why I have to add a - symbol after a path for cgi-bin > script to work? > exact example /user/bin/ - (is it because of a install problem) > OS Red Hat 7.2 running Plesk for admin > Any help would be appreciated Are the first 2 characters in th

Re: firewire mounting problem

2002-06-06 Thread Karl O . Pinc
On 2002.06.05 18:51 Pierre Hardy wrote: > I've been trying to mount a WD firewire drive and I keep getting : wrong > fs type, bad super...etc > > Here is what I have: > > #!/bin/bash > modprobe ieee1394 > modprobe ohci1394 > modprobe sbp2 > sleep 2 > rescan-scsi-bus.sh > sleep 2 > mount -t ext3

Re: Delay when accessing pop3 server

2002-06-06 Thread Karl O . Pinc
There ought to be a way to get the ipop3d deamon to log the user. The man page seems really sparse. There must be more doc somewhere. On 2002.06.06 07:57 Paul Dubinsky wrote: > Karl, > > I checked for ident but it wasn't running so then I started looking for > something that was trying to use

Re: Bash scripting

2002-06-05 Thread Karl O . Pinc
On 2002.06.05 23:15 Jesse Angell wrote: > Here is my script > #!/bin/sh > > instance=${1:-palace} > root=${2:-/home/angeleyez/palaceserver} > cp $root/$instance/psdata/pserver.pat > $root/$instance/psdata/backup/pserver`date +%y%m%d`.pat > cp $root/$instance/psdata/pserver.prefs > $root/$instance

Re: Xlib: connection to "localhost:0.0" refused by server^M

2002-06-05 Thread Karl O . Pinc
Maybe /etc/X11/xdm/Xaccess? The answer is somewhere in /etc/X11, probably in /etc/X11/xdm. That's my bet. See also "man xauth" for another long and winding probable dead end. Once upon a time I understood this script I wrote: #!/bin/sh # # runprog # # runs the command as the user and give t

Re: Terminal Services

2002-06-05 Thread Karl O . Pinc
On 2002.06.05 11:43 Keystone7 wrote: > I am still a little new to Linux, Do you just type that in from the > shell when logged in as root? or do you do it from when you are logged > in as a user? Traditionally, you connect to another machine with X _before_ you even login. You should notice a dr

Re: Path to perl

2002-06-05 Thread Karl O . Pinc
On 2002.06.05 22:37 ebinc wrote: > Hi Forum > I installed Red Hat and plesk The only way my cgi scripts work is if I > specify > /usr/bin/perl/ -w > I never had to edit a script before like this to work > Is there a problem with the install It's competely normal to have to have the _first_ charac

Re: how to use "gid" permission

2002-06-05 Thread Karl O . Pinc
On 2002.06.05 08:20 Massimo Alonzo wrote: > Hi, > > I tried to give my user the permission of writing to a vfat partition > (applying gid) but I think I made a mess .. and obviously it doesn't > work. > > > Can you explain me, in details, howto? vfat doesn't do groups. Each file system h

Re: Fetchmail from POP3 to Exchange Server through Procmail

2002-06-05 Thread Karl O . Pinc
On 2002.06.04 08:17 David Christensen wrote: > Is this possible? I want to use fetchmail to download from several POP3 > mail accounts, process it through procmail to separate the spam (using > SpamBouncer to be more specific), and then forward to an Exchange > server. I have the fetchmail to Ex

Re: gid problem

2002-06-05 Thread Karl O . Pinc
On 2002.06.05 20:31 Anthony E. Greene wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05-Jun-2002/21:55 +0200, "mr.linux" <[EMAIL PROTECTED]> wrote: > >I tried to give my user the permission of writing to a vfat partition > >(applying gid) but I think I made a mess .. and obvi

Re: Delay when accessing pop3 server

2002-06-05 Thread Karl O . Pinc
On 2002.06.05 07:24 Paul Dubinsky wrote: > I have just upgraded a server from Caldera 2.4 to RedHat 7.3 and I'm now > having long delays when accessing the RH7.3's ipop3 server. The hosts > file is unchanged and I think the search order is still Hosts, DNS > > Does anyone know why this is happe

Re: Major Problem with NFS 3 on Redhat 7.2 to SGI and HP Unix

2002-06-05 Thread Karl O . Pinc
On 2002.06.05 10:19 Kyle Evans wrote: > Hey everyone, > I'm in a complete state of panic as a contract job that I'm currently > invovled in is coming to a close and I still can't get the Redhat 7.2 > server with NFS to export the directories to several sgi boxs and an hp > box. I know its not

This is how you search the rpms on your cds

2002-06-04 Thread Karl O . Pinc
Wanna look through your collected rpms? Do this. for f in $(find . -name '*.rpm' -type f) ; do if rpm -qip $f | grep -q 'FINDME' ; then echo "$f" ; echo ; rpm -qip $f ; echo ; fi ; done | less This looks through the dire

Re: POP3 Server ??

2002-06-04 Thread Karl O . Pinc
On 2002.06.04 09:41 Darryl Harvey wrote: > I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) > > What options do I have for a pop3 server ? > > Which should I install to use ?? I can't believe that. RH 7.2 has /usr/sbin/ipop3d which is part of the imap-2001a-1.72.0 rpm. (

Re: FOR THE TIMID: RPM, up2date, & LPD server problems

2002-06-04 Thread Karl O . Pinc
On 2002.06.04 05:29 Ben Logan wrote: > On Mon, Jun 03, 2002 at 10:58:54PM -0400, Carole Womeldorf wrote: > > Hi Ben - thanks for joining in. But I don't understand what you are > > suggesting here - When I boot up I see two options - to get me > into > > set up and Esc to get me into "grub" afte

Print job ordering/grouping w. color paper separator

2002-06-03 Thread Karl O . Pinc
Hi, I can't seem to find the answer in the LPRng HOWTO or the list archives, and somebody must know how to do this... If this isn't the right place to ask, please tell me where I can go. TIA. I've got 3 print jobs, one text and two postscript. (Really there are 2 pdfs but I'm using pdftops an

Re: off topic - Openssh question

2002-06-03 Thread Karl O . Pinc
On the machine which initiates the scp you use ssh-keygen (RTFM) to generate a public/private key pair with no password. Do this as the user that needs access, or copy the resulting key pair into that user's home directory. Then you copy the public key ($HOME/.ssh/identity.pub) onto the machine