Displaying 20 results from an estimated 86 matches for "2653".
Did you mean:
265
2016 Dec 26
7
[Bug 2653] New: Including files without read access in ssh configuration fails without error
https://bugzilla.mindrot.org/show_bug.cgi?id=2653
Bug ID: 2653
Summary: Including files without read access in ssh
configuration fails without error
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Other
OS: Linux
Status: NEW
Severit...
2015 Dec 16
0
CESA-2015:2653 Moderate CentOS 7 grub2 Security Update
CentOS Errata and Security Advisory 2015:2653 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2623.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
8603042073286061d4ec3757b5e940aa5e5bbfca1f7f114d8cbaf9e3d27db4e7 grub2-2.02-0.33.el7.centos....
2014 Mar 28
1
CVE-2014-2653
Are there plans to integrate the patch contributed by Mark Wooding into the official OpenSSH distribution? (See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742513) for the patch.)
Or perhaps the OpenSSH team has other plans...?
Thanks.
2004 Mar 08
0
Don't get access from Windows Mobile 2003 to Samba 3.0.2a
...or
; your ethernet interface.
interfaces = 172.26.1.39/255.255.0.0
wins support = no
[Freigabe]
path = /Freigabe
browsable = yes
read only = no
-----------------------------------------------
And this is the Logfile:
[2004/03/08 12:22:49, 6] param/loadparm.c:lp_file_list_changed(2653)
lp_file_list_changed()
file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf last
mod_time: Mon Mar 8 12:01:34 2004
[2004/03/08 12:22:49, 3] smbd/oplock.c:init_oplocks(1226)
open_oplock_ipc: opening loopback UDP socket.
[2004/03/08 12:22:49, 10] lib/util_sock.c:open_soc...
2016 Dec 16
107
[Bug 2647] New: Tracking bug for OpenSSH 7.5 release
https://bugzilla.mindrot.org/show_bug.cgi?id=2647
Bug ID: 2647
Summary: Tracking bug for OpenSSH 7.5 release
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Keywords: meta
Severity: enhancement
Priority: P5
Component: Miscellaneous
2017 May 14
0
[PATCH 2/3] Fix ERROR: Macros with complex values should be enclosed in parentheses
...MRG_RXBUF, VIRTIO_NET_F_STATUS, VIRTIO_NET_F_CTRL_VQ, \
^
>> drivers//net/virtio_net.c:2659:2: note: in expansion of macro 'VIRTNET_FEATURES'
VIRTNET_FEATURES,
^~~~~~~~~~~~~~~~
drivers//net/virtio_net.c:2653:22: warning: left-hand operand of comma expression has no effect [-Wunused-value]
VIRTIO_NET_F_CTRL_RX, VIRTIO_NET_F_CTRL_VLAN, \
^
>> drivers//net/virtio_net.c:2659:2: note: in expansion of macro 'VIRTNET_FEATURES'
VIRTNET_FEATURES,
^~~~~~~~~~~...
2000 Jul 13
2
Programming puzzle...
...t;
Dept. of Chemometrics | (W.A. Quayle)
University of Nijmegen | Email: rwehrens at sci.kun.nl
Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens
6525 ED Nijmegen | Tel: +31 24 365 2053
The Netherlands | Fax: +31 24 365 2653
-----------------------+------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]sub...
2006 May 08
2
have any one tried Snmp extension to Net-SNMP daemon
...569: warning: passing argument 8 of
''soap_id_forward'' makes integer from pointer without a cast
src/soap/soapC.c:2569: error: too few arguments to function ''soap_id_forward''
src/soap/soapC.c: In function ''soap_in_ns__filter_fw'':
src/soap/soapC.c:2653: warning: passing argument 8 of
''soap_id_forward'' makes integer from pointer without a cast
src/soap/soapC.c:2653: error: too few arguments to function ''soap_id_forward''
what can be done , the documentation in very less or just null
please help me...
2007 Jun 01
2
lguest problem on boot of guest kernel
Hi !
Kenrel 2.6.21 (kernel.org)
Patch lguest-2.6.21-254.patch
Distro Slackware 11.0
GCC 3.4.6
GLIBC 2.3.6
HW model name : AMD Duron(tm) procu{s{
Module Size Used by
tun 7680 0
lg 54600 0
just started playing with lguest - patching, compiling and booting the
host-kernel goes ok - compiling lguest is ok as well after
2007 Jun 01
2
lguest problem on boot of guest kernel
Hi !
Kenrel 2.6.21 (kernel.org)
Patch lguest-2.6.21-254.patch
Distro Slackware 11.0
GCC 3.4.6
GLIBC 2.3.6
HW model name : AMD Duron(tm) procu{s{
Module Size Used by
tun 7680 0
lg 54600 0
just started playing with lguest - patching, compiling and booting the
host-kernel goes ok - compiling lguest is ok as well after
2017 May 14
8
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
From: Maciej Fijalkowski <macfij7 at wp.pl>
Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl>
---
drivers/net/virtio_net.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 9320d96..f20dfb8 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -217,7 +217,8 @@ static void
2017 May 14
8
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
From: Maciej Fijalkowski <macfij7 at wp.pl>
Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl>
---
drivers/net/virtio_net.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 9320d96..f20dfb8 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -217,7 +217,8 @@ static void
1997 Jun 04
0
R-beta: save.plot and piecharts
...urnip "
Analytical Chemistry | (W.A. Quayle)
Catholic University | Email: rwehrens at sci.kun.nl
Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens
6525 ED Nijmegen | Tel: +31 24 365 2053
The Netherlands | Fax: +31 24 365 2653
---------------------+--------------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subsc...
1997 Oct 14
1
R-beta: Private libraries
...urnip "
Analytical Chemistry | (W.A. Quayle)
Catholic University | Email: rwehrens at sci.kun.nl
Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens
6525 ED Nijmegen | Tel: +31 24 365 2053
The Netherlands | Fax: +31 24 365 2653
---------------------+--------------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subsc...
1998 Jan 27
0
R-beta: help in rsept
...urnip "
Analytical Chemistry | (W.A. Quayle)
Catholic University | Email: rwehrens at sci.kun.nl
Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens
6525 ED Nijmegen | Tel: +31 24 365 2053
The Netherlands | Fax: +31 24 365 2653
---------------------+--------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]su...
1999 May 07
0
R-0.64.0 on SUN
...urnip "
Analytical Chemistry | (W.A. Quayle)
Catholic University | Email: rwehrens at sci.kun.nl
Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens
6525 ED Nijmegen | Tel: +31 24 365 2053
The Netherlands | Fax: +31 24 365 2653
---------------------+--------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]sub...
2000 Jul 17
0
Réf. : image legend
...t;
Dept. of Chemometrics | (W.A. Quayle)
University of Nijmegen | Email: rwehrens at sci.kun.nl
Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens
6525 ED Nijmegen | Tel: +31 24 365 2053
The Netherlands | Fax: +31 24 365 2653
-----------------------+------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subsc...
2006 Jul 06
1
querying returned results
Hi I''m using the acts_as_ferret to index one table in my database. The
table contains formation about listed items and each of these items
belongs to a section and a category. On the results page I want to have
two drop down boxes whose contents are populated depeneding on the
returned results. So for example the section drop down should only show
sections that exist in the result set,
2003 Jul 24
1
pls regression - optimal number of LVs
Dear R-helpers,
I have performed a PLS regression with the mvr function from the pls.pcr package an I have 2 questions :
1- do you know if mvr automatically centers the data ? It seems to me that it does so...
2- why in the situation below does the output say that the optimal number of latent variables is 4 ? In my humble opinion, it is 2 because the RMS increases and the R2 decreases when 3 LVs
2011 Jun 17
1
rsync out of memory in flist_expand
...er array to 33554432 bytes, did move
[generator] expand file_list pointer array to 67108864 bytes, did move
[generator] expand file_list pointer array to 134217728 bytes, did move
[generator] expand file_list pointer array to 268435456 bytes, did move
[generator] expand file_list pointer array to 402653184 bytes, did not move
[generator] expand file_list pointer array to 536870912 bytes, did move
[generator] expand file_list pointer array to 671088640 bytes, did not move
[generator] expand file_list pointer array to 805306368 bytes, did not move
[generator] expand file_list pointer array to 939524...