search for: dir_3

Displaying 3 results from an estimated 3 matches for "dir_3".

Did you mean: dir_n
2005 Jan 09
2
[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=934 ------- Additional Comments From opensshbugzilla at prikryl.cz 2005-01-10 03:38 ------- Hello, I'm author of the metioned SFTP client (WinSCP). I have been just experimenting with this issue. For me realpath does succeed on OpenSSH server on Linux (shell.sourceforge.net). With OpenSSH client (sftp) I'm able to enter the
2020 Jul 31
0
[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
...Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Damien Miller <djm at mindrot.org> --- I'm not sure when this got fixed, but it works now: [djm at djm openssh]$ cd /tmp [djm at djm tmp]$ mkdir -p dir_1/dir_2/dir_3 [djm at djm tmp]$ chmod 0755 dir_1 dir_1/dir_2/dir_3 [djm at djm tmp]$ chmod 111 dir_1/dir_2 [djm at djm tmp]$ sftp -D /usr/lib/openssh/sftp-server Attached to /usr/lib/openssh/sftp-server. sftp> cd dir_1/dir_2/dir_3 sftp> put /bin/ls ls Uploading /bin/ls to /tmp/dir_1/dir_2/dir_3/ls /bin/ls...
2013 Feb 03
3
Another "function does not return a value" problem
...I''m trying to use it in: class oms::all_config { file { ''/var/lib/oms/config'': source => ''puppet:///deployment/deployment'', recurse => true, purge => true, force => true, ignore => fact_to_array(''DIR_1,DIR_2,DIR_3''), require => Class[''oms::oms_directory''], } } Getting the following error when trying to run puppet agent --test on a remote agent: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Function ''fact_to_array'' does not...