similar to: Logging levels

Displaying 20 results from an estimated 300 matches similar to: "Logging levels"

2024 Apr 30
1
Patches for CVE-2024-27322
Dear R-core, I just received notification of CVE-2024-27322 [1] in RedHat's Bugzilla. We updated R to v4.4.0 in Fedora rawhide, F40, EPEL9 and EPEL8, so no problem there. However, F38 and F39 will stay at v4.3.3, and I was wondering if there's a specific patch available, or if you could point me to the commits that fixed the issue, so that we can cherry-pick them for F38 and F39. Thanks.
2024 Apr 30
1
Patches for CVE-2024-27322
svn diff -c 86235 ~/r-devel/R (or 86238 for the port to the release branch) should be easily backported. (CC Luke in case there is more to it) - pd > On 30 Apr 2024, at 11:28 , I?aki Ucar <iucar at fedoraproject.org> wrote: > > Dear R-core, > > I just received notification of CVE-2024-27322 [1] in RedHat's Bugzilla. We > updated R to v4.4.0 in Fedora rawhide, F40,
2024 Apr 30
1
Patches for CVE-2024-27322
On 30 April 2024 at 11:59, peter dalgaard wrote: | svn diff -c 86235 ~/r-devel/R Which is also available as https://github.com/r-devel/r-svn/commit/f7c46500f455eb4edfc3656c3fa20af61b16abb7 Dirk | (or 86238 for the port to the release branch) should be easily backported. | | (CC Luke in case there is more to it) | | - pd | | > On 30 Apr 2024, at 11:28 , I?aki Ucar <iucar at
2024 Apr 30
1
Patches for CVE-2024-27322
Many thanks both. I'll wait for Luke's confirmation to trigger the update with the backported fix. I?aki On Tue, 30 Apr 2024 at 12:42, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 30 April 2024 at 11:59, peter dalgaard wrote: > | svn diff -c 86235 ~/r-devel/R > > Which is also available as > >
2008 Nov 15
1
STALKER keyboard pauses
Wine 1.1.8, in STALKER, shadow chernobyl, when I press any key, the game enters in PAUSE mode. None of the solutions in appdb for stalker works for me (scroll lock; allow window manager to control the windows). Any suggestions?
2010 Sep 09
3
[1.2]-S.T.A.L.K.E.R.:SoC - Remapping keys?
[1.2]-S.T.A.L.K.E.R.:SoC - Remapping keys? Hi, I am running Wine 1.2 on Ubuntu 10.04 32bit Linux. I wish to remap the movement keys in: S.T.A.L.K.E.R.: Shadow of Chernobyl, but when I try, it always maps "Pause" ? Any help would be appreciated! Running game through Valve's Steam client. Game seems to work fine otherwise... Jesse
2008 Sep 12
1
Game Locking Up Due to Sound?
I'm relatively new to Linux. I'm using Ubuntu 8.04. I've installed Stalker Shadow of Chernobyl. The game runs fine but with absolutely no sound. I configure the sound using ALSA in the drivers portion of the audio tab and the test works fine. I have removed pulse audio as I have read this conflicts with WINE. It seems if I try to use an audio driver the game then locks up and all
2016 Feb 10
1
Unable to create raw volume on netfs storage (Operation not permitted)
Hello, we are trying to create a new setup with a centralized storage server. Currently we are running multiple "All-in-One" hosts using raw volumes stored on the local disk of the server. I tried it first with samba but it did not work so currently I have configured it as NFS. This is my current setup: For Storage: OS: Ubuntu 16.04 beta (to match vHost version), IP: 123.123.123.2
2000 Dec 15
2
R1.2.0 (PR#766)
Here are a few comments on the new release (1.2.0), most about R CMD check. I have managed to install and check my libraries only making one change to a C function (see point 1) and one to an R function because of the way formulae now look for their data. That is the good news. Of course, more extensive checks are liable to find further problems. 1. I need to be able to define F77_SYMBOL. This
2010 Feb 11
1
Sweve/cacheSweave
Hi there I have a problem with using Sweave in combination with the option driver = cacheSweave. Whichever code I try to run - when it comes to converting the tex file into pdf it comes up with the same errors (\csname \endcsname errors). Does anybody have an idea what it going wrong? > Sweave("pgfSweave-example.Rnw",driver = cacheSweaveDriver) Writing to file
2010 Feb 07
2
predicting with stl() decomposition
Hi mailinglist members, I’m actually working on a time series prediction and my current approach is to decompose the series first into a trend, a seasonal component and a remainder. Therefore I’m using the stl() function. But I’m wondering how to get the single components in order to predict the particular fitted series’. This code snippet illustrates my problem: series <-
1999 Dec 10
5
openssh on AIX v4.3.3 with native compiler
Hello, Was looking in the archives... and haven't seen this one listed. When I compile openssh-1.2pre17 on AIX v4.3.3 with the native compiler I get the following errors. I haven't see this __attribute__ code.. What compiler/libraries are needed to compile this? I have seen that people have compiled openssh on AIX.. Just wondering what you have used. # make cc -g
2002 Jul 07
1
why is samba trying to connect to other computers in NT domain?
I am running samba version 2.2.3a on an IBM AIX box (running AIX v4.3.3). The security is set to Domain. The AIX box has successfully joined the NT domain. I constantly see in the samba log file a message similar to the following: "smbd/server.c: main(698) Denied connection from (xxx.xx.xx.xx)", where (xxx.xx.xx.xx) is the IP address of a computer in the same domain which the IBM box
2014 Jul 25
1
About your driver NUTDRV_ATCL_USB(8) for install
On Jul 24, 2014, at 12:07 PM, pererivers at yahoo.es wrote: > Any idea? what am I doing wrong. It has been years since I took a Spanish class, but I am going to guess that it is a dependency issue. > I don't have installed 'apt-src' command to install dependencies. I would highly recommend installing it ('apt-get install apt-src'). While Steve's suggestion will
2000 Aug 09
3
Problems compiling openssh-2.1.1p2 on FreeBSD 4.0-RELEASE
Hello, I have just installed a fresh copy of FreeBSD 4.0-RELEASE on a P75, and want to compile openssh-2.1.1p2, but the compile fails with: gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c loginrec.c loginrec.c: In function
1998 Mar 23
0
Modified floppies can crash Linux
Hi! While playing with file allocation tables, I noticed that if a FAT volume (eg. a floppy) with looped allocation chain is being read under Linux, the system stops responding and cannot be recovered to a working state without a hardware rebooting. This bug is not-so-useful for performing Denial-Of-Service attacks (if an evildoer managed to put a floppy into your computer, why won''t he
2010 Sep 16
1
[1.2]S.T.A.L.K.E.R.:S.o.C.-Sky Missing?
Hi, Running Wine 1.2 under Ubuntu 10.04 32bit Linux and have an nVidia GeForce GT240 1GB graphic card. When playing S.T.A.L.K.E.R.: Shadow of Chernobyl the sky is missing? (graphic settings are on maximum) Any ideas on how to fix this, thanks! Jesse
2014 Feb 27
0
nut in openwrt
>> On Sun, 23 Feb 2014 19:39:02 +0100, Josu Lazkano <josu.lazkano at gmail.com> wrote: >>> # dmesg >>> ... >>> [181041.636190] usb 4-4: new low-speed USB device number 2 using ohci_hcd >2014-02-25 10:12 GMT+01:00 Virgo P?rna <virgo.parna at mail.ee>: >> I recently read about openwrt (for one of the routers I own). And there was a >>
2001 Oct 01
0
Couldn't obtain random bytes
I am trying to generate a ssh_known_hosts2 file, 2.9.9p2, using: ssh-keyscan -f list_of_hosts -t rsa > ssh_known_hosts.rsa and ssh-keyscan -f list_of_hosts -t dsa > ssh_known_hosts.dsa but both commands fail almost immidiately with: Couldn't obtain random bytes (error 604389476) What could that mean? Servers that I am aware of that I query is: OpenSSH_2.5.1p2 OpenSSH_2.5.2p2
2009 Mar 31
3
wine with Satlker SC
Hi! I've been trying to run the game Stalker Shadow of Chernobyl, in Kubuntu(x64) 8.10 KDE4, without succes. I managed to install the game and when i try to run it, the monitor turns black forever This game works with wine, it has been tested without problems, so......... Please, can anyone tell me how to do it? Wine version 1.1.18 intel pentium core 2 duo (1.86ghz x2) ATI radeon