Trying to locate file gif.h and others

2006-07-27 Thread Michael C
Hi, I haved searched the whole src tree and different codelines but cannot locate this file (amongst others). This file is user included from the directory of the source but is not physically there. There is another file with a similar name in the same directory (in_gif.h) and also other d

Compiler error during porting exercise

2006-08-02 Thread Michael C
Hi, I am trying some porting examples to winscw and I have a question: Why is it that the MetroWerks CodeWarrior 3.1 cannot handle the following? in header file (pcb.h): int in_baddynamic (u_int16_t, u_int16_t); in c file (pcb.c) int in_baddynamic (a, b) u_int16_ta; u_

chroot sftp/sftp-server help needed...

2005-08-01 Thread Michael C. Ibarra
Greetings All; First, it's great to be back, miss my obsd toys! I am currently migrating/upgrading an entire farm of servers from RedHat Linux & Solaris to current and one of the roadblocks I am encountering is setting a chrooted sftp. I am aware of chroot.sf, but am looking for a solution t

Re: chroot sftp/sftp-server help needed...

2005-08-02 Thread Michael C. Ibarra
Hi Scott; Ran across this one yesterday, just wasn't sure how secure it is as sftp-only. So far it looks like this will be what I may use, throwing in tcp-wrappers. Thanks, -mike Quoting Scott Francis <[EMAIL PROTECTED]>: On 8/1/05, Michael C. Ibarra <[EMAIL PROTECTED]

Re: chroot sftp/sftp-server help needed...

2005-08-02 Thread Michael C. Ibarra
pf would work fine, maybe with a tarpit-like (as in spamd-setup?). Not sure if I want to be bothered with entertaining others though ;-) -mike Quoting Scott Francis <[EMAIL PROTECTED]>: On 8/2/05, Michael C. Ibarra <[EMAIL PROTECTED]> wrote: Hi Scott; Ran across this one yes

Re: chroot sftp/sftp-server help needed...

2005-08-02 Thread Michael C. Ibarra
Just ran into a wall with the scponly option: "If you do use chroot(), your binary will need to be setuid." I'll pass on that one for now... -mike Quoting Scott Francis <[EMAIL PROTECTED]>: On 8/2/05, Michael C. Ibarra <[EMAIL PROTECTED]> wrote: Hi Scott; Ra

Re: OSCON - OpenBSD/CARP slides

2005-08-05 Thread Michael C. Ibarra
It didn't open in within firefox but I was able to save the page and open it with my pdf viewer. -mike Quoting Jason Dixon <[EMAIL PROTECTED]>: On Aug 5, 2005, at 6:35 AM, Jason Dixon wrote: Here are the slides that I presented at this week's OSCON in Portland, OR. They are available in p

Re: SCSI enclosure + disks wanted

2005-08-08 Thread Michael C. Ibarra
Theo; I have some enclosures that are leftover from a custom job we did for a customer. These were basically our 1U (3x hot-swap scsi) and 2U (6X hot-swap scsi) chassis's but without mobo, just power supply and special cabling to allow HDD's to attach to power supply. I am not sure if the c

Re: phpsysinfo on OpenBSD 3.7 is very (un)informative

2005-08-16 Thread Michael C. Ibarra
If it is working, then it has nothing to do with Apache. phpsysinfo works by gathering data, outside of apache, using php, it then outputs to a file, I use machine-name.html. Once this file is created, your apache server come serves it as just an html file. From what I remember, aside from t

Re: Squid and named DNS

2006-01-27 Thread Michael C. Ibarra
Hi; I am not sure what you are saying here, but if you think you are having a DNS isse, then try adding this to your squid.conf: dns_testnames localhost Have you disabled caching? If this does not work, then you should probably bring this up in the squid-users list, [EMAIL PROTECTED] G