search for: eod

Displaying 20 results from an estimated 52 matches for "eod".

Did you mean: end
2015 Jun 30
2
Call for testing: OpenSSH 6.9
...=yes +fi + # We need to use the keys generated for the regression test because sshd -T # will fail if we're not running with SUDO (no permissions for real keys) or # if we are # running tests on a system that has never had sshd installed @@ -26,6 +31,9 @@ cat > $OBJ/sshd_config.0 <<EOD listenaddress 1.2.3.4:1234 listenaddress 1.2.3.4:5678 +EOD + +[ X${SKIP_IPV6} = Xyes ] || cat > $OBJ/sshd_config.0 <<EOD listenaddress [::1]:1234 listenaddress [::1]:5678 EOD @@ -37,6 +45,9 @@ port 1234 port 5678 listenaddress 1.2.3.4 +EOD + +[ X${SKIP_IPV6} = Xyes ] || cat &gt...
2015 Jun 30
2
Call for testing: OpenSSH 6.9
On Tue, 30 Jun 2015, Damien Miller wrote: | I think we should just disable the test if the host doesn't support IPv6. | | diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh | index 7f377d8..e19b4d0 100644 | --- a/regress/cfgparse.sh | +++ b/regress/cfgparse.sh | @@ -3,6 +3,12 @@ | | tid="config parse" | | +# Possessing struct addrinfo is a reasonable proxy for IPv6
2007 May 09
3
Scripting question
I'm writing a script that has logging via a simple routine: LogIt() { Msg="$1" echo "$THISSCRIPT: $Msg" echo "$Msg" >>$LogFile } #A portion of this script sends a file via ftp: # ftp -vn >$tempfile <<$$EOD : : $$EOD #Then reads the temporary file to log while read line do LogIt $line Done <$tempfile rm -f $tempfile -------------------------------------- All worked fine when I tested the ftp to a temporary file and reading it back to log the output, but once I created it as a cron entry (...
2009 Sep 29
3
Script consumes memory
...File="data.txt" VMFile="DS8100.DATA" #--- Get some information about me #--work from the same directory as the script MYSCRIPT=`$BASENAME $0` MYSCRIPTDIR=`$DIRNAME $0` if [ $MYSCRIPTDIR != "." ] then cd $MYSCRIPTDIR fi #--- FTP to MAINT on mkmfvm $FTP -vn <<$$EOD open $VMID user $VMUser $VMPass cd $VMDir ascii put $DataFile $VMFile bye $$EOD Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE & RHCE American Income Life Insurance Co. Phone: (254)761-6649 1200 Wooded Acres Dr. Fax: (254)741-5777 Waco, Texas 7...
2007 Apr 14
3
HiddenStore option may be useful
I'm missing a HiddenStore option in OpenSSH, known from some ftp-server implementations like ProFTPd. Consider the following scenario: - A process PROCA is frequently polling the directory for a file called myfile.txt - Someone transfers this file via sftp or scp to the directory - While transfer is going on and the file is not completely written, PROCA reads in the file and removes is
2013 Nov 29
4
Capistarno deploy each time ckeditor assets removed.
Hi all, I have Rails 4.0.0 app, After capistrano deploy my ckeditor_assets are being removed. Could not symlink to shared/ckeditor_assets folder. I have followed this step : namespace :uploads do > > desc <<-EOD > Creates the upload folders unless they exist > and sets the proper upload permissions. > EOD > task :setup, :except => { :no_release => true } do > dirs = uploads_dirs.map { |d| File.join(shared_path, d) } > run "#{try_sudo}...
2015 Jan 06
4
Xen4CentOS python-virtinst version issue, blktap2 problem
Hello, It seems currently when you "yum update" CentOS 6.6 Xen host you end up getting python-virtinst from c6 base repo: python-virtinst-0.600.0-24.el6.noarch and not from Xen4CentOS repo, because the version there is "older": 0.600.0-19. .. which means the centos/xen-specific patch in python-virtinst is "lost". (default to tap2 instead of tap1, to make blktap2
2003 Apr 29
0
calling R from PHP and saving outputs
...p. Laurent _ PHP :_ <?php class Essai { var $RPath; // path to R executable var $sortie; // display function Essai() { $this->RPath = "/usr/lib/R/bin/R"; $this->sortie = $this->calcul(); } function calcul() { $cmd = <<<EOD echo 'source("commande.R")' | $this->RPath --slave EOD; echo "\n"; echo $cmd."\n"; $result = shell_exec($cmd); echo($result); return ($result); } } $essai = new Essai(); ?> <table border='2' cell...
2020 Jul 24
2
Openssl 3
Anyone trying openssl 3 against openssh? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b Put more trust in nobility of character than in an oath. -Solon
2007 Apr 19
1
Mime Type in Nautilus
Hi All... Could someone guide me to solve a strange behaviour of Nautilus, when I want to click on a JPEG file that has a .jpg extension I receive this message and eod refuses to launch: >=-=-=-=-=-=-=-=-=-=-=-=-=-=-8<-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cannot open Cactus -'Ot 'N' Sweaty(1972)_back.jpg The filename "Cactus -'Ot 'N' Sweaty(1972)_back.jpg" indicates that this file is of type "jpg document". T...
2017 Jun 20
1
[Gluster-Maintainers] Release 3.11.1: Scheduled for 20th of June
...lockers > for the release, or at the very least post them as a response to this > mail > I added https://bugzilla.redhat.com/show_bug.cgi?id=1463250 as blocker just now for this release. We just completed the discussion about solution on gluster-devel. We are hoping to get the patch in by EOD tomorrow IST. This is a geo-rep regression we introduced because of changing node-uuid behavior. My mistake :-( > > 2) Pending reviews in the 3.11 dashboard will be part of the release, > *iff* they pass regressions and have the review votes, so use the > dashboard [2] to check on the...
2011 Apr 17
5
For more UI functionality: OmegaScript, C++ or other?
Hello :-) We have Xapian and Omega working nicely. Now we would like more functionality at the browser UI, such as being able to specify date ranges and being able to search the file name including looking only for, say, .odt files. Question is whether the best choice for this would be to develop a template using OmegaScript or to switch to C++ or some other language. Availability of skills
2010 Apr 20
1
[LLVMdev] 2.7 Pre-Release2 Available!
The 2.7 pre-release2 is available for testing: http://llvm.org/pre-releases/2.7/pre-release2/ Please complete all testing by April 23rd EOD. We are shortening this testing period a bit to get the release out soon since its been delayed so far. The release team has done our qualifications and we think its of high quality and ready to go. As this is the last pre-release, we only accept fixes for absolutely critical bugs as defined by ou...
2006 Jan 24
13
Nortel Meridian Opt 81C and PRI
We've been trying unsuccessfully to connect our Meridian Option 81C to a TE110P via PRI. We've followed the directions in asterisk-meridian-a1.pdf (link on http://www.voip-info.org/wiki/view/Asterisk+legacy+integration), but it doesn't seem to work on our 81C (even though many, many users report it works very well on Option 11's). Has anyone had any success in getting the above
2016 Dec 21
2
RFC: Allowing @llvm.objectsize to be more conservative with null.
tl;dr: We'd like to add a bit to @llvm.objectsize to make it optionally be conservative when it's handed a null pointer. Happy Wednesday! We're trying to fix PR23277, which is a bug about how clang+LLVM treat __builtin_object_size when it's given a null pointer. For compatibility with GCC, clang would like to be able to hand back a conservative result (e.g. (size_t)-1), but the
2016 Jan 13
6
[Bug 2525] New: Please add an alias such as -o Insecure for -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
https://bugzilla.mindrot.org/show_bug.cgi?id=2525 Bug ID: 2525 Summary: Please add an alias such as -o Insecure for -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no Product: Portable OpenSSH Version: 6.7p1 Hardware: amd64 OS: Linux Status: NEW Severity:
2016 Jul 20
2
load instruction erroneously removed by GVN v2
Thanks for quick reply Daniel, I tried to make a simple C testcase, but could not reproduce the same condition with output from Clang. I suppose I could modify the C code to make it look similar with TBAA's; I may be able to provide this by eod. > store %ptr above the load. My mistake; I was referring to the store $lcssa in bb2. Looking at the C source code, it should definitely alias with %dest. I will try and see if I can find out why it thinks there is no local dependence. Thanks, Kevin On 20 July 2016 at 11:06, Daniel Berlin &l...
2017 Jan 02
2
RFC: Allowing @llvm.objectsize to be more conservative with null.
...us to change that; given the very motivation of this thread is GCC compatibility. -- Sanjoy On Sun, Jan 1, 2017 at 10:03 PM, George Burgess IV via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Happy New Year ping. :) > > Will ping again on Wednesday. If I don't get comments by EOD Thursday, I'll > assume everyone's OK with this and put together a patch. > > On Wed, Dec 21, 2016 at 11:44 AM, George Burgess IV > <george.burgess.iv at gmail.com> wrote: >> >> tl;dr: We'd like to add a bit to @llvm.objectsize to make it optionally be >...
2016 Jul 20
2
load instruction erroneously removed by GVN v2
...but could not reproduce the same >> condition with output from Clang. >> > > even if you have a .ll file you can share, that would be helpful. > > >> I suppose I could modify the C code to make it look similar with TBAA's; >> I may be able to provide this by eod. >> >> > store %ptr above the load. >> >> My mistake; I was referring to the store $lcssa in bb2. Looking at the C >> source code, it should definitely alias with %dest. I will try and see if I >> can find out why it thinks there is no local dependence. >&g...
2014 Oct 02
15
[Bug 2283] New: option to execute command without shell
https://bugzilla.mindrot.org/show_bug.cgi?id=2283 Bug ID: 2283 Summary: option to execute command without shell Product: Portable OpenSSH Version: 6.6p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at