Search results

  1. bestwc

    Is it necessary to copy int to kernel space before accessing

    Dear all, I'm new to FreeBSD kernel programming, I've seen people talking about using copy to copy user space data to kernel space instead of accessing them directly. I tried copying strings with copyinstr and there's no problem, but I seem can't copy an int value using copyin. Then I realized...
  2. bestwc

    Is ixgbe broken on FreeBSD9 Stable?

    Another interesting finding, the default driver 2.3.1 which comes with the FreeBSD 9 kernel does not seem detects media type. OmniSquid# dmesg | grep ix0 ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.3.11> port 0x4000-0x401f mem 0xd2600000-0xd27fffff,0xd2400000-0xd2403fff irq...
  3. bestwc

    Is ixgbe broken on FreeBSD9 Stable?

    Alright, here are some outputs from the box which has the newest ixgbe driver downloaded from Intel. OmniSquid# dmesg | grep ix0 ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.4.4> port 0x4000-0x401f mem 0xd2600000-0xd27fffff,0xd2400000-0xd2403fff irq 18 at device 0.0 on pci3...
  4. bestwc

    Is ixgbe broken on FreeBSD9 Stable?

    I recently got a brand new Dell PowerEdge R610 server, I installed VMWare ESXi 5.0 on it and attempted to install FreeBSD as guest OS for squid caching. The server has a PCI-E Intel X520-T2 10Gig Network Card Coper Dual Port, which is intended to be used for high speed data transfer between...
  5. bestwc

    zpool can not import

    Phoenix said what I wanted to say, to me, it is pointless to have hardware RAID card with ZFS. But to this problem, you may try zpool export && zpool import -f test Might help
  6. bestwc

    performance tips

    #######PostgreSQL Performance Tuning ee postgresql.conf ---------------------------------------------------- hba_file = 'pg_hba.conf' # host-based authentication file listen_addresses = '*' ---------------------------------------------------- shared_buffers ->Used to hold query...
  7. bestwc

    Why does my system hang?

    Post your kernel configuration file here.
  8. bestwc

    Embedding custom cipher to FreeBSD

    Hi beaute, I'm not familiar with ciphers on FreeBSD, but your requirements sound like you really want a system call. I don't know if that's what you want, but I think it worth a try. You can wrap your cipher code in a system call structure, and use kldload to dynamically load the module into...
  9. bestwc

    How to configure a personal email gateway

    Thanks for your reply and these useful info, I'll update this post as solved and try to search for how-tos based on the names you provided.
  10. bestwc

    How to configure a personal email gateway

    Hi there, I recently configured a home file server with FreeBSD 8-Stable, it works quite well, and now I want to make a further step to move all my emails to FreeBSD. Here's a list of my requirements, - I have Gmail, Yahoo, and an office email accounts - I want a service running on my...
  11. bestwc

    flowtable and 100% load core

    Could you explain more on your problem?
  12. bestwc

    FreeBSD 8.2 gets slower over time.

    Did you apply those patches?
  13. bestwc

    Unknown Option

    If I'm not wrong, MAXUSERS is an depreciated option, or at least we don't need to config that in kernel any more?
  14. bestwc

    Sharing a filesystem between FreeBSD and OS X

    Install FreeBSD on a Mac, for what particular reason? I would rather use Vmware.
  15. bestwc

    Heavy load with apache22 (ufs state in `top`)

    Tools? vmstate? Have you try to retrieve the log file?
  16. bestwc

    apache doesn't start

    /var/log/httpd-error.log ?
  17. bestwc

    portupgrade small hacks

    Nice patch and idea. But any contribution made for FreeBSD's source code is based on the concept of "more performace" or "more reliable". I mean, a "more friendly" patch is not very welcome here because of some "Historical"\"Legendary"\"Endless" problems..�e
  18. bestwc

    creating user from a webpage

    I'm sorry, but you mean "how to use a web application to create a system user account" or "how to create a system account for web applications"?
  19. bestwc

    I love freebsd

    yeah, every body loves freebsd
Back
Top