Re: Probable Hardware Failure

2012-01-15 Thread Zane C. B-H.
On Sat, 14 Jan 2012 16:12:24 -0800 Doug Hardie bc...@lafn.org wrote: I have a pretty old desktop that has been around quite awhile. It has started periodic crashes. No log messages. However, the core status files all show double fault. I am confident this is a hardware issue, but is there

Smartcam (or can you use linux dev driver + program)

2012-01-15 Thread Lyubomir Grigorov
Smartcam is an app that let's you use a phone's camera as webcam. You connect you your phone via bluetooth and the program gives you access to the devices cam. It works on most smartphone OS's even Symbian. There is a Linux version and it creates a module for the device and also builds the

Problem with mfi driver, 9.0-RELEASE

2012-01-15 Thread james
I transferred a PERC5/i controller to my NAS system, which is using a Sapphire mini-ITX board with an AMD M350 CPU. It seems the card is detected but driver initialisation fails: mfi0: Dell PERC 5/i mem 0xd000-0xd000,0xfea0-0xfea1 irq 96 at device 14.0 on pci2 mfi0: Megaraid

How much of the manual needs adjustment for 9.0?

2012-01-15 Thread james
I originally installed without selecting sources. The manual says to run sysinstall and do the configuration step to add source distribution and I did that, but it then failed to download the 'sbase' source. I admit I gave up 'fairly quickly' and just downloaded src.txz, but its not clear to

Problem with ntfs and fusesf since upgrade to 9.0

2012-01-15 Thread Dave Morgan
Hi, After upgrading from 8.2 to 9.0 I get the following and I am unable to access my external ntfs usb drive. KLD fuse.ko: depends on kernel - not available or version mismatch kldload: can't load /usr/local/modules/fuse.ko: File exists All ports were rebuilt with portupgrade -af and the

Re: Problem with mfi driver, 9.0-RELEASE

2012-01-15 Thread Johan Hendriks
james schreef: I transferred a PERC5/i controller to my NAS system, which is using a Sapphire mini-ITX board with an AMD M350 CPU. It seems the card is detected but driver initialisation fails: mfi0: Dell PERC 5/i mem 0xd000-0xd000,0xfea0-0xfea1 irq 96 at device 14.0 on pci2

Re: Problem with mfi driver, 9.0-RELEASE

2012-01-15 Thread Johan Hendriks
Johan Hendriks schreef: james schreef: I transferred a PERC5/i controller to my NAS system, which is using a Sapphire mini-ITX board with an AMD M350 CPU. It seems the card is detected but driver initialisation fails: mfi0: Dell PERC 5/i mem 0xd000-0xd000,0xfea0-0xfea1 irq

Re: Problem with ntfs and fusesf since upgrade to 9.0

2012-01-15 Thread Patrick Lamaiziere
Le Sun, 15 Jan 2012 10:01:04 +, Dave Morgan davemorgan...@btinternet.com a écrit : Hi, Hello, After upgrading from 8.2 to 9.0 I get the following and I am unable to access my external ntfs usb drive. KLD fuse.ko: depends on kernel - not available or version mismatch kldload: can't

Re: upgrade from 8.2 to 9.0

2012-01-15 Thread Dick Hoogendijk
Op 14-1-2012 17:04, Mike Clarke schreef: On Saturday 14 January 2012, Dick Hoogendijk wrote: I had not heard of this project before. Sounds very nice if it works. Manging BE's is one of the main things I miss in the FreeBSD ZFS support. Coming from (open)Solaris this was quite a

update from 8.2 ZFS on root to 9.0

2012-01-15 Thread Dick Hoogendijk
Does anybody already did a *binary* update (w/ freebsd-update) from a zfs on root freebsd-8.2-RELEASE to a new freebsd-9.0-RELEASE zfs on root system? Did all went well? I know the procedure (freebsd-update, recompile all ports, finish freebsd-update). Succes stories please.. ;-)

Re: Probable Hardware Failure

2012-01-15 Thread Dave
On 14 Jan 2012 at 16:12, Doug Hardie wrote: I have a pretty old desktop that has been around quite awhile. It has started periodic crashes. No log messages. However, the core status files all show double fault. I am confident this is a hardware issue, but is there any easy way to

Re: Problem with ntfs and fusesf since upgrade to 9.0

2012-01-15 Thread Dave Morgan
On 15/01/12 at 01:18pm, Patrick Lamaiziere wrote: Le Sun, 15 Jan 2012 10:01:04 +, Dave Morgan davemorgan...@btinternet.com a écrit : Hi, Hello, After upgrading from 8.2 to 9.0 I get the following and I am unable to access my external ntfs usb drive. KLD fuse.ko: depends on

Portmanager Status Report Gone

2012-01-15 Thread Daniel Staal
I was trying out portmaster to see if it worked better than my current tool of choice for keeping my ports up to date (portmanager) and when I went back to portmanager I can no longer get it to give me a 'Port Status Report', or to update anything. It just collects the installed port data,

Re: SSD for ZIL suggestions?

2012-01-15 Thread Daniel Staal
--As of January 13, 2012 9:40:58 PM -0600, Rob is alleged to have said: I'm looking at getting a couple of SSDs to act as ZIL drives on FreeBSD 8/9 systems. Are there any recommended drives? Rob --As for the rest, it is mine. I remember that Intel released a line of SSDs that looked ideal

Disable auto_linklocal

2012-01-15 Thread Freek Dijkstra
Hello, I like to disable linklocal IPv6 addresses on my host, running FreeBSD 9.0-RC3. I already set net.inet6.ip6.auto_linklocal in /etc/sysctl.conf. # sysctl net.inet6.ip6.auto_linklocal net.inet6.ip6.auto_linklocal: 0 Even after a reboot, this does not seem to have any effect. Here is the

Re: Portmanager Status Report Gone

2012-01-15 Thread Jerry
On Sun, 15 Jan 2012 10:09:06 -0500 Daniel Staal articulated: I was trying out portmaster to see if it worked better than my current tool of choice for keeping my ports up to date (portmanager) and when I went back to portmanager I can no longer get it to give me a 'Port Status Report', or to

Re: database apps that ignore sockets? [was: Solution: mysqld fails to run, can't create/find mysql.sock]

2012-01-15 Thread Chuck Swiger
On Jan 14, 2012, at 5:18 PM, Paul Beard wrote: Turns out some applications won't work if you move the socket if they are configured to access localhost. Seems like a misunderstanding of networking if you can specify a port number in a configuration file but the application looks to the

Question on select() : why am I getting absurd output ?

2012-01-15 Thread Manish Jain
Hi All, I was trying to write a small demo code using the select() system call. Here are the sources : #include sys/types.h #include unistd.h #include fcntl.h #include iostream #include cstring #include cassert int nice_child(int * fd, int * fd_close) { close(fd[0]);

Re: database apps that ignore sockets? [was: Solution: mysqld fails to run, can't create/find mysql.sock]

2012-01-15 Thread Paul Beard
On Jan 15, 2012, at 8:17 AM, Chuck Swiger wrote: Something looking for a network location specified as a host and port (ie, localhost:3306) is using a TCP socket. Something looking for /tmp/mysqld.sock is using a UNIX domain socket. Changing the path to the UNIX domain socket will have

Re: Portmanager Status Report Gone

2012-01-15 Thread Daniel Staal
--As of January 15, 2012 10:33:32 AM -0500, Jerry is alleged to have said: Exactly how are you invoking portmanager? Usually, just give it it the -s flag will get you a list of port and there status as you probably know. Yep. I have that in a weekly cron command, so I know what's out of

Re: database apps that ignore sockets? [was: Solution: mysqld fails to run, can't create/find mysql.sock]

2012-01-15 Thread Chuck Swiger
On Jan 15, 2012, at 8:43 AM, Paul Beard wrote: Useful clarification but a UNIX domain socket sounds less like networking and more like interprocess communication, i.e., something explicitly tied to a single host. Yes, that's right. There is a skip networking option for MySQL that

Re: Portmanager Status Report Gone

2012-01-15 Thread Jerry
On Sun, 15 Jan 2012 11:48:55 -0500 Daniel Staal articulated: Well, you might try and deinstall and then reinstall portmanager. Perhaps something got corrupted, although I don't know why that might have happened. I have BATCH=yes set in the /etc/make.conf file to avoid receiving those annoying

Re: Question on select() : why am I getting absurd output ?

2012-01-15 Thread Manish Jain
Sometimes I do wonder how much stupid I can be. Thanks MJ On 15-Jan-12 22:49, ss griffon wrote: On Sun, Jan 15, 2012 at 8:48 AM, Manish Jaininvalid.poin...@gmail.com wrote: Hi All, I was trying to write a small demo code using the select() system call. Here are the sources :

Re: database apps that ignore sockets? [was: Solution: mysqld fails to run, can't create/find mysql.sock]

2012-01-15 Thread Paul Beard
On Jan 15, 2012, at 9:20 AM, Chuck Swiger wrote: You're confusing two things which are different. At the risk of boring everyone on this list, I think I understand it as far as I need to: I am not the developer of the app(s) that seem to generate this issue. If you specify a path via

Re: 9.0 buildworld problems

2012-01-15 Thread Dean E. Weimer
On 14.01.2012 17:39, Joshua Isom wrote: Run `make -DNO_CLEAN buildworld`. Because you used -j6, there's no way to know what went wrong without a full log, and even with a full log it'll be a pain. ___ freebsd-questions@freebsd.org mailing list

Re: database apps that ignore sockets? [was: Solution: mysqld fails to run, can't create/find mysql.sock]

2012-01-15 Thread Matthew Seaman
On 15/01/2012 17:20, Chuck Swiger wrote: If you specify a hostname and port via --host=localhost --port=3306, then you are describing a TCP socket. There is no pathname involved. You could connect regardless of where mysqld is putting the socket. Some MySQL clients will gratuitously change

Re: Portmanager Status Report Gone

2012-01-15 Thread Daniel Staal
--As of January 15, 2012 12:25:47 PM -0500, Jerry is alleged to have said: Well, you might try and deinstall and then reinstall portmanager. Perhaps something got corrupted, although I don't know why that might have happened. No joy. Worth a try though. ;) My suspicion is that it's a

Re: database apps that ignore sockets? [was: Solution: mysqld fails to run, can't create/find mysql.sock]

2012-01-15 Thread Matthew Seaman
On 15/01/2012 17:50, Paul Beard wrote: The app configurations are not this granular: hostname and port are configured but there is nothing that makes clear that IF you specify localhost, you WILL BE using a domain socket which MUST BE /tmp/mysql.sock and IF you move it or your distribution

Re: buildworld -DWITHOUT_OPENSSL fails at (lib/libbsnmp/libbsnmp (all)) (was: lib/libarchive (depend))

2012-01-15 Thread Devin Teske
On Jan 13, 2012, at 7:28 PM, Devin Teske wrote: Trying to buildworld in RELENG_9 with -DWITHOUT_OPENSSL and getting failures. First failure we encountered required the following patch to get past lib/libarchive (depend)... --- lib/libarchive/config_freebsd.h.orig 2012-01-05

Re: ipv6 in FreeBSD 9

2012-01-15 Thread Erik Nørgaard
On 14/01/2012 18:07, Marco Beishuizen wrote: Hi, In 8.2 ipv6 was enabled by adding ipv6_enable=YES in rc.conf, and all worked fine. In FreeBSD 9 that changed to ipv6_activate_all_interfaces=YES. But now there are still some error messages at boot time, and ipv6 doesn't seem to work correctly:

Re: buildworld -DWITHOUT_OPENSSL fails at usr.sbin/wpa/hostapd (depend) (was: lib/libbsnmp/libbsnmp (all) (was: lib/libarchive (depend)))

2012-01-15 Thread Devin Teske
On Jan 15, 2012, at 10:11 AM, Devin Teske wrote: On Jan 13, 2012, at 7:28 PM, Devin Teske wrote: Trying to buildworld in RELENG_9 with -DWITHOUT_OPENSSL and getting failures. First failure we encountered required the following patch to get past lib/libarchive (depend)... ---

Re: Portmanager Status Report Gone

2012-01-15 Thread Jerry
On Sun, 15 Jan 2012 13:01:23 -0500 Daniel Staal articulated: I have csup set to run once a week in cron. I don't think that corrupted anything: `portmanager -s -y` ran fine before I ran portmaster, and I didn't update the tree in between. But blowing away the tree and re-creating it is

Re: ipv6 in FreeBSD 9

2012-01-15 Thread Marco Beishuizen
On Sun, 15 Jan 2012, the wise Erik Nørgaard wrote: Don't use ipv6, but reading above: Did you replace ipv6_enable with ipv6_activate_all_interfaces? because the error seems to tell you that you must keep ipv6_enable I replaced it with the new lines because according to the manpage

how to look debug info

2012-01-15 Thread Коньков Евгений
Hi in sys/net/netisr.c I have found: SYSCTL_PROC(_net_isr, OID_AUTO, work, CTLFLAG_RD|CTLTYPE_STRUCT|CTLFLAG_MPSAFE, 0, 0, sysctl_netisr_work, S,sysctl_netisr_work, Return list of per-workstream, per-protocol work in netisr); how to look that info? -- С уважением, Коньков

Re: ipv6 in FreeBSD 9

2012-01-15 Thread Erik Nørgaard
On 15/01/2012 21:41, Marco Beishuizen wrote: On Sun, 15 Jan 2012, the wise Erik Nørgaard wrote: Don't use ipv6, but reading above: Did you replace ipv6_enable with ipv6_activate_all_interfaces? because the error seems to tell you that you must keep ipv6_enable I replaced it with the new

Re: ipv6 in FreeBSD 9

2012-01-15 Thread Marco Beishuizen
On Sun, 15 Jan 2012, the wise Erik Nørgaard wrote: Don't use ipv6, but reading above: Did you replace ipv6_enable with ipv6_activate_all_interfaces? because the error seems to tell you that you must keep ipv6_enable I replaced it with the new lines because according to the manpage ipv6_enable

Re: SSD for ZIL suggestions?

2012-01-15 Thread Leon Meßner
On Fri, Jan 13, 2012 at 09:40:58PM -0600, Rob wrote: I'm looking at getting a couple of SSDs to act as ZIL drives on FreeBSD 8/9 systems. Are there any recommended drives? We recently bought the Intel 311 for that purpose. This drive is quite cheap and should perform ok. If you want something

Re: Portmanager Status Report Gone

2012-01-15 Thread Daniel Staal
--As of January 15, 2012 3:35:20 PM -0500, Jerry is alleged to have said: You don't have to manually erase the tree. I believe that: portsnap fetch extract is all you need to do to replace the ports tree with a fresh copy. It won't hurt anything since it doesn't touch the

Re: 9.0 buildworld problems

2012-01-15 Thread Dean E. Weimer
On 15.01.2012 12:51, Dean E. Weimer wrote: It appears to be the following lines in make.conf: SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL SENDMAIL_LDADD=-lsasl2 /usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:142:20: error: sasl.h: No such file or directory

dot snap folder

2012-01-15 Thread Jim Pazarena
Is it permissible to delete the dot snap folder which is created in a filesystem? -- Jim Pazarena fqu...@paz.bz ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: dot snap folder

2012-01-15 Thread Maxim Khitrov
On Sun, Jan 15, 2012 at 6:40 PM, Jim Pazarena fqu...@paz.bz wrote: Is it permissible to delete the dot snap folder which is created in a filesystem? See dump(8) -L option. Deleting .snap is safe as long you don't need to dump that file system while it is mounted in rw mode. - Max

COMPAT_* kernel config options -- some housecleaning overdue?

2012-01-15 Thread Conrad J. Sabatier
I've been wondering for a while now about the accuracy of some of the comments in /sys/conf/NOTES re: the various COMPAT_* options, and now, with 9.0-RELEASE already out the door and 10.0-CURRENT as the current development branch, it seems even more relevant to ask just how necessary or useful

Re: buildworld -DWITHOUT_OPENSSL fails at usr.sbin/wpa/wpa_supplicant (all) (was usr.sbin/wpa/hostapd (depend) (was: lib/libbsnmp/libbsnmp (all) (was: lib/libarchive (depend))))

2012-01-15 Thread Devin Teske
On Jan 15, 2012, at 10:43 AM, Devin Teske wrote: On Jan 15, 2012, at 10:11 AM, Devin Teske wrote: On Jan 13, 2012, at 7:28 PM, Devin Teske wrote: Trying to buildworld in RELENG_9 with -DWITHOUT_OPENSSL and getting failures. First failure we encountered required the following patch to

Re: access(FULLPATH, xxx);

2012-01-15 Thread Da Rock
On 01/14/12 22:06, Polytropon wrote: On Sat, 14 Jan 2012 20:37:14 +1000, Da Rock wrote: On 01/14/12 19:54, Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Sat Jan 14 02:32:15 2012 Date: Sat, 14 Jan 2012 09:28:21 +0100 From: Polytroponfree...@edvax.de To: Robert

Re: buildworld -DWITHOUT_OPENSSL fails at usr.sbin/wpa/wpa_supplicant (all) (was usr.sbin/wpa/hostapd (depend) (was: lib/libbsnmp/libbsnmp (all) (was: lib/libarchive (depend))))

2012-01-15 Thread Devin Teske
On Jan 15, 2012, at 5:57 PM, Devin Teske wrote: On Jan 15, 2012, at 10:43 AM, Devin Teske wrote: On Jan 15, 2012, at 10:11 AM, Devin Teske wrote: On Jan 13, 2012, at 7:28 PM, Devin Teske wrote: Trying to buildworld in RELENG_9 with -DWITHOUT_OPENSSL and getting failures. First

[SOLVED] Re: buildworld -DWITHOUT_OPENSSL fails at usr.sbin/wpa/wpa_supplicant (all) (was usr.sbin/wpa/hostapd (depend) (was: lib/libbsnmp/libbsnmp (all) (was: lib/libarchive (depend))))

2012-01-15 Thread Devin Teske
On Jan 15, 2012, at 7:28 PM, Devin Teske wrote: On Jan 15, 2012, at 5:57 PM, Devin Teske wrote: On Jan 15, 2012, at 10:43 AM, Devin Teske wrote: On Jan 15, 2012, at 10:11 AM, Devin Teske wrote: On Jan 13, 2012, at 7:28 PM, Devin Teske wrote: Trying to buildworld in RELENG_9 with

Re: dot snap folder

2012-01-15 Thread Polytropon
On Sun, 15 Jan 2012 15:40:20 -0800, Jim Pazarena wrote: Is it permissible to delete the dot snap folder which is created in a filesystem? First of all, it's called a directory, not a folder. :-) The .snap directory in a partition's root directory is used by the program dump to store a snapshot

Re: dot snap folder

2012-01-15 Thread Chip Camden
Quoth Polytropon on Monday, 16 January 2012: On Sun, 15 Jan 2012 15:40:20 -0800, Jim Pazarena wrote: Is it permissible to delete the dot snap folder which is created in a filesystem? First of all, it's called a directory, not a folder. :-) After all, it doesn't fold (for that you need a

Re: COMPAT_* kernel config options -- some housecleaning overdue?

2012-01-15 Thread Julian H. Stacey
Hi, Conrad J. Sabatier wrote: I've been wondering for a while now about the accuracy of some of the comments in /sys/conf/NOTES re: the various COMPAT_* options, and now, with 9.0-RELEASE already out the door and 10.0-CURRENT as the current development branch, it seems even more relevant to

Re: access(FULLPATH, xxx);

2012-01-15 Thread Polytropon
On Mon, 16 Jan 2012 12:03:52 +1000, Da Rock wrote: On 01/14/12 22:06, Polytropon wrote: On Sat, 14 Jan 2012 20:37:14 +1000, Da Rock wrote: On 01/14/12 19:54, Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Sat Jan 14 02:32:15 2012 Date: Sat, 14 Jan 2012 09:28:21 +0100

Re: dot snap folder

2012-01-15 Thread Chad Perrin
On Sun, Jan 15, 2012 at 09:54:52PM -0800, Chip Camden wrote: Quoth Polytropon on Monday, 16 January 2012: On Sun, 15 Jan 2012 15:40:20 -0800, Jim Pazarena wrote: Is it permissible to delete the dot snap folder which is created in a filesystem? First of all, it's called a directory,