search for: likey

Displaying 20 results from an estimated 28 matches for "likey".

Did you mean: like
2005 Nov 26
2
rdnc error
Hello, I noticed in my logwatch file I have an error with my rndc key. I could 'play' around with it and may fix it but most likey just hose things up. I think I see the problem but not 100% sure. I think the key file has 3 different names. Here's the error: **Unmatched Entries** /etc/named.conf:23: couldn't find key 'rndckey' for use with command channel 127.0.0.1#953: 1 Time(s) Here's parts of the...
2004 Jan 13
3
Progress reporting: N more to check
A recent posting here got me thinking about having the --progress output tell the user about how many files were left to go in the transfer. I submit the attached patch which outputs an extra suffix onto the progress line at the end of each file's transfer (so it only appears once per file, not on every status update). The output would look like this: [...] flist.c 35671 100%
2015 Sep 26
2
Hidden files problem in R CMD check
Dear all, When running R CMD check on my Mac (Yosemite 10.10.5) I get suddenly NOTEs and WARNINGs that my tar.gz file does contain hidden files. However, when checking the corresponding directories with 'ls -al' (or with mc) none of these files does exist!! (with exception .BBSoptions). Here is a partial output of 00check.log: * using log directory
2005 Sep 26
1
TrippLite/Compiling on FreeBSD
Hello, I wanted to see if there's any chance that NUT will support a few new TrippLite UPSes that we just bought: Sep 9 01:42:25 miko /kernel: uhid0: TRIPP LITE TRIPP LITE OMNIVS1500XL, rev 1.1 I grabbed the devel sources via cvs, but am having trouble building it when I enable the "newhidups" driver: gmake[1]: Leaving directory `/usr/local/src/nut/common' drivers/
2009 Jun 28
3
Windows Setup.exe fails on Program Group creation
...I reach the part where it constructs a Windows program group. Setup pops up an error dialog called "Setup message" and says: "Could not create directory: \FormDesigner" (Which is the name of my app) What Sub folder area is it trying to write to? Under Windows that would most likey be: C:\Documents and Settings\Profiles\<my Name>\Start Menu\Programs\ At one point a couple of weeks ago I uninstalled Wine then reinstalled it. Could that have destroyed the folder structure it is looking for? Thank You, Tom Groff Tom.Groff51 at gmail.com
2008 Jan 29
2
centos 5.0/5.1 nfs kickstart
Hi all, I'm having a bit of trouble with something and was wondering if anyone else has encountered this or knows what the problem is. I have one computer I would like to kickstart a centos 5.0 or 5.1 install. I have another computer which is the tftpboot server and contains the centos 5.0 and centos 5.1 install directories I wish to do the kickstart over nfs and my network is using MTU
2015 Sep 26
0
Hidden files problem in R CMD check
Christian, those are resource forks from your files - possibly maintained by your (likey very old?) editor. First, is seems that you are not creating the tar ball correctly - the correct way is to use R CMD build which should not include resource forks nor files on the ignore list. That said, if for some reason you intend to create is by hand (not recommended), you may want to set CO...
2010 Mar 27
16
zpool split problem?
Zpool split is a wonderful feature and it seems to work well, and the choice of which disk got which name was perfect! But there seems to be an odd anomaly (at least with b132) . Started with c0t1d0s0 running b132 (root pool is called rpool) Attached c0t0d0s0 and waited for it to resilver Rebooted from c0t0d0s0 zpool split rpool spool Rebooted from c0t0d0s0, both rpool and spool were mounted
2009 Apr 30
3
tool for packet detection
Hi I have small query, all our server are centos based 5 and 5.2 . We are looking ofr a tool to that measure packet loss. we have servers in two IDC's bothin the US and we are trying to download a 2gb file from the internet. Some server are able to download the file at a higher b/w rate in one IDC ...while servers at he the other IDC download the same file at a lowe b/w rate . Is ther any
2008 Feb 27
1
ggplot2 boxplot confusion
Ultimately my aim is to get a plot of density faceted by 2 factors with a horizontal boxplot overlaid on each density plot in the grid to indicate summary stats. So I've been experimenting with creating boxplots and density plots. Here's some representative data. series = c('C2','C4','C8','C10','C15','C20') ids =
2017 Oct 01
0
[PATCH v16 0/5] Virtio-balloon Enhancement
...e implementation of xb_bit_set/clear/test > into > one xb_bit_ops. > 3) xbitmap: add documents for the exported APIs. > 4) mm: rewrite the function to walk through free page blocks. > 5) virtio-balloon: when reporting a free page blcok to the device, if > the > vq is full (less likey to happen in practice), just skip reporting > this > block, instead of busywaiting till an entry gets released. > 6) virtio-balloon: fail the probe function if adding the signal buf > in > init_vqs fails. > > v12->v13: > 1) mm: use a callback function to handle the the f...
2006 Aug 09
4
Do i need multiple mongrel instances for good performance?
I have developed a rails application for my company. It will be used by upto 3o people at a time. I have just read that Mongrel will only process 1 request at a time (rails is only in 1 controller at a time). Does this mean that to get good performance i need to run mongrel many times on different ports? How many different instances of mongrel is recommended? If this is true then it
2015 Sep 26
2
Hidden files problem in R CMD check
...anguage Mode for R I do not believe that 'nedit' does create these hidden files, since it never did. Thank you once again. Best regards, Christian On 09/26/15 21:44, Simon Urbanek wrote: > Christian, > > those are resource forks from your files - possibly maintained by your (likey very old?) editor. > > First, is seems that you are not creating the tar ball correctly - the correct way is to use R CMD build which should not include resource forks nor files on the ignore list. > > That said, if for some reason you intend to create is by hand (not recommended), you...
2006 Jan 04
17
Scriptaculous + Prototype shrunk to < 50Kb
Maybe I''m anal but I like fat-free JS, so I pulled the Proptotype and core Scriptaculous files into one single JS file at 49Kb. It''s "packed" so if you care about that kind of thing, it''s also "obfuscated". Download from my personal site at www.alistercameron.com. - Alister PS. Of course this is the current version as posted on the
2009 Jul 13
0
[PATCH server] remove vm forward vnc and vm host history
...port, :int, :default => 0, :unique => true + + # 036 self.up + # this table gets populated in db-omatic + create_table :vm_host_histories do |t| + # vm / host association + t.integer :vm_id + t.integer :host_id + + # records operating info of vm + # (most likey we will want to add a + # slew of more info here or in a future + # migration) + t.integer :vnc_port + t.string :state + + # start / end timestamps + t.timestamp :time_started + t.timestamp :time_ended + end + + execute "alter table vm_host_...
2012 Dec 12
7
[PATCH V5] x86/kexec: Change NMI and MCE handling on kexec path
xen/arch/x86/crash.c | 116 ++++++++++++++++++++++++++++++++++----- xen/arch/x86/machine_kexec.c | 19 ++++++ xen/arch/x86/x86_64/entry.S | 34 +++++++++++ xen/include/asm-x86/desc.h | 45 +++++++++++++++ xen/include/asm-x86/processor.h | 4 + 5 files changed, 203 insertions(+), 15 deletions(-) Experimentally, certain crash kernels will triple fault very early
2005 Sep 24
1
Encrypt some services with ipsec
Hi all, I have two prodction servers with FreeBSD 5.4 (all security patches are applied). They running some services like dns, ssh, http, ftp, etc. But I woukd like to encrypt some services for some hosts with ipsec when it is accessed. For example: - DNS resolution: not encrypted. - DNS replication master-slave: encrypted by ipsec. - Telnet: encrypted by ipsec for some hosts. Deny
2017 Sep 30
12
[PATCH v16 0/5] Virtio-balloon Enhancement
...itmap.c. 2) xbitmap: consolidate the implementation of xb_bit_set/clear/test into one xb_bit_ops. 3) xbitmap: add documents for the exported APIs. 4) mm: rewrite the function to walk through free page blocks. 5) virtio-balloon: when reporting a free page blcok to the device, if the vq is full (less likey to happen in practice), just skip reporting this block, instead of busywaiting till an entry gets released. 6) virtio-balloon: fail the probe function if adding the signal buf in init_vqs fails. v12->v13: 1) mm: use a callback function to handle the the free page blocks from the report function...
2017 Sep 30
12
[PATCH v16 0/5] Virtio-balloon Enhancement
...itmap.c. 2) xbitmap: consolidate the implementation of xb_bit_set/clear/test into one xb_bit_ops. 3) xbitmap: add documents for the exported APIs. 4) mm: rewrite the function to walk through free page blocks. 5) virtio-balloon: when reporting a free page blcok to the device, if the vq is full (less likey to happen in practice), just skip reporting this block, instead of busywaiting till an entry gets released. 6) virtio-balloon: fail the probe function if adding the signal buf in init_vqs fails. v12->v13: 1) mm: use a callback function to handle the the free page blocks from the report function...
2018 Jan 09
6
[PATCH v21 0/5] Virtio-balloon Enhancement
...itmap.c. 2) xbitmap: consolidate the implementation of xb_bit_set/clear/test into one xb_bit_ops. 3) xbitmap: add documents for the exported APIs. 4) mm: rewrite the function to walk through free page blocks. 5) virtio-balloon: when reporting a free page blcok to the device, if the vq is full (less likey to happen in practice), just skip reporting this block, instead of busywaiting till an entry gets released. 6) virtio-balloon: fail the probe function if adding the signal buf in init_vqs fails. v12->v13: 1) mm: use a callback function to handle the the free page blocks from the report function...