Re: configure fails - compiler help

2018-10-25 Thread Ryan Schmidt
On Oct 25, 2018, at 23:43, Ken Cunningham wrote: > a little experimenting on 10.5 today shows this: > > $ /usr/bin/ld > ld warning: -arch not specified > ld: no object files specified for inferred architecture i386 > > > $ /opt/local/bin/ld > ld: warning: -arch not specified > ld: warning: -

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Ryan Schmidt
On Oct 25, 2018, at 14:52, Richard L. Hamilton wrote: > Took me a moment to realize you were referring to the Portfile facility, not > the obsoleted (as of what OS version?) OS facility, regarding StartupItems. Yes, I'm referring to the MacPorts portfile options whose names begin with "start

Re: configure fails - compiler help

2018-10-25 Thread Ken Cunningham
On 2018-10-18, at 4:54 PM, Riccardo Mottola wrote: > Hi Ken > > Ken Cunningham wrote: >> I assume you're on 10.6.8 or newer -- clang and ld are thinking you are >> building against something newer than 10.5, so looking for the usual link >> libraries on 10.6.8. > > no.. the fact is that I am

Re: myports.txt vs requested.txt

2018-10-25 Thread Michael Newman via macports-users
> On Oct 25, 2018, at 19:00, macports-users-requ...@lists.macports.org wrote: > >> It doesn’t include many ports that are in myports.txt, such as curl, wget, >> and dnsmasq, all of which I know I specifically requested. >> >> Why is that? > > I guess MacPorts doesn't think you specifically req

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Murray Eisenberg
Once again with mysql, I gave up…uninstalled, then reinstalled following instructions at https://trac.macports.org/wiki/howto/MySQL but editing my.cnf so as to specify my own datadir, creating that datadir, and applying sudo chown -R _mysql:_mys

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Kevin Layer
Thanks everyone. I ended up using this one, and it works like a charm. http://www.apple.com/DTDs/PropertyList-1.0.dtd";> Label local.rsyncd Program /opt/local/bin/rsync ProgramArguments /opt/local/bin/rsync --daemon inetdCompatibility

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Eric A. Borisch
Try running the actual server command to see what is happening; likely there is an error that is preventing startup: sudo -u _mysql /opt/local/lib/mysql57/bin/mysqld - Eric

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Richard L. Hamilton
Took me a moment to realize you were referring to the Portfile facility, not the obsoleted (as of what OS version?) OS facility, regarding StartupItems. Still, I see the plist file you describe is notably simpler than something that the Portfile startupitems facility would have generated (i.e. t

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Ryan Schmidt
On Oct 25, 2018, at 11:28, Kevin Layer wrote: > Curiously, after > > port unload rsync > > I still see rsync running: > > 21693 ?? Ss 0:00.00 /opt/local/bin/rsync --daemon > --config=/opt/local/etc/rsyncd.conf > > I've been unable to find what starts it. Ideas? Kill it? If it com

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Ryan Schmidt
On Oct 25, 2018, at 10:08, Kevin Layer wrote: > Richard L. Hamilton wrote: > >>> I've had issues before with the whole daemondo wrapper bit. Some >>> things may need it, given how launchd has different expectations >>> from other system's approaches to starting daemons, and some >>> daemons m

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Kevin Layer
Curiously, after port unload rsync I still see rsync running: 21693 ?? Ss 0:00.00 /opt/local/bin/rsync --daemon --config=/opt/local/etc/rsyncd.conf I've been unable to find what starts it. Ideas? Thanks for the help on this.

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Ryan Schmidt
On Oct 25, 2018, at 11:01, Murray Eisenberg wrote: > On 25 Oct2018, at 11:58 AM, Ryan Schmidt wrote: >> >> >> On Oct 25, 2018, at 10:34, Murray Eisenberg wrote: >> >>> Such searches give different instructions on what permissions to give the >>> mysql datadir ! >>> >>> If the datadir is >>>

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Murray Eisenberg
On 25 Oct2018, at 11:58 AM, Ryan Schmidt wrote: > > > On Oct 25, 2018, at 10:34, Murray Eisenberg wrote: > >> Such searches give different instructions on what permissions to give the >> mysql datadir ! >> >> If the datadir is >> >> /Users/me/Databases/mysql/data >> >> (and my.cnf inc

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Ryan Schmidt
On Oct 25, 2018, at 10:34, Murray Eisenberg wrote: > Such searches give different instructions on what permissions to give the > mysql datadir ! > > If the datadir is > > /Users/me/Databases/mysql/data > > (and my.cnf includes "datadir = /Users/murray/Databases/mysql/data”, of > cour

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Murray Eisenberg
Such searches give different instructions on what permissions to give the mysql datadir ! If the datadir is /Users/me/Databases/mysql/data (and my.cnf includes "datadir = /Users/murray/Databases/mysql/data”, of course), then who should be the owner and what should the permissions be on

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Richard L. Hamilton
You can do it yourself, in which case you need to unload the MacPorts-supplied wrapper. But IMO, where daemondo is unnecessary, a plist without it should be supplied in MacPorts, so that it has the right name for port load / port unload to work, and so that one doesn't have to replace the plist

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Kevin Layer
Richard L. Hamilton wrote: >> I've had issues before with the whole daemondo wrapper bit. Some >> things may need it, given how launchd has different expectations >> from other system's approaches to starting daemons, and some >> daemons may not have a sufficiently compliant behavior without >> d

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Richard L. Hamilton
I've had issues before with the whole daemondo wrapper bit. Some things may need it, given how launchd has different expectations from other system's approaches to starting daemons, and some daemons may not have a sufficiently compliant behavior without daemondo as an intermediary. But when it

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Murray Eisenberg
On 25 Oct2018, at 9:37 AM, Ryan Schmidt wrote: > > > > On Oct 24, 2018, at 15:25, Murray Eisenberg wrote: > >> Starting MySQL >> . ERROR! The server quit without updating PID file >> (/Users/me/Databases/mysql/data/mysql.pid). >> > > … It is curious that it is trying to update a pid

Re: rsyncd with macports 2.5.4 on macOS 10.13.6

2018-10-25 Thread Kevin Layer
Rainer Müller wrote: >> On 2018-10-24 16:51, Kevin Layer wrote: >> > When I installed rsync, I executed the command that was suggested by >> > the port command. I forget what it was. >> >> Probably that was the usual 'sudo port load rsync'. That was it. >> >> > After a reboot, every 30 second

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Ryan Schmidt
On Oct 24, 2018, at 15:25, Murray Eisenberg wrote: > Starting MySQL >. ERROR! The server quit without updating PID file > (/Users/me/Databases/mysql/data/mysql.pid). > This is probably not a MacPorts-specific problem; you should search the Internet. I did, and one result suggested