similar to: security bugs and release

Displaying 20 results from an estimated 7000 matches similar to: "security bugs and release"

2017 Dec 13
3
[Bug 104237] New: nouveau-related kmail crash
https://bugs.freedesktop.org/show_bug.cgi?id=104237 Bug ID: 104237 Summary: nouveau-related kmail crash Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org
2024 Jan 10
1
[Bug 3653] New: ConnectTimeout causes issue when connecting to an host via tsocks
https://bugzilla.mindrot.org/show_bug.cgi?id=3653 Bug ID: 3653 Summary: ConnectTimeout causes issue when connecting to an host via tsocks Product: Portable OpenSSH Version: 9.6p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh
2016 Jun 28
0
[Bug 96553] Xorg freezes
https://bugs.freedesktop.org/show_bug.cgi?id=96553 --- Comment #1 from Agostino Sarubbo <ago at gentoo.org> --- When the problem happens, In dmesg there is the following messages: [11449.585126] nouveau 0000:01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] [11449.585132] nouveau 0000:01:00.0: fifo: sw engine fault on channel 2, recovering... [11451.584882] nouveau 0000:01:00.0: fifo: runlist
2008 Mar 12
2
Building a view for a 3 model has_many relationship
I''m working with three models: - Charge. has_many :budget_plans - BudgetPlan. belongs_to :charges, :rollups - Rollup. has_many :budget_plans This works out perfectly. A budget plan contains the ID of a charge and rollup and then there''s a 3rd attribute for hours. So working with data is no problem. My budget plan scaffold works nicely so I can select a charge, select a
2011 Oct 25
1
alternative option in skewness and kurtosis tests?
I have a question about the D'Agostino skewness test and the Anscombe-Glynn kurtosis test. agostino.test(x, alternative = c("two.sided", "less", "greater")) anscombe.test(x, alternative = c("two.sided", "less", "greater")) The option "alternative" in those two functions seems to be the null hypothesis. In the output, the
2011 Aug 06
1
significance of differences in skew and kurtosis between two groups
Dear R-users, I am comparing differences in variance, skew, and kurtosis between two groups. For variance the comparison is easy: just var.test(group1, group2) I am using agostino.test() for skew, and anscombe.test() for kurtosis. However, I can't find an equivalent of the F.test or Mood.test for comparing kurtosis or skewness between two samples. Would the test just be a 1 df test on
2012 Feb 13
1
MCMCglmm with cross-classified random effects
Dear R-users, I would like to fit a glmm with cross-classified random effects with the function MCMCglmm. Something along the lines: model1<-MCMCglmm(response~pred1, random=~re1+re2, data=data) where re1 and re2 should be crossed random effects. I was wondering whether you could tell me specifying cross-classified random effects in MCMCglmm requires a particular syntax? Are there any
2005 Jul 01
10
Update Rollup 1 for Windows 2000 SP4
Hello. Anyone else experiencing Problems with this update ? We do have W2k AD. And Samba Member-Server. This is done via Winbind without using Kerberos. After installing the Update to our AD-Servers. It seems that winbind lost its connectivity. wbinfo -t worked. wbinfo -u showed errors. After removing the update from all our servers, winbind works again. Should I move our configuration to
2010 Nov 24
2
Automatic expire on post-login
I need to clear two folder from Maildir at login. Exatly, delete all mails older than 30 days on Trash and 1 day on spam folder. I'm using dovecot 2.0 and I think about use a post-login script calling doveadm -u $user expunge but post-login scripts in dovecot 2.0 are very complex Is there possible to get the environment vars like on dovecot 1.2 ? I think this action must be done by expire
2003 Nov 21
4
Samba with winbind trouble
Hello, I try to implement a samba server (2.2.7a) with the authentifiactions via winbind to a PDC W2000. When I test winbind, it works: [root@pxtest samba]# wbinfo -t Secret is good [root@pxtest samba]# wbinfo -a tli%password plaintext password authentication succeeded [root@pxtest samba]# I enable the winbind on the /etc/nsswitch.conf: passwd: files winbind shadow: files group:
2009 Sep 30
2
Compress (gzip) a pdf device
I have not found an easy way to compress a file on filesystem. Especially I'd like to compress a pdf from pdf() function/device. Is it possible to compress It on the flight? I'd like to do something like: pdf(gzipconnection()) dev.off() If It is not possible, how can I create a gzip with the pdf? Thanks Daniele A. ________________________________ ORS Srl Via Agostino Morando 1/3
2016 Aug 12
2
Samba and POSIX ACLs
On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote: > It looks like this is a long known issue: > > https://bugzilla.samba.org/show_bug.cgi?id=10792 If by long known you mean "as designed". As Samba supports ACL setting on files/directories we don't restrict what happens to them after creation. For creation you can set "create mask" and
2002 Nov 05
2
cross subnet browsing (win Xp problem)
I've got to networks connected through leased line, routing set between networks, WINS server running on Samba. There's one primary samba server, and Win98/WinXP clients connected to it. First network with samba server works great with win98 and winxp. Second network also works ok with win98 clients, but when I connect Winxp it can't even open "my network places" and show
2016 Nov 04
3
printer tip (deploy win7 drivers)
Hai,   I noticed the following “Optional” update for win7. https://support.microsoft.com/en-us/kb/3192403 October 2016 Preview of Monthly Quality Rollup for Windows 7 SP1 and Windows Server 2008 R2 SP1 Referres to :  https://support.microsoft.com/en-us/help/22801/windows-7-and-windows-server-2008-r2-update-history   We which is talked about a lot.. Addressed issue that prevents
2003 Sep 05
2
samba3 - On-the-Fly Machine Accounts - domain admin group?
Hi, Could someone explain, why was parameter "domain admin group" removed from samba3? passdb/pdb_ldap got totally rewritten... but why remove an useful variable... # Removed Parameters (order alphabetically): # * domain admin group In 2.2.8 (with LDAP backend) I defined domain admin group = @"Domain Admins" and added several users to that group for creating machine
2006 Apr 14
4
Newbie stuff (.new method)
Hi- Ruby 1.8.2 Rails 1.1 so I''m trying to build my first rails app and I''m trying to understand how the helper methods work. For instance .new & .save . For instance, I''ve created a table of Objects, and generated a scaffold. I see that in the controller, there are calls to Object.new and Object.save. I''m assuming that these are methods inherited
2015 Dec 03
11
7.2 kernel panic on boot
Hi All After upgrading to 7.2, I'm getting an immediate kernel panic on boot Dropping back to 3.10.0-229.20.1.el7.x86_64 and the system boots fine How can I go about diagnosing the problem here? thanks Duncan
2010 Apr 02
2
How to save a model in DB and retrieve It
I'm wondering how to save an object (models like lm, loess, etc) in a DB to retrieve and use it afterwards, an example: wind_ms <- abs(rnorm(24*30)*4+8) air_kgm3 <- rnorm(24*30, 0.1)*0.1 + 1.1 wind_dg <- rnorm(24*30) * 360/7 ms <- c(0:25) kw_mm92 <- c(0,0,0,20,94,205,391,645,979,1375,1795,2000,2040) kw_mm92 <- c(kw_mm92, rep(2050, length(ms)-length(kw_mm92))) modelspline
2008 Feb 24
1
validates_format_of no dots allowed
I need a validates_format_of that disallow dots. In the api there is nothing to find about how validates_format_of exatly works. Is there a better documentation or is there something that can tell me howto disallow dots. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2004 Sep 13
1
Offline Files won't sync after Samba upgrade
Dear Samba users, Having scanned this list archive, this problem has been raised several times over the past 12 months on this list, but mostly without any response. Now it's happened to us too, and I raise it again in case anybody has figured it out in the meantime. All our employees are provided with laptops, and spend a lot of time working offline. We make extensive use of the Offline