IPA
Could someone give me links or a working cfg for IPA system? Thanks in advance. -- http://www.6s-gaming.com - your online store! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
extended IPFW funcionality.. possible?
Hi, Come to think about it, it would be REALLY useful if one could see the uid of the user initializing an outbound connection that got blocked, and the size of the packet that was just blocked. I remembered this as I am trying to figure out who is using excess bandwidth from a server with 102 users, if ipfw would log uid of the user trying to connect outside it would be so useful. I remembered the packetsize thing mainly because attempted ICMP floods. No one ever thought on this ? Or does this exist, but these options must be turned on somewhere? -- http://www.6s-gaming.com - your online store! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ipfw//dummynet question
Hi list, Say I want to limit the bandwidth from all inside my lan to the outside. I'd create the pipes and make 2 rules to pipe any traffic (in&out). My question is, would creating these 2 rules make all traffic be promptly accepted, or would they be accepted or blocked based on the rest of the ruleset? If they're accepted upon the pipe rule, how to make they be piped BUT only accepted if they match any of the rules on the ruleset? Do I need to create pipe rules for _everything_ ? Regards, Hugo -- http://www.6s-gaming.com - your online store! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
glib problems..
Hi, I have this problem on a 4.8-RELEASE-p13 server, whenever compiling something related with glib: (...) /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libgcc_s.so.1: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' I initially added libstdc++ to the system via wget (googled it), because version 1.2 of Call of Duty server required it. I have another server on 4,8-STABLE, and I downloaded its libstdc++ (no problems compiling there) to this system, but the problem remains. Anyone ever ran into this problem? Kind regards, Hugo -- http://www.6s-gaming.com - your online store! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
glib trouble
i, I have this problem on a 4.8-RELEASE-p13 server, whenever compiling something related with glib: (...) /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libgcc_s.so.1: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' /usr/lib/libstdc++.so: undefined reference to [EMAIL PROTECTED]' I initially added libstdc++ to the system via wget (googled it), because version 1.2 of Call of Duty server required it. I have another server on 4,8-STABLE, and I downloaded its libstdc++ (no problems compiling there) to this system, but the problem remains. Anyone ever ran into this problem? Kind regards, Hugo -- -- http://www.6s-gaming.com - your online store! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
background process limit?
Hi list, Is there a way to limit background processes ? I need to separate these from foreground processes, but can't find a way to. Any ideas? Thanks in advance. -- http://www.6s-gaming.com - your online store! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"