public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Erik Soderquist <ErikSoderquist@gmail.com>
To: cygwin <cygwin@cygwin.com>
Subject: Re: System crontab with username containing a space
Date: Thu, 24 Aug 2017 22:07:00 -0000	[thread overview]
Message-ID: <CACoZoo3Ux6jGXEsdUpAogXpiDntChehWrBJFb7LhTBxb0bGcBg@mail.gmail.com> (raw)
In-Reply-To: <CACoZoo2yDLWyP7xS-1Nwm+8G+1eRrmg-1=pSzWrZr3UnVTgzxA@mail.gmail.com>

On Thu, Aug 24, 2017 at 3:20 PM, Erik Soderquist wrote:
> I ran into a similar issue where I had a space in a mount, and I had
> to use some form of octal/hex encoding, but I no longer remember the
> exact details...
>
>
> I will try to reproduce this and see what I can find.

Well, I confirmed what I needed for the mounts was octal \040, so a
sample mount with a space would read:
/dev/device /mnt/dir\040with\040spaces/ ext4 default 0 0

and would mount under directory /mnt/dir with spaces/ correctly,
but so far I've been unable to get that working in cygwin's cron

however, to turn on full debugging of the cron daemon to /var/log/cron.log,
changing the service registry value for AppArgs from "-n" to
 "-n -x ext,sch,proc,pars,load,misc,test,bit" should give you every
scrap of logging available

I don't know if the failure on my machine is that it's corporate
policy controlled or I did something wrong or that cron doesn't use
\040 in the same way my mount test does.

-- Erik


--
"I do not think any of us are truly sane, Caleb. Not even you. Courage
is not sanity. Being willing to die for someone else is not sanity."
... "Love is not sane, nor is faith." ... "If sanity lacks those
things, Caleb, I want no part of it."

-- Alexandria Terri in "Weaving the Wyvern" by Alexis Desiree Thorne

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2017-08-24 22:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-26  1:44 Gene Pavlovsky
2017-08-24 19:20 ` Erik Soderquist
2017-08-24 22:07   ` Erik Soderquist [this message]
2017-08-24 20:01 ` Brian Inglis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACoZoo3Ux6jGXEsdUpAogXpiDntChehWrBJFb7LhTBxb0bGcBg@mail.gmail.com \
    --to=eriksoderquist@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).