Which Device for LCD on Serial Port

2004-04-19 Thread Joe Lewis
G'Day! I am trying to set up LCDd on my 1U server, and it requires a device=[device name] line. In my dmesg, I get a listing of sio0 and sio1 (and the manual for the motherboard states that it's the second serial connector). dmesg output reveals : sio1 at port 0x2f8-0x2ff irq 3 on isa0

mtxorbd and LCDd mess up server

2004-04-19 Thread Joe Lewis
Ladies Gents; I've got an issue that has me stumped. I'm working with an old 1U server (Tyan Thunder LE [s2510] and ServerWorks III), and in order to keep the machine from resetting on me, we entered a line : acpi_dsdt_load=YES in the loader.conf file. However, when I write to the Matrix

MySQL Port... [not]missing functions?

2004-02-26 Thread Joe Lewis
Hey, all. I have written an apache module, and it worked fine with MySQL 3.23 compiled from source but not in the 4.x ports (tried 4.1 and 4.0). I have found the problem when I shifted it to a new box. The old one ran 5.1, and this new one runs 5.2. I doubt the OS is the concern, but one

SOLVED: Storigen ES Reboots and LCD types

2004-02-20 Thread Joe Lewis
Found the problem with booting the Storigen 1U servers : They are based on the Tyan Thunder S2510 (Serverworks III) motherboards, and they have DSDT tables that are not initialized properly. Adding the following line to the /boot/loader.conf file fixed it : acpi_dsdt_load=YES There is also

Locating LCD Information

2004-02-12 Thread Joe Lewis
I recently bought a couple of network storage apps. I think I've gotten a good feel for the LCDd from the LCDProc port. I think I need to find out what kind or LCD it is before proceeding. Do you guys know of any way to locate specs for the LCD devices on network servers? It comes from a

Re: Server connectivity problem (firewall?)

2004-02-09 Thread Joe Lewis
[EMAIL PROTECTED] wrote: [SNIP] From /etc/rc.conf: firewall_enable=YES # Set to YES to enable firewall functionality firewall_script=/etc/rc.firewall # Which script to run to set up the firewall firewall_type=OPEN# Firewall type (see /etc/rc.firewall)

programming help - dlopen() segmentation fault

2004-02-06 Thread Joe Lewis
G'Day, ladies and gents; I've got a program that I am trying to play around with. Once I've added dlopen() using --export-dynamic, every time I try to run the program, I get a segmentation fault. It always occurs on the same line of code : modules = new_module_pointer; I can comment

Re: ipfw rules help.

2004-02-04 Thread Joe Lewis
Marwan Sultan wrote: a) lets say I want to deny everything except a range of IPs starting from 192.168.1.1 to 192.168.1.50. what rule set should be? how to set range of IPs? to pass and deny rest of the C class. FreeBSD Doc's doesnot cover this? or i didnot see.! I would set

C program exporting symbols to dlopen() modules

2004-02-04 Thread Joe Lewis
I've not found anything about exporting symbols from the main program to a dlopen()'d module, and in fact, have found information that it can't be done. How can I export functions to a dlopen()'d file? Joe ___ [EMAIL PROTECTED] mailing list

dlopen() and parent symbols

2004-02-04 Thread Joe Lewis
I've read that I can't export symbols from the parent executable to modules opened with dlopen(). So, I have a (hopefully) quick question. How can I export function(s) to those modules? Joe Lewis ___ [EMAIL PROTECTED] mailing list http

Re: Vhost... use Apache

2004-02-02 Thread Joe Lewis
Exactly. Learning Faster is a no go. It never happens. The secret is : It's in the ports, and apache2 is the best (in my opinion) In other words, build the port, then read the documentation. (from the http://httpd.apache.org/ website). Joe Charlie Schluting wrote: Mr Kitt wrote: To whom

Re: dhclient: send_packet: Permission denied

2004-02-02 Thread Joe Lewis
Do you have the firewall turned on with a default of deny? It sounds like a firewall problem. Joe Edward Carmody wrote: I'm seeing the following over and over in /var/log/messages Feb 1 13:54:17 Oberon dhclient: send_packet: Permission denied Any idea what this is? Thanks! Ed C.

Re: Grub problem

2004-02-02 Thread Joe Lewis
Errors on the root will still occur. Grub does that. With BSD, you can set the menu option such as : root (hd0,2) chainloader +1 And it will load the MBR from the BSD partition, which will load the loader, which will load the kernel (the best way, really). Joe Robert Storey

BSD Used on a Storigen ES device

2004-01-29 Thread Joe Lewis
have. Any ideas? Joe Lewis ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: BIND

2004-01-29 Thread Joe Lewis
going to allow dynamic DNS updates to their DNS servers. I work for an ISP, and the last thing I want to do is open up the DNS for dynamic updates. That becomes a security nightmare. Joe Lewis ___ [EMAIL PROTECTED] mailing list http

Re: Anyone using Linux-PAM on 5.x?

2003-10-08 Thread Joe Lewis
using ld as the linker to libtool. There are still bugs to work out, but the module is beginning to function. Again, I offer a sincere thanks to those individuals listed above for their responses. Joe Lewis ___ [EMAIL PROTECTED] mailing list http

Re: Anyone using Linux-PAM on 5.x?

2003-10-05 Thread Joe Lewis
Having had some experience writing pam modules on a number of platforms, I whipped out my suite of pam test modules to have a look at this incredbible breakage you speak of. I mean, there is a specification for pam after all. I know of the specification. However, I have a customized version

Anyone using Linux-PAM on 5.x?

2003-10-04 Thread Joe Lewis
Question for you guru's; I've been trying to install a PAM module on my FreeBSD 5.1 system. Unfortunately, someone thought they were bright and included OpenPAM, which would be fine and dandy except for it is installed by default as static. This means I PAM is now AM, because nothing is

Re: fBSD5.1 and pam-mysql troubles

2003-09-22 Thread Joe Lewis
- I feel like I'm going to have to call it Static Pluggable Authentication Modules, and I'm sick of sPAM :). Sorry for the wry humor so early in the week. Joe Joe Lewis wrote: Ladies and Gents; I've got the following problem. I installed PAM on my 5.1R version of FreeBSD. The modules