Displaying 20 results from an estimated 11296 matches for "touch".
2018 Jan 14
2
YP listing problem
...<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://icecast-yp.internet-radio.com</yp-url>
</directory>
yp in my error.log in the attached file
-------------- next part --------------
[2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded
[2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded
[2018-01-14 18:46:22] DBUG yp/send_to_yp YP touch at http://icecast-yp.internet-radio.com succeeded
[2018-01-14 18:46:22] DBUG yp/send_to_yp YP to...
2012 Aug 22
1
recording calls
...nd call I see:
== Using SIP RTP CoS mark 5
-- Called SIP/ BVTrunk /7190000000
-- SIP/BVTrunk-00000163 is making progress passing it to SIP/1010-00000162
-- SIP/BVTrunk-00000163 answered SIP/1010-00000162
-- Feature Found: apprecord exten: apprecord
-- Executing [s at macro-one-touch-record:1] ExecIf("SIP/1010-00000162", "0?Set(THISEXTEN=71900000000)") in new stack
-- Executing [s at macro-one-touch-record:2] ExecIf("SIP/1010-00000162", "1?Set(THISEXTEN=1010)") in new stack
-- Executing [s at macro-one-touch-record:3] ExecIf("...
2020 Feb 17
2
Use of "no-touch-required" with "cert-authority"
Hello,
In testing security key support in OpenSSH 8.2, I had some trouble making the ?no-touch-required? option in the authorized_keys file work in conjunction with OpenSSH certificates. I think I?ve figured it out, but I think there may be a bug in ssh-keygen related to this.
To make ?no-touch-required? work with certificates, I actually had to do three things:
Generate the security key w...
2012 Jun 07
2
Making touch more efficient
I''m currently working on a Rails 2.3 project but I think the code hasn''t
changed much around touching in the latest release so here goes:
Touching seems to be less efficient than it could be. Currently it seems to
change the updated_at (or other) field, save the whole object, trigger all
callbacks on that object (some of which might be to touch other associated
objects) and so on.
Seems to...
2013 Jul 26
4
filesystem accessmode='passthrough'
...9p www-var /mnt -o trans=virtio
if I try to make file or directory in guest, I have problem with permissions:
ruser@www:~# ls -ld /mnt/ruser/
drwxr-xr-x 2 ruser www-data 4096 May 28 13:13 /mnt/ruser/
ruser@www:~# ls -ld /mnt/tmp/
drwxrwxrwx 2 root root 4096 Jul 26 09:01 /mnt/tmp/
root@www:~# touch /mnt/tmp/file1
OK:
root@www:~# touch /mnt/ruser/file2
touch: cannot touch `/mnt/ruser/file2': Permission denied
root@www:~# su ruser
ruser@www:~$ touch /mnt/ruser/file3
touch: cannot touch `/mnt/ruser/file3': Permission denied
ruser@www:~$ touch /mnt/tmp/file4
touch: setting times...
1999 Nov 17
6
Samba 2.0.6, MKS' touch.exe, and file/dir time stamps
Hello all,
we are experiencing problems with samba 2.0.6 and the MKS touch command.
during our builds, we touch files and directories so that our make
dependencies work correctly. Unfortunately, it seems that MKS' touch.exe
doesn't actually change the time stamp of a file or directory. The
command returns without an error, but the timestamp does not change.
T...
2021 Oct 17
16
[Bug 3355] New: no-touch-required flag not restored from hardware token
https://bugzilla.mindrot.org/show_bug.cgi?id=3355
Bug ID: 3355
Summary: no-touch-required flag not restored from hardware
token
Product: Portable OpenSSH
Version: 8.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh-keygen
Assi...
2009 Oct 16
5
Rails 2.3 Model.touch(:column) always also updates :updated_at???
Hi,
Am I the only one (i.e. something I do is wrong), or does the touch-
method always update updated_at, even though giving it a column to use
INSTEAD is meant to update just that column???
Thanks,
Michael
2010 Oct 07
2
sudo 1.6.9 versus sudo 1.7.2 behavioral differences with umask settings
Two servers, each have normal user umask values of 0077 and root umask
values on 0022.
On the first server (CentOS 5.4 i386) running sudo 1.6.9pl7-5 (from
base), here are the results of touching a file as a user, as root and as
a user sudoing to root:
user: touch file - result is 600
root: touch file - result is 644
user: sudo touch file - result is 644
On the second server (CentOS x86-64) running sudo 1.7.2p1-7 (from
updates), here are the results of the same actions:
user: touch fi...
2009 Jun 27
1
Problem with :touch in belongs_to
I''ve read in rails api that there is a touch parameter and I want to
use it in my application. I have something like that
class User < ActiveRecord::Base
has_many :phones
after_update :updated
def updated
...
end
end
class Phone < ActiveRecord::Base
belongs_to :user, :touch => true
end
I want that every change of a...
2020 Jun 07
5
[Bug 3178] New: When authenticating with a -sk key, no 'touch security key' prompt displayed
https://bugzilla.mindrot.org/show_bug.cgi?id=3178
Bug ID: 3178
Summary: When authenticating with a -sk key, no 'touch security
key' prompt displayed
Product: Portable OpenSSH
Version: 8.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: ssh
Assignee: unassigned-b...
2015 Mar 02
6
System() command refuses to execute bash script
...got that apparently you need to
follow "cron rules" in any BASH scripts executed via System() from an
Asterisk dialplan.
E. g. all paths must be fully and absolutely specified, there are no
relative path references available.
So I changed the the file wireless.sh which was:
#!/bin/bash
touch wireless-executed
to
#!/bin/bash
touch /root/wireless-executed
and now if I phone 800 on my Asterisk context I can see that the file
wireless-executed
is created by the touch binary, which indicates that Asterisk has run the
script successfully.
So the problem was not Asterisk or BASH or per...
2003 Apr 22
1
installworld (touch: not found)
Hi All,
I just the "touch: not found" problem that seems to occur occaisonally
when installing world.
--------------------------------------------------------------
>>> Installing everything..
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> sha...
2006 Jan 16
2
automon - one touch record
Actually the docs for the Queue application say:
'w' -- allow the called user to write the conversation to disk via Monitor
'W' -- allow the calling user to write the conversation to disk via Monitor
couldn't get these to work tho. Does this mean I can do one touch recording with agents, or does it mean I can use the monitor() command? Very confusing...
Doug.
-----Original Message-----
From: Jennifer Hales [mailto:jhales@ains.net.au]
Sent: Sunday, January 15, 2006 4:01 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [As...
2004 Oct 02
3
conditional assignments and calculations
...been calculated, I don't need to recalculate it. But I would
like to be able to just press 'enter' on each of them.
So, I would like R to somehow figure out dependencies (a bit like in
Makefiles)
I implemented something like this with the following functions:
----------------------
touch=function(x) {attr(x,"last.updated")=Sys.time();x}
last.updated=function(a) {
if( length(attr(a,"last.updated")) == 0 ) {
Sys.time()
} else {
attr(a,"last.updated")
}
}
"depends<-"=function(a,value,...) {
args=list(...)
if( leng...
2017 Jun 27
0
Slow write times to gluster disk
...common working directory dri_fleat in the gluster
volume
drwxrwsr-x 22 root dri_fleat 4.0K May 1 15:14 dri_fleat
my user (phaley) does not own that directory but is a member of the
group dri_fleat and should have write permissions. When I go to the
nfs-mounted version and try to use the touch command I get the following
ibfdr-compute-0-4(dri_fleat)% touch dum
touch: cannot touch `dum': Permission denied
One of the sub-directories under dri_fleat is "test" which phaley owns
drwxrwsr-x 2 phaley dri_fleat 4.0K May 1 15:16 test
Under this directory (mounted via nfs) us...
2016 Jan 04
3
[PATCH 0/3] podwrapper: Generate consistent WARNING sections (RHBZ#1293527).
Fix for:
https://bugzilla.redhat.com/show_bug.cgi?id=1293527
Note that patches 2/3 and 3/3 are dependent on each other, ie.
applying 2/3 on its own will break the build. So I may combine these
when applying the series.
Rich.
2014 Mar 28
4
[Bug 10522] New: --detect-renamed patch is causing deletions as if a 'delete flag' was supplied, when none have been
...ssignedTo: wayned at samba.org
ReportedBy: haqthat at gmail.com
QAContact: rsync-qa at samba.org
Scenario:
Files are being deleted, even though no 'delete' flags are given.
Patch rsync 3.1.1pre1 with detect-renamed patch
configure
make
mkdir /tmp/test1
mkdir /tmp/test2
touch /tmp/test1/a
touch /tmp/test1/b
touch /tmp/test1/c
touch /tmp/test2/a
touch /tmp/test2/x
touch /tmp/test2/y
touch /tmp/test2/z
rsync -rvzhtSin /tmp/test1/ /tmp/test2/
"building file list ... done
*deleting z
*deleting y
*deleting x
.d..t...... ./
>f..t...... a
>f+++++++++ b
>f...
2017 Jun 30
2
Slow write times to gluster disk
...t in the
> gluster volume
>
> drwxrwsr-x 22 root dri_fleat 4.0K May 1 15:14 dri_fleat
>
> my user (phaley) does not own that directory but is a member of the
> group dri_fleat and should have write permissions. When I go to the
> nfs-mounted version and try to use the touch command I get the following
>
> ibfdr-compute-0-4(dri_fleat)% touch dum
> touch: cannot touch `dum': Permission denied
>
> One of the sub-directories under dri_fleat is "test" which phaley owns
>
> drwxrwsr-x 2 phaley dri_fleat 4.0K May 1 15:16 test
>
>...
2011 Aug 31
1
mount.cifs -> Unisys MCP Mainframe -- Linux touch command "setting times of `testfile.txt': Permission denied"
I've got a share from a Unisys MCP Mainframe mounted with mount.cifs from
RHEL 6.1 (samba-common-3.5.6-86.el6.x86_64).
when I try to touch a file, it creates the file, but reports an error -
"setting times of `testfile.txt': Permission denied"
strace on the touch command shows that it is erroring out on the utimensat()
call
utimensat(0, NULL, NULL, 0) = -1 EACCES (Permission denied)
Documentation from the Unisys Mainf...