Dell Remote Access Card 5.2.1

2004-09-27 Thread Jason L. Schwab
Heya Folks;

 

I have multiple machines with Dell Remote Access Card's in them running
FreeBSD 5.2.1-RELEASE-p#.

 

I cannot for the life of me, find a way to get the keyboard to work once
the machine has booted into FreeBSD.

 

I know on 4.9-X you can set a kernel option that "forces" the machine to
think it has a ps/2 keyboard plugged in.

Although, that same option in 5.2.1 (it looks like) is for "auto
probing" for a keyboard on the ps2 port... 

 

Any ideas how to get this to work?

 

I would love to get it working.

 

dmesg show's at-keyboard controller, but no atkb device directly.

 

Any help at all, please let me know!

 

If you need more specific details, like DRAC model# or anything, just
ask.

 

-Jason L. Schwab

[EMAIL PROTECTED]

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IP Bandwidth Usage Monitoring Question

2003-10-19 Thread Jason L. Schwab
Heya Folks;

I have a machine with several ip addresses where users run alot of
different services, and I am wondeirng if anyone knows a way or
some recommended software than can monitor the inbound and
outbound bandwidth usage per ip-address.

I have SNMPd and MRTG setup, but that just does the entire machine
as a whole, which is useful also, but I need to know per ip, as
its one ip per customer for the bigger users, and there the ones
I need to know, so I can doing billing, etc, etc.

Let me know you folks thoughts, thanks very much!

(FreeBSD 4.9-RC Machines)



-
Jason L. Schwab
[EMAIL PROTECTED]
http://www.jlschwab.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Courier IMAPd and UW IMAPd Very Slow

2003-09-16 Thread Jason L. Schwab
Heya Folks;

I've been looking into setting up IMAPd support
on my mail servers, and i got it working with
both UW and Courier, but both seem to take way
to long (upwards of minutes) to login and fetch
my mail. (like 10 messages) on the test acct.


Any ideas?

FreeBSD 4.8-STABLE
Dual Zeon 2.4Ghz 1GIG RAM Servers



-
Jason L. Schwab
[EMAIL PROTECTED]
http://www.jlschwab.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problems Compiling Apache with Mod_Perl and Mod_SSL

2003-09-13 Thread Jason L. Schwab
Heya Folks;

System Specs:

FreeBSD 4.8-STABLE
OpenSSL 0.9.7a (OS Installed)
Apache 1.3.27
Mod_Perl 1.28
Mod_SSL 1.3.28 / 2.8.15
Perl 5.8.0 (ports/lang/perl58 installed)
   (use.perl port)

I have tried many, many ways to get mod_ssl and mod_perl to
compile on many servers, all with near same configurations,
with absolutely no luck.

All I can ever to get to compile is either just mod_ssl, just
mod_perl, and with same configurtation options, I can get it
to say and show and compile SSL and modperl, but "httpd -l"
shows no mod_perl ? only mod_ssl, or vice versa!

Altho, when the above happens, apache's configure shows it
adding both SSL and ModPerl uses Config/End Config/Start,
normal stuff, and it even goes thro the directories for the
compile and has no errors.

I have read atleast 100 if not more pages on google, news
groups and else, and have tried all these steps and config
uration options that people have suggested with no such
luck!


So What I am asking of you folks is if any one has any ideas
or if anyone has this same configuration, but has made it work
please reply and let me know! ;).

Thanks a million!


-
Jason L. Schwab
[EMAIL PROTECTED]
http://www.jlschwab.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Perl 5.8 in Ports on 4.8-S

2003-07-29 Thread Jason L. Schwab
Heya folks;

Is there a way in the ports setup for perl5.8 (lang/perl5.8)
to tell it build perl dynamically? I need to build it dynamic
because without that, mod ssl and mod perl will not compile
on apache.

Thanks in advance.



-
Jason L. Schwab
<[EMAIL PROTECTED]>
http://www.jlschwab.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FBSD 4.8-STABLE and S/Key

2003-06-25 Thread Jason L. Schwab
Heya Folks;

I just tried to get s/key support working, I read the hand book
and all it shows is using keyinit as the users to enable there
one time passwords, and then when I login or ftp/etc, it shows
the s/key support line.

But the password's that keyinit generates do not work? Any
ideas? I can not login at all via the s/key password(s).

Thanks.



-
Jason L. Schwab
<[EMAIL PROTECTED]>
http://www.jlschwab.com


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


chmod question

2002-12-13 Thread Jason L. Schwab
Heya Folks;

I came accross a file on a friend of mine's machine and
I was wondering how via chmod you could come up with the
follow permissions (ls -la on the file)

-rwx--s---

thanks much.

I tried doing chmod u+rwx and then g+s but then I get
-rwx--S--- and it does not work correctly. The idea
behind this is to have a shell script that can be
ran as suid by a group of people, but the actual
script code can not be seen.

Thanks.

-Jason


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message