Displaying 14 results from an estimated 14 matches similar to: "OpenSSH 3.9p1 X11 forwarding"
2013 Sep 14
3
[xen-unstable bisection] complete build-i386
branch xen-unstable
xen branch xen-unstable
job build-i386
test xen-build
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen git://xenbits.xen.org/xen.git
*** Found and reproduced problem changeset ***
Bug is in tree: xen git://xenbits.xen.org/xen.git
Bug introduced: ae763e4224304983a1cde2fbb3d6e0c4d60b2688
Bug not present:
2014 Aug 11
2
Centos 6 : ClamAV out-of-date ???
On one Centos 6.5 server, but not on other C 6.5 servers, Logwatch daily
tells me:-
Last Status:
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.98.3 Recommended version: 0.98.4
----------------
: freshclam -V
ClamAV 0.98.4/19275/Sun Aug 10 17:26:35 2014
: clamd -V
ClamAV 0.98.4/19275/Sun Aug 10 17:26:35 2014
: rpm -qa clam\*
clamd-0.98.4-1.el6.rf.x86_64
2009 Feb 11
1
Table Formatting
Dear R-Users
I have created the following table in R:
Year TACC.SNA1 Catch.SNA1 TACC.SNA2 Catch.SNA2 TACC.SNA3
Catch.SNA3
111 1985-86 9396 18595 1860 530
1486 16727
112 1986-87 3155 12195 9506 7067
4991 2300
113 1987-88 6913 2074 3740
2011 Apr 27
2
Segmentation Fault in doveadm move under Solaris 10
Hi all
I want to move mails from folder test-ein to another folder test-aus
with the new "doveadm move" command in dovecot 2.0.12. When I try the
following I get a "Segmentation Fault" after the mail was copied to
the new folder:
# doveadm -v -f flow search -u g033 mailbox test-ein all
56779e33a911b84db22900005451a966 1
# doveadm -v -f flow search -u g033 mailbox
2013 May 23
0
RHEL6 implementation running slow
I am running Samba 3.6.15 on a RHEL6 server. The server has been joined
to the campus AD.
The complaint I am getting from users is that this is much slower than
other, earlier versions of Samba. We have older versions running on
both RHEL4 and RHEL5, but this version on RHEL6 seems to be running much
slower.
One thing to note is that I had first installed and had Samba 4
working. But,
2006 Apr 21
1
Controller Model Modules loading
Is there a way to control which model modules are being loaded (e.g.
models/mymodels) -- all modules are automatically loaded. I want to
load them depending on what environment I am running (e.g. development
vs production)
Cheers,
Nicholas
2006 Apr 21
5
input controls on-the-fly ?
i wish to know if there is some way to check user-input directly while
it''s inserted.
for example if i have to insert a number and the user press letters i
just have to hide/delete the letters and wait for numbers.
all without the need to press some submit button or any link..just
automatically.
Thanks
Lepre
--
Posted via http://www.ruby-forum.com/.
2010 Aug 13
15
NFS issue with ZFS
I have Solaris 10 U7 that is exporting ZFS filesytem.
The client is Solaris 9 U7.
I can mount the filesytem just fine but I am unable to write to it.
showmount -e shows my mount is set for everyone.
the dfstab file has option rw set.
So what gives?
Phillip
--
This message posted from opensolaris.org
2005 May 13
0
Problem configuring speex 1.1.8
Jean-Marc Valin wrote:
> Can you send me the config.log?
I attached it to this email.
--
Pierre.
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
##
2005 May 13
1
Problem configuring speex 1.1.8
Looking at the log, it just seems like your compiler is just not
producing working code (see the segfault)
Jean-Marc
Le vendredi 13 mai 2005 ? 21:32 +0200, Pierre a ?crit :
> Jean-Marc Valin wrote:
> > Can you send me the config.log?
>
> I attached it to this email.
>
>
> pi?ce jointe document plein texte (config.log)
> This file contains any messages produced by
2005 May 08
2
Problem configuring speex 1.1.8
[...]
checking for getopt_long... yes
checking for main in -lwinmm... yes
checking for short... yes
checking size of short... configure: error: cannot compute sizeof
(short), 77
See `config.log' for more details.
I attached the config.log file to this mail.
Regards,
--
Pierre.
-------------- next part --------------
This file contains any messages produced by compilers while
running
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after
2005 May 12
2
Problem configuring speex 1.1.8
Can you send me the config.log?
Jean-Marc
Le vendredi 13 mai 2005 ? 00:16 +0200, Pierre a ?crit :
> Jean-Marc Valin wrote:
> > What platform (OS, compiler/version)
>
> GNU/Linux
> kernel 2.6.11.8
> gcc 3.4.3
>
> > Also, does it work with no options.
>
> No, I just tried with just "./configure" and I have the same error.
>
>
--
Jean-Marc
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability