Re: net/boinc-client: make LINUX option a default or Slave port?

2017-03-22 Thread Torfinn Ingolfsen
Update:
it appears that the /usr/local/etc/rc.d/boinc-client script isn't
working correctly with the new version of the boinc_client.

root@kg-vm# service boinc-client status
boinc_client is not running.
root@kg-vm# cat /var/run/boinc_client.pid
11854
root@kg-vm# ps ax | grep boinc_client
11853  -  Ss0:00.68 /usr/local/bin/boinc_client --daemon --dir
/var/db/boinc
12123  0  S+0:00.00 grep boinc_client

No, I do not know why the process that's recorded in the pid file dies
/ is killed.
Details:
root@kg-vm# uname -a
FreeBSD kg-vm.kg4.no 10.3-STABLE FreeBSD 10.3-STABLE #0 r311695: Sun
Jan  8 20:58:02 CET 2017
r...@kg-vm.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64
root@kg-vm# pkg info boinc*
boinc-client-7.2.33_7
boinc_curses-0.2.2_1

HTH
-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: net/boinc-client: make LINUX option a default or Slave port?

2017-02-07 Thread Torfinn Ingolfsen
Hello,

On Wed, Jan 18, 2017 at 5:10 PM, Larry Rosenman  wrote:
>
> I'm working on making Manfred's sources used in the port, and will *NOT*
> be flipping the LINUX option.  I'll be pushing an update for
> net/boinc-client
> soon.
>

FWIW, the latest boinc-client in the ports tree installed without
problems and works with boinc_curses
root@kg-vm# pv boinc*
[Reading data from pkg(8) ... - 59 packages found - done]
boinc-client-7.2.33_7   =  up-to-date with port
boinc_curses-0.2.2_1=  up-to-date with port
on
root@kg-vm# uname -a
FreeBSD kg-vm.kg4.no 10.3-STABLE FreeBSD 10.3-STABLE #0 r311695: Sun
Jan  8 20:58:02 CET 2017
r...@kg-vm.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64

I haven't verified that it actually works yet (setiathome is down for
maintenance, and I haven't compiled the binaries yet) as I don't have
any project binaries for FreeBSD right now.
(I tried binaries for Milkyway that I had laying around, but I'm not
sure they actually work on FreeBSD 10.3)

-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: net/boinc-client: make LINUX option a default or Slave port?

2017-01-18 Thread Larry Rosenman

On 2017-01-18 09:57, Torfinn Ingolfsen wrote:
On Tue, Jan 17, 2017 at 11:41 PM, Larry Rosenman  
wrote:

On 2017-01-17 16:31, Manfred Antar wrote:



I've been running a freebsd compiled seti version 8 here for months.
I think someone needs to update the port.

i put the precomiled binaries on my website at :

www.pozo.com/seti [1]

this is for current amd64
seti-pkg.tar.bz2 --  precompiled

setiathome.tar.bz  -- the source trees for boinc and seti current  -- 
I will update this in about 20 minutes so wait a bit before 
downloading


I've been using this since last summer and works fine. a linux port 
would be nice but


How did you compile the sources?  (Can you send me in private mail the
Makefile, etc?)


FWIW, the sources that Manfred put up compiled with the instructions
in the INSTALL file, except that you have to use gmake instead of
make.
So
$ MAKE=/usr/local/bin/gmake ./_autosetup
$ ./configure --disable-server
$ gmake

I just did that on FreeBSD 10.3-stable about a week and a half ago.
tingo@kg-core1$ uname -a
FreeBSD kg-core1.kg4.no 10.3-STABLE FreeBSD 10.3-STABLE #0 r310083:
Wed Dec 14 21:00:13 CET 2016
r...@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64

(FYI, I also tested the compile on machine running FreeBSD 8.3 from
June 2013 but that compile failed)
I haven't done anything with the compiled binaries yet (had to upgrade
my BOINC machine first) but I expect that they will work well.

Also, I would prefer that the boinc port did NOT depend on / bring in
linux_base, but if it does I can live with it.

I'm working on making Manfred's sources used in the port, and will *NOT*
be flipping the LINUX option.  I'll be pushing an update for 
net/boinc-client

soon.

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: net/boinc-client: make LINUX option a default or Slave port?

2017-01-18 Thread Torfinn Ingolfsen
On Tue, Jan 17, 2017 at 11:41 PM, Larry Rosenman  wrote:
> On 2017-01-17 16:31, Manfred Antar wrote:
>
>>
>> I've been running a freebsd compiled seti version 8 here for months.
>> I think someone needs to update the port.
>>
>> i put the precomiled binaries on my website at :
>>
>> www.pozo.com/seti [1]
>>
>> this is for current amd64
>> seti-pkg.tar.bz2 --  precompiled
>>
>> setiathome.tar.bz  -- the source trees for boinc and seti current  -- I will 
>> update this in about 20 minutes so wait a bit before downloading
>>
>> I've been using this since last summer and works fine. a linux port would be 
>> nice but
>
> How did you compile the sources?  (Can you send me in private mail the
> Makefile, etc?)

FWIW, the sources that Manfred put up compiled with the instructions
in the INSTALL file, except that you have to use gmake instead of
make.
So
$ MAKE=/usr/local/bin/gmake ./_autosetup
$ ./configure --disable-server
$ gmake

I just did that on FreeBSD 10.3-stable about a week and a half ago.
tingo@kg-core1$ uname -a
FreeBSD kg-core1.kg4.no 10.3-STABLE FreeBSD 10.3-STABLE #0 r310083:
Wed Dec 14 21:00:13 CET 2016
r...@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64

(FYI, I also tested the compile on machine running FreeBSD 8.3 from
June 2013 but that compile failed)
I haven't done anything with the compiled binaries yet (had to upgrade
my BOINC machine first) but I expect that they will work well.

Also, I would prefer that the boinc port did NOT depend on / bring in
linux_base, but if it does I can live with it.
-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: net/boinc-client: make LINUX option a default or Slave port?

2017-01-17 Thread Larry Rosenman
On 2017-01-17 16:31, Manfred Antar wrote:

>> On Jan 17, 2017, at 12:29 PM, Larry Rosenman  wrote: 
>> 
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>> 
>> With the imminent demise of astro/boinc-setiathome-v7, I'm wondering if
>> the
>> community would object to net/boinc-client having its LINUX set as a
>> default for the package.   Or a slave port with that option set.
>> 
>> I'm planning on taking MAINTAINER of net/boinc-client but would like
>> input
>> on the above.
>> 
>> Thanks!
> 
> I've been running a freebsd compiled seti version 8 here for months. 
> I think someone needs to update the port. 
> 
> i put the precomiled binaries on my website at : 
> 
> www.pozo.com/seti [1] 
> 
> this is for current amd64 
> seti-pkg.tar.bz2 --  precompiled 
> 
> setiathome.tar.bz  -- the source trees for boinc and seti current  -- I will 
> update this in about 20 minutes so wait a bit before downloading 
> 
> I've been using this since last summer and works fine. a linux port would be 
> nice but

How did you compile the sources?  (Can you send me in private mail the
Makefile, etc?) 

Thanks!

-- 
Larry Rosenman http://people.freebsd.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@freebsd.org
US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281
 

Links:
--
[1] http://www.pozo.com/seti
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: net/boinc-client: make LINUX option a default or Slave port?

2017-01-17 Thread Manfred Antar via freebsd-ports

> On Jan 17, 2017, at 12:29 PM, Larry Rosenman  > wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> With the imminent demise of astro/boinc-setiathome-v7, I'm wondering if
> the
> community would object to net/boinc-client having its LINUX set as a
> default for the package.   Or a slave port with that option set.
> 
> I'm planning on taking MAINTAINER of net/boinc-client but would like
> input
> on the above.
> 
> Thanks!

I’ve been running a freebsd compiled seti version 8 here for months.
I think someone needs to update the port.

i put the precomiled binaries on my website at :

www.pozo.com/seti 

this is for current amd64

seti-pkg.tar.bz2 —  precompiled

setiathome.tar.bz  — the source trees for boinc and seti current  — I will 
update this in about 20 minutes so wait a bit before downloading


I’ve been using this since last summer and works fine. a linux port would be 
nice but

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: net/boinc-client: make LINUX option a default or Slave port?

2017-01-17 Thread Larry Rosenman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2017-01-17 15:01, Rainer Hurling wrote:
> Am 17.01.2017 um 21:29 schrieb Larry Rosenman:
>> With the imminent demise of astro/boinc-setiathome-v7, I'm wondering if
>> the
>> community would object to net/boinc-client having its LINUX set as a
>> default for the package.   Or a slave port with that option set.
>> 
>> I'm planning on taking MAINTAINER of net/boinc-client but would like
>> input
>> on the above.
>> 
>> Thanks!
> 
> Thanks for taking this up. It is really appreciated.
> 
> Excuse my ignorance. But, what are the differences in using native or
> Linux boinc clients? And is this only of interest for SetiAtHome?
> 
> Thanks for any answer.
> 
> Best regards,
> Rainer Hurling

net/boinc-client would still be a native FreeBSD binary.  This would
allow SETI@home (and other science
projects) to send Linux binaries to our FreeBSD boinc-client.

The downside is it would bring in a linux-base port by default.

- -- 
Larry Rosenman http://people.freebsd.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@freebsd.org
US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281
-BEGIN PGP SIGNATURE-

iQEcBAEBAgAGBQJYfomsAAoJEGl8mbGrSKd9gFsH/Al/AN8Ym46dWln88LaqBenC
8LClG4BpjvSs0ev3fI6uHKFShn+BPmQhuCMzsMakxCBqir2cV/FlV2EvENhLgQ8p
56dHgFRMnXDpSneyScfUcs4RDTIZmUnp/6cku3Us/qh/0mChA9rY73Yiqyh3C9UB
q5a068XT6So3nzos/DcyQ3In4y8OYs4H9DmDzHt2yDaRvwITp1nQmycAjgBY3gbS
B+UiA23PjjT700fnAjLQNnu/9T7fRUgl7t46th4i1hQbxWW6MlMhCHfgBz/cWzsA
5iKprdcUz7bHB6Ul/2wewsx0cSpRUiprK4mSRD05Rb6OX/0U1a6aJabcTA7y+7o=
=IFkG
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: net/boinc-client: make LINUX option a default or Slave port?

2017-01-17 Thread Rainer Hurling
Am 17.01.2017 um 21:29 schrieb Larry Rosenman:
> With the imminent demise of astro/boinc-setiathome-v7, I'm wondering if
> the
> community would object to net/boinc-client having its LINUX set as a
> default for the package.   Or a slave port with that option set.
> 
> I'm planning on taking MAINTAINER of net/boinc-client but would like
> input
> on the above.
> 
> Thanks!

Thanks for taking this up. It is really appreciated.

Excuse my ignorance. But, what are the differences in using native or
Linux boinc clients? And is this only of interest for SetiAtHome?

Thanks for any answer.

Best regards,
Rainer Hurling
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


net/boinc-client: make LINUX option a default or Slave port?

2017-01-17 Thread Larry Rosenman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

With the imminent demise of astro/boinc-setiathome-v7, I'm wondering if
the
community would object to net/boinc-client having its LINUX set as a
default for the package.   Or a slave port with that option set.

I'm planning on taking MAINTAINER of net/boinc-client but would like
input
on the above.

Thanks!

- -- 
Larry Rosenman http://people.freebsd.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@freebsd.org
US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281
-BEGIN PGP SIGNATURE-

iQEcBAEBAgAGBQJYfn6NAAoJEGl8mbGrSKd9RzIH+QGjGjHKwldyKh+0SDre5LGc
nAyoyrJb6oreTeHluuQwXi5ir8DhdC2wo3h7KyGbGkwH4vMSeycvjizU0JMadK9t
EqaqOzMPCizhtytWVAvLproFSD+fXN4ZhFcBRwp85YPpt7+Q5GMe2POxGJ+2sLJw
/I4VIaiZuxtad/hd0qK1evVeYF+YfZg4SI+SzHJRpxSMoGeOsHv+uLsSmRES/gqF
Q5re12iNcyBmEpgrP7eseuD2CFLZ2lXs3y4PQy090dFouPkpV3T0B6BzFzc6bT7v
xSGT/Jr+BvZyWiXnSVML94XRd/gzL72piMllqY+maPFmoymLBUKLkYz66UQ6dSU=
=MZan
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"