similar to: ALERT: Tiresome security hole in "xosview", RedHat5.1?

Displaying 20 results from an estimated 500 matches similar to: "ALERT: Tiresome security hole in "xosview", RedHat5.1?"

1998 Jun 01
0
Re: RedHat5.1 security flaws.
On Mon, 1 Jun 1998, Chris Evans wrote: > Sadly the number of unaddressed security issues in RedHat Linux systems > is creeping up. > > It is becoming difficult for me to keep track of them all. Since I am keen > they all get fixed ASAP, I''ve put up a text file of these issues on the > web. > > http://ferret.lmh.ox.ac.uk/~chris/rhbugs.txt > > I hope this is
1998 Jun 03
0
Re: RedHat5.1 security flaws.
On Tue, 2 Jun 1998, Mike Johnson wrote: > At 03:04 PM 6/2/98 +0100, you wrote: > > >Are there any other people out there interested in a concerted linux > >source security auditing process? > > Yes, yes, and yes. Did I mention, yes? OK. I''ve got a _lot_ of positive response about starting some form of co-ordinated effort to audit core linux
2001 Dec 29
1
load in 1.4.0 not working for me
I'm having trouble with save and load in R 1.4.0 (on RH 7.2) I originally noticed this with a large R object, but it happens with a tiny one as well: > a <- c(1,2,3) > save(a,file="test.RData") > a1 <- load("test.RData") > print(a1) NULL The file "test.RData" is created, and it does have something in it. When I tried saving a
2009 Jul 11
1
sieve_execute_bytecode(/var/vmail/domain1/user/dovecot.sievec) failed
I am trying to implement vacation with sieve in dovecot, but each time I try to use a sieve rule that sends a mail, like vacation or reject, I obtain this error code_ sieve_execute_bytecode(/var/vmail/domain1/user/dovecot.sievec) failed Checking syslog I found this message: sieve runtime error: Reject: No return-path for reply Googling I found a report of a problem like this but I can't
2010 Sep 02
0
NCS - Cablemodem
Hi all, I am configuring asterisk in a cable modem network, using a motorola TM401A. I can make calls from the MTA but I can receive, display the following error: -- Executing [1500 at alberti:1] Dial("OSS/dsp", "MGCP/aaln/1 at 0-13-11-82-bd-a.ssw.intercal.net|30") in new stack [Sep 2 00:10:53] NOTICE[28062]: chan_mgcp.c:3572 mgcp_request: Asked to get a channel of
2002 Nov 14
1
X11 resources
Would it be hard to make the X11 device driver in R accept general X11 resources? In particular I would like to be able to set the title of the graphics window when I start it up. (Note this is not the same thing as the title of a plot but rather is the character string visible to the window manager, and usually goes in a titlebar on top.) For example in Splus one can do > motif('-xrm
2000 Jan 11
1
openssh 1.2.1. pre25 and X11 forward
Hello, I moved my ssh servers to openssh and installed: openssh-1.2.1pre25 via .rpm My problem is that X11 forwarding doesn't work. -/etc/ssh/sshd_config X11Forwarding yes X11DisplayOffset 10 I start sshd with defaul port and can connect to the server and then: $ xosview X11 connection rejected because of wrong authentication. X connection to servername.de:10.0 broken (explicit kill or
2003 Dec 19
0
[LLVMdev] Union Type
On Fri, 19 Dec 2003, Reid Spencer wrote: > As a side effect of bug 178 (Stacker not handling 64-bit pointers on > Solaris), I got thinking about a union type for LLVM. Is there any > good reason that LLVM shouldn't support unions? This is essentially a > structure that has its members all at the same address rather than at > sequential addresses. I know there are various
2006 Mar 30
4
samba 3 performance issues
I believe I have some hardware or configuration related performance issues running samba 3.0.14a-3sarge. Our server is an Intel Celeron 2 Ghz with 512 MB of RAM and a 3ware card using SATA disks in a RAID 5 configuration (3ware controller card). We have a gigabit network and are using Intel Gigabit ethernet cards e1000). When copying large files to the samba shares on the system, the
2003 Nov 05
1
Is there a buffer or cache setting in samba?
Hi. Can anyone tell me if samba has any settings that determine how much data gets cached or buffered in RAM before being written to the computer's hard drives? I'm having a strange problem and I suspect that the explanation has to do with that kind of setting. I am using a Linux system (P4-3.06 Ghz, 1 GB RAM, 2.4.22 kernel, samba 2.2.8a) to store video and audio files that can
2015 Apr 04
1
systemctl (again)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 <snip> > > This would be better served as the following to accomplish the > immediate goal: > > cat > /etc/systemd/system/timidity.service <<EOF [Unit] > Description=timidity daemon > > [Service] User=jmr Group=users WorkingDirectory=/home/jmr > Type=forking ExecStart=/usr/bin/timidity -iAD EOF > >
2004 Mar 26
2
With which version of XFree86 can R compile?
Hi there, No information was found which version of XFree86 get along with R. I could not compile R version 1.8.1 with XFree86 4.3.99.902. Here is error message. gcc -I. -I../../../src/include -I../../../src/include -DI18N_MB -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -pipe -march=i386 -mcpu=i686 -c dataentry_mb.c -o dataentry_mb.lo In
2003 Dec 19
1
[LLVMdev] Union Type
On Fri, 2003-12-19 at 15:32, Chris Lattner wrote: > This is intentionally not part of the LLVM type-system, because it is > redundant. If you compile a C program that uses a union, for example, the > C front-end will turn it into a type (often a structure) that contains > only one of the element types (usually the largest one, perhaps modified > to have the correct alignment).
2008 Dec 09
3
a custom progress bar formatter
I''ve always been a little bit bemused by the default ruby test/unit and rspec output. Basically, what I want is a progress bar and that any errors and warnings be displayed immediately. I also want warnings to be printed for slow specs. When using color, I want the entire progress bar printed in green if everything is good, yellow if there has been a warning, and red if there has been an
1997 May 14
4
cxterm buffer overrun
cxterm is a Chinese terminal emulator for the X Window System. It''s installed as suid-root by default if you did a make install. Just like xterm, it does needs to be suid to update /etc/utmp...blahblah... I discovered some buffer overflow bugs in it. The code attached below is the exploit. Quick fix? chmod -s /path/cxterm
2012 Oct 17
1
Rcmd_environ and R_LIBS_{USER,SITE}
Is there a fundamental reason why I cannot set either one of ## add local library path -- doesn't work either R_LIBS_USER="c:/opt/R-library" R_LIBS_SITE="c:/opt/R-library" in $R_HOME/etc/Rcmd_environ even though I can seemingly set other things here? It breaks "R CMD check" for me as I prefer NOT to install packages in a versioned path. FWIW,
2017 Jul 12
2
ThinLTO and the C API
Our ThinLTO testing was inoperative for a while, and now that it's running again, we're seeing the linker step reporting "Expected a single module." Note that our linker is using the C API to read bitcode. It looks like the ThinLTO writer now emits two modules, but AFAICT most of the APIs in BitcodeReader.cpp expect to see only one. Is this just an oversight in supporting
2015 Mar 09
0
[ANNOUNCE] libX11 1.6.3
This release of libX11 looks bigger than it is, due to a lot of spec/doc cleanup work that doesn't affect the code itself. There is still a good deal of bug fixes, code cleanup, locale improvements, and compose key table additions, including new UTF-8 compose sequences for: <Multi_key> <R> <equal> : "<U+20B9>" U20b9 # INDIAN RUPEE SIGN <Multi_key>
2001 Mar 01
0
ESS /NT/ tab replace/ scroll interrupt
Colleagues ---------------------------------- System info: R version rw1020 on NT ESS using emacs ver. 20.4 ---------------------------------- On 1 Mar 01,, Prof Brian D Ripley wrote (re: Re: (off topic) Re: [R] Notepad): > Just to remind people that ESS and FSF Emacs run on Windows too. > (There is or was also an Xemacs port to Windows, but I have very > little experience with
2006 Jul 22
3
test:plugins task dependency on :environment is pointless, surely?
Hello all, I''ve been doing quite a bit of rooting around the plugin system recently, and one thing in particularly has me puzzled and bemused. At the moment, the test:plugins task has a dependency on the :environment task, thus loading up Rails in all it''s resplendent glory. Once it''s done this it uses Rake::TestTask to load the tests for every plugin. However, because