Re: Help Finding ZFS snapshots

2011-09-06 Thread krad
On 5 September 2011 16:58, Gene f...@brightstar.bomgardner.net wrote: On Mon, 05 Sep 2011 11:35:34 -0400, Daniel Staal wrote --As of September 5, 2011 10:23:32 AM -0500, Gene is alleged to have said: On Mon, 05 Sep 2011 10:48:22 -0400, Daniel Staal wrote --As of September 5, 2011

Re: IPsec phase 1 and 2 negotiation in an infinite loop.

2011-09-06 Thread Mike Tancsa
On 9/5/2011 11:58 PM, Mikhail Goriachev wrote: (p: #1 protoid=isakmp transform=1 (t: #1 id=ike (type=lifetype value=sec)(type=lifeduration value=7080)(type=enc value=3des)(type=auth value=preshared)(type=hash value=sha1)(type=group desc value=modp1024 (vid: len=16

fetchmail in system-wide mode

2011-09-06 Thread Xavier FreeBSD questions
Hello, On the Internet there are some sites where they say to start fetchmail(1) in system-wide should put these two options in rc.conf(5) : fetchmail_enable=YES fetchmail_polling_interval=60 Although the second is optional and at first has little to do with this question because this question

bb hang detected

2011-09-06 Thread Monkeyfoahead
Hello, periodically I get a ath0 bb hang detected resetting message on my console. When this happens, sometimes it sets my default route to 0.0.0.0/24. Is there a way to make my routing tables unchangeable? Or to stop the bb hang error? Thanks___

Re: fetchmail in system-wide mode

2011-09-06 Thread Daniel Bye
On Tue, Sep 06, 2011 at 03:10:50PM +0200, Xavier FreeBSD questions wrote: Hello, On the Internet there are some sites where they say to start fetchmail(1) in system-wide should put these two options in rc.conf(5) : fetchmail_enable=YES fetchmail_polling_interval=60 This has worked for me

ejabberd cannot be controlled with ejabberdctl

2011-09-06 Thread Vick Khera
A while ago I upgraded ejabberd from 2.1.5 to 2.1.8, and also updated erlang to r14b03 (not sure the prior version, but it was an r14 release). Running on FreeBSD 8.2/i386. Ever since the upgrade, I cannot use the ejabberdctl program to control it. It always says Failed RPC connection to the node

FW: cpio command and schg flags

2011-09-06 Thread joeb1
I am trying to use this code sequence to clone a directory tree. mkdir /usr/test1 cd /var find . | cpio -dmp /usr/test1 The result is /usr/test1 gets populated with the directory tree but all the schg flags get stripped off. How can I keep the schg flags in the cloned directory? Did

Re: A quality operating system

2011-09-06 Thread Michael Doyle
Lots of other people have given good answers. I'm just chiming in on points 3 and 7 On 20 Aug 2011, at 05:47, Evan Busch wrote: What is a quality operating system? I work as a database developer in an SME. I support end users on Mac OSX and Windows XP .. Windows Vista clients, and

wheel group mkdir

2011-09-06 Thread Fbsd8
I have a user that belongs to the wheel group but when the user tries to issue mkdir command it gets a permission denied error. How do I fix this? ___ freebsd-questions@freebsd.org mailing list

Re: wheel group mkdir

2011-09-06 Thread Matthew Seaman
On 06/09/2011 16:49, Fbsd8 wrote: I have a user that belongs to the wheel group but when the user tries to issue mkdir command it gets a permission denied error. How do I fix this? Make the directory that contains where your user is trying to create a new subdirectory writable by group

Re: IPsec phase 1 and 2 negotiation in an infinite loop.

2011-09-06 Thread Mikhail Goriachev
Mike Tancsa wrote: On 9/5/2011 11:58 PM, Mikhail Goriachev wrote: (p: #1 protoid=isakmp transform=1 (t: #1 id=ike (type=lifetype value=sec)(type=lifeduration value=7080)(type=enc value=3des)(type=auth value=preshared)(type=hash value=sha1)(type=group desc

Re: wheel group mkdir

2011-09-06 Thread Polytropon
On Tue, 06 Sep 2011 17:49:32 +0100, Matthew Seaman wrote: Either that, or teach your user to use su(1) or sudo(1) so they can mkdir as root. (Adding users to group wheel so they are permitted to run su(1) is a BSD-ism, and is the usual reason for adding anyone to wheel.) Just an addition: In

Re: wheel group mkdir

2011-09-06 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Tue Sep 6 11:07:48 2011 Date: Tue, 06 Sep 2011 11:49:04 -0400 From: Fbsd8 fb...@a1poweruser.com To: Freebsd-questions@freebsd.org Cc: Subject: wheel group mkdir I have a user that belongs to the wheel group but when the user tries to issue

Re: wheel group mkdir

2011-09-06 Thread Fbsd8
Matthew Seaman wrote: On 06/09/2011 16:49, Fbsd8 wrote: I have a user that belongs to the wheel group but when the user tries to issue mkdir command it gets a permission denied error. How do I fix this? Make the directory that contains where your user is trying to create a new subdirectory

Re: wheel group mkdir

2011-09-06 Thread Jon Radel
On 9/6/11 7:13 PM, Fbsd8 wrote: Thanks for your reply. I have a user id that is in the wheel group. I su and get prompted for the user id's password after which I get returned to the command line. Running the script with the mkdir command embedded still returns Permission Denied message. I have

Re: wheel group mkdir

2011-09-06 Thread Beech Rintoul
On Tuesday 06 September 2011 15:13:48 Fbsd8 wrote: Matthew Seaman wrote: On 06/09/2011 16:49, Fbsd8 wrote: I have a user that belongs to the wheel group but when the user tries to issue mkdir command it gets a permission denied error. How do I fix this? Make the directory that

Re: cpio command and schg flags

2011-09-06 Thread Fbsd8
I am trying to use this code sequence to clone a directory tree. mkdir /usr/test1 cd /var find . | cpio -dmp /usr/test1 The result is /usr/test1 gets populated with the directory tree but all the schg flags get stripped off. How can I keep the schg flags in the cloned directory? Did you

Re: wheel group mkdir

2011-09-06 Thread Fbsd8
Beech Rintoul wrote: On Tuesday 06 September 2011 15:13:48 Fbsd8 wrote: Matthew Seaman wrote: On 06/09/2011 16:49, Fbsd8 wrote: I have a user that belongs to the wheel group but when the user tries to issue mkdir command it gets a permission denied error. How do I fix this? Make the

SV: wheel group mkdir

2011-09-06 Thread Hasse Hansson
-Oprindelig meddelelse- Fra: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] På vegne af Fbsd8 Sendt: den 7 september 2011 01:14 Til: Matthew Seaman Cc: Freebsd-questions@freebsd.org Emne: Re: wheel group mkdir Matthew Seaman wrote: On 06/09/2011 16:49,

Re: SV: wheel group mkdir

2011-09-06 Thread Fbsd8
Hasse Hansson wrote: -Oprindelig meddelelse- Fra: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] På vegne af Fbsd8 Sendt: den 7 september 2011 01:14 Til: Matthew Seaman Cc: Freebsd-questions@freebsd.org Emne: Re: wheel group mkdir Matthew Seaman wrote:

Re: nss-3.12.11.with.ckbi.1.87.tar.gz: File unavailable (e.g., file not found, no access)

2011-09-06 Thread Antonio Olivares
On Mon, Sep 5, 2011 at 8:33 PM, Dan Nelson dnel...@allantgroup.com wrote: In the last episode (Sep 05), Antonio Olivares said: Dear folks, sorry to bother you guys, but I am encountering a problem updating I need 4 ports only, but can't get past the error above: Building new INDEX files...

Re: Best Server OS for Someone That Does not Want to Touch a Shell on a Regular Basis?

2011-09-06 Thread Frank Shute
On Mon, Sep 05, 2011 at 04:36:23PM +0200, Polytropon wrote: On Mon, 05 Sep 2011 10:20:22 -0400, Pierre-Luc Drouin wrote: How well does it work to use binary packages only to maintain a FreeBSD web server in general (I am thinking of package availability, but also and in particular as a

Re: fetchmail in system-wide mode

2011-09-06 Thread Xavier FreeBSD questions
On Tue, Sep 06, 2011 at 03:19:36PM +0100, Daniel Bye wrote: Hi Daniel, On Tue, Sep 06, 2011 at 03:10:50PM +0200, Xavier FreeBSD questions wrote: Hello, On the Internet there are some sites where they say to start fetchmail(1) in system-wide should put these two options in rc.conf(5) :

Can someone help me with Ghostscript9?

2011-09-06 Thread Scott Ballantyne
Hello, Trying to build ghostscript9 it fails because it is unable to make ./obj/../soobj/ld.tr. I've looked in UPDATING and also googled, with no luck. I've appended the output from make at the end. Thanks in advance Scott gmake[1]: Entering directory