Displaying 20 results from an estimated 31 matches for "rev1".
Did you mean:
rev
2005 Dec 30
2
I have problem and/or not fully underestand rails --svn
...ojekt/trunk
5 $ svn import -m "Creating empty project projekt" /tmp/projekt file:///var/lib/svn/projekt
6 //var/lib/svn/pokus
7 Adding /tmp/projekt/trunk
8
9 Committed revision 1.
10 $ rm -r /tmp/projekt
11 $ svn checkout file:///var/lib/svn/projekt/trunk /tmp/projekt/rev1
12 Checked out revision 1.
13 $ rails --svn /tmp/projekt/rev1
14 svn: ''.'' is not a working copy
15 svn: ''.'' is not a working copy
16 exists
17 create app/controllers
18 svn: ''/tmp/pokus/rev1/app'' is not a working copy
19...
2006 Dec 06
1
Pre-rev1 compatibility
What about adding some compatibility for pre-rev1 IMAP4 clients which
are still around (e.g., CDE dtmail, even in Solaris 10)? Especially,
the understanding of command
FETCH message (... RFC822.HEADER.LINES (parameters))
instead of
FETCH message (... BODY.PEEK[HEADER.FIELDS (parameters)])
(with correspondingly changed replies) would be desirab...
2019 Jul 25
2
SMB Direct support?
Hello all, I was reading up on SMB Direct support and it seems very interesting. I looked through slides of a presentation by Stefan Metzmacher about SMB Direct last year:
https://www.samba.org/~metze/presentations/2018/SDC/StefanMetzmacher_SDC2018-SMB-Direct-Status-rev1-presentation.pdf
I was wondering what the current support of of SMB Direct for Samba.
I have a Windows 10 Pro for Workstations machine that supports SMB Direct natively and I also have 2 Mellanox ConnectX-3 dual SFP+ cards (one in the Windows machine, one in a local server) that both support RDMA...
2011 Jan 17
1
Imap V4 rev.1 support
Hi.
I'm running dovecot 1.0.rc7 in a RHEL.
I need to know if this version supports IMAPV4 rev1 and IDLE for a new
project.
Thanks.
--
Antonio Manogu? Saiz
T?cnico de Sistemas
Dpt. Sistemas y Comunicaciones
email: amanogue at sabeco.es
Tlf: 976 188 184
2011 Jan 17
1
IMAP V4 Rev.1 supported in dovecot 1.0.rc7
Hi.
I'm running dovecot 1.0.rc7 in a RHEL.
I need to know if this version supports IMAPV4 rev1 and IDLE for a new
project.
Thanks.
[root at pony mail]# uname -a
Linux pony.sabeco.es 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT
2006 i686 i686 i386 GNU/Linux
[root at pony mail]# dovecot --version
1.0.rc7
[root at pony mail]# dovecot -n
# /etc/dovecot.conf
login_dir: /var/run/dovecot...
2019 Jul 31
1
SMB Direct support?
...s.samba.org> wrote:
> Hello all, I was reading up on SMB Direct support and it seems very interesting. I looked through slides of a presentation by Stefan Metzmacher about SMB Direct last year:
> https://www.samba.org/~metze/presentations/2018/SDC/StefanMetzmacher_SDC2018-SMB-Direct-Status-rev1-presentation.pdf
> I was wondering what the current support of of SMB Direct for Samba.
> I have a Windows 10 Pro for Workstations machine that supports SMB Direct natively and I also have 2 Mellanox ConnectX-3 dual SFP+ cards (one in the Windows machine, one in a local server) that both supp...
2015 Aug 12
0
[PATCH 1/2] builder: add non-int revisions
...les changed, 25 insertions(+), 11 deletions(-)
diff --git a/builder/builder.ml b/builder/builder.ml
index adfa412..260af94 100644
--- a/builder/builder.ml
+++ b/builder/builder.ml
@@ -34,6 +34,13 @@ open Printf
let () = Random.self_init ()
let remove_duplicates index =
+ let compare_revisions rev1 rev2 =
+ match rev1, rev2 with
+ | Rev_int n1, Rev_int n2 -> compare n1 n2
+ | Rev_string s1, Rev_int n2 -> compare s1 (string_of_int n2)
+ | Rev_int n1, Rev_string s2 -> compare (string_of_int n1) s2
+ | Rev_string s1, Rev_string s2 -> compare s1 s2
+ in
(* Fill an h...
2016 Apr 04
5
Optimization bug when byte compiling with gcc 5.3.0 on windows
...up to
the list and the last email was from September 2015.
I've started to look into building R for Windows using MSYS2 as both the
build environment and tools + libraries provider (where possible). I've
managed to get the testsuite to pass on a recent MSYS2 MinGW-w64 x86-64 GCC:
gcc.exe (Rev1, Built by MSYS2 project) 5.3.1 20160228
I've attached two patches that I needed, described below. I hope this is
the appropriate place and way to suggest patches. Comments for improvements
are very welcome.
0005-Win32-Extend-sqrt-NA_real_-hack-to-all-GCC-versions.patch
Removes the __GNUC__ &l...
2015 Aug 12
4
[PATCH 0/2 v2] RFC: builder: support for Simple Streams metadata
Hi,
this series adds a basic support for Simple Streams v1.0 metadata
files. This makes it possible to create a repository .conf files with
[cirros]
uri=http://download.cirros-cloud.net
format=simplestreams
to read the latest version of each CirrOS image.
TODO items:
- check the pasted metadata: listing and creating images works,
so most of the current metadata is correct
- possibly wait
2016 Apr 08
1
Kernel 2.6.32-573.22.1.el6.x86_64, higher than usual load
On Fri, Apr 8, 2016 at 6:32 AM, Johnny Hughes <johnny at centos.org> wrote:
> On 04/08/2016 06:50 AM, Johnny Carlsen wrote:
> > Hi,
> >
> > After switching to the 2.6.32-573.22.1.el6.x86_64 kernel (CentOS 6) a
> few weeks ago I have noticed that my servers are now reporting a much
> higher idle load.
> >
> > The servers are being monitored with Zabbix,
2019 Jul 31
0
SMB Direct support?
...ba at lists.samba.org> wrote:
Hello all, I was reading up on SMB Direct support and it seems very interesting. I looked through slides of a presentation by Stefan Metzmacher about SMB Direct last year:
https://www.samba.org/~metze/presentations/2018/SDC/StefanMetzmacher_SDC2018-SMB-Direct-Status-rev1-presentation.pdf
I was wondering what the current support of of SMB Direct for Samba.
I have a Windows 10 Pro for Workstations machine that supports SMB Direct natively and I also have 2 Mellanox ConnectX-3 dual SFP+ cards (one in the Windows machine, one in a local server) that both support RDMA a...
2007 Jan 24
1
Probabilities calibration error & ROCR
Hello,
I'd need to compute the calibration error of posterior class
probabilities p(y|x) estimated by using rpart as classification tree.
Namely, I train rpart on a dataset D and then use predict(...
type="prob") to estimate p(y|x).
I've found the possibility to do that in the ROCR package, but I
cannot find a link to a paper/book which explains the details of the
2016 Dec 14
1
testing
...ERICS-NETBOOK /c/WORK
$ g++ -o test test.cpp
test.cpp: In function 'int setenv(const char*, const char*, int)':
test.cpp:4:33: error: '_putenv_s' was not declared in this scope
Eric at ERICS-NETBOOK /c/WORK
$
whereas
Eric at Erics-Netbook MINGW32 /c/WORK
$ g++ --version
g++.exe (Rev1, Built by MSYS2 project) 6.1.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Eric at Erics-Netbook MINGW32 /c/WORK
$ g++ -o test test.cpp
Eri...
2016 Apr 04
0
Optimization bug when byte compiling with gcc 5.3.0 on windows
...last email was from September 2015.
>
> I've started to look into building R for Windows using MSYS2 as both the
> build environment and tools + libraries provider (where possible). I've
> managed to get the testsuite to pass on a recent MSYS2 MinGW-w64 x86-64 GCC:
> gcc.exe (Rev1, Built by MSYS2 project) 5.3.1 20160228
>
> I've attached two patches that I needed, described below. I hope this is
> the appropriate place and way to suggest patches. Comments for improvements
> are very welcome.
There were no patches attached, just the link to the mingw-w64 proj...
2013 Oct 04
0
Re: ASMedia ASM1083/1085 rev3 and Xen DMA Failure
...twork manager attempts DHCP over it (presumably;
> I did not test this as thoroughly as the sound card).
>
> I''ve used Xen Hypervisors 4.1 and 4.2 and had the issues I described
> above with both of them. I was briefly running 4.3 but I did not test
> the device.
>
> Rev1 of the ASM1083 was apparently buggy to the point of being
> unusable, as Clemens pointed out. I would be disappointed if this
> device is similarly unsalvageable,but would be happier if this buggy
> hardware at the very least outputted warnings to users who attempt to
> use it (in Xen)....
2013 Oct 04
0
Re: ASMedia ASM1083/1085 rev3 and Xen DMA Failure
...P over it (presumably;
>> I did not test this as thoroughly as the sound card).
>>
>> I''ve used Xen Hypervisors 4.1 and 4.2 and had the issues I described
>> above with both of them. I was briefly running 4.3 but I did not test
>> the device.
>>
>> Rev1 of the ASM1083 was apparently buggy to the point of being
>> unusable, as Clemens pointed out. I would be disappointed if this
>> device is similarly unsalvageable,but would be happier if this buggy
>> hardware at the very least outputted warnings to users who attempt to
>>...
2008 Feb 09
7
Hardware for HVM
I am using a Asus M2A-VM mainboard with Athlon X2 2300 cpu. The
mainboard features a AMD 690G chipset. I thought this hardware is amd-v
compatible. While using xen with hvm I get the message:
root@pluto:/etc/xen# xm create /etc/xen/win.cfg -c
Using config file "/etc/xen/win.cfg".
Error: HVM guest support is unavailable: is VT/AMD-V supported by your
CPU and enabled in your BIOS?
2014 Jul 19
1
Re: i686 guest failing to start at 50a2c45 (and earlier versions of 2.1-rc) with pc-i440fx-2.1
On Fri, Jul 18, 2014 at 11:58 PM, Andrey Korolyov <andrey@xdel.ru> wrote:
> Hello,
>
> 2.0 model works fine
>
> 2.1 crashes with following:
>
> /tmp/buildd/qemu-2.0.92+rev1/hw/i386/smbios.c:825: smbios_get_tables:
> Assertion `smbios_smp_sockets >= 1' failed
>
> Not sure if bisect will help much, but the commit which introduced
> this platform works well (3458b2b0).
>
> arg set follows:
>
> /usr/bin/kvm -name vm28456 -S -machine pc-i440f...
2017 Mar 12
2
nVidia ION on Acer Revo out of signal after boot.
...B conn 00: 00000000
[ 9.317719] nouveau 0000:03:00.0: DRM: DCB conn 01: 00002161
[ 9.368777] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 9.368784] [drm] Driver supports precise vblank timestamp query.
[ 9.369124] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662
rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:hp
[ 9.369135] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0
(0x0/0x0/0x0/0x0/0x0)
[ 9.369142] snd_hda_codec_realtek hdaudioC0D0: hp_outs=0
(0x0/0x0/0x0/0x0/0x0)
[ 9.369147] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 9.3...
2016 Apr 08
2
Kernel 2.6.32-573.22.1.el6.x86_64, higher than usual load
...0.001 to 0.300 when updated to the new kernel.
Is anyone else seeing the same behavior?
Best Regards,
Johnny Carlsen
________________________________
CONFIDENTIAL AND PRIVILEGED: This e-mail and associated content is subject to the disclaimer statement found at http://aware.co.th/emaildisclaimer/rev1-0.php.