Displaying 20 results from an estimated 1000 matches similar to: "[RHSA-2001:072-14] Updated man package fixing GID security problems."
2000 Jul 03
0
[RHSA-2000:041-02] man package''s ''makewhatis'' uses insecure handling of files in /tmp
---------------------------------------------------------------------
Red Hat, Inc. Security Advisory
Synopsis: man package''s ''makewhatis'' uses insecure handling of files in /tmp
Advisory ID: RHSA-2000:041-02
Issue date: 2000-07-03
Updated on: 2000-07-03
Product: Red Hat Linux
Keywords: man /tmp
2001 Mar 21
0
[RHSA-2001:019-02] Updated sudo packages fixing buffer overrun available
---------------------------------------------------------------------
Red Hat, Inc. Red Hat Security Advisory
Synopsis: Updated sudo packages fixing buffer overrun available
Advisory ID: RHSA-2001:019-02
Issue date: 2001-02-23
Updated on: 2001-03-21
Product: Red Hat Powertools
Keywords: sudo buffer overrun
Cross references:
1996 Dec 24
0
Linux Redhat 4.0/3.0.3 makewhatis cron job
There is a serious problem with the makewhatis cronjob under Redhat Linux
4.0/3.0.3. You can use it to overwrite any file on the system. Redhat
is aware of the problem, and said they would have some kind of fix by
next week which should be plenty of time before this bug is exploitable
again.
#!/bin/sh
#
# blowitawaysam
#
# makewhatis is a shellscript that stores a tmp copy of the whatis
#
2006 Jul 23
2
Broken pipe
I updated my x86 machine day before yesterday, and I noticed two
things. The clamav user and group was deleted, and not recreated, and
when the makewhatis ran, I got a page full of "zcat: stdout: Broken
pipe" entries. What gives with the makewhatis and clamav? Was clamav
removed from the software? I encountered no errors when the transaction
check and transactions were run.
2013 Aug 16
9
[Bug 846] New: ./nfqnl_test usage ! no activity shown
https://bugzilla.netfilter.org/show_bug.cgi?id=846
Summary: ./nfqnl_test usage ! no activity shown
Product: libnetfilter_queue
Version: unspecified
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: trivial
Priority: P5
Component: libnetfilter_queue
AssignedTo: netfilter-buglog at
2001 Jul 03
0
(PR#1008) SIGSEGV began at 1.2.0
This behaviour is confirmed for RH70, RH62, Debian 2.2 on 3 different
Pentium-class i386. I've checked back and package ann_0.2-2 works on
1.1.1, but fails with seg. faults on 1.2.0 (ann_0.2-2.pre3.tar.gz to
accommodate the change in Makeconf) and subsequent (1.2.0 checked today on
RH62 with gcc 2.95.3 19991030 (prerelease)).
It is most likely that 1.1.1 was too forgiving, and that better
1997 Oct 06
0
KSR[T] Advisory #3: updatedb / crontabs
-----
KSR[T] Website : http://www.dec.net/ksrt
E-mail: ksrt@dec.net
-----
KSR[T] Advisory #003
Date: Aug 05, 1997
ID #: lin-cron-003
Operating System(s): Redhat linux 4.1, SuSE Linux 5.0, Slackware 3.3
Affected Program:
2013 Sep 26
0
nanobsd on RELENG9
I am getting an odd error on a recent i386 releng9 while trying to build
a nanobsd image.
It dies during installworld in
cd /usr/src/etc/../share/man;
/usr/obj/nanobsd.full//usr/src/make.i386/make makedb
makewhatis /usr/obj/nanobsd.full//_.w/usr/share/man
makewhatis /usr/obj/nanobsd.full//_.w/usr/share/openssl/man
rm: /tmp/install.bqKyLzJg: Directory not empty
*** [installworld] Error code 1
1
2014 Dec 02
0
puzzle, need magic incantation (man pages)
On Dec 1, 2014, at 9:43 AM, Gene Heskett <gheskett at wdtv.com> wrote:
> FWIW, before I asked, I redid the nut ./configure --with-doc=auto, then a
> make. Then I step into the docs directory and do a sudo make install,
> which it appears to do. But no manpages were install despite the command
> line echo showing that they were when I did the sudo make install, but I
>
2006 Aug 30
2
CentOS-4.4 update: don't forget those rpmsave and rpmnew files folks!
After you do your update, done forget to do updatedb, makewhatis, ...
The locate for rpmnew has a couple items of interest and the locate for
rpmsave returns one that occupies 24MB of your precious disks -
/var/lib/Pegasus/prev-repository*.
It compresses nicely to appx. 1MB, cpio bzipped --best.
Change in your rndc key too, for DNS.
2000 Mar 25
2
Configuration woes corrected
Well after I tried it the ./configure on all machines ( 4 total)
I ran a few other compiles of other programs and figured out
what was missing. Evidently the RH62 kernel "forgets" to
put a symlink from /usr/src/linux/include/asm-i386 --> asm.
I put that in and presto ./configure creates the Makefile
and I am compiling 2.0.7Pre2 as we speak.
What keyed this was trying a kernel compile,
2000 Jun 24
2
re; Startup
Being new to Linux (RH62) and Samba, I have a simple question and that is
does Samba load automatically when the server is rebooted or do I have to
write a script or configure a setting to have Samba load at bootup?
Jon L. Miller
Novell Master CNE
Compaq ASE
WA Reseller for Sophos Anti-Virus
MMT Networks Pty Ltd
Perth, Australia
T:+61 8 9242 8600
F:+61 8 9242 8611
2001 Mar 21
0
[RHSA-2001:018-02] Updated sudo packages fixing buffer overrun available
---------------------------------------------------------------------
Red Hat, Inc. Red Hat Security Advisory
Synopsis: Updated sudo packages fixing buffer overrun available
Advisory ID: RHSA-2001:018-02
Issue date: 2001-02-23
Updated on: 2001-03-02
Product: Red Hat Linux
Keywords: sudo buffer overrun
Cross references:
2014 Jul 11
0
New binary package set for EL6 x86_64
Hi users of EL6 based distributions,
I'm pleased to announce a new alternative binary package repository
for EL6 x86_64. The aim is to provide a supplemental set of packages
which may contain software not included in your base system.
These packages are based on pkgsrc, a cross-platform package manager.
In this initial release there are 13,152 packages available. For now
I am specifically
2003 Jul 19
1
A patch to man to handle "man.1"...
Hi, all--
I've always thought that specifying sections via "man -s 1 man" or "man 1 man"
was ugly, and didn't work very well with filename completion. Diff relative to
/usr/src/gnu/usr.bin/man to also handle the syntax of "man man.1":
--- man_old/man.c Sat Jul 19 17:17:13 2003
+++ man/man.c Sat Jul 19 18:08:23 2003
@@ -149,6 +149,8 @@
void
2016 Nov 18
0
SCL devtoolset-3 or 4 without eclipse?
On Fri, Nov 18, 2016 at 09:47:29AM -0800, Robert Arkiletian wrote
> Is there a way to install devtoolset packages without the bloat of eclipse?
>
> I just want the new compiler and toolchain, not a big IDE.
>
> BTW devtoolset-3 dependencies are broken in yum with C6
You can do it manually as per the instructions at
https://gcc.gnu.org/wiki/InstallingGCC
Step 1) Download and
2001 Oct 05
1
Attn: darkeye@tyrell.hu RE: Darkice
You helped me a few weeks ago setup DarkIce. Well I had nothing but problems doing it on RH62 so... here I am again but this time armed with RH71. I followed your instructions for installing lame and ogg vorbis and it's all fine. When I tr to install DarkIce though I get the following error.
# make
make all-recursive
make[1]: Entering directory `/usr/src/download/darkice-0.6'
Making
2006 Jul 23
3
cron.weekly
Just looked at the log from the x86_64 machine and I see the same zcat:
stdout: Broken pipe in the 00-makewhatis.cron job as on the x86
machine. Did I miss some thread about current updates somewhere?
sam
--
Sam W.Drinkard -- sam at wa4phy.net
NOAA Cooperative Observer
http://wa4phy.net
Augusta Area Mesonet
2014 Dec 01
4
puzzle, need magic incantation
Hi Charles;
I had nut working from before, but managed to lock up something and had to
reboot. Nut is in the stuff to start at boot time, but is not now capable
to being restarted with the nut script in /etc/init.d, claiming it is
disabled:
gene at coyote:/usr/src/nut-2.7.2/docs/man$ sudo service nut start
* nut disabled, please adjust the configuration to your needs
* Then set MODE to a
2006 May 11
0
PGI 6.1 compile error
I am trying to compile R-2.3.0 (both first release and patched
2006-05-10) on Red Hat Enterprise Linux AS release 3 (Taroon Update 7)
using the Portland Group compiler version 6.1 and the notes from
Jennifer Lai on p33 of "R Installation and Administration" version 2.3.0
(2006-04-24). I have not used this compiler before, so it is possible
things are messed up more than usual, even