Displaying 20 results from an estimated 142 matches for "launchd".
Did you mean:
launch
2009 Jun 26
2
ACLs, imap and launchd
...534, gid=65534, home=/tmp
Iacl: No acl setting - ACLs are disabled
^C
In fact, a "dummy" imap process is run so as to fetch the capability
(see master-settings.c); that process is run with an hardcoded uid/gid
65534.
But this appears to be problematic when dovecot is started from
launchd; clearly, launchd doesn't like arbitrary users, as it may be
seen from system.log:
org.dovecot[28382]: ^AILoading modules from directory: /usr/local/
dovecot-1.2.rc6/lib/dovecot/imap
org.dovecot[28382]: ^AIModule loaded: /usr/local/dovecot-1.2.rc6/lib/
dovecot/imap/lib01_acl_plugin.so
c...
2009 Feb 04
1
Starting using LaunchDaemons
I've figured this one out... Just wanted to get it into the dovecot
mailing list archive so that somebody in the future might find it if
they need it.
Running Dovecot on Mac OS X 10.4.11 and using LaunchDaemon to start.
Following a system crash, dovecot failed to restart with this in the
system log...
Feb 4 10:04:29 G520X2 launchd: org.dovecot: exited with exit code: 89
Feb 4 10:04:29 G520X2 launchd: org.dovecot: respawning too quickly!
throttling
Feb 4 10:04:29 G520X2 launchd: org.doveco...
2007 Mar 28
2
[OT] Starting Mongrel on Mac: Launchd or Crontab?
...apps I use on my Mac to do brutally stupid stuff like track
time and activities. They''re always running, but each time I restart, I
(duh) have to restart the Mongrels.
Well, I know better than that, right? So I dug around in Google to find out
how people are getting Mongrels started using Launchd. There are some
detailed posts, but none of them seemed to work. My hack-o-the-day was to
use crontab, and I''m not certain that''s so bad, but could someone tell me:
How do you use Launchd to get Mongrels running? Do you categorize them as
Agents or Daemons? Even though these are s...
2009 Dec 13
4
v3.0.4 and OSXS - Exit code: 1
Hello,
I used Lingon for Leopard Server to create a launchd job that would
execute the following rsync (v3.0.4) command when logged in as admin at
12:01 AM each day.
sudo rsync -aAHvWX /Volumes/File_Storage/docs/
/Volumes/File_Storage_Mirror/docs
When launchd executed this command, it did not work. The system.log
file reads "Exited with exit cod...
2007 Dec 21
2
[Bug 1413] New: Add support for launching ssh-agent from Mac OS X's launchd .
https://bugzilla.mindrot.org/show_bug.cgi?id=1413
Summary: Add support for launching ssh-agent from Mac OS X's
launchd.
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ssh-agent
AssignedTo: bitbucket at mindrot.or...
2013 Aug 29
5
Problem when using bundle exec rake with Launchd
Dear all,
I am developing a web harvesting server which requires regularly
website parsing. Since I use Mac 10.8 as my development environment, I
try to use Launchd to routinely wake up my parser. My parser was a bash
script which has only two lines:
1. cd $HOME/ProjectFolder
2. bundle exec rake dailyTask:dataParse
When directly execute the script under Terminal, there is no
problem. However, when this script is called by Launchctl, it produces
errors, w...
2005 May 10
1
Launching rsync daemon via launchd on Mac OS X 10.4 Tiger
Hi,
I have recently upgraded to Tiger and needed a way to launch the
rsync daemon on system-startup. Tiger includes the launchd which is
responsible for launching daemons. I have made my config file
available to download for anybody who is interested in doing the same:
http://www.designsolution.co.uk/resources/rsync/
Perhaps this may be added to the resources section of the rsync site?
Regards,
Glen Scott.
--
---...
2012 Mar 27
1
puppet with launchd - problem with hostname
Hi,
We''re having a problem with our puppet install on our mac''s. We''ve setup a launchd plist following the instructions at:
http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_With_Launchd
The problem we''re having is that when the mac initially boots, it''s hostname is fubar.local - after the networking starts up, the hostname becomes fubar.domain.name. Pup...
2008 Oct 13
3
errors on getaddrinfo(): nodename nor servname provided, or not known
Hello openssh developers,
I had built openssh-4.7p1 on arm-apple-darwin9 platform, but
I get this error when I load sshd using launchd:
root# launchctl load /Library/LaunchDaemons/com.openssh.sshd.plist
errors on getaddrinfo(): nodename nor servname provided, or not known
When I execute sshd directly, I don't get any warnings or error
messages, but the sshd is not listening on the intended port, and it's
not running.
I...
2012 Jul 10
2
Refresh not working with launchd service provider?
...puppet script to apply to demonstrate. The problem.
Here''s the shell script which logs an initial starting message and then just loops logging a "Still running…" message.
/usr/local/bin/example.sh:
#!/bin/sh
# We need to trap on TERM signals, according to Apple''s launchd docs:
#
trap ''exit 1'' 15
syslog -s -l 1 example.sh: Starting...
while true; do
sleep 15
syslog -s -l 1 example.sh: Still running...
done
Here''s the launchd plist.
/Library/LaunchDaemons/net.davidlballenger.example.plist:
<?xml version="1.0&quo...
2010 Mar 04
2
exec failure
Hello,
I''m using puppet 0.25.1 - and I''m trying to create a custom resource to
use launchctl to stop a launchd job.
command => "launchctl stop `launchctl list | grep $job_real | cut -f 3`",
yeilds:
err:
//sav/Stop_launchd_job[com.Symantec.SymSecondaryLaunch]/Exec[com.Symantec.SymSecondaryLaunch]/returns:
change from notrun to 0 failed: launchctl stop `launchctl list | grep
com.Symantec.SymS...
2008 Mar 06
0
[ANNOUNCE] xinit 1.0.8
Adam Jackson (1):
xinit 1.0.8
David Nusinow (1):
Unbreak installs on non-launchd systems
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Jeremy Huddleston (19):
Added some support for Xquartz on OS-X.
Added Apple launchd support
Changed x11-exec to actually start X11.app. X11.app will be responsible for calling xinit....
2012 May 05
12
Error running an app on a Mac
...ng registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:iphlpapi:NotifyAddrChange (Handle 0xfaf53c, overlapped 0xfaf520): stub
wine: configuration in '/Users/horacemann/.wine' has been updated.
Dynamic session lookup supported but failed: launchd did not provide a
socket path, verify that org.freedesktop.dbus-session.plist is loaded!
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:storage:create_storagefile Storage share mode not implement...
2015 Jan 23
38
[Bug 2341] New: XQuartz X11 forwarding not working in OS X 10.10 Yosemite
...Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: jakob at kirei.se
bug report in: http://xquartz.macosforge.org/trac/ticket/1451
patch in
https://trac.macports.org/export/121205/trunk/dports/net/openssh/files/launchd.patch
I've tested the patch and it works.
--
You are receiving this mail because:
You are watching the assignee of the bug.
2008 Jan 09
9
mongrel, monit, and the many, many messages
Monit 4.9, Mongrel 1.0.1, Rails 1.2.6, Mac OS X 10.4.11 (PPC)
I don''t know whether this is a mongrel issue or a monit issue.
I''m trying to poke my way around a system set up by someone else. I have
no more experience w/ mongrel that local Rails dev at this point, and a
conceptual understanding of how monit is working. I have the Deploying
Rails beta book, and I''m
2016 Dec 15
2
Working X11 with macOS
On 2016-12-15 at 01:05, Darren Tucker wrote:
> On Thu, Dec 15, 2016 at 6:58 AM, Blumenthal, Uri - 0553 - MITLL
> <uri at ll.mit.edu> wrote:
> [OSX launchd diff]
>> I for one would like to see it merged.
>
> I took the patch and addressed the comments in
> https://bugzilla.mindrot.org/show_bug.cgi?id=2341. If we can get some
> confirmation that it
> (https://bugzilla.mindrot.org/attachment.cgi?id=2915&action=edit)
> works...
2015 Jun 28
1
Driver macosx-ups failing on Yosemite
...it is spinning. Activity Monitor -> CPU tab; click on the process, and under the gear icon, choose "Sample Process".
Another potential problem that you might see is that the driver will trigger an assertion and exit when the UPS is unplugged. Theoretically, this could be fixed with a launchd plist that restarts the driver, but the usual way to handle this in NUT is to mark the data as stale, and wait for the UPS to reappear. (Does MacPorts use a launchd plist?)
> May have to attach the UPS to the linux machine and use the mac as a client, however it is easier to use the mac with th...
2018 Oct 17
3
What are the differences between systemd and non-systemd Linux distros?
On 17/10/18 1:25 am, Valeri Galtsev wrote:
> That said, if one is strongly willing to stay away from systemd, and
> not to such extent into Linux as to needing an advise on that, I would
> recommend to take a look at non-Linux system, specifically BSD
> descendants (FreeBSD, NetBSD, etc). Their kernel is not as heavy
> (big,resource demanding) as Linux kernel, and you can do
2010 Nov 04
11
Address already in use - bind(2) (Errno::EADDRINUSE)
After trying all things in : http://www.ruby-forum.com/topic/105271
I cannot find the pid of the clogger. So, I am still having trouble
clearing whatever is active on my localhost port 3000.
I can run on a different port "script/server -p 3001" .
But my OC would like to have all ports on my machine clean and usable.
Below is my error - please help. Thanks!
When I try to start the
2018 Oct 17
2
What are the differences between systemd and non-systemd Linux distros?
On Oct 17, 2018, at 10:03 AM, Mark Rousell <mark.rousell at signal100.com> wrote:
>
> launchd is not being forced on them as systemd is in practice
Try doing without launchd on macOS.
If you think that?s irrelevant, count the number of MacBooks at the next FreeBSD conference you attend.
For an init system to gain sufficient momentum, it must be the default, with no easy way to avoid it....