|
From: Roland F. <fl...@fr...> - 2015-02-26 18:11:35
|
Hello, i have found the problem, what be coming up an this is an mistake of me: During the startup the owfs.conf was written in steps and after each step the module what is now in the row to start will be start also. With that the new ow_launchd find an changed owfs.conf and try to restart owserver. But this restart fail as the connection to the USB adapter is blocked (Maybe this can be an fault from the system). Now i have re-written my startup, so that the configuration is been ready complete and then i start the modules. With that way all is been solved. Best regards, Roland From: Roland Franke Sent: Tuesday, February 24, 2015 8:35 PM To: OWFS (One-wire file system) discussion and help Subject: [Owfs-developers] owfs 3.0.0 -> Problems by first startup Hello @ all, i have some problems with the first startup of owfs 3.0.0 My configuration is the same as by 2.9.9 but now i get some faults: By the first startup of owfs with an combinated configuration-file i get the message fli4l kern.warn kernel: usb 1-2: usbfs: interface 0 claimed by usbfs while 'owserver' sets config #1 and owfs will not start. My configuration (/var/run/owfs.conf) is: error_print = 3 error_level = 1 format = f.i cache_size = 0 Celsius background allow_other server: usb server: port = 127.0.0.1:4304 server: pid_file = /var/run/owsever.pid http: server = 127.0.0.1:4304 http: port = 8080 http: pid_file = /var/run/owhttpd.pid owfs: server = 127.0.0.1:4304 owfs: pid_file = /var/run/owfs.pid owfs: mountpoint = /mnt/1wire I will first start owserver –c /var/run/owfs.conf then owhttpd –c /var/run/owfs.conf and as last owfs –c /var/run/owfs.conf during the startup of my computer and it fail with the message from the kernel. If I after the complete start write manualy the 3 startlines identical, all will work fine. But that is not the best way. Hope that you can help me in that matter. In case that you will need more information, please ask. Best regards, Roland Franke -------------------------------------------------------------------------------- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ -------------------------------------------------------------------------------- _______________________________________________ Owfs-developers mailing list Owf...@li... https://lists.sourceforge.net/lists/listinfo/owfs-developers |