src/sys/contrib/ipfilter/netinet/ip_state.c rev 1.38

2007-03-29 Thread viper
Hi everyone. I check in cvs src/sys/contrib/ipfilter/netinet/ip_state.c I saw the following : Sun Dec 24 02:18:36 2006 UTC (3 months ago) by darrenr TCP Window scaling was being recognised but the recorded settings were being clobbered and thus effectively disabled. MFC after: 7 days

Period Reboots Without Any Reason

2007-03-29 Thread ExTaZyTi
Hi again, My FreeBSD (6.2-STABLE) reboots without any reason for more times in the month. Last reboots block the system for 10-20 seconds and then reboots.. i have set this is my previous posts. My PC is Intel Pentium3 866 MHz, 192 MB of RAM and 20 GB HDD. Using flavour i386, without X, and

Re: Xen Dom0, are we making progress?

2007-03-29 Thread Ivan Voras
Matthew Dillon wrote: In anycase, as usual I rattle on. If FreeBSD is interested I recommend simply looking at the cool features I added to DragonFly's kernel to make virtual kernels possible. It's really just three major items: Signal mailboxes, a new MAP_VPAGETABLE for

Re: Xen Dom0, are we making progress?

2007-03-29 Thread Matthew Dillon
: It seems very similar to User Mode Linux, rather than a true VM environment. http://user-mode-linux.sourceforge.net/ Each DragonFlyBSD vkernel runs as a process. I don't know why this is even interesting, for anything but kernel developers. Improving BSD jails to the same level as

Re: Period Reboots Without Any Reason

2007-03-29 Thread Guido Demmenie
On Mar 29, 2007, at 1:28 PM, ExTaZyTi wrote: Hi again, My FreeBSD (6.2-STABLE) reboots without any reason for more times in the month. Last reboots block the system for 10-20 seconds and then reboots.. i have set this is my previous posts. My PC is Intel Pentium3 866 MHz, 192 MB of RAM

Sunfire X2200 ipfw and bge issues

2007-03-29 Thread Lisa Besko
We have a new Sunfire X2200 and when I load 6.2 stable on it ipfw will not load on boot. After the system boots I can do a kldload ipfw and get it working. This system is also rebooting every time I plug the ethernet cable into the bge0 port on the system. The NVE ports don't show up at

Re: Xen Dom0, are we making progress?

2007-03-29 Thread Matthew Dillon
:Virtual kernels are a cool idea, but I (and I believe practically anyone :using FreeBSD for non-development work) would much rather see a Xen-like :functionality (to be precise: ability to run foreign kernels and :Windows; qemu is too slow) than just a variation of the native kernel. There

Re: Sunfire X2200 ipfw and bge issues

2007-03-29 Thread Jeremy Chadwick
On Thu, Mar 29, 2007 at 03:19:19PM -0400, Lisa Besko wrote: We have a new Sunfire X2200 and when I load 6.2 stable on it ipfw will not load on boot. After the system boots I can do a kldload ipfw and get it working. This system is also rebooting every time I plug the ethernet cable into

Re: Sunfire X2200 ipfw and bge issues

2007-03-29 Thread Lisa Besko
Jeremy Chadwick wrote: On Thu, Mar 29, 2007 at 03:19:19PM -0400, Lisa Besko wrote: We have a new Sunfire X2200 and when I load 6.2 stable on it ipfw will not load on boot. After the system boots I can do a kldload ipfw and get it working. This system is also rebooting every time I plug the

pam_group question/proposal

2007-03-29 Thread Taras Savchuk
I tried to use pam_group to allow accessing imap(dovecot) only for users in certain group (users/groups stored in AD and checked out via LDAP/Kerberos), but pam_group is checking applicant's group membership. I'm sure, that in many cases is more useful to check group membership of target

adding a host

2007-03-29 Thread Ilya Vishnyakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Freebsd Gurus! I set up the test server with Windows 2003 to play. Now I'm trying to add a hostname to our existing domain: newhostname.domain.com The server runs FreeBSD 6.2 with pf firewall. I added ip address and hostname to /etc/hosts Is

More on: No buffer space available

2007-03-29 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 'k, here's a bit more data, see if something jumps out at anyone ... first, a bit of a timeline ... Tonight, after ~75hrs uptime, I got an SMS, which is what generally indicates the problem has begun ... the SMS is a result of a cron job running

Re: pam_group question/proposal

2007-03-29 Thread Craig Boston
On Fri, Mar 30, 2007 at 01:16:13AM +0400, Taras Savchuk wrote: I tried to use pam_group to allow accessing imap(dovecot) only for users in certain group (users/groups stored in AD and checked out via LDAP/Kerberos), but pam_group is checking applicant's group membership. I'm sure, that in

kernel kompile error

2007-03-29 Thread zen
Dear users; i recently compile my kernel to enable SMP support, but during process makedepend it shown these error messages: ./vnode_if.h:742:42: macro VCALL passed 3 arguments, but takes just 1 ./vnode_if.h:772:40: macro VCALL passed 3 arguments, but takes just 1 ./vnode_if.h:809:40: macro VCALL

Re: kernel kompile error

2007-03-29 Thread Kris Kennaway
On Fri, Mar 30, 2007 at 11:22:47AM +0700, zen wrote: Dear users; i recently compile my kernel to enable SMP support, but during process makedepend it shown these error messages: You probably broke something, but you didn't give us enough information to tell what. Start by explaining exactly

Re: Sunfire X2200 ipfw and bge issues

2007-03-29 Thread Ian Smith
On Thu, 29 Mar 2007, Lisa Besko wrote: Jeremy Chadwick wrote: On Thu, Mar 29, 2007 at 03:19:19PM -0400, Lisa Besko wrote: We have a new Sunfire X2200 and when I load 6.2 stable on it ipfw will not load on boot. After the system boots I can do a kldload ipfw and get it working.