Re: NFS within a Jail?!

2012-08-10 Thread Wojciech Puchar
Many thanks in advance. Quick answer is No, NFS only runs on the host system. but user space nfsd works. in ports - unfsd ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: Clang with libc++ doesn't find quuick_exit()

2012-08-10 Thread 文鳥
On Fri, 10 Aug 2012 02:21:28 +0400 Артем Зуйков cher...@gmail.com wrote: Hi, I can't build anything with clang libc++ What am I doing wrong? clang++ -stdlib=libc++ test1.cpp -o x In file included from test1.cpp:1: /usr/include/c++/v1/cstdlib:134:9: error: no member named

weird problem with 9.0 Release and ed0

2012-08-10 Thread Christoph P.U. Kukulies
The problem need not to be confined to 9.0. It stated to develop under 5.1 already. I'm running a natd gateway machine that was developing strange behaviour such that the outside interface (ed0, BNC connector) that was connected via a small media converter switch to the providers sync line

Re: weird problem with 9.0 Release and ed0

2012-08-10 Thread Christoph P.U. Kukulies
Am 10.08.2012 11:28, schrieb Christoph P.U. Kukulies: The problem need not to be confined to 9.0. It stated to develop under 5.1 already. read: started to develop... I'm running a natd gateway machine that was developing strange behaviour such that the outside interface (ed0, BNC connector)

Re: NFS within a Jail?!

2012-08-10 Thread Blackfriar
Really? Is that stable enough to serve files for months without disruption? Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: Many thanks in advance. Quick answer is No, NFS only runs on the host system. but user space nfsd works. in ports - unfsd -- Sent from my Android phone with

Re: weird problem with 9.0 Release and ed0

2012-08-10 Thread Christoph P.U. Kukulies
Am 10.08.2012 11:40, schrieb Christoph P.U. Kukulies: Am 10.08.2012 11:28, schrieb Christoph P.U. Kukulies: The problem need not to be confined to 9.0. It stated to develop under 5.1 already. read: started to develop... I'm running a natd gateway machine that was developing strange

Question?

2012-08-10 Thread Hamed M
Can I run PS3 games on the system FREEBSD? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: NFS within a Jail?!

2012-08-10 Thread Fbsd8
Wojciech Puchar wrote: Many thanks in advance. Quick answer is No, NFS only runs on the host system. but user space nfsd works. in ports - unfsd Close but no cigar. In the ports system it's named unfs3 and described as UNFS3 is a user-space implementation of the NFSv3 server

partial sendmail breakage

2012-08-10 Thread Robert Huff
I have a machine (call it ADAM) running: FreeBSD 10.0-CURRENT #0: Tue Jul 24 08:55:46 EDT 2012 amd64 which has had no change to the mail components since that time. Approximately 12 hours ago, something in sendmail broke. Symptoms: 1) It works as a

How to refresh network card buffer?

2012-08-10 Thread Cos
Hi all The background is I have around 100pcs router-like products. they all have a fixed IP address 192.168.1.100 and of course different MAC address. I need to connect them one by one to configure. The trouble is while I disconnect one unit and change to another unit, the FreeBSD can not

Re: How to refresh network card buffer?

2012-08-10 Thread Ruben de Groot
Try arp -ad On Fri, Aug 10, 2012 at 03:38:54PM +0200, Cos typed: Hi all The background is I have around 100pcs router-like products. they all have a fixed IP address 192.168.1.100 and of course different MAC address. I need to connect them one by one to configure. The trouble is

Re: How to refresh network card buffer?

2012-08-10 Thread Daniel Feenberg
On Fri, 10 Aug 2012, Cos wrote: Hi all The background is I have around 100pcs router-like products. they all have a fixed IP address 192.168.1.100 and of course different MAC address. I need to connect them one by one to configure. The trouble is while I disconnect one unit and change to

Re: How to refresh network card buffer?

2012-08-10 Thread Cos
On Fri, Aug 10, 2012 at 4:03 PM, Ruben de Groot mai...@bzerk.org wrote: Try arp -ad Hi Thanks for you all. arp -d IP and arp -ad work fine On Fri, Aug 10, 2012 at 03:38:54PM +0200, Cos typed: Hi all The background is I have around 100pcs router-like products. they all have a fixed IP

Re: NFS within a Jail?!

2012-08-10 Thread Ruben de Groot
On Fri, Aug 10, 2012 at 08:36:04AM -0400, Fbsd8 typed: Wojciech Puchar wrote: Many thanks in advance. Quick answer is No, NFS only runs on the host system. but user space nfsd works. in ports - unfsd Close but no cigar. In the ports system it's named unfs3 and described as

Re: NFS within a Jail?!

2012-08-10 Thread Fbsd8
Ruben de Groot wrote: On Fri, Aug 10, 2012 at 08:36:04AM -0400, Fbsd8 typed: Wojciech Puchar wrote: Many thanks in advance. Quick answer is No, NFS only runs on the host system. but user space nfsd works. in ports - unfsd Close but no cigar. In the ports system it's named unfs3 and

Re: NFS within a Jail?!

2012-08-10 Thread Adam Vande More
On Wed, Aug 8, 2012 at 1:57 PM, Fbsd8 fb...@a1poweruser.com wrote: Dealing with this has been SOP practice in jails since their inception. See man 8 jail. The best way to run the NFS server is from the jail. Running it host side is the hard part.

Any one running unfs3

2012-08-10 Thread Fbsd8
I did pkg_add -r unfs3 and that worked. But there is no documentation on how to enable it to start at boot time. The man unfsd doc is useless. Hoping some one is using this userland version of nfs. Final goal is to test on host and client and then test with them jailed. Any help would be greatly

Re: partial sendmail breakage

2012-08-10 Thread Matthew Seaman
On 10/08/2012 14:32, Robert Huff wrote: I have restarted sendmail and get this in /var/log/messages: Aug 10 08:26:56 jerusalem sm-mta[87853]: sql_select option missing Aug 10 08:26:56 jerusalem sm-mta[87853]: auxpropfunc error no mechanism available I'm (obviously) not a

Re: NFS within a Jail?!

2012-08-10 Thread Ruben de Groot
On Fri, Aug 10, 2012 at 10:42:45AM -0400, Fbsd8 typed: Ruben de Groot wrote: On Fri, Aug 10, 2012 at 08:36:04AM -0400, Fbsd8 typed: Wojciech Puchar wrote: Many thanks in advance. Quick answer is No, NFS only runs on the host system. but user space nfsd works. in ports - unfsd Close

af_atalk.c error FBSD 9.0Rp4

2012-08-10 Thread FBSD UG
hello! I'm trying to buildworld on my FreeBSD 9.0-RELEASE-p4 server after successfully installing the kernel, but keep running into the same error no matter what I do. I've been googling for days now and must either be looking in the wrong directions or it's not there. The error I get is the

FIXED: sendmail breakage

2012-08-10 Thread Robert Huff
Perhaps that should be WORKING AGAIN because I'm not sure I did anything to actually fix the problem. In any event: thanks. Robert Huff ___ freebsd-questions@freebsd.org mailing list

Re: Question?

2012-08-10 Thread Polytropon
On Fri, 10 Aug 2012 11:49:17 +0300, Hamed M wrote: Can I run PS3 games on the system FREEBSD? I don't think this is possible first due to licensing restrictions, and I also assume there is no PS3 emulator available in The Ports Collection. But check it out yourself. So even if a way of PS3