Displaying 20 results from an estimated 2000 matches similar to: "Starting using LaunchDaemons"
2009 Feb 03
4
v1.1.11 released
http://dovecot.org/releases/1.1/dovecot-1.1.11.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.11.tar.gz.sig
Hopefully this v1.1 release will last a few months.
- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
not to save keywords.
- dbox: INTERNALDATE and save date was returned wrong for converted
maildir files.
- auth: Using "username" or
2009 Feb 03
4
v1.1.11 released
http://dovecot.org/releases/1.1/dovecot-1.1.11.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.11.tar.gz.sig
Hopefully this v1.1 release will last a few months.
- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
not to save keywords.
- dbox: INTERNALDATE and save date was returned wrong for converted
maildir files.
- auth: Using "username" or
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
2009 Jun 26
2
ACLs, imap and launchd
I was going to experiment with ACLs when I faced a small problem.
It is just sufficient to enable the acl plugin for getting the
behavior described hereafter.
When launching dovecot from the command line, one gets:
sh-3.2# /usr/local/dovecot/sbin/dovecot -F
ILoading modules from directory: /usr/local/dovecot-1.2.rc6/lib/
dovecot/imap
IModule loaded:
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
2017 Jun 12
4
Apple Mac slave
On Jun 11, 2017, at 7:15 AM, Robbie van der Walle <rvanderwalle at gmail.com> wrote:
>
> I see only a reboot. Not a shutdown. But is this normal because shutdown -u -h +0 is used?
>
To be honest, I haven't experimented much with this, but I saw a normal shutdown/reboot when I just tried this from the command line (10.12):
reboot ~ Mon Jun 12 08:36
2012 Jul 10
2
Refresh not working with launchd service provider?
Hi,
Refresh doesn''t seem to be working with the launched service provider on OS X Lion (10.7.4).
I''ve come up with a simple "service" script, plist file and 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.
2007 May 10
1
BUG REPORT - Stops logging after sleep
Version: dovecot --version: 1.0.0
OS: OS X - 10.4.9
Architecture: G5 Dual/1.8Ghz
Had a fairly normal time correction last night:
May 9 20:56:56 G518X2 ntpd[219]: time set -1.212733 s
Which dovecot duly noted:
May 9 20:56:56 G518X2 dovecot: auth(default): Time just moved
backwards by 1 seconds. I'll sleep now until we're back in present.
This morning all of the dovecot processes are
2009 Jun 08
2
Login processes in Dovecot
I will be deploying Dovecot on OS X shortly. I am looking for
clarification on the limits imposed by OS X and sysctl
[kern.maxproc]. I understand that it is defaulting to 532, but can be
raised to 2500. I believe the OS uses around 100 or so, plus I will
have other processes and shells at times.
Does Dovecot use one process per user logged in? I find Apple Mail
uses about 4 IMAP
2017 Jun 15
2
Apple Mac slave
> sudo launchctl list|fgrep -v com.app
returns for me(10.12.5):
PID Status Label
- 78 org.networkupstools.upsmon
system log:
Jun 15 16:27:07 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Jun 15 16:27:17 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon[4259]): Service could not initialize: 16F73:
2012 May 05
12
Error running an app on a Mac
Hi Guys,
I'm a newbie, running my first windows app on a Macbook.
OS X 10.6.8
2.2 GHz Intel Core 2 Duo
2 GB 667 MHz DDR2 SDRAM
When I tried to install X11, both the original X11 app and the
update told me it is already installed on my Mac.
Here's the error messages from Term:
$ wine setup.exe
wine: created the configuration directory '/Users/horacemann/.wine'
Application tried
2017 Jun 15
1
Apple Mac slave
Ok rebooted
All running ok now. Great thanks a lot!
In system.log
Jun 15 21:38:54 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): Unknown key for Boolean: SuccessfulExit
Jun 15 21:38:54 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): This service is defined to be constantly running and is inherently inefficient.
What is the purpose of Boolean: SuccessfulExit?
2017 Jun 14
0
Apple Mac slave
> To be honest, I haven't experimented much with this, but I saw a normal shutdown/reboot when I just tried this from the command line (10.12):
>
> reboot ~ Mon Jun 12 08:36
> shutdown ~ Mon Jun 12 08:35
> clepple ttys007 Sun Jun 4 21:52 - shutdown (7+10:43)
> However, the "-u" flag did not
2009 Apr 26
0
Compiling dovecot-sieve-1.1.6 against dovecot-1.1.14
When attempting to compile dovecot-sieve-1.1.6 against dovecot-1.1.14
using the following command line to config...
G520X2:~/Temp/dovecot-sieve-1.1.6 root# ./configure --with-dovecot=../
dovecot-1.1.14
make fails with the following...
G520X2:~/Temp/dovecot-sieve-1.1.6 root# make
make all-recursive
Making all in src
Making all in libsieve
/bin/sh ../../libtool --tag=CC --mode=link gcc
2018 Jun 06
1
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
I got my USB ups reporting on macOS, but it was quite a while ago, I’ll have to dig into how I did it..
I do remember is wasn’t simple.. ( actually is was long drawn out pain in the …. )
Maybe search for posts from me, I’ll check what I did on the weekend and get back to you..
Or, buy an APC.. as they will just appear in Energy Saver..
> On 6 Jun 2018, at 15:41, Charles Lepple
2009 Jan 14
6
How do I change MYSQL startup options on Mac??? (can't work it out)
Hi,
Can anyone help me out re how I change the startup options for mysql (v5.0)
running on my Mac? (I just want to add the "--log" option is about it). I
tried doing "sudo ./Library/StartupItems/MySQLCOM/MySQLCOM restart" however
this started a 2nd instances of mysql & mysqld.
Here is what I see start after Mac startup if this helps:
$ ps aux | grep mysql
_mysql 137 0.0
2006 Sep 19
3
Error on DomU with xencons=ttyS
Hi all,
I have a question on /etc/inittab for DomU booted with xencons parameter.
I saw the following error messages when I appended xencons=ttyS to DomU
boot option.
INIT: Id "1" respawning too fast: disabled for 5 minutes
INIT: Id "2" respawning too fast: disabled for 5 minutes
INIT: Id "4" respawning too fast: disabled for 5 minutes
INIT: Id
2008 Jun 23
1
RSync on Mac
I’m having a heck of a time setting up an RSync server on a mac OS X system. I have run it as a daemon (--daemon) with a configuration file and have created a plist file and put it in the launch directory. Still can’t get a connection. When I run ths ps –E on the system, I don’t see rsync running.
Any links to good setup docs?
Brad
No virus found in this outgoing message.
Checked by
2006 Jul 07
4
VM boots BUT keep throwing: "INIT: Id "X" respawning too fast: disabled for 5 minutes"
Hi,
This is my setting:
I have a Logical Volume /dev/VG/suse with Suse installed. I have added
it to the grub and I can boot it and works perfectly fine.
Now I am running /dev/VG/root which is running Xen0. I have created a
Xen config file to boot a VM with disk: /dev/VG/suse. In other words I
want to boot
/dev/VG/suse as a virtual machine.
Below is what I am getting at boot time :
2017 Jun 15
2
Apple Mac slave
I deleted the plist file and rebooted:
sudo /sw/sbin/upsmon -D
Network UPS Tools upsmon 2.7.4
0.000000 fopen /sw/var/run/upsmon.pid: No such file or directory
0.044649 UPS: ups at ip address (slave) (power value 1)
0.081597 Using power down flag file /etc/killpower
0.162720 debug level is '1'
0.538410 Trying to connect to UPS [ups at ip address]
0.540345 Logged into UPS