Displaying 10 results from an estimated 10 matches for "lave".
Did you mean:
have
2005 Feb 22
1
periodic/security/550.ipfwlimit
550.ipfwlimit check in /etc/periodic/security takes into account only
global/default verbosity limit and does not account for a specific
logging limit set for a particular rule e.g.:
$ ipfw -a l | fgrep log
65000 *521* 41764 deny log logamount *1000* ip from any to any
$ sysctl -n net.inet.ip.fw.verbose_limit
*100*
>From security run output:
ipfw log limit reached:
65000 519
2006 Sep 15
1
Strange behaviour when joining the domain
Just installed a new SAMBA-LDAP-PDC server on my network. I followed
the Linux Samba-OpenLDAP Howto, revision 20060710, so I would assume my
setup is correct.
My LDAP setup is a master/slave setup. The master is on a remote server,
and the lave is local. When joining the domain (WinXP), it sometimes
takes three-four times to be able to reach the domain(user administrator
with uidNumber to 0). I<ve been able to see that it first creates the
machine account not as a sambaSamAccoun...
2005 Feb 23
0
Fw-up: Re: periodic/security/550.ipfwlimit - diff for RELENG-5]
...t first has to find it's way into -current, else there will
> be no merge to 5.x or 4.x) since we don't have perl in the base system on
> 5.x and -current. I suggest to rewrite this in awk (in the -current version
> of this periodic script) and submit it as a diff.
--
WBR,
Peter Lavee
Hostmaster
Technological Systems
CJVC
2011 Dec 05
0
Rggobi pdf output
...f.ggobi.som(d.music.std[,-c(1,2)],music.som)
d.music.som<-list(Songs=factor(c(as.character(row.names(d.music)),rep("0",36))),
Artist=factor(c(as.character(d.music[,1]),rep("0",36))),
Type=factor(c(as.character(d.music[,2]),rep("0",36))),
LVar=d.music.som[,1],LAve=d.music.som[,2],LMax=d.music.som[,3],
LFEner=d.music.som[,4],LFreq=d.music.som[,5],Map.1=d.music.som[,6],
Map.2=d.music.som[,7])
gg<-ggobi(d.music.som)
g<-gg[1]
#load edges
d.music.som.net<-f.ggobi.som.net(music.som)
edges(g) <- d.music.som.net + 62
# Color points according to typ...
2011 Dec 05
1
[rggobi] ggplot like pdf output
...f.ggobi.som(d.music.std[,-c(1,2)],music.som)
d.music.som<-list(Songs=factor(c(as.character(row.names(d.music)),rep("0",36))),
Artist=factor(c(as.character(d.music[,1]),rep("0",36))),
Type=factor(c(as.character(d.music[,2]),rep("0",36))),
LVar=d.music.som[,1],LAve=d.music.som[,2],LMax=d.music.som[,3],
LFEner=d.music.som[,4],LFreq=d.music.som[,5],Map.1=d.music.som[,6],
Map.2=d.music.som[,7])
gg<-ggobi(d.music.som)
g<-gg[1]
#load edges
d.music.som.net<-f.ggobi.som.net(music.som)
edges(g) <- d.music.som.net + 62
# Color points according to typ...
2004 Mar 11
6
Where is my bottleneck?
I'm running rsync via ssh on two machines connected with 100 Mbit/s
Ethernet cards (at high speed) via a Linksys switch. It's all right
here in a single closet. I'm sending large files (initial transfer,
nothing preexists on the destination machine) and seeing transfer rates
in the 2 Mbit/s range. The CPUs on both machines are more than 90%
idle, and I upped the --block-size to 256
2016 Mar 17
1
Questions regarding hostdev scsi
Hi!
I'm oVirt developer responsible for most of 'hostdev' support. While
working on SCSI passthrough (that is hostdev type='scsi'), I've
encountered few issues I'm not sure how to solve somewhat effectively
and nicely.
Just a note - oVirt by default disables 'dynamic_ownership', meaning
we have to handle endpoint ownership/labeling ourselves. This
is not
2006 Jul 05
5
cacti on centos
Hi all,
I'm trying to get Cacti installed on my CentOS 4.3 x86_64 box. I've
got all of required packages installed, and created database file, and
followed all the instructions in install manual.
However, when I get login screen and use admin for username/password,
it simply redirects me straight back to login screen. Looking at
user_log table, the authentication was
2016 Nov 06
8
virtio_pci irq handling cleanups
Hi Michael,
this series contains a couple cleanups for the virtio_pci interrupt
handling code, including a switch to the new pci_irq_alloc_vectors
helper. All these are in preparation of taking advantage of the new
PCI layer / core IRQ interrupt affinity handling, for which I will
send out a series once this and some core interrupt handling changes
are in.
2016 Nov 06
8
virtio_pci irq handling cleanups
Hi Michael,
this series contains a couple cleanups for the virtio_pci interrupt
handling code, including a switch to the new pci_irq_alloc_vectors
helper. All these are in preparation of taking advantage of the new
PCI layer / core IRQ interrupt affinity handling, for which I will
send out a series once this and some core interrupt handling changes
are in.