fusefs-libs compile error

2013-09-25 Thread Doug Sampson
While trying to upgrade from 2.9.3 of fusefs-libs: root@squid:/usr/ports/sysutils/fusefs-libs# make install clean ===> Building package for fusefs-libs-2.9.3_1 Creating package /usr/ports/packages/All/fusefs-libs-2.9.3_1.tbz Registering depends: libiconv-1.14_1. Creating bzip'd tar ball in '/u

Squid with Kerberos user authentication

2011-06-30 Thread Doug Sampson
I'm running squid on a proxy server for several years and now my boss wants usage reports organized by users' login names instead of IP addresses. We're in an Active Directory environment and use Kerberos authentication. I googled around and used this link: http://wiki.squid-cache.org/ConfigExampl

LaCie P'9230 Is Not Recognized

2012-04-23 Thread Doug Sampson
I went out and got a LaCie P'9230 drive, an external USB 3.0/2.0 2TB drive (http://www.lacie.com/products/product.htm?id=10559). FreeBSD 9.0-STABLE #5 running on an Intel D845GEBV2L motherboard does not recognize it. Apr 23 15:57:11 test kernel: usb_alloc_device: set address 2 failed (USB_ERR_S

RE: LaCie P'9230 Is Not Recognized

2012-04-24 Thread Doug Sampson
> I went out and got a LaCie P'9230 drive, an external USB 3.0/2.0 2TB drive > (http://www.lacie.com/products/product.htm?id=10559). FreeBSD 9.0-STABLE > #5 running on an Intel D845GEBV2L motherboard does not recognize it. > > Apr 23 15:57:11 test kernel: usb_alloc_device: set address 2 failed > (

NFSv4 ACL permissions setting

2012-08-30 Thread Doug Sampson
Hello all- I've set up ZFS on a FreeBSD 9.0 64-bit server recently. One of the things I've had to learn relates to NFSv4 ACLs. I've developed two scripts to reset permissions- one for files and the other for folders. I've run into an issue with executing a script to set permissions on a bunch o

RE: NFSv4 ACL permissions setting

2012-09-05 Thread Doug Sampson
> Wiadomość napisana przez Doug Sampson w dniu 31 sie 2012, o godz. 01:42: > > [..] > > > group:DSP-production:rwxpDdaARWcCos:fd:allow <<<<< > - > > group:DSP-production:rwxpDdaARWcCos:fd:allow <<<<&l

RE: NFSv4 ACL permissions setting

2012-09-05 Thread Doug Sampson
> >>> #!/bin/sh > >>> # run this script where you wish to effect the changes > >>> # reset perms to default > >>> find . -type d -print0 | xargs -0 setfacl -b * > >> > >> Why the asterisk? Also, using "-m" with NFSv4 ACLs is not a very good > >> idea - it's supposed to work, but with NFSv4 ACLs th

RE: What replaces csup?

2012-09-20 Thread Doug Sampson
> > I also find portsnap slower than either > > csup or svn. > > That surprises me. Once the initial download and extract is done, I find > "portsnap fetch update" to be miles faster than csup. However, each to > his own, I suppose. +1 ___ freebsd-quest

apcupsd 3.4.10 fails to install

2012-09-21 Thread Doug Sampson
Hello- I'm having troubling installing apcupsd 3.4.10 on a FreeBSD 9.0 machine. This is what I get: aries# pwd /usr/ports/sysutils/apcupsd aries# make install clean ===> Building for apcupsd-3.14.10 src src/lib src/drivers src/drivers/apcsmart src/drivers

RE: apcupsd 3.4.10 fails to install

2012-09-21 Thread Doug Sampson
> I'm having troubling installing apcupsd 3.4.10 on a FreeBSD 9.0 machine. > This is what I get: > > aries# pwd > /usr/ports/sysutils/apcupsd > aries# make install clean > ===> Building for apcupsd-3.14.10 > src > src/lib > src/drivers > src/drivers/apcsmart >

RE: Anyone using squid and pf?

2012-11-27 Thread Doug Sampson
[...] > Rules from pf.conf > > > # macros > ext_if="xl0" > int_if="bge0" > > tcp_services="{ 22, 993, 5910:5917 }" > tcp_priv_services="{ 389, 443 }" > proxy_services = "{ 21, 80 }" > icmp_types="{ echoreq unreach squench timex }" > internal_net = "17

freeze PHP5 at specific version

2010-04-16 Thread Doug Sampson
Recently I discovered that PHP 5.3.x broke my Viart installation. It turned out that ZendOptimizer 3.3.0.a cannot function with PHP 5.3.x. Thus I was forced to downgrade down to PHP5-5.2.12_2. Question: How can I force portupgrade not to upgrade to PHP5-5.3.x? I've tried googling and researching p

RE: freeze PHP5 at specific version

2010-04-16 Thread Doug Sampson
> Have a look at this page: > http://myfreebsd.homeunix.net/hints_n_kinks/ports-pkgtools.html. If > you > add the php port names to the HOLD_PKGS array, that prevents > portupgrade > from touching them. > Bingo! That is what I'm looking for! Say, do I need to list each PHP5 extension in the HOL

messed up ports index

2010-06-11 Thread Doug Sampson
Hello, I have a messed up ports index that I cannot clean. I want to uninstall lang/php5 but it does not seem to uninstall. The same thing goes for security/php5-hash. I was uninstalling php5 ports in an effort to return to the php52 ports. So that is how this happened. I ran the pkgdb -F but it l

RE: messed up ports index

2010-06-11 Thread Doug Sampson
> > Hello, > > I have a messed up ports index that I cannot clean. I want to > uninstall > lang/php5 but it does not seem to uninstall. The same thing goes for > security/php5-hash. I was uninstalling php5 ports in an effort to > return > to the php52 ports. So that is how this happened. I ran th

RE: messed up ports index

2010-06-11 Thread Doug Sampson
> > I have a messed up ports index that I cannot clean. I want to > > uninstall > > lang/php5 but it does not seem to uninstall. The same thing goes > for > > security/php5-hash. I was uninstalling php5 ports in an effort to > > return > > to the php52 ports. So that is how this happened. I ran the

RE: messed up ports index

2010-06-11 Thread Doug Sampson
> On Jun 11, 2010, at 3:48 PM, Doug Sampson wrote: > > portmaster -o lang/php52 lang/php5 > > > > Now I am left with only one item as follows: > > > > php5-mhash-5.2.12_2 < needs updating (port has 5.3.2_1) > > > > There is *no* lang/php5-mh

RE: messed up ports index

2010-06-11 Thread Doug Sampson
> > there is no security/php5-mhash. How can I remove this safely? > > pkg_delete -f php5-mhash-5.2.12_2 > corvus-root@/usr/ports/security/php52-mhash: pkg_delete -f php5-mhash-5.2.12_2 pkg_delete: file '/usr/local/lib/php/20060613/mhash.so' doesn't exist pkg_delete: file '/usr/local/include/php

Cannot start smartd on Quantum drive

2010-06-24 Thread Doug Sampson
Hello, Running FreeBSD 8.0. I cloned using 'dump' a very old and failing Fujitsu drive that was mounted as /dev/ad0 to a Quantum drive that was mounted at the time of dumping as /dev/ad3. I used the method of cloning described in http://forums.freebsd.org/showthread.php?t=11680. There is a second

newaliases not working?

2007-02-06 Thread Doug Sampson
I'm having trouble getting the periodic reports sent out on a daily basis from a FreeBSD 6.2 server. I've changed the /etc/aliases file so that root points to an administrative mail address. But for some reason it doesn't get translated to the admin email address. I've run the 'newaliases' several

RE: newaliases not working?

2007-02-07 Thread Doug Sampson
> > Mail log below. The first four lines are a result of > running 'periodic > > daily'. The last four lines is when I address a mail directly to > > admin(at)dawnsign.com (the @ sign has been changed to protect it). > > > > Feb 6 17:00:03 ftp sendmail[11196]: l17103fh011196: from=root, > > siz

RE: newaliases not working?

2007-02-07 Thread Doug Sampson
> > I'm having trouble getting the periodic reports sent out on > a daily basis > > from a FreeBSD 6.2 server. I've changed the /etc/aliases > file so that root > > points to an administrative mail address. > > You can do that directly in /etc/periodic.conf: > > daily_output="[EMAIL PROTECTED]"

RE: newaliases not working?

2007-02-07 Thread Doug Sampson
> On 2007/02/07 9:33, Doug Sampson seems to have typed: > > Nice to know this. However, I still would like to fix the > issue with the > > /etc/aliases not being used to translate any mail sent to root to an > > alternate email address. If anyone knows a cure to

RE: newaliases not working?

2007-02-07 Thread Doug Sampson
> >> I believe that sendmail wants /etc/mail/aliases.db not > /etc/aliases. > >> You can remake your aliases.db by: > >> cd /etc/mail > >> make maps > >> > > Does not seem to do the trick. > > Sorry, try: > make aliases restart > > (more Makefile for other options) > No dice. Feb 7 11:29:48

FW: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Doug Sampson
I posted this to the Samba list yesterday and since this is related to FreeBSD I thought I'd post to this list. Can anyone shed some light on the 'getent' command in FreeBSD 5.4? It isn't working and I'd like to know if it's because it's based on Linux instead of FreeBSD thus rendering it's usefuln

RE: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Doug Sampson
> That email is referring to the getent command inside the linux /compat > tree. If you need that command to work, you will need to install and > set up the appropriate *linux* libraries and files into > /compat/linux/ . > If this is your only problem, I'd recommend just not running linuxes > get

RE: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Doug Sampson
> FreeBSD doesn't come with a getent program. I was able to compile > OpenSolaris' getent on FreeBSD with minimal problems, though. You'll > have to remove support for ipnodes, project, and netmasks since those > are Solaris-specific, remove the gettext code, and you'll need to > provide a "putpw

RE: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Doug Sampson
> Yes, that getent command should suffice for printing users and groups, > including any NSS-provided ones. You can also use the 'id' > or 'pw user > show' commands to print similar info. aries-root@/usr/local/etc: pw group show DSP-PRODUCTION pw: unknown group `DSP-PRODUCTION' aries-root@/usr/l

Ruby won't upgrade to 1.8.5

2006-09-01 Thread Doug Sampson
When trying to portupgrade ruby to 1.8.5, I get the following: <..snip..> Generating RI... /usr/ports/lang/ruby18/work/ruby-1.8.5/lib/yaml.rb:387: [BUG] Segmentation fault ruby 1.8.5 (2006-08-25) [i386-freebsd6] Abort trap *** Error code 134 Stop in /usr/ports/lang/ruby18/work/ruby-1.8.5. *** E

HP USB 2.0 Tape Drive

2009-12-09 Thread Doug Sampson
Hi, I'm looking to buy a tape drive and am currently looking at USB 2.0 DAT tape drives from HP. I searched the hardware compatibility list and cannot locate any information tape drives except the disclaimer that SCSI tape drives do work on SCSI controller cards that are recognized by the FreeBSD

RE: HP USB 2.0 Tape Drive

2009-12-09 Thread Doug Sampson
> Hi Doug, > > > Does anyone have had positive or negative experience using > these USB-based > > DAT tape drives? Specifically, I am looking at the HP > (Hewlett-Packard) > > I know that I am not really answering your question but here are a > couple of thoughts that came to my mind when readi

setting default directory ACLs using xargs

2010-02-12 Thread Doug Sampson
I need to do this at the command prompt for all directories: r...@aries:/data/Products# getfacl -d . # file: . # owner: DSP-alfredo # group: DSP-production r...@aries:/data/Products# getfacl . | setfacl -d -b -n -M - . r...@aries:/data/Products# getfacl -d . # file: . # owner: DSP-alfredo # group:

3Ware 9650SE with 4 disk array

2008-01-16 Thread Doug Sampson
Hi, We've received a server containing 3Ware 9650SE controller with 4 ports and it comes with 4 WD7500AYYS drives with the following drive parameters of LBA 1465149168 (sectors?). I'm using FBSD 7.0 RC-1 which provides the necessary drivers for that controller card. The array is created using RAID

3Ware 9650SE with 4 disk array

2008-01-16 Thread Doug Sampson
Hi, We've received a server containing 3Ware 9650SE controller with 4 ports and it comes with 4 WD7500AYYS drives with the following drive parameters of LBA 1465149168 (sectors?). I'm using FBSD 7.0 RC-1 which provides the necessary drivers for that controller card. The array is created using RAID

RE: 3Ware 9650SE with 4 disk array

2008-01-22 Thread Doug Sampson
> Hi, > > We've received a server containing 3Ware 9650SE controller > with 4 ports and > it comes with 4 WD7500AYYS drives with the following drive > parameters of LBA > 1465149168 (sectors?). I'm using FBSD 7.0 RC-1 which provides > the necessary > drivers for that controller card. The array

How to create statically linked bacula-fd?

2009-02-18 Thread Doug Sampson
We blew up one of our servers recently and we wanted to restore backed-up data from a Bacula storage server. The Bacula recovery process states that one needs to create a statically linked bacula-fd daemon in order to start the recovery process but it does not offer a how-to for FreeBSD systems-- o

buildworld crashes

2009-02-25 Thread Doug Sampson
I accidentally did a dump on the wrong machine running FBSD 7.1-prerelease overwriting all of the file systems with content from another machine. This machine is simply a ftp server whereas the other machine a FAMP server running FBSD 7.1-prerelease. I would like to keep the contents of the ftp sit

growfs

2008-06-03 Thread Doug Sampson
I want to ensure that I am correctly applying the concept of the growfs command. I want to remove /dev/ad2s1h and expand /dev/ad2s1g to occupy all of the space left behind by the deletion of /dev/ad2s1h. [EMAIL PROTECTED]:/root# bsdlabel -e /dev/ad2s1 # /dev/ad2s1: 8 partitions: #size o