Displaying 20 results from an estimated 53 matches for "ltest".
Did you mean:
test
2016 Feb 18
3
Call for testing: OpenSSH 7.2
On 2/17/16 6:02 PM, Darren Tucker wrote:
> On Thu, Feb 18, 2016 at 12:43 PM, Carson Gaspar <carson at taltos.org> wrote:
> [...]
>> Is there a sane way to run just one test script? LTESTS can't be overridden
>> AFAIK...
>
> make t-exec LTESTS=testname
>
> where testname is the name of the specific test script without the .sh
> extension.
Nope, that runs all of them :-(
But "make t-exec SUDO=sudo MAKE='make LTESTS=agent'" works. Or "...
2010 Nov 20
4
How to sync an exact list of files, Including deletes!?
...files-from (with =- to get the filelist from stdin-pipe)
sounds like an ideal solution for this, also to reduce the number of
times rsync gets spawned. Coded that, now in beta stage there is a
nasty problem, rsync refuses to accept deletions that way!
It says e.g. "rsync: link_stat "/tmp/ltest.M2e/src/z/t/fq" failed: No
such file or directory (2)" and refuses to delete the file on the
target.
What good solutions can you suggest?
I thought about instead of "--files-from=-" to use ?"--recursive
--include-from=- --exclude=*". Beside I don't know how this...
2016 Feb 18
5
Call for testing: OpenSSH 7.2
...SOLARIS_PROJECTS */
If I "fix" it by passing "--with-solaris-privs" to configure, all tests
pass without SUDO being set. If I set SUDO then agent.sh fails:
trace: agent forwarding
FAIL: agent fwd proto 2 failed (exit code 255)
Is there a sane way to run just one test script? LTESTS can't be
overridden AFAIK...
--
Carson
2015 Mar 11
4
Call for testing: OpenSSH 6.8
...failed: setstat readonly
>>
>> I couldn't reporoduce this on an illumos zone that I had access to,
>> will try installing solaris10 next.
>
> I've been unable to get Solaris 10 working in a VM. Could you please
> apply the below patch and run:
>
> make tests LTESTS=sftp-perm SKIP_UNIT=1
>
> and report the last 20 or so lines of output? (I'm mostly interested in those
> prefixed with 'XXX')
/opt/local/src/security/openssh/ssh-keygen -lf /opt/local/src/security/openssh/regress//t10.out > /dev/null
/opt/local/src/security/openssh/ssh-ke...
2004 Mar 17
0
Mask problems
...-3.7.2
The goal is to upload all *.gz files only from dir* dirs.
I do
mask *.gz
recurse
mput dir*
See the detailed output below
But mput keeps grabbing non *.gz files ignoring the mask *.gz command.
Am I doing something stupid here?
Thanks,
Ruslan.
[root@www005 root]# cd /var/log/httpd/www/ltest
[root@www005 ltest]# ls -l d*
dir1:
total 608
-rw-r--r-- 1 root root 81543 Mar 4 23:51
Mar-04-2004-www005.driver-access.log.gz
-rw-r--r-- 1 root root 528990 Mar 7 05:46
Mar-07-2004-www005.driver-access.log
dir2:
total 628
-rw-r--r-- 1 root root 99400 Mar...
2004 Mar 19
0
Please, help with mput/mask!!! Thanks!
...I'm trying to upload all *.gz files only from dir* dirs.
I do
mask *.gz
recurse
mput dir*
See the detailed output below
But mput keeps grabbing non *.gz files IGNORING the mask *.gz command.
Am I doing something stupid here?
Thanks,
Ruslan.
[root at www005 root]# cd /var/log/httpd/www/ltest
[root at www005 ltest]# ls -l d*
dir1:
total 608
-rw-r--r-- 1 root root 81543 Mar 4 23:51
Mar-04-2004-www005.driver-access.log.gz
-rw-r--r-- 1 root root 528990 Mar 7 05:46
Mar-07-2004-www005.driver-access.log
dir2:
total 628
-rw-r--r-- 1 root root 99400 M...
2009 Apr 03
3
data.frame to array?
I have a list of data.frames
> str(bins)
List of 19217
$ 100026:'data.frame': 1 obs. of 6 variables:
..$ Sku : chr "100026"
..$ Bin : chr "T149C"
..$ Count: int 108
..$ X : int 20
..$ Y : int 149
..$ Z : chr "3"
$ 100030:'data.frame': 1 obs. of 6 variables:
.......
As you can see one 'column' is
2018 Aug 17
3
Call for testing: OpenSSH 7.8
On SPARC Solaris 10, using Solaris' native OpenSSL and Solaris
Studio 12.2, I got the following errors:
run test agent-getpeereid.sh ...
ssh-add did not fail for nobody: 1 < 2
failed disallow agent attach from other uid
gmake[1]: *** [t-exec] Error 1
gmake[1]: Leaving directory
`/scratch/wieland/src/openssh/openssh-SNAP-20180817/regress'
gmake: *** [tests] Error 2
--
Jeff Wieland,
2011 May 22
2
Convert dataframe with two factors from wide to long format
I know how to convert a simple dataframe from wide to long format with one
varying factor. However, for a dataset with two factors like the following,
Subj T1_Cond1 T1_Cond2 T2_Cond1 T2_Cond2
1 0.125869 4.108232 1.099392 5.556614
2 1.427940 2.170026 0.120748 1.176353
How to elegantly convert to a long form as
Subj Time Cond Value
1 1 1 0.125869
1
2016 Feb 08
3
[Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on HPE NSE above dd-size 32k
G'Day,
I am requesting help in resolving an issue on the HPE NonStop platform in
OpenSSH 7.1 P2 in the regression suite for all dd-size above 32k. Previous
tests are all passing, but in the for-loop inside regress/transfer.sh, when
s is 64k, the command:
dd if=$DATA obs=${s} 2> /dev/null | \
${SSH} -q -$p -F $OBJ/ssh_proxy somehost "cat >
2015 Jan 13
3
[PATCH] mkfs: add 'label' optional argument
...sda1"]], "ret == 12"), []
];
shortdesc = "probe NTFS volume";
@@ -8543,7 +8543,11 @@ a file in the host and attach it as a device." };
tests = [
InitBasicFS, Always, TestResultString (
[["set_label"; "/dev/sda1"; "LTEST"];
- ["vfs_label"; "/dev/sda1"]], "LTEST"), []
+ ["vfs_label"; "/dev/sda1"]], "LTEST"), [];
+ InitEmpty, Always, TestResultString (
+ [["part_disk"; "/dev/sda"; "mbr"];
+...
2022 Sep 24
17
[Bug 3475] New: ED25519 signature verification nondeterministic spurious failure
https://bugzilla.mindrot.org/show_bug.cgi?id=3475
Bug ID: 3475
Summary: ED25519 signature verification nondeterministic
spurious failure
Product: Portable OpenSSH
Version: v9.0p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: ssh
2023 Jan 25
1
Upstream forwarding test failure
...39;ll see if I can tidy that
> up for you to try
You can grab it from here:
https://github.com/daztucker/openssh-portable/commit/b54b39349e1a64cbbb9b56b0f8b91a35589fb528
It's not fully baked, but it should at least give you some more
insight into the case you are looking at:
$ make t-exec LTESTS=forwarding
and check the logs in regress/log (the oldest and newest are likely to
be the most interesting).
--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new)
Good judgement comes with experience. Unfortunately, the experien...
2015 Mar 06
2
Call for testing: OpenSSH 6.8
On Wed, 4 Mar 2015, mikep at noc.utoronto.ca wrote:
> Re-testing 'openssh-SNAP-20150305' on Solaris 10, with 'gcc':
>
> Configure, 'make' complete; 'make tests' fails at:
>
> postcondition check failed: setstat readonly
I couldn't reporoduce this on an illumos zone that I had access to,
will try installing solaris10 next.
-d
2019 Jan 21
4
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
Hi All,
I finally got around to trying to test the 7.7p1 release on the HPE NonStop
Platform. 7.6p1 worked just fine - no issues at all.
In 7.7p1, when the agent test ran, the following happened (prior tests
worked perfectly):
run test agent.sh ...
Couldn't open logfile /home/git/openssh-portable/regress/ssh.log:
Permission denied
agent fwd failed (exit code 1)
failed simple agent test
2018 Jul 10
2
Is it really valid to discard externally instantiated functions from a TU when marked inline?
...the test case, reduced to the important parts (see the attachment if you want to repro):
// RUN: %cxx -shared -o %T/libtest.so %flags %compile_flags -fPIC %s
// RUN: %cxx -c -o %T/main.o %flags %compile_flags %s -O2 -DBUILDING_MAIN
// RUN: %cxx -o %T/test.exe -L%T/ -Wl,-rpath,%T/ -ltest %T/main.o
// RUN: %T/test.exe
template <class T>
struct Foo {
inline __attribute__((visibility("hidden")))
int __init(int x) { /* LOTS OF CODE */ }
inline __attribute__((visibility("default")))
int bar(int x) { return __init(x)...
2016 Dec 14
2
Call for testing: OpenSSH 7.4
On Tue, Dec 13, 2016 at 06:22:41PM -0700, The Doctor wrote:
> On Wed, Dec 14, 2016 at 12:12:21PM +1100, Damien Miller wrote:
> > On Tue, 13 Dec 2016, The Doctor wrote:
> >
> > > Got you. Will run make tests. So far running on
> > > FreeBSD 11.0 using openssl 1.0.2 current
> >
> > Thanks!
>
> Point of concern
>
> run test sftp-perm.sh
2018 Apr 23
2
build-issue on AIX with openssh-7.7p1 - easy correction! included
...dug into the tests yet. Will copy to a "local"
> directory, and not build out of tree and see if that fixes it (as it does
> for many other packages). However, just in case it does not - how can I
> fast-forward the tests to the "agent" tests?
$ make tests SKIP_UNIT=1 LTESTS=agent
There's a regress/README.regress that has some more information.
(it should work out-of tree, at least some configurations are tested
that way regularly).
--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new)
Good ju...
2005 Apr 03
15
OpenSSH 4.1: call for testing.
Hi All.
OpenSSH 4.1 will be released in the next couple of weeks and we invite
interested parties to test a snapshot.
The changes since 4.0 are mostly bugfixes, for a detailed list see
http://bugzilla.mindrot.org/show_bug.cgi?id=994
Running the regression tests supplied with Portable does not require
installation and is a simply:
$ ./configure && make tests
Testing on suitable
2004 Sep 28
0
:)) choose the expert,choose the quality
...QQ6674&sdfg=0&jar=FEsI
A promise is to be kept. You promise on rx m,`ed~s with f'a'st del.i^very
is really kept and I can really relax and use your service interface
f.r,eely n._ow. All the previous worries are all gone n_-ow. --Cynthia
O. SD
bem?je17 dobbelttilv?relsens 07 b?ltested beregningsform
dommedagspr?dikeners
fashion, or the custom of the age:36 there are