similar to: Informatio request - FreeBSD Native Firewall Certificate

Displaying 20 results from an estimated 120 matches similar to: "Informatio request - FreeBSD Native Firewall Certificate"

2014 Dec 20
4
NTP Vulnerability?
I just saw this: https://ics-cert.us-cert.gov/advisories/ICSA-14-353-01 which includes this: " A remote attacker can send a carefully crafted packet that can overflow a stack buffer and potentially allow malicious code to be executed with the privilege level of the ntpd process. All NTP4 releases before 4.2.8 are vulnerable." "This vulnerability is resolved with NTP-stable4.2.8
2014 Dec 20
0
NTP Vulnerability?
fixed in: https://rhn.redhat.com/errata/RHSA-2014-2025.html https://rhn.redhat.com/errata/RHSA-2014-2024.html maybe it's soon in centos too.. 2014-12-20 4:42 GMT+02:00 listmail <listmail at entertech.com>: > I just saw this: > > https://ics-cert.us-cert.gov/advisories/ICSA-14-353-01 > > which includes this: > " A remote attacker can send a carefully crafted
2009 Jan 22
14
Antivirus for CentOS? (yuck!)
Hi All, Yes, I know, it's really really embarrassing to have to ask but I'm being pushed to the wall with PCI DSS Compliance procedure (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why we don't need to install an anti-virus or find an anti-virus to run on our CentOS 5 servers. Whatever I do - it needs to be convincing enough to make the PCI compliance guy tick the
2006 May 22
2
Does samba support Active Directory User Group name with space
Hi, I am using samba 3.0.20 and winbind 3.0.20 on Debian Linux kernel version 2.4.27 ii samba 3.0.20b-bycast a LanManager-like file and printer server fo ii samba-common 3.0.20b-bycast Samba common files used by both the server a ii winbind 3.0.20b-bycast service to resolve user and group informatio I was able to authentic with AD Domain and allow groups and individual
2003 Jul 25
1
disabled mashine account without password
Hi, when i try to join a winxp pro client to my samba domain i get an access denied error. Checking /etc/passwd and smbpasswd shows an new created mashine account, but the account is disabled and without a password. I'm using a debian 3.0 Linux with Samba 2.2.8a-1.0 and the following add user script: /usr/sbin/useradd -d /dev/null -g workstations -s /bin/false -M %u Is there something
2006 Oct 08
1
gem remote installation error
Hi, I am trying to install mysql driver for ruby via gem. % gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' ERROR: While executing gem ... (Errno::ECONNREFUSED) Connection refused - connect(2) gem --help indicates that more informatio can be found at
2009 Apr 19
1
help with this code
Hi, can anyone help me with the following code? Thanks! library(mvtnorm) f2 <- function(n, rho) { var <- matrix(c(1,rho,rho,1), nrow=2, ncol=2, byrow=T) beta <- seq(0, 1, length.out=n+1) alpha <- sort (sapply(1-beta, qnorm)) x <- array(0, dim=c(n, n)) for (s in 1:n) { for (t in 1:n){ if (s>=t) x[s,t] <- pmvnorm(lower=c(alpha[s],
2006 Oct 31
5
Odd behaviour of removing 'nothing' from an array or data frame
I've just found some behaviour which strikes me as odd, but I'm not sure whether it's a bug or a feature. If you don't mind, I'd like to explain via a couple of examples. Let x = 1:10. Then intuitively, to me at least, the command x[-integer(0)] should leave x untouched. However the actual output under R2.4.0 is integer(0). A slightly more involved example demonstrates
2018 May 16
3
No RID Set found for this server
Hi! I have two Dcs(samba 4.7.7 compilated running in ubuntu 14.04). I add one more DC: 1° - Compilated Samba 4 .6.15(because join with samba 4.7.7 has erro) 2° - Upgrade for samba 4.7.7 3° - Join OK In logs i see on erro: May 16 20:20:11 dc-linux samba[3530]: ../source4/rpc_server/drsuapi/updaterefs.c:374: Refusing DsReplicaUpdateRefs for sid
2006 Jan 02
1
wbinfo-t fails but other wbinfo items works
Hi, i've migrated a debian box into ads, most people can work as they should, some users eg which are not part of the domain can not authenticate themself, the log says NT_STATUS_INVALID_COMPUTER_NAME . After reading all the howtos i noticed that wbinfo -t doesn work, the output is: #wbinfo -t checking the trust secret via RPC calls failed error code was NT_STATUS_INVALID_COMPUTER_NAME
2018 May 09
4
DsGetNCChanges 2nd replication on different
On Wed, 9 May 2018 08:37:38 -0300 Carlos via samba <samba at lists.samba.org> wrote: > Hi! > > More information: > > samba -v (compilated) > > Version 4.4.4 > > Totla Dcs = 16 > > smb.conf: > > [global] >         workgroup = XXXX >         realm = XXXX.xxxxx.com.br >         netbios name = upsilon >         server role = active
2013 Jul 03
1
Migration from 3.5.6-27 to 3.6.16-31
Hello, I have a debian etch with (samba 3.5.6-27,) shares and windows 7 in the domain. This works ok. Since i installed the new version 3.6.16-31 I can not login with domain users in my windows client and the shares are inaccessible. I solved the problem with the login, removing the following line in my smb.conf: *ldapsam:trusted = yes* but why this line works with the version 3.5.6-27 and not
2013 Jul 28
8
powerdown problem on XEN
Hi guys, I have a problem with powering down my system under the XEN hypervisor. System details are as follows: gentoo linux, X86_64 XEN version 4.2.2 linux hardened kernel 3.9.5 as dom0 Xeon E3 1260L processor (vt-d capable) 32GB ECC RAM which has been thoroughly tested - so should be o.k. when I issue "shutdown -h now" from dom0 the system usually reboots instead of turning off
2007 Apr 20
0
rv package
Hi, Does anybody knows how to coerce an mcmc objetct to a rv object without loose the information about what parameters. was simulated I tried do it but it looks that this informatio was lost. Thank you very much for any information. Gilberto Matos.
2008 Oct 20
1
Calculate SPE in PLS package
Dear list, I want to calculate SPE (squared prediction error) in x-space, can someone help? Here are my codes: fit.pls<- plsr(Y~X,data=DAT,ncomp=3,scale=T,method='oscorespls',validation="CV",x= T) actual<-fit.pls$model$X pred<-fit.pls$scores %*% t(fit.pls$loadings) SPE.x<-rowSums((actual-pred)^2) Am I missing something here? Thanks in advance. Stella Sim
2006 Oct 23
0
problem with winbind and samba, share1 works but share2 doesn't work.
Hi, On the Debian Linux server, followings had been istalled since May, 2006. Group1 users on Windows 2003 AD are able to access the share e.g. share1. I added a new share, share2 for group2 users, but none of user from group2 can access the new share. They always prompted for password. group1 and group2 are on same AD. ii samba 3.0.20b a LanManager-like file and printer server
2012 Sep 17
1
Samba is corrputing/removing files at version 3.6.6
Hello all! I'm with problems with samba 3.6.6. The same happens with 3.6.5, and the upgrade do not helps. Samba is corrupting/removing files in my shares. All happenns like in this bug report, where is attached the smb.conf and another informations about the bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682810 I really don't know what can I do now to solve this, and I'm
2013 Nov 07
0
Can you combine filters with "net ads search"?
Hi, I'm trying to find out if there is a way to combine filters with "net ads search". I can run the following searches to get information about my Active Directory domain: net ads search -P ObjectClass=organizationalUnit returns informatio about my 2 OUs net ads search -P objectClass=user returns a list of all Domain Users net ads search -P ObjectClass=person returns
2018 May 09
0
DsGetNCChanges 2nd replication on different
Thanks for answering! These lines have been placed in the wrong way for a long time (servers are already over 3 years old), at the time they did not have so much "knowledge", then because of compatibility (and fear of stopping something, I left the mesmeas) :-D I use this version because all other Dcs are in this, until I can not get a window of time to update, I'm keeping this
2008 Jan 21
0
New: R packages for Ubuntu amd64
Ubuntu users on the amd64 platform will be pleased to know that up-to- date binary R packages are now available from CRAN. Following the policy for the i386 architecture, the supported Ubuntu releases are the latest two Ubuntu releases and the latest LTS release. Currently, these are Gutsy Gibbon (7.10), Feisty Fawn (7.04) and Dapper Drake (6.06), respectively. For instructions on