Re: Write only directory.

2012-05-07 Thread Paul Halliday
On Mon, May 7, 2012 at 3:49 PM, Randal L. Schwartz wrote: >>>>>> "Paul" == Paul Halliday writes: > > Paul> Is it possible to let a user write to a directory but not access the > Paul> file after they write it? > > Paul> The file is being trans

Write only directory.

2012-05-07 Thread Paul Halliday
Is it possible to let a user write to a directory but not access the file after they write it? The file is being transferred via scp and after the transfer I don't want them to be able to re-fetch or even get a directory listing. Thanks. -- Paul Halliday http://www.squertprojec

Apache with LDAP from ports failing.

2011-01-07 Thread Paul Halliday
I am trying to build apache22 on a fresh 8.1 box from ports. It is dying right about here: mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure. Help! :) -- Paul Halliday http://www.pintumbler.org

Force reboot after kernel panic.

2010-04-13 Thread Paul Halliday
How can I enforce this? Presently the system just hangs. Thanks. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: panic: sleeping thread

2010-04-01 Thread Paul Halliday
On Mon, Mar 22, 2010 at 9:28 AM, Paul Halliday wrote: > I have a couple VM's that randomly halt with this error: > > Sleeping thread (tid 10018, pid 1058) owns a non-sleepable lock > panic: sleeping thread > cpuid = 0 > Uptime 11h14m31s > Cannot dump. Device

panic: sleeping thread

2010-03-22 Thread Paul Halliday
I have a couple VM's that randomly halt with this error: Sleeping thread (tid 10018, pid 1058) owns a non-sleepable lock panic: sleeping thread cpuid = 0 Uptime 11h14m31s Cannot dump. Device not defined or unavailable. FreeBSD 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 r

Will this work with AMD64?

2010-02-24 Thread Paul Halliday
http://processorfinder.intel.com/details.aspx?sSpec=SLANP CPU: Intel(R) Xeon(R) CPU X5460 @ 3.16GHz (3158.77-MHz 686-class CPU) I am just reading this (the "marked as 5xx numbers" has me confused): # Intel 64-bit Xeon™ (“Nacona”). This processor is fabricated on 90nm process technolog

FreeBSD 8.0, HyperV and non-uniform processors.

2010-01-11 Thread Paul Halliday
Is this warning as harmful as it sounds: WARNING: Non-uniform processors. WARNING: Using suboptimal topology. More info: CPU: Intel(R) Xeon(R) CPU E7330 @ 2.40GHz (2304.83-MHz 686-class CPU) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 0 package(s

Which interface to firewall when using lacp.

2009-12-23 Thread Paul Halliday
If I have em0 and em1 comprising lagg0 which interface would I apply PF inbound rules on? Thanks. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questio

Re: Looking for troubleshooting tips.

2009-10-27 Thread Paul Halliday
just a matter of adding more ram? Or do I increase the swap space? Or is there another issue here; I have never ran out of swap space before? Thanks. On Wed, Oct 21, 2009 at 9:58 AM, Paul Halliday wrote: > I use Freebsd as the base for my network monitoring sensors. These > machines run a n

Looking for troubleshooting tips.

2009-10-21 Thread Paul Halliday
I use Freebsd as the base for my network monitoring sensors. These machines run a netflow probe, act as a netflow collector and spool full content data from a snort process FIFO that is bound to a span port. During peak hours this can be 100MB saturated, its connected to a GB intel NIC on the box (

export PATH in script called via Cron.

2009-10-16 Thread Paul Halliday
I have a script that I call via Cron. It wont work unless I include a path: #!/usr/local/bin/bash PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin" export $PATH which is fine and works. Out of curiosity though, why is it that if I call it from the cl like ./test.sh I get this e

Problem: PPOE and a Static IP.

2009-04-14 Thread Paul Halliday
I am following the instructions on this page: http://www.freebsd.org/doc/en/books/handbook/pppoe.html I had initially thought it was a problem with the modem so I had a technician come in to take a look; when hooked up to his windows laptop: 1) He had to assign the interface the static address

OT: Ping (DUP!).

2009-03-24 Thread Paul Halliday
I couldn't think of a better place to throw this out, so I will try here. Is this situation always indicative of a network problem or can you get a DUP from a machine that is multihomed and doing load balancing? Thanks. ___ freebsd-questions@freebsd.org

Can stock syslog do hostA -> fileA?

2009-02-26 Thread Paul Halliday
I am collecting syslogs from a PIX and a couple of Barracudas. It would be a lot easier for each to have their own logfile. I have been poking around a bit; I saw this one: +host1 /var/log/host1 but it doesn't appear to work. Is it being trumped by something else in the config file? Is the syntax

rc: not working as expected?

2008-10-10 Thread Paul Halliday
Or maybe an interpretation issue. I have a few startup scripts in rc.d and I am experiencing timing issues. i.e. I need xyz to start before abc. Within xyz I tried: ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

rc: not working as expected? (round 2)

2008-10-10 Thread Paul Halliday
(I mistakenly sent the last msg before finishing..) Or maybe an interpretation issue. I have a few startup scripts in rc.d and I am experiencing timing issues. i.e. I need xyz to start before abc. Within xyz I tried: # REQUIRE: abc This didn't work so I tried: 100.xyz 900.abc which doesn't a

Dual boot.

2007-05-30 Thread Paul Halliday
I just installed 6.2 on a 90GB drive. During the installation I created the usual partitions and left 50GB untouched. I then rebooted ran partition magic to put a DOS FS on the remainder then ghosted XP pro onto it. What is the process now to dual boot this? I have tried booting then: sysinstall

Install from hard disk.

2003-11-01 Thread Paul Halliday
I have two drives in my pc164. What do i need to put on the second drive in order to use it as the installation media? I have tried dd'ing the floppy images to the second hard drive but this doesnt work. Any pointers? Thanks. Paul Halliday. http://dp.peni

Printing.

2003-01-24 Thread Paul Halliday
situation, even other solutions. Thanks. Paul Halliday. http://dp.penix.org --- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Hard drive woes.. (itronix)

2002-11-21 Thread Paul Halliday
. Paul Halliday. http://dp.penix.org --- "And so your god bungled his work deliberately, in order to tempt or test his creature - did he then not know, did he then not doubt what the result would be?" To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Itronix 6250. (fwd)

2002-11-07 Thread Paul Halliday
Any ideas would be greatly appreciated. Note: the bios on this machine, although updated is very limited to drive specific configuration options so anything I do modify must be on the OS end. Thanks. Paul Halliday. http://dp.penix.org --- "And so your god bungled his work d