NFS : -alldirs requested but is not a filesystem mountpoint

2009-07-27 Thread Aitor San Juan
Hello List, I have a FreeBSD 5.4 (yes a bit old), and I'm just using it as a NFS server. The server has got a filesystem located at /data This local filesystem has several subdirectories, and I'd like these subdirectories to be visible to a client host, but not all as a whole. This is the

RE: NFS : -alldirs requested but is not a filesystem mountpoint - SOLVED

2009-07-27 Thread Aitor San Juan
Solved: -alldirs was unnecessary Thanks. -Mensaje original- De: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] En nombre de Aitor San Juan Enviado el: lunes, 27 de julio de 2009 9:26 Para: freebsd-questions@freebsd.org Asunto: NFS : -alldirs requested

Re: Syslog date format

2009-07-27 Thread Mel Flynn
On Sunday 26 July 2009 21:20:23 Modulok wrote: One would think that ISO 8601 date strings would make more sense, in addition not being language dependent. But I guess that's out. It isn't too hard to convert on the fly. The real problem is that syslog dates do not contain a year and timezone.

Re: 7.2 amd64 Flash

2009-07-27 Thread Boris Samorodov
PJ af.gour...@videotron.ca writes: Now that my 7.2 on Acer Travelmate 4400 amd64 is working fine, what do I have to do to make it work on 7.1? I'd advise you to upgrade the OS at least to 7.2. There have been many changes to linuxulator since 7.1. -- WBR, bsam

7.2 i386 and 7.2 amd64 on M/B Asus K8S-MX problems

2009-07-27 Thread gosha-necr
Good day! I'm install freebsd 7.2 on computer with Asus K8S-MX motherboard, and there is such problems: Not recognized LAN. Here info about this M/B: http://www.asus.com/product.aspx?P_ID=0kP4nePr06XiYdYQ -- С уважением, Гуляев Гоша.

source code licensing questions

2009-07-27 Thread son goku
Hi all, I am a part of a team that is planning to open a start-up company. We plan to ship a revolutionary storage controller. We are now investigating possible OS for the product. The choices that we came up with are either LINUX or Free-BSD. I am strongly biased toward Free-BSD, however I still

Re: source code licensing questions

2009-07-27 Thread Jonathan Chen
On Mon, Jul 27, 2009 at 11:58:14AM +0300, son goku wrote: [...] Browsing the web about the BSD license just made me confused. Seems like to understand these licensing issues you must be a lawyer. Basically the BSD licence is: do what you like, but: 1. don't say you did it all by

Re: source code licensing questions

2009-07-27 Thread Vincent Hoffman
Jonathan Chen wrote: 4.Suppose the answer for 1-3 is no, s there any other reason why I need to open the code. Only if you feel like it. I'd make that, Only if you feel like it or would like the warm glow of giving back to the community (and of course all those extra eyes to audit and

Re: source code licensing questions

2009-07-27 Thread son goku
Thanks guys for the prompt answers!!! It seems weird that code that uses dtrace must be opened. I mean every serious production level application must have some dtrace-like mechanism inside to collect online information when needed. It is a shame that because of licensing issues, I will have to

How to find what symlink points to?

2009-07-27 Thread Unga
Hi all I need to remove some unwanted symlinks on /dev using a C program. The struct dirent only shows the symlink name, how do I find what that symlink points to for verification purpose? Regards Unga ___ freebsd-questions@freebsd.org

Re: limit to number of files seen by ls?

2009-07-27 Thread John Almberg
understanding what is going on. I'm reading up on this, and as soon as I know enough to either understand the issue, or ask an intelligent question, I will do so... When a program is executed with arguments, there is a system imposed limit on the size of this argument list. On FreeBSD this

Re: svn+ssh server only

2009-07-27 Thread John Almberg
On Jul 26, 2009, at 7:35 PM, Kalle Møller wrote: Hi I'm trying to make a ssh+svn server only (apache is installed, but that is for view.vc) For what its worth, I just built a new svn server (to replace my old apache-based svn server that should have been replaced years ago, but it

Re: How to find what symlink points to?

2009-07-27 Thread Erik Trulsson
On Mon, Jul 27, 2009 at 05:44:59AM -0700, Unga wrote: Hi all I need to remove some unwanted symlinks on /dev using a C program. The struct dirent only shows the symlink name, how do I find what that symlink points to for verification purpose? By using the readlink(2) system call. --

Re: How to find what symlink points to?

2009-07-27 Thread Unga
--- On Mon, 7/27/09, Erik Trulsson ertr1...@student.uu.se wrote: From: Erik Trulsson ertr1...@student.uu.se Subject: Re: How to find what symlink points to? To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org Date: Monday, July 27, 2009, 9:36 PM On Mon, Jul 27, 2009 at 05:44:59AM

Re: How to find what symlink points to?

2009-07-27 Thread Andrew Gould
On Mon, Jul 27, 2009 at 8:45 AM, Ungaunga...@yahoo.com wrote: --- On Mon, 7/27/09, Erik Trulsson ertr1...@student.uu.se wrote: From: Erik Trulsson ertr1...@student.uu.se Subject: Re: How to find what symlink points to? To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org Date:

Free bSD Turkish Translation

2009-07-27 Thread eyup yavas
http://www.tr.freebsd.org/ Add yoru Turkish Language Updated Please (Upayi Network) Based on BSD UNIX® = BSD UNIX ® dayanarak FreeBSD ® Modern sunucu, masaüstü için gelişmiş bir işletim sistemi ve gömülü bilgisayar platformları olduğunu. FreeBSD kodu temel sürekli gelişim, iyileştirme otuz yıl

Shared library structure

2009-07-27 Thread Leonardo M . Ramé
Hi, the current version of FreePascal doesn't include shared library (.so) support on FreeBSD. Because I like to use FPC on this operating system, I'll try to implement it. To do this, I need to know the structure of a FreeBSD shared library, its initialization/finalization functions, and so

Re: source code licensing questions

2009-07-27 Thread Mehmet Erol Sanliturk
On Mon, Jul 27, 2009 at 8:42 AM, son goku ryu.pla...@gmail.com wrote: Thanks guys for the prompt answers!!! It seems weird that code that uses dtrace must be opened. I mean every serious production level application must have some dtrace-like mechanism inside to collect online information

Re: How to find what symlink points to?

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 05:45:13 Unga wrote: Hi all I need to remove some unwanted symlinks on /dev using a C program. The struct dirent only shows the symlink name, how do I find what that symlink points to for verification purpose? By using the readlink(2) system

Re: Are all USB Flash Memory sticks bootable?

2009-07-27 Thread Al Plant
Fbsd1 wrote: Randi Harper wrote: On Thu, Jul 23, 2009 at 6:27 AM, Sergio de Almeida Lenzi lenzi.ser...@gmail.com wrote: Em Qui, 2009-07-23 às 12:52 +0800, Fbsd1 escreveu: Hello I found here that some bios does have problem with booting from partitions they do not know So first I

port graphics/gd build fails with XPM or FONTCONFIG or ICONV=on

2009-07-27 Thread Anton Shterenlikht
On i386 and i64 with FBSD 7.2 and 8.0-beta1 port graphics/gd fails to build if any of the following options are set: XPM=on FONTCONFIG=on ICONV=on with /usr/bin/ld: warning: libjpeg.so.9, needed by /usr/local/lib/libgd.so, not found (try using -rpath or -rpath-link)

How to doc available?

2009-07-27 Thread Mikel King
Anyone know of a good tutorial for making a system on a USB key in limited space? I have a project that requires enough of running system with lighttpd and php5 to do some network magick. I would like to keep the thing below 512MB but if that is not feasible then I'll shoot for whatever

Re: How to doc available?

2009-07-27 Thread Sergio de Almeida Lenzi
excuse-me, but what is the problem with size??? I have a PQI stick that is 29mm X 11mm X 2.5mm and have 4gbytes... and works very good... sells for US$12 here... take a look: http://www.pqigroup.com/product2.asp?oid=19cate1=19proid=333 you have inside 4Bg of storage.. usb2.0

Re: limit to number of files seen by ls?

2009-07-27 Thread Chris Cowart
John Almberg wrote: Which is why I'm starting to think that (a) my problem is different or (b) I'm so clueless that there isn't any problem at all, and I'm just not understanding something (most likely scenario!) It looks to me like the thread began assuming that you must be typing `ls *`

bsdstats.org - fatal error

2009-07-27 Thread Anton Shterenlikht
Connecting to bsdstats.org I get this error: Fatal error: Call to undefined function preg_replace() in /usr/local/www/bsdstats.org/www/bsdstats/sbin/uri.php on line 142 Is there a problem with this site? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University

Re: bsdstats.org - fatal error

2009-07-27 Thread Glen Barber
On Mon, Jul 27, 2009 at 4:43 PM, Anton Shterenlikhtme...@bristol.ac.uk wrote: Connecting to bsdstats.org I get this error:   Fatal error: Call to undefined function preg_replace() in   /usr/local/www/bsdstats.org/www/bsdstats/sbin/uri.php on line 142 Is there a problem with this site? It

Are you looking for a web designer

2009-07-27 Thread Emax Media Design
Professional, Precise, Creative July 2009 / Issue#1 Services - [http://www.emaxinteractive.com/webdesign.html] Web Design - [http://www.emaxinteractive.com/printdesigns.html] Print Design - [http://www.emaxinteractive.com/searchmarketing.html] SEO Optimization -

Re: How to doc available?

2009-07-27 Thread Mikel King
On Jul 27, 2009, at 4:00 PM, Sergio de Almeida Lenzi wrote: excuse-me, but what is the problem with size??? I have a PQI stick that is 29mm X 11mm X 2.5mm and have 4gbytes... and works very good... sells for US$12 here... take a look:

Re: limit to number of files seen by ls?

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 12:42:32 Chris Cowart wrote: John Almberg wrote: Which is why I'm starting to think that (a) my problem is different or (b) I'm so clueless that there isn't any problem at all, and I'm just not understanding something (most likely scenario!) It looks to me like the

bsdstats - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((manager-lock))) == 0)

2009-07-27 Thread Anton Shterenlikht
On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, I get this error: # /usr/local/etc/periodic/monthly/300.statistics /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/task.c:1023: fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((manager-lock))) == 0) ? 0 : 34) == 0) failed [:1:

Re: Free bSD Turkish Translation

2009-07-27 Thread Patrick Lamaiziere
Le Mon, 27 Jul 2009 11:56:53 +0300, eyup yavas eyup...@gmail.com a écrit : http://www.tr.freebsd.org/ Add yoru Turkish Language Updated Please (Upayi Network) Based on BSD UNIX® = Thanks, I think you should submit this to the doc mailing list (freebsd-...@freebsd.org). Regards.

Re: How to doc available?

2009-07-27 Thread David Kelly
On Mon, Jul 27, 2009 at 03:19:17PM -0400, Mikel King wrote: Anyone know of a good tutorial for making a system on a USB key in limited space? I have a project that requires enough of running system with lighttpd and php5 to do some network magick. I would like to keep the thing below 512MB but

ipf rules question

2009-07-27 Thread Jay Hall
Ladies and Gentlemen, I think I am missing something. I am running a FreeBSD 6. server with ipf compiled into the kernel. Following are the headers from an email. From: oea...@brantbenun.com Subject: SUSPECTED SPAM REAL Doctors, REAL Science, REAL Results! Date:

What order are options in rc.conf processed?

2009-07-27 Thread Peter Steele
We have an rc.conf file that looks something like this: ifconfig_nfe0=UP ifconfig_nfe1=UP cloned_interfaces=lagg0 ifconfig_lagg0=laggproto failover laggport nfe0 laggport nfe1 ip netmask mask defaultrouter=router-ip ... ourapp_enable=YES In a recent reboot test, when ourapp started,

Re: ipf rules question

2009-07-27 Thread Chuck Swiger
On Jul 27, 2009, at 2:27 PM, Jay Hall wrote: [ ... ] If I am looking at everything correctly all traffic coming into the system from the 82.0.0.0/8 network to port 25 on the mail server should be blocked. What am I missing? Maybe they are connecting to the MSP aka 587/tcp rather than port

Re: What order are options in rc.conf processed?

2009-07-27 Thread Jason
Does your application startup script require NETWORKING? Just a shot in the dark from a newbie. -jgh On Mon, Jul 27, 2009 at 02:43:04PM -0700, Peter Steele thus spake: We have an rc.conf file that looks something like this: ifconfig_nfe0=UP ifconfig_nfe1=UP cloned_interfaces=lagg0

Re: What order are options in rc.conf processed?

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 13:43:04 Peter Steele wrote: In a recent reboot test, when ourapp started, it checked to see if an IP was assigned to the system and there was not, causing it to take an unexpected logic path. Our understanding though was that since we had an entry in rc.conf defining

Re: What order are options in rc.conf processed?

2009-07-27 Thread Dan Nelson
In the last episode (Jul 27), Peter Steele said: We have an rc.conf file that looks something like this: [...] In a recent reboot test, when ourapp started, it checked to see if an IP was assigned to the system and there was not, causing it to take an unexpected logic path. Our understanding

Re: ipf rules question

2009-07-27 Thread Jay Hall
On Jul 27, 2009, at 4:40 PM, Chuck Swiger wrote: On Jul 27, 2009, at 2:27 PM, Jay Hall wrote: [ ... ] If I am looking at everything correctly all traffic coming into the system from the 82.0.0.0/8 network to port 25 on the mail server should be blocked. What am I missing? Otherwise,

Re: What order are options in rc.conf processed?

2009-07-27 Thread Jason
Your startup script needs to require NETWORKING, though, and any other service it may need. Beyond this, you can use the rcorder command. -jgh On Mon, Jul 27, 2009 at 03:07:24PM -0700, Peter Steele thus spake: Well, if I understand what you mean, then yes, our app requires networking. But it

RE: What order are options in rc.conf processed?

2009-07-27 Thread Peter Steele
rc.conf is just a script that sets a bunch of environment variables for the /etc/rc.d/* scripts to use. The order the variables are set in that file does not matter. If you want your script to run after network interfaces are set up, you'll want to add a REQUIRE: NETWORKING line. See the rc and

RE: What order are options in rc.conf processed?

2009-07-27 Thread Peter Steele
Well, if I understand what you mean, then yes, our app requires networking. But it has two logic paths: If it sees the system has an IP assigned it goes into one mode and if it does not have an IP assigned it goes into another mode. In the case we've encountered the app takes the no IP assigned

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((manager-lock))) == 0)

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 13:17:51 Anton Shterenlikht wrote: On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, I get this error: # /usr/local/etc/periodic/monthly/300.statistics /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/task.c:1023: fatal error:

Are you looking for a web designer

2009-07-27 Thread Emax Media Design
Professional, Precise, Creative July 2009 / Issue#1 Services - [http://www.emaxinteractive.com/webdesign.html] Web Design - [http://www.emaxinteractive.com/printdesigns.html] Print Design - [http://www.emaxinteractive.com/searchmarketing.html] SEO Optimization -

ntpd / time synchronization

2009-07-27 Thread Zbigniew Szalbot
Hello, I guess there is something simple that is wrong but my server is not really keeping the correct time. I have these options in /etc/rc.conf ntpd_enable=YES ntpd_flags=-g -c /etc/ntp.conf -p /var/run/ntpd.pid -f /var/db/ntp.drift and here's the details of /etc/ntp.conf file: server

Re: ntpd / time synchronization

2009-07-27 Thread Chuck Swiger
On Jul 27, 2009, at 3:44 PM, Zbigniew Szalbot wrote: and here's the details of /etc/ntp.conf file: server 0.pl.pool.ntp.org server 1.pl.pool.ntp.org server 2.pl.pool.ntp.org server 3.pl.pool.ntp.org driftfile /var/db/ntp.drift restrict default nopeer nomodify I used to have server

Re: ntpd / time synchronization

2009-07-27 Thread Anton Shterenlikht
On Tue, Jul 28, 2009 at 12:44:50AM +0200, Zbigniew Szalbot wrote: Hello, I guess there is something simple that is wrong but my server is not really keeping the correct time. I have these options in /etc/rc.conf ntpd_enable=YES ntpd_flags=-g -c /etc/ntp.conf -p /var/run/ntpd.pid -f

Re: ntpd / time synchronization

2009-07-27 Thread Zbigniew Szalbot
Chuck Swiger pisze: You can't readily combine a restrict statement with using random timeservers from the NTP pool; you would need to list specific servers and add blank restrict statements for each server you trust. What you've configured is likely querying the 4 servers listed for time,

Re: How to doc available?

2009-07-27 Thread Chris Rees
2009/7/27 Mikel King mikel.k...@olivent.com: Anyone know of a good tutorial for making a system on a USB key in limited space? I have a project that requires enough of running system with lighttpd and php5 to do some network magick. I would like to keep the thing below 512MB but if that is not

Re: ntpd / time synchronization

2009-07-27 Thread Chuck Swiger
Hi-- On Jul 27, 2009, at 4:08 PM, Zbigniew Szalbot wrote: OK. So removing the restrictions should cause the time to be synced? Thank you for your patience and help! Yes, try it and see-- it's most likely to be the cause of problems. If you want to set a default restrict line, you'll want

replacing GNATS?

2009-07-27 Thread Alexander Best
i remember reading an interview with a fbsd maintainer where he stated that nobody's happy with the old GNATS bug tracking system, but since it works they're keeping it. why not move to bugzilla or another bug tracking system? most of them come with GNATS_2_* scripts. switching from cvs to svn

Re: updating to ghostscript8-8.64_2 fails

2009-07-27 Thread Philipp Ost
Sergio de Almeida Lenzi wrote: Strange here it works... both in amd64 as in i386 software ghostsctip8-8.64_6 On my slightly dated installation of 8.0-Current it worked, too. It only fails on my 7.2-Stable box (both are i386). Regards, Philipp P.S.: Please CC me in your replies, I'm not

Re: replacing GNATS?

2009-07-27 Thread Glen Barber
On Mon, Jul 27, 2009 at 7:31 PM, Alexander Bestalexbes...@math.uni-muenster.de wrote: i remember reading an interview with a fbsd maintainer where he stated that nobody's happy with the old GNATS bug tracking system, but since it works they're keeping it. why not move to bugzilla or another

Re: How to doc available?

2009-07-27 Thread Mikel King
On Jul 27, 2009, at 7:05 PM, Chris Rees wrote: 2009/7/27 Mikel King mikel.k...@olivent.com: Anyone know of a good tutorial for making a system on a USB key in limited space? I have a project that requires enough of running system with lighttpd and php5 to do some network magick. I would

mysql50-server root login

2009-07-27 Thread Stew Houston
I'm having trouble getting my MySQL server root password to stick. After installing through ports, I run mysql_install_db which gives me two commands to set the root password through mysqladmin. I do this and all is well. I can login as root with no problems. After a reboot however, the I

Re: mysql50-server root login

2009-07-27 Thread Tim Judd
After running mysql_install_db, the mysql files are owned by root:wheel instead of mysql:mysql I've noticed that is a missing step in the docs. # mysql_install_db # chown -R mysql:mysql /var/db/mysql # /usr/local/etc/rc.d/mysql start How it sticks long enough until reboot sounds like a memory

Re: mysql50-server root login

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 18:21:04 Tim Judd wrote: After running mysql_install_db, the mysql files are owned by root:wheel instead of mysql:mysql I've noticed that is a missing step in the docs. # mysql_install_db # chown -R mysql:mysql /var/db/mysql Or...you can just not do this at all. #

Re: bsdstats not working in 7.1

2009-07-27 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm running it on 7-STABLE servers without any problem ... but notice that others responded that it appears you are on PC-BSD vs FreeBSD? As late as this answer is, are you still having an issue with it on your machine? - --On Sunday, March

Re: bsdstats.org - fatal error

2009-07-27 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Are you still seeing the error ... ? I just checked everything on server, and it appears to be processing fine ... - --On Monday, July 27, 2009 21:43:42 +0100 Anton Shterenlikht me...@bristol.ac.uk wrote: Connecting to bsdstats.org I get this

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((manager-lock))) == 0)

2009-07-27 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Monday, July 27, 2009 14:07:44 -0800 Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Monday 27 July 2009 13:17:51 Anton Shterenlikht wrote: On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, I get this error: #

Re: source code licensing questions

2009-07-27 Thread PythonAB
On 27 jul 2009, at 14:42, son goku wrote: Thanks guys for the prompt answers!!! It seems weird that code that uses dtrace must be opened. I mean every serious production level application must have some dtrace-like mechanism inside to collect online information when needed. It is a shame

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((manager-lock))) == 0)

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 18:35:17 Marc G. Fournier wrote: --On Monday, July 27, 2009 14:07:44 -0800 Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Monday 27 July 2009 13:17:51 Anton Shterenlikht wrote: On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, I get this error: #

Re: bsdstats.org - fatal error

2009-07-27 Thread Glen Barber
On Mon, Jul 27, 2009 at 10:33 PM, Marc G. Fournierfree...@hub.org wrote: Are you still seeing the error ... ?  I just checked everything on server, and it appears to be processing fine ... Marc, The site appears responsive now. I too was seeing errors. -- Glen Barber

Re: bsdstats.org - fatal error

2009-07-27 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did an upgrade to PHP and Apache, so suspect this was just befor I restart Apache with the new PHP :( Glad I don't have to do that often ... - --On Tuesday, July 28, 2009 00:23:59 -0400 Glen Barber glen.j.bar...@gmail.com wrote: On Mon, Jul

Re: svn+ssh server only

2009-07-27 Thread Kalle Møller
So the only one you had marked was the svnserve-wrapper ? in Make config On Mon, Jul 27, 2009 at 3:11 PM, John Almberg jalmb...@identry.com wrote: On Jul 26, 2009, at 7:35 PM, Kalle Møller wrote: Hi I'm trying to make a ssh+svn server only (apache is installed, but that is for view.vc)

Re: How to find what symlink points to?

2009-07-27 Thread Unga
--- On Tue, 7/28/09, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: From: Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net Subject: Re: How to find what symlink points to? To: freebsd-questions@freebsd.org Date: Tuesday, July 28, 2009, 1:25 AM On Monday 27 July 2009

Re: How to find what symlink points to?

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 20:54:51 Unga wrote: Thanks everybody for valuable replies. In fact, I also used readlink(2) but fed the symlink path directly from dirent, which was partial, readlink(2) requires full path. Nope it doesn't. It's the classical opendir does not chdir problem.