[OT] AT power supply specs?

2002-03-07 Thread JW
Hello, I need to test an AT power supply with a meter but I can't find a wiring diagram (schematic) for it. The only ones I can find are for ATX, for example: http://www.compute-aid.com/atxspec.html http://www.duxcw.com/faq/ps/ps.htm If anyone has links to an AT diagram or can send one to me

Help with sendmail, please

2002-02-10 Thread JW
Hello, I have a situation where I'm moving a web site off of a server running sendmail onto another server running postfix, but in the mean time there are still some processes running on the sendmail server that are causing problems. The whole story is too long to post here, but basically, the

Re: Finding files less then 31 days old?

2002-01-30 Thread JW
At 08:31 PM 1/30/2002 -0600, you wrote: >>I'm trying to get a list of files 30 day sold or younger. I thought the following >would to the trick: >> >>find . -type f -mtime 30 -ls >> >>But that only prints files that are exactly 30 days old. How do I do that "and >younger" part? >>Less then 3

Re: Finding files less then 31 days old?

2002-01-30 Thread JW
FYI I figure it out, the following worked: find /log/ -type f -mtime +30 -name "*log.gz" -exec cp -p {} . \; Sorry to bother everyone. At 06:57 PM 1/30/2002 -0600, you wrote: >Hey, > >I'm trying to get a list of files 30 day sold or younger. I thought the following >would to the trick: > >find

Finding files less then 31 days old?

2002-01-30 Thread JW
Hey, I'm trying to get a list of files 30 day sold or younger. I thought the following would to the trick: find . -type f -mtime 30 -ls But that only prints files that are exactly 30 days old. How do I do that "and younger" part? Less then 31 days would be a suitable substitute too. Than

Re: Fw: I See Devil In My Linux 7.1

2002-01-29 Thread JW
At 04:01 PM 1/29/2002 -0700, you wrote: >Hi, all, > >It is really strange that I can create a directory with mkdir. But I can't see it. The directory doesn't start with a . right? any file/directory that starts with a period (dot . ) will not be seen without ls -a. >And only the directory nam

OpenSSH security

2002-01-28 Thread JW
Does anyone know if openssh-2.5.2p2-1 is vulnerable the "crc32 compensation attack" that's going around? Thanks. Jonathan Wilson System Administrator Cedar Creek Software http://www.cedarcreeksoftware.com Central Texas IT http://www.c

Re: Konsole trouble

2002-01-28 Thread JW
Konsole is kinda weird. In KDE beta 3 it has a habit of suddenly ceasing to scroll down along with new output (very annying). In all version the F-keys are messed up - I can't properly use programs that require the use of functions keys. Complain on the KDE list, maybe. At 08:17 PM 1/28/2002 +

Re: wu-ftpd security?

2002-01-23 Thread JW
At 11:22 AM 1/24/2002 -0500, you wrote: >last night, while i'm surfing, i has found that thereis a lot of script to exploit >wu-ftpd, >my question is, how do i secure my ftpd, while default package from redhat is wu-ftpd, >i know there is a lot of alternatives than wu-ftpdm like proftpd, ncftpd,

Re: command completion / spelling errors

2002-01-23 Thread JW
At 07:10 PM 1/23/2002 -0800, you wrote: >-BEGIN PGP SIGNED MESSAGE- >In bash: > >shopt -s cdspell > >But I can't step away from this without being just a bit pedantic ... >I strongly advise against using that option as root, where a typo can >mean disaster, and you don't want the system

Need help with a bash script - -n and -z always giving "true" ?

2002-01-23 Thread JW
Hello, I'm trying to write a bash script for a back up job. Unfortunately I'm not getting anywhere. >I need to mount a file system only if the filesystem is >_not_ already mounted. > >I'm thinking of it like this: Ok, I've been reading documentation and wrote a test script. I've so far manag

Re: slashdotted?

2002-01-21 Thread JW
At 06:40 PM 1/21/2002 +, you wrote: >I have been seeing the term 'slashdotted' come up a few times, both here and in other >lists. I am not sure if I am just dense, or if I am too new to this to know the lore, >but what does the term refer to? Presumably you know about the geek-news site

Re: AOL in Negotiations to Buy Red Hat

2002-01-19 Thread JW
Say... has anyone from _redhat_ said anything about this? Or is this just a big rumor that W-post is putting out for the humor of it? For that matter has anyone from AOL said anything about it? It seems like The Post is the only one who has, maybe they've dreamed it up. -

Re: AOL in Negotiations to Buy Red Hat

2002-01-19 Thread JW
At 03:26 PM 1/19/2002 -0800, you wrote: >On Sat, 2002-01-19 at 15:13, Manuel A. Camacho Q. wrote: >> >> > Why is it that everything I decide I like and make a commitment to, gets >> > destroyed? Decent jazz stations, ICQ, maple syrup so thick you had to nuke >> >> Can we convince you of liking W

Re: Linuxconf Substitute?

2002-01-16 Thread JW
At 03:18 PM 1/16/2002 -0800, you wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Chris Montgomery wrote: > >>I guess I should have asked if there is another option that runs under x >>windows. Remember, newbie here. :) > >gvim. > >- -d > >[waits for the other shoe to drop] > > Hey, no n

Need help with up2date, please

2002-01-15 Thread JW
Hello, First I should point out that the system in question is RH 7.0. I have tried up2date with both bash and tcsh, and got the same error with each. Because of the problems with ssh I have decided to try using up2date. I went through the rhn_register process. I now have a username/password a

Re: How To Setup Dual Boot with XP or Win2000

2002-01-15 Thread JW
At 04:06 PM 1/15/2002 -0500, you wrote: >Hello, >I am wondering if someone can point out to me a how to, or URL address, on >how to set dual boot with either Win2000, or XP. Don't know about WinXP but Win2k is (now this is presuming that Win2k is installed on the primary partition, /dev/hda1)

df is lying: where's our free space gone?

2001-12-11 Thread JW
Hello, We were doing a routine check of one of our redhat 7.0 servers and noticed that it was getting low on disk space when it should have had plenty. Example 1: [root@dhp0946 /]# df -h FilesystemSize Used Avail Use% Mounted on /dev/sda6 16G 13G 3.0G 80% / /dev/

[Apache] Using main server config _and_ virtual hosting?

2001-11-30 Thread JW
Hey, I've hit a weird one. Most likely I'm just overlooking something but I don't know what, hopefully some one can point it out to me. I have a server running Apache, all setup in the main server section. Just now I tried to add a name based virtual host and the NBVH seems to be "taking over"