Displaying 20 results from an estimated 60 matches for "2526".
Did you mean:
252
2016 Jan 17
3
[Bug 2526] New: Support for transparent proxying
https://bugzilla.mindrot.org/show_bug.cgi?id=2526
Bug ID: 2526
Summary: Support for transparent proxying
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh...
2018 Aug 21
0
CESA-2018:2526 Important CentOS 6 mutt Security Update
CentOS Errata and Security Advisory 2018:2526 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2018:2526
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
3012e29b610904d01a57f2e1dc4a841e9e994b9148aa1864068e1c84d3ae6c43 mutt-1.5.20-9.20091214hg736b6a...
2018 Aug 21
0
CESA-2018:2526 Important CentOS 7 mutt Security Update
CentOS Errata and Security Advisory 2018:2526 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2018:2526
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
2ca7e16f23cccebc666efefe699253208b2dd802f83f4fd9582d5131981c8892 mutt-1.5.21-28.el7_5.x86_64....
2000 Nov 20
3
OpenSSH Security bug: port forwarding
Hi. OpenSSH 2.3.0p1 exhibits the following behavior on Linux 2.2.5. I
believe this is a bug. Can anyone else replicate this?
On any given SSH machine (let's call it 'test'), start ssh like
this:
./ssh -L2526:mail.blah.com:25 -f mail.blah.com sleep 1000
(where mail.blah.com is some machine running sendmail, you have a login
account, etc.)
In a just world (and this works with f-secure SSH1), you should be able to
do this on test:
telnet 127.0.0.1 2526
and connect to mail.blah.com port 25 over the se...
2003 Feb 03
1
summary.table bug in parameter (and fix) (PR#2526)
I sent this in with an old version, but it's in latest version as well. The fix is simple.
In the summary.table function, the parameter is calculated incorrectly
for a test of independence among all cells when the table is more than
2-way table.
Example:
Consider X:
> X
a b c
1 A1 B2 C1
2 A3 BA3 C2
3 A2 B1 C4
4 A1 B2 C3
5 A3 BA3 C2
6 A1 BA3 C1
7 A2 BA3 C2
8 A1
2006 Jun 13
1
upgrade to 3.0.22, problem authenticating to AD
...21:06 cent02 pam_winbind[2728]: write to socket failed!
Jun 13 09:21:06 cent02 pam_winbind[2728]: internal module error (retval = 3, user = `domain\user.name')
Jun 13 09:21:09 cent02 login[2728]: FAILED LOGIN 1 FROM (null) FOR domain\user.name, Authentication failure
Jun 13 09:21:33 cent02 ntpd[2526]: synchronized to 192.168.0.100, stratum 1
Jun 13 09:21:34 cent02 login(pam_unix)[2728]: check pass; user unknown
Jun 13 09:21:34 cent02 login(pam_unix)[2728]: authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost=
Jun 13 09:21:34 cent02 pam_winbind[2728]: write to socket failed!...
2003 Sep 17
2
CART analysis
Greetings,
Does anyone know of an R code for classification and regression tree
analysis (CART)?
Thank you
Ron
Ron Thornton BVSc, PhD, MACVSc (pathology, epidemiology)
Programme Co-ordinator, Active Surveillance
Animal Biosecurity
MAF Biosecurity Authority
P O Box 2526
Wellington, New Zealand
phone: 64-4-4744156
027 223 7582
fax: 64-4-474-4133
e-mail: ron.thornton at maf.govt.nz
http://www.maf.govt.nz
2008 Mar 06
1
switch with a single character
.....
> switch("East",West=1,East=2) # Correct
[1] 2
> switch("E",W=1,E=2) # Not so correct
[1] 1
> switch("E",E=1,W=2) # Even stranger
[1] "E"
> switch("S",N=1,S=-1) # Correct
[1] -1
Kind regards, Henrik
--
Henrik Andersson
Tullstorp 2526
28195 Vankiva
Sweden
Tel: +46 451 19149
Mobil: +46 763 406779
2010 Oct 26
0
Re: Tableau Public vis software / Ubuntu
...top.msi, ran the installation through until there was an error
2. Opened a wine command prompt and issued:
sc.exe qc tablicsrv
sc.exe qc "flexnet licensing service"
sc.exe sdshow "flexnet licensing service"
(As hinted on http://www.tableausoftware.com/forum/unable-start-service-%2526%2523039;tablicsrv%2526%2523039;)
3. The commands above did not generate any output, but when I launched the installer again and pressed Install, it went past the installation point and launched the software.
Splash screen comes up but the program hangs with lots of "wineserver: file_set_erro...
2016 May 10
2
CentOS 6 as DNS-Server
...DHCP or DHCPv6 and not both?
>
> IPv4 only.
>
if a host has IPv4 only or IPv6 only this works fine, but when a host
has both - DualStack
somethimes it works sometimes only one - can be IPv4 or can be IPv6 works;
and in /var/log/messages I get something like
May 10 18:51:30 dnssrvr named[2526]: client 192.168.1.2#38618: view
wkst: updating zone 'ddns.local/IN': update unsuccessful:
WIN7HOST.ddns.local: 'name not in use' prerequisite not satisfied (YXDOMAIN)
for several times;
>> By default, SELinux prevents any role from modifying named_zone_t
>>...
2019 Oct 11
3
clarification on gosub, macros and AEL
...Gosub() underneath and not
Macro()? Still good so far?
So if macros in extensions.ael are not deprecated because they just use
Gosub() underneath them, when why, when I try to use Gosub() and
contexts in extensions.ael directly do I get warnings like:
[Oct 11 13:50:55] WARNING[10343]: ael/pval.c:2526 check_pval_item: Warning: file /etc/asterisk/extensions.ael, line 552-552: application call to Gosub affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead!
but not with these Gosub() implemented "macros"?
Cheers,
b.
-------------- next par...
2005 Dec 20
2
Extracting data from .zip file in WINDOWS version of package
...does not face this problem as the data directory is not zipped.
Could you please suggest a way around for this problem?
Thanks.
Best,
Nitin
______________________
Nitin Jain, PhD
<nitin.jain at pfizer.com>
Non Clinical Statistics
Pfizer, Inc. (Groton, CT)
Bldg: 260, # 1451
Ph: (860) 686-2526 (Office)
Fax: (860) 686-6170
----------------------------------------------------------------------
LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
2008 Feb 12
3
problems plotting geom_line on ggplot2
Se ha borrado un texto insertado con un juego de caracteres sin especificar...
Nombre: no disponible
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080212/16ba8b97/attachment.pl
2004 Jul 14
2
Chan_Capi 0.3.4a error
...ndeclared (first use in this function)
chan_capi.c:2063: error: `pipelock' undeclared (first use in this function)
chan_capi.c: In function `restart_monitor':
chan_capi.c:2266: error: `monlock' undeclared (first use in this function)
chan_capi.c: In function `capi_info':
chan_capi.c:2526: error: `contrlock' undeclared (first use in this function)
chan_capi.c: In function `load_module':
chan_capi.c:2606: error: `iflock' undeclared (first use in this function)
chan_capi.c: In function `usecount':
chan_capi.c:2818: error: `usecnt_lock' undeclared (first use in this...
2015 Jan 12
0
[Bug 1768] scp: wrong error message when destination directory ends with a slash and is missing
...|Removed |Added
----------------------------------------------------------------------------
Attachment #2523|0 |1
is obsolete| |
--- Comment #4 from Jakub Jelen <jjelen at redhat.com> ---
Created attachment 2526
--> https://bugzilla.mindrot.org/attachment.cgi?id=2526&action=edit
Patch revised
--
You are receiving this mail because:
You are watching the assignee of the bug.
2016 Feb 11
0
[Bug 1295] [PATCH] Transparent proxy support on Linux
...t.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joel.lehtonen at iki.fi
--- Comment #24 from Damien Miller <djm at mindrot.org> ---
*** Bug 2526 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
2008 Jul 18
2
Can't Get Outlook 2003 to load
The error pops up "Cannot load Microsoft Outlook"
All other MS Office programs seem to work OK, I have done a repair an re-installation of office as well.
Thx
2004 Sep 08
0
Runaway processes on Solaris
...ync initiated
The system was *hung* and reports being out of swap.
WARNING: Sorry, no swap space to grow stack for pid 1424 (naviagent)
WARNING: Sorry, no swap space to grow stack for pid 2216 (naviagent)
WARNING: nfsauth: RPC: Unitdata error
WARNING: Sorry, no swap space to grow stack for pid 2526 (naviagent)
We see that this domain has only 3 cpus and about 8250 processes in the
process table. Of these
8250 processes 7375 of these are smbd, and look like:
smbd -D -s /opt/samba/etc/smb.conf
It appears these processes have overwhelmed the system and would also
explain the system running...
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
...We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN.
Summary of the changes is attached at the end.
Best,
Nitin
______________________
Nitin Jain, PhD
<nitin.jain at pfizer.com>
Non Clinical Statistics
Pfizer, Inc. (Groton, CT)
Bldg: 260, # 1451
Ph: (860) 686-2526 (Office)
Fax: (860) 686-6170
Brief description of changes:
CHANGES IN GDATA 2.1.2
-----------------------
- Fixed bug in interleave.R - option to covert 1-column matrices to
vector (based on Andrew Burgess's suggestion)
- Updated Greg and Jim's email adresses
- ll.R: Suppressed...
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
...We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN.
Summary of the changes is attached at the end.
Best,
Nitin
______________________
Nitin Jain, PhD
<nitin.jain at pfizer.com>
Non Clinical Statistics
Pfizer, Inc. (Groton, CT)
Bldg: 260, # 1451
Ph: (860) 686-2526 (Office)
Fax: (860) 686-6170
Brief description of changes:
CHANGES IN GDATA 2.1.2
-----------------------
- Fixed bug in interleave.R - option to covert 1-column matrices to
vector (based on Andrew Burgess's suggestion)
- Updated Greg and Jim's email adresses
- ll.R: Suppressed...