Patches, patches, patches...To forestall potential incidents of Warnock's Dillemma...
I'm about to apply a whole heap 'o patches to Parrot. (With
appropriate [APPLIED] responses, I hope) If, at the end of the day, I
have *not* applied or commented on a patch you've sent, it means I've
Officially Missed It, so give another try.
Sorry 'bout this. Too much mail in the mailbox, and going back in
time is tricky, as it can miss subsequent discussions on patches 'n
stuff.
--
Dan
--------------------------------------"it's like th...
Where are the ZENworks Patch Management server patches at?According to this URL:
http://www.novell.com/support/dynamickc.do?externalId=3540830&sliceId=SAL_Public&command=show&forward=nonthreadedKC&kcId=3540830
ZENworks Patch Management Patch 5 is out....I must be way behind because I
still have the base product installed. Where are these patches at? I
cannot seem to find any of them on Novell's website. Applying these
patches could very well fix my issue with my server not being able to
contact novell.patchlinksecure.net as well as the issue we are having
regarding the Discovery Agent using vast amounts of client CPU...
Compression Custom Patch Zenworks Patch Management
Hello,
Please I am testing Custom Patch ZPM 6.4,
My problem is I don't know how many compress file.
Please someone knows this, Please tell me.
Regardess
Ricardo Seris Guerra
--
Ricardo_Seris
------------------------------------------------------------------------
Ricardo,
are you asking how to compress your files? In a custom package you
would have to do this yourself, perhaps use winzip to compress, then
use a script to decompress at the workstation. To make this automatic,
you would need to buy the PDK (Patch Development Kit)
--
Shaun Pond
...
Patches, patches, patches... #2
OK, this is advance warning that I'm about to be reposting a bunch
of patches of mine which appear to have succumbed to Warnock's Dilemma.
The first three should be uncontroversial: there's a documentation fix-up
for core.ops, and new tests for strings and stacks. The last one is
rather larger, and consists of a greatly expanded set of tests for
PerlString's, plus a bunch of bug-fixes. I'd be grateful if Jeff or Dan
could take a look at this, as I have the feeling that a lot of the
scalar PMCs are going to need similar fixes.
Simon
...
Zenworks patch management update server 6.3 server patch 6
--____DNNFMJENKMAMFEYVXCEU____
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline; modification-date="Thu, 23 May 2007 12:16:37
-0400"
Hello,
Should I be seeing this patch in my vulnerabilities for my PL server? =
Server agent version is 6.3.2.858. I don't see it.
thanks
Tom
--____DNNFMJENKMAMFEYVXCEU____
Content-Type: multipart/related; boundary="____RAHTTLYUNHGCILCCFTGD____"
--____RAHTTLYUNHGCILCCFTGD____
Content-Type: text/html; charset=iso-8859-15
Content-Transfer-Encodi...
ZDM7 SP1 Hot Patch (ZENworks 7 Desktop Managment SP1 Hot Patch 1)The hotpatch has resolved my Optiplex GX745 boot issue, however I would like
to throw out some observations.
We have a script that reads the Image Safe Data and these are the changes I
have notices.
`zisview Name` used to return the PC name value from the image safe data,
now it has changed to `zisview ComputerName`
`zisview Wrokgroup` used to return the workgroup value from the image safe
data, now it has changed to `zisview WindowsWrokgroup`
is the purpose of changing these attribute names a path forward for
something in the future?
On another note, can anyone who has ...
[PATCH] Patch to patch for callbacks in coreI should have tested this better before submitting it. This patch is to
Perl 11722 after applying my previous patch.
Now callbacks will actually work. :-)
- D
<dmlloyd@tds.net>
--- mg.c-old Tue Aug 21 13:26:52 2001
+++ perl-devel/mg.c Tue Aug 21 15:09:16 2001
@@ -1068,7 +1068,18 @@
void
Perl_despatch_signals(pTHX)
{
- PL_event_pending = 0;
+ if (PL_callback_head != NULL) {
+ CALLBACK *cur, *next;
+
+ for (cur = PL_callback_head; cur != NULL; cur = next) {
+ next = cur->next;
+ (*cur->callback)(cur->data);
+ ...
How to patch MS Office with patch managementWe have not been able to use patch management to patch MS Office 2000. MS
Office is installed on computers from an administrative installation
point. I read previously in the forum (and followed) the suggestions
made (if you also have ZENworks for Desktop Management) to give the
workstation objects read and file scan rights to the network directory
where the administrative installation of MS Office is in. I did that and
it worked on 2 computers but not on a laptop. Specifics: Patch
Management server is version 6.3.2.700; agent is version 6.3.2.858. ZDM
is version 7 SP1. T...
Zenworks Patch Management rollout client with ZenWorks for Desktops
--____UTRQULEWGJIBLHNALBDY____
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline; modification-date="Fri, 1 Mar 2007 04:25:03
-0800"
Hello All:
I need to roll-out Zenworks Patch Management with Zenworks for Desktops 7 =
sp1.
I am having trouble finding the procedure.
Anyone?
Brian Hatchell
Network Manager
Victor Valley Community College
760 245-4271 x2792
hatchellb@vvc.edu
--____UTRQULEWGJIBLHNALBDY____
Content-Type: multipart/related; boundary="____LEREIKYEKABSPMNJIEPK____"
...
Zenworks Patch Management
I installed Zenwork Patch Management, but the web zenwork web service
will not start at all. I re-installed, same problem
Event error ID 7001, tried both http and https in vain.
The World Wide Web Publishing Service service depends on the HTTP SSL
service which failed to start because of the following error:
The service cannot be started, either because it is disabled or because
it has no enabled devices associated with it.
--
wahome
------------------------------------------------------------------------
Wahome,
what Server OS please, what version of ZPM? Was the...
[PATCH] todo patch--- perltodo.pod.old Wed May 16 17:51:45 2001
+++ perltodo.pod Mon May 28 16:56:29 2001
@@ -68,6 +68,10 @@
Artur Bergman's C<iThreads> module is a start on this, but needs to
be more mature.
+=head2 make perl_clone optionally clone ops
+
+So at pseduforking, mod_perl , iThreads and nvi will work properly (not as
efficient) until regex engine is fixed
+
=head2 Work out exit/die semantics for threads
=head2 Typed lexicals for compiler
On Mon 28 May 2001 17:03, Artur Bergman <artur@contiller.se> wrote:
> --- perltodo.pod.old Wed May 16 17:5...
[PATCH] installperl patch------=_Part_72778_11907270.1186149310146
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
The attached patch modifies installperl as follows:
1. Don't install lib/CGI/eg/*. (These files aren't installed by the
CPAN version of CGI either.)
2. Don't install lib/ExtUtils/NOTES, and lib/ExtUtils/PATCHING.
(These files aren't installed by the CPAN version of
ExtUtils::MakeMaker either.)
------=_Part_72778_11907270.1186149310146
Content-Type: application/octet-stream; name=installperl.patch
Content-Transf...
PATCH: clarify where to patch against--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Talking about Perl 5 git repo tonight, some questions came up about where
development really happens. This patch is a bit of clarification about
where/why patches go to blead/maint.
--
rjbs
--envbJBWh7q8WU6mo
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0001-very-minor-tweaks-to-description-of-maint-blead.patch"
From 1b7ad6bc0c93abd2d9fad847e8449824e529ba24 Mon Sep 17 00:00:00 2001
From: Ricardo SIGNES <rjbs@cpan.org>
Date:...
BlackIce Patched or Not Patched?ISS recently released a patch for the much published denial of server
venerability in BlackIce Defender. Yet, eEye referred to the venerability
as a buffer overflow.
My question is ... does the newly released patch cover both? The ISS site
does not refer to a buffer overflow.
Does that mean that even after installing the patch BlackIce Defender is
open to a buffer overflow? (not good if so) I've taken BlackIce offline
until I am certain that it is fully patched.
Thanks in advance.
Tom
Correction: Denial of service venerability as opposed to denial of server.
(grin)
...
[PATCH] Debian patches--qDbXVdCdHGoSgWSk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Attached are the patches to Debian's 5.8.4 package not currently covered
by my latest rsync of perl-5.8.x. The patches have been re-worked to
apply cleanly to that branch, but all should be applicable to
perl-current as well.
10_fix_file_path
Rewrite of File::Path::rmtree. This is the most important patch, it
replaces rmtree with a recursive function to remove a race condition
which potentially allows an attacker to make files suid or to remove
arbitrary files (CAN-2...