Re: Script help

2008-09-22 Thread James Pifer
> Point... just that the OP never stated that the files were in > exactly one dir and that duplicate file names were or were not possible. > Yes close timestamps are also an issue (see stat). Hi. OP here. Files are all in the same dir. Duplicates obviously not an issue. Everything is working. Th

Re: Script help

2008-09-19 Thread James Pifer
On Fri, 2008-09-19 at 14:08 -0700, Dennis Kaptain wrote: > > > > > Can anyone rattle this off of the top of their head? > > > > `ls -t myfile*.txt | head -1` might work for you. > > > > > > > ls -t by itself may give you more than one filename per line. > Use ls -t1 > that will assure you ge

Re: Script help

2008-09-19 Thread James Pifer
On Fri, 2008-09-19 at 13:50 -0700, Mike Wright wrote: > James Pifer wrote: > > I've been googling to find ways of doing this but I'm not finding > what > > I'm looking for. I think this should be fairly easy, so I'm hoping a > > script guru out there c

Script help

2008-09-19 Thread James Pifer
I've been googling to find ways of doing this but I'm not finding what I'm looking for. I think this should be fairly easy, so I'm hoping a script guru out there can tell me what I need. I have some files that are all named like: myfile387465893495643658734.txt myfile547647453645635632454.txt my

Re: service; ps & grep help

2008-08-25 Thread James Pifer
> Try > # ps -ef | grep [s]endmail > instead. Should do what you want (does for me anyway). Adding the brackets like you've shown seems to do the trick. > Well, in a shell, $$ is the PID. If you can capture your process PID > when it starts, you simply write it in a file in /var/run/ and when >

service; ps & grep help

2008-08-25 Thread James Pifer
I could use a little help with ps and grep. When running a command like: # ps -ewf | grep sendmail root 2730 1 0 Jul14 ?00:00:01 sendmail: accepting connections smmsp 2739 1 0 Jul14 ?00:00:00 sendmail: Queue [EMAIL PROTECTED]:00:00 for /var/spool/clientmqueue ro

Re: Can't get DHCP to assign specific addresses

2008-07-06 Thread James Pifer
On Sun, 2008-07-06 at 11:09 -0400, James Pifer wrote: > I have an older server (FC5) still acting as my dhcp server on my home > network. I have a few laptops that I'm trying to get DHCP to assign > specific addresses from the pool. For example, I want to be able to VNC > to

Can't get DHCP to assign specific addresses

2008-07-06 Thread James Pifer
I have an older server (FC5) still acting as my dhcp server on my home network. I have a few laptops that I'm trying to get DHCP to assign specific addresses from the pool. For example, I want to be able to VNC to my wife's laptop (running Vista). Of course I could assign a static address, but this

vncviewer listen problem

2008-06-20 Thread James Pifer
I'm having a vnc problem. We support remote users with vnc by putting our machines in listen mode (vncviewer -listen). An automated process through a web site has the user's pc make a connection. On windows the vnc software gives a prompt and after you click yes it pops up the window. I'm running

Re: OT: SSI with httpd

2008-05-27 Thread James Pifer
> > > > Options Indexes FollowSymLinks Includes > > AllowOverride None > > Order allow,deny > > Allow from all > >AddHandler server-parsed .html > > Thanks, that was it. James -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.c