search for: tgc

Displaying 20 results from an estimated 53 matches for "tgc".

Did you mean: tg3
2024 Mar 09
2
Call for testing: OpenSSH 9.7
On 05/03/2024 01:24, Damien Miller wrote: > > Hi, > > OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing > on as many platforms and systems as possible. This is a bugfix release. > Running the testsuite on Solaris 9 I see this: set -xe ; if /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q key | grep -q ^ssh-rsa ; then \ /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -if /export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2.prv | diff - /export/home/tgc/buildpkg/openssh/src /openssh-git/regress/rsa_openss...
2004 Oct 29
5
pattern search
hi, I like to find a pattern within a giver sequence. There might be multiple occurences of the pattern. I like to know the number of occurences and the positions if possible. "grep" can tell me if a pattern exists but can't give me the information I need. Does anyone know any function that I can use or know how to do what I intend?. Thanks a lot. Sean
2024 Mar 09
1
Call for testing: OpenSSH 9.7
On Sat, 9 Mar 2024, Tom G. Christensen wrote: [snip] > Running the testsuite on Solaris 9 I see this: [snip] > /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -if > /export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2_crnl.prv | > diff - /export/home/tgc/buildpkg/openss > h/src/openssh-git/regress/rsa_openssh.prv ; \ > fi > + /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q...
2015 Feb 27
3
Call for testing: OpenSSH 6.8
...systems as possible. > > > > I've now tested using revision 1ad3a77 and it passes the testsuite on Solaris > 2.6, 7, 8 and 9 (using gcc and openssl 1.0.1k). > > Only one little nit prevents 'all tests passed': > gmake[1]: Entering directory > `/export/home/tgc/buildpkg/openssh/src/openssh-git/regress' > test "x" != "x" && mkdir -p > /export/home/tgc/buildpkg/openssh/src/openssh-git/regress//valgrind-out > gmake[1]: *** [prep] Error 1 > > Reversing the test to = and || instead will fix it. committed - thank...
2004 May 13
2
tapply & hist
I'm learning how to use tapply. Now I'm having a go at the following code in which dati contains almost 600 lines, Pot - numeric - are the capacities of power plants and SGruppo - text - the corresponding six technologies ("CCC", "CIC","TGC", "CSC","CPC", "TE"). ..................................................... dati=sqlQuery(canale,"select Id,SGruppo,Classe, NGruppo,ProdNetta,Pot from SintesiQuery") attach(dati) # Grouping by technology tapply(Pot,SGruppo,sum) ......................
2015 Jun 25
5
Call for testing: OpenSSH 6.9
...address associated with name) > listenaddress order 2 > failed config parse > gmake[1]: *** [t-exec] Error 1 > I just re-tested on Solaris 2.6 with 9488538a from git and this is still an issue. Removing the ipv6 addresses from cfgparse.sh allows the testsuite to run to completion. -tgc
2016 Mar 22
3
ssh-copy-id no newline bug
"Tom G. Christensen" <tgc at jupiterrise.com> writes: > On 22/03/16 08:34, Philip Hands wrote: >> >> [ "`tail -c1 .ssh/authorized_keys 2>/dev/null`" ] && echo > .ssh/authorized_keys ; >> >> anyone know of portability issues with that? >> > > On Solaris 10...
2017 Mar 31
2
testsuite error on Solaris 2.6 [Re: Announce: OpenSSH 7.5 released]
...d 7 I'm reasonably sure that an empty codeset value means ascii on Solaris 2.6. So to ensure proper operation and get rid of the error in the testsuite I've added "" as a valid alias for ascii in dangerous_locales(). With this change in place the testsuite runs with no errors. -tgc
2016 Feb 12
22
Call for testing: OpenSSH 7.2
Hi, OpenSSH 7.2 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains many bugfixes and several new features. The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is available via Git at https://anongit.mindrot.org/openssh.git/ or via a mirror on Github at
2013 Nov 25
22
[PATCH 0/4] Coverity fixes for tools/libxl
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> -- 1.7.10.4
2015 Feb 24
4
Call for testing: OpenSSH 6.8
On Tue, 24 Feb 2015, Tom G. Christensen wrote: > I've switched to HEAD in the git repo and it now builds on Solaris > 2.6, 7, 8 and 9 but the testsuite still cannot be built due to the > missing <err.h>. > > I noticed one of the changes was about HOST_NAME_MAX but I don't > think that change addresses the real issue on at least these old > Solaris systems. It
2011 Jun 09
2
[LLVMdev] gcroot intrinsic
...googling didn’t yield much in the way of an answer. Any help is appreciated. Thanks, Todd ---------------------------------------------------- llvm-as: test1.s:12:13: error: use of undefined value '@llvm.gcroot' call void @llvm.gcroot(i8** %p, i8* null) define void @foo() gc "tgc" { %p = alloca i8*, align 4 %1 = load i8** %p, align 4 call void @llvm.gcroot(i8** %p, i8* null) ret void } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110608/931d255e/attachment.html>
2012 Feb 29
1
codon usage bias
...NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA cca ccc ccg cct cga cgc cgg cgt cta ctc ctg ctt gaa gac gag gat gca gcc gcg gct NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA gga ggc ggg ggt gta gtc gtg gtt taa tac tag tat tca tcc tcg tct tga tgc tgg tgt NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA tta ttc ttg ttt NA NA NA NA it's telling me that there are no codons. I'm not sure how to split up the data or make this work at all. Any help appreciated. Aoife -- View this message in cont...
2010 May 12
4
Adding Repositories and using yum to download packages
Hi I am using CentOS 5.3 and after installing the OS i scrolled to the /etc/yum.repos.d directory and i could not find any repositories being present there. So i googled a bit on adding the repositories and found the link: http://www.osresources.com/index.php?action=artikel&cat=11&id=6&artlang=en then when i try to install the net-snmp package that i require to monitor my box i
2016 Mar 22
4
ssh-copy-id no newline bug
Michael Stone <mstone at mathom.us> writes: > On Sun, Mar 20, 2016 at 08:30:33PM +0000, Colin Watson wrote: >>How about something like: >> >> if [ "$(sed -n '${s/.*//;p}' ~/.ssh/authorized_keys | wc -l)" = 0 ]; then >> echo >> ~/.ssh/authorized_keys >> fi >> >>I feel like there must be a neater but still portable way
2015 Feb 26
4
Call for testing: OpenSSH 6.8
On Thu, 26 Feb 2015, Damien Miller wrote: > > Yes I saw that later. > > > > The testsuite build fails on Solaris 2.6 thusly: > [...] > > regress/netcat.c:1037: error: 'struct msghdr' has no member named > > 'msg_control' > > ah, looks like we need to copy some bits from monitor_fdpass.c Perhaps like this: diff --git regress/netcat.c
2000 May 09
5
ANNOUNCE: portable openssh-2.1.0
[The is an announcement to the developers list only, please give the new version a try overnight and I will announce it to the wider community tomorrow.] This is to announce the release of openssh-2.1.0, the first stable release of portable OpenSSH to incorporate support for the SSH2 protocol. The SSH2 protocol offers a number of advantages over the SSH1 protocol including standards compliance
2015 Feb 25
2
Call for testing: OpenSSH 6.8
...so far). Unfortunately now that I can finally run the testsuite I see ssh-keygen dumps core in keygen-change.sh but all tests before that passes. $ gdb ssh-keygen GNU gdb (GDB) 7.8 ... Reading symbols from ssh-keygen...done. (gdb) core regress/core [New LWP 1] Core was generated by `/export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -p -P secret1 -N 2'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0xfedb4b14 in strlen () from /usr/lib/libc.so.1 (gdb) bt #0 0xfedb4b14 in strlen () from /usr/lib/libc.so.1 #1 0xfee07a20 in _doprnt () from /usr/lib/libc.so.1 #2...
2007 Aug 31
3
[LLVMdev] PATCH: Registry template
...*Desc) + : Entry(Name, Desc, CtorFn), Node(Entry) {} + }; + + + /// A command-line parser for a registry. Use like such: + /// + /// static cl::opt<Registry<TargetCollector>::entry, + /// false, Registry<TargetCollector>::Parser> + /// TGC("gc", cl::desc("Garbage collector to use."), + /// cl::value_desc()); + /// + /// To make use of the value: + /// + /// TargetGC *Collector = TGC->instantiate(); + /// + class Parser : public cl::parser<const typename U::entry*>, pub...
2024 Mar 09
0
Call for testing: OpenSSH 9.7
...gt; those build scripts with /usr/xpg4/bin/sh or the Korn > shell. > I know but SHELL is not being set in regress/Makefile so make falls back on /bin/sh to run shell commands. I can manually add SHELL=/bin/bash to regress/Makefile and have it work but I don't think I should have to. -tgc