Re: Static IP on a Bridge

2011-12-29 Thread Benjamin Lee
s Use Netif Expire > localhost link#11UH 00lo0 [...] What happens if you run 'route add default 192.168.1.1' instead of DHCP? What is the output of '/etc/rc.d/routing restart'? -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: swap pager:indefinite wait buffer: message out of vm.c

2010-12-02 Thread Benjamin Lee
resides (and I only see this with large, single files) > then this problem might result. But that is a guess, and speculation. > > Does anyone know if this can occur under later versions of FreeBSD? Hi Mark, Do you have any test cases that reliably reproduce the problem? I've see

Re: ports INDEX file

2010-07-23 Thread Benjamin Lee
piled. This would save even more resources, since you only compile php5 once, rather than once per machine. -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: ports INDEX file

2010-07-22 Thread Benjamin Lee
e not to use the supported method of installing it (i.e. installing the ports tree), you'll have to create your own. Hint: Per ports(7), take a look at the definition of the 'fetchindex' target. -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: rmconfig from all ports tree

2010-07-21 Thread Benjamin Lee
On 07/21/2010 04:38 PM, claudiu vasadi wrote: > hello guys, > > is there a way to do "make rmconfig" for all ports at once ? The fastest way is: rm -rf /var/db/ports/* but this breaks the abstraction. The "right" thing to do would be to make rmconfig in each port

Re: Apache 2.2, mod_auth_kerb

2010-06-04 Thread Benjamin Lee
On 06/03/2010 02:16 AM, John wrote: > On 2010-06-03 07:45, Benjamin Lee wrote: >> On 05/20/2010 06:02 AM, John wrote: >> >>> Hi list. >>> >>> I'm having problems getting mod_auth_kerb to play nice on one of my >>> servers. >>> I h

Re: Apache 2.2, mod_auth_kerb

2010-06-02 Thread Benjamin Lee
drop the issue right now, I just want to know for sure > before I spend hours trying to solve it. Hi John, What is the output of 'ldd /usr/local/libexec/apache22/mod_auth_kerb.so'? -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: BTX Halted

2009-10-06 Thread Benjamin Lee
ell R900 with 4 CPU, 64GB RAM > ESX 4.0 installed on R900 > FreeBSD 7.2 amd64 > > What is this mean? Did you create the guest with a 64-bit CPU? -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: Best practices for securing SSH server

2009-06-22 Thread Benjamin Lee
ble for this purpose, including security/sshguard and security/denyhosts. -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: 7.2 Installation Problem - Large Disk

2009-05-07 Thread Benjamin Lee
. As a workaround, you may wish redo your RAID configuration so that you have multiple logical volumes (e.g. 2T, 2T, 0.5T). [1] http://www.freebsd.org/projects/bigdisk/index.html -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: PAM-SSH-LDAP problem

2009-04-17 Thread Benjamin Lee
pful to read through the FreeBSD LDAP Authentication article[1]. [1] http://www.freebsd.org/doc/en/articles/ldap-auth/index.html -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: Problem: FreeBSD 7.x && ssh v2 && nss_ldap

2009-04-15 Thread Benjamin Lee
s://... in ldap.conf) > > Does anybody see similar problems? Does anybody have an idea what may > couse the problem? I recently submitted ports/133501 regarding this issue, but I have not yet received a response. My workaround was to disable pthread_atfork support, so the problem might be re

nss_ldap problems with pthread_atfork on RELENG_7

2009-02-13 Thread Benjamin Lee
On 02/11/2009 04:20 PM, Benjamin Lee wrote: > On 02/10/2009 10:08 PM, Arjun Singh wrote: >> Thanks for the advice. I tried to see if I could get nscd to solve anything, >> but it seems to just hide the problem, and not completely. With nscd >> enabled, the first login fails.

Re: nss_ldap SSL/TLS problems..

2009-02-11 Thread Benjamin Lee
enLDAP. In my environment, the machines use pam_krb5 for authentication, so the problem is definitely not related to pam_ldap. Have you filed a problem report? -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: Edit user groups

2009-01-21 Thread Benjamin Lee
ead through the entire src tree? And the source of every software package you've ever installed? If so, it would be a drop in the bucket to read through sudo as well. I see that you sent your e-mail from a Windows box... P.S. There is a difference between a keygen and a keylogger. -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: Help! locate.code /tmp: filesystem full

2009-01-14 Thread Benjamin Lee
> /dev/ar0s1f387G168G189G47%/usr > /dev/ar0s1e7.7G398M6.7G 5%/var > > As you see there's 910MB free space in /tmp. Should be plenty to run the > weekly locate script? [...] What is the output of 'df -i /tmp'? -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: Downgrading Ports

2008-12-05 Thread Benjamin Lee
; doesn't work on a port not installed yet. > Am I doing something wrong? > The port name is 'freeradius' (without the trailing 2): $ sudo portdowngrade freeradius portdowngrade 0.6 by Heiner Eichmann Please note, that nothing is changed in the ports tree unless it is explicitly permitt

Re: Downgrading Ports

2008-12-04 Thread Benjamin Lee
it > therefore I would like to downgrade ports to try install an older version. > > > Any advise? See portdowngrade(1) -- it doesn't do what you think it does. Use it to fetch an earlier version of the port and then reinstall it however you wish, e.g. using portupgr

Re: best way to add patch to x11/slim-1.3.1

2008-11-19 Thread Benjamin Lee
eed to make to get the > port to complie in the patch file? You should read the FreeBSD Porter's Handbook [1]. In particular, you'll probably be interested in section 4.4, "Patching" [2]. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html [2] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch.html -- Benjamin Lee http://www.b1c1l1.com/ signature.asc Description: OpenPGP digital signature

Re: preparing for an upgrade

2008-11-18 Thread Benjamin Lee
from scratch (pkg_delete -af please) when upgrading between > major FreeBSD versions (e.g. 6.x -> 7.x). Is there a particular reason that you recommend using pkg_delete? I just did 'portupgrade -aRf' for my 6.2 -> 7.0 upgrades. -- Benjamin Lee http://www.b1c1l1.com/ sig

Re: Question on creating a video server

2008-11-08 Thread Benjamin Lee
nd hacking V4L into the FreeBSD kernel. That's why I eventually made the decision to run MythTV on Linux, even though I'd *much* rather administer a machine running FreeBSD. -- Benjamin Lee signature.asc Description: OpenPGP digital signature

Re: Locked out of Root

2008-10-22 Thread Benjamin Lee
Is there any way that I can gain root? I know the root password and > everything, but I just can't get to it. The user is not in the wheel > group, and root login is disabled in SSH. > > Thanks for any help/advice. Login as the unprivileged user and run: $ su See su(1). --

Re: updating a port with problems (libxml2)

2008-10-17 Thread Benjamin Lee
To get libxml2 reinstalled before the port is bumped you'll want to try 'make -DDISABLE_VULNERABILITIES reinstall'. In general, it's easier to use portupgrade(1). See "Using the Ports Collection"[1] in the FreeBSD Handbook. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html -- Benjamin Lee signature.asc Description: OpenPGP digital signature

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-14 Thread Benjamin Lee
tting a cookie, but thats > just a guess ... could it be OS related? Is your Mailman web interface served over https? If so, you might want to check that DEFAULT_URL_PATTERN is set correctly in mm_cfg.py, for instance: DEFAULT_URL_PATTERN = 'https://%s/mailman/' -- Benjamin Lee signature.asc Description: OpenPGP digital signature