delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/08/24/18:07:45

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=OhTsCbZ
tLA+Qo/eTirXQ7/kzmCxid+clhHQeUJOXIKoeuzmjoevdkwgA3atAfuZ+RIYuISA
k2V6nlM4vktswCsHW1zVGG2J5Ow98SeEFIm8mxc+Avz04Z7NTU+1j0f+o0HFWgES
xjiN9SuIZ0AC5+BVwr5bMs/sx2L5RwfRa9KQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=sOHBXRhDw+jCl
eNRGVycj1/2SfQ=; b=iF607QU7EYbhzYuEmDQAXJDxiaH95FL0OjWe6FKTE7swq
bgmdqvyHgWJb+otH7dYbzbj/wslDqbbMDT7PCh0HF99KTFr2C3hNjfFDG+yxZWC0
PN8MNwpyKVatSudXOY3eLEto8dMT7RMEujt6sZSqKasYe6omZtL88AU70XmWF0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=courage, alexandria, Alexandria, caleb
X-HELO: mail-wr0-f182.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=lCKYNb1HifQPCkMK5MB1jhPmBWQ9QX/jmbigz5ouoeo=; b=P/N+Btq3DyDAoXEfyiDQBI6jvlYc5AkrkT/7W5lnu0iP32pyD6XUNTB+ukm7GWsTMJ 8mMr9x7I6hN+SWtqj1QJTT2QQ9PlkCQkuV0bOf2U5rn1agQys4k5SbLyfzaqOJJbm5Rl IzY3bYsJKZilc4JtpRmqwNrgZxI0DeilrSovJAO+f0h4BA5R6/y1jDb/JLRdjiyWZztx 2WUUgvWZYcIovtRSSDHad/SxJY7YT33xAxJPpzrlz8qtw1aebNr0YkICpUcnyFWZWCg+ K1XEm16MSGjQEqKnA/i2gtb/QSLuKeR+YlFqZJQPcRBJlUEfpWwR+h9WuyQYStA9G1Dr /kFA==
X-Gm-Message-State: AHYfb5jWNrvZP4NEPIkYnjcGHmEr6ZLtv4tTzsXKXeD+OkRchItF6BrZ K99Sq7d8IOU2EfocWD97P1vd5Y7NPdJCFek=
X-Received: by 10.223.174.81 with SMTP id u17mr390986wrd.237.1503612450714; Thu, 24 Aug 2017 15:07:30 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <CACoZoo2yDLWyP7xS-1Nwm+8G+1eRrmg-1=pSzWrZr3UnVTgzxA@mail.gmail.com>
References: <CAPTiy3O=_Gb_jS4DBZxvczwJbuFhouVKrR1zz6jTgbLb3FEJ9g AT mail DOT gmail DOT com> <CACoZoo2yDLWyP7xS-1Nwm+8G+1eRrmg-1=pSzWrZr3UnVTgzxA AT mail DOT gmail DOT com>
From: Erik Soderquist <ErikSoderquist AT gmail DOT com>
Date: Thu, 24 Aug 2017 18:07:29 -0400
Message-ID: <CACoZoo3Ux6jGXEsdUpAogXpiDntChehWrBJFb7LhTBxb0bGcBg@mail.gmail.com>
Subject: Re: System crontab with username containing a space
To: cygwin <cygwin AT cygwin DOT com>
X-IsSubscribed: yes

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019