Displaying 20 results from an estimated 25850 matches for "records".
Did you mean:
record
2006 Jan 17
8
Next Record
Okay, I know this will probably be a very easy question. But I am
discovering that RonR makes just about everything easy. The problem is,
it takes me a few hours to figure out that I can do it the easy way.
I need to know how to move to the next record in a database. I want to
format my out put in a table. For example, I want a 3 by 3 table. So
record one goes in the first cell, record
2017 Apr 10
2
clang build failures using Visual Studio
Anyone run into this before?
I'm trying to get a Windows native build using Visual Studio of LLVM,
Clang, and LLD 4.0.0. So far LLVM built successfully, but I'm getting these
cryptic error messages when building Clang:
Microsoft (R) Build Engine version 15.1.1012.6693
Copyright (C) Microsoft Corporation. All rights reserved.
ClangDiagnosticsEmitter.cpp
c:\program files
2004 Sep 17
8
English vs American voice files
My wife's got an appropriate Southern England (Wimbledon) accent and I'm
sure she would try her hand. Does anyone have a comprehensive list of the
words that need to be said? Matt, do you have them if your wife's done a
set for French users?
Mark, if you have the kit maybe you could chop up the file? I write a
utility to chop up and compress the wave file based on some of the C
2004 Apr 27
5
parsing a data file
Hi,
I need to parse a data file (output of a measuring device) of the
following format:
BEGIN RECORD [first record data] RECORD [second
record data] RECORD
[third record data]
END
Line breaks can (and do ;-() occur anywhere. White space behaves very
much like TeX, eg it is not important whether there are one or more
spaces or linebreaks as long as there is one of them. It is a text
file, not
2018 Jul 23
2
[RFC 0/4] Virtio uses DMA API for all devices
...mand 10 times where /dev/vda is a virtio block
device of 10GB size.
dd if=/dev/zero of=/dev/vda bs=8M count=1024 oflag=direct
With and without patches bandwidth which has a bit wide range does not
look that different from each other.
Without patches
===============
---------- 1 ---------
1024+0 records in
1024+0 records out
8589934592 bytes (8.6 GB, 8.0 GiB) copied, 1.95557 s, 4.4 GB/s
---------- 2 ---------
1024+0 records in
1024+0 records out
8589934592 bytes (8.6 GB, 8.0 GiB) copied, 2.05176 s, 4.2 GB/s
---------- 3 ---------
1024+0 records in
1024+0 records out
8589934592 bytes (8.6 GB, 8.0 G...
2018 Jul 23
2
[RFC 0/4] Virtio uses DMA API for all devices
...mand 10 times where /dev/vda is a virtio block
device of 10GB size.
dd if=/dev/zero of=/dev/vda bs=8M count=1024 oflag=direct
With and without patches bandwidth which has a bit wide range does not
look that different from each other.
Without patches
===============
---------- 1 ---------
1024+0 records in
1024+0 records out
8589934592 bytes (8.6 GB, 8.0 GiB) copied, 1.95557 s, 4.4 GB/s
---------- 2 ---------
1024+0 records in
1024+0 records out
8589934592 bytes (8.6 GB, 8.0 GiB) copied, 2.05176 s, 4.2 GB/s
---------- 3 ---------
1024+0 records in
1024+0 records out
8589934592 bytes (8.6 GB, 8.0 G...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
...quires scanning for string lengths. Certainly
something to try and evaluate, at least.
Peter
>
> That said we already paid this with the metadata table in the recent past
>> for example.
>>
>
>> The format of MODULE_CODE_{FUNCTION,GLOBALVAR,ALIAS,IFUNC,COMDAT}
>> records would change so that their first operand would specify their names
>> with a byte offset into the string table. (To allow for backwards
>> compatibility, I would increment the bitcode version.)
>>
>>
>> I assume you mean the EPOCH?
>>
>
> No, the MODULE_COD...
2023 Mar 28
1
Error message dns
...ite-Name._sites.ForestDnsZones]
[2023/03/28 11:32:16.072992, 0] ../../source4/dsdb/dns/dns_update.c:85(dnsupdate_nameupdate_done)
dnsupdate_nameupdate_done: Failed DNS update with exit code 29
My /var/log/samba/log.samba is filled with these messages. It says that samba_dnsupdate tries to add records that already excist in dns. But how can I tell samba_dnsupdate to stop trying to add these records? Or is there another solutions to fix these errors
Philip Offermans
2013 Oct 10
1
Question about DNS Ghost Records
I have had an IP Address Record of the name Z37 which was 192.168.2.203.
Using nslookup I find it, but samba-tool queries the name and shows 0
Records?
$ nslookup Z37
Server: 192.168.2.1
Address: 192.168.2.1#53
Name: Z37.calcdom.local
Address: 192.168.2.203
$ samba-tool dns query localhost calcdom.local @ ALL
Name=, Records=4, Children=0
SOA: serial=119, refresh=900, retry=600, expire=86400,
ns=zcontroller.calcdom.loca...
2013 Sep 12
4
on how to make a skip-table
I've got two data frames, as shown below:
(NR means Number of Record)
> record.lenths
NR length
1 100
2 130
3 150
4 148
5 100
6 83
7 60
> valida.records
NR factor
1 3
2 4
4 8
7 9
And I intend to obtain the following skip-table:
> skip.table
NR skip factor
1 0 3
2 0 4
4 150 8
7 183 9
The column 'skip' is the space needed to skip invalid r...
2012 Aug 22
5
[PATCH 0/5] trace-cmd: Add a recorder readable feature for virtio-trace
Hi Steven,
The following patch set provides a feature which can read trace data of a guest
using virtio-trace (https://lkml.org/lkml/2012/8/9/210) for a recorder
function of trace-cmd. This patch set depends on the trace-agent running on a
guest in the virtio-trace system.
To translate raw data of a guest to text data on a host, information of debugfs
in the guest is also needed on the host. In
2012 Aug 22
5
[PATCH 0/5] trace-cmd: Add a recorder readable feature for virtio-trace
Hi Steven,
The following patch set provides a feature which can read trace data of a guest
using virtio-trace (https://lkml.org/lkml/2012/8/9/210) for a recorder
function of trace-cmd. This patch set depends on the trace-agent running on a
guest in the virtio-trace system.
To translate raw data of a guest to text data on a host, information of debugfs
in the guest is also needed on the host. In
2020 Feb 10
3
New DNS-Records not aviable
hi again.
after some tests, (on my operational domain and on a new testdomain) i
detected this behavior:
on samba 4.11.6 sometimes the new DNS-records finisches on a wrong dns
zone.
the problem occurs, if more then 5 records are created with the same
name in more then one domain zone
for example:
testa1.jupiter.mydom.org
testa2.jupiter.mydom.org
testa3.jupiter.mydom.org
testa4.jupiter.mydom.org
testa5.jupiter.mydom.org
testa6.jupiter.mydom.org...
2010 Feb 01
6
Import fixed-format ascii file with mixed record types
...es. The data comes from European Labor Force Surveys, wich is a household survey. The first record type is for people over 16 years, and the second much sorter is for people aged 15 or less (this record has a filler with several blanks to get the same record length).
The files tipically have 160000 records, with 176 characters per record, the data is numeric, corresponding to 102 variables, mostly integers (seven variables have two decimals). My opertating system is Windows XP.
My questions:
1. Wich do you think is the best way to import the files into R?
2. Could you give me any references or exampl...
2016 Feb 29
4
which DNS backend ?
...gt;>
>>>>>
>>>>> Am 28.02.2016 um 22:22 schrieb John Gardeniers:
>>>>>> Thanks Rowland. Perhaps because I expected these basic issues to
>>>>>> have
>>>>>> been resolved long ago I never thought to check the SOA records.
>>>>>> You are
>>>>>> perfectly correct - the second DC is not listed
>>>>>
>>>>> since when is more than one NS listed in the SOA?
>>>>>
>>>>> http://rscott.org/dns/soa.html
>>>>>
>&g...
2005 Oct 06
0
WinXP SP2 winlogon.exe blue screen to death
Hi there,
I have another problem on WinXP SP2 with samba.3.0.20a. Somehow, in a random
situation, once user logged onto the workstations, they were prompted with
the winlogon.exe Fatal error + blue screen to death then self-reboot. When I
checked out the log from windows, it said there's problem on msgina.dll from
WinXP SP2. However, another user can successfully logon to the same
workstation
2019 Feb 09
4
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
Thank You Rowland. I did it like You say, killed avahi, added the record
without domain suffix, but nothing changed, and the record seems no
different compared to other records added with the suffix some time before.
My Samba DNS record looks like this (and I see nothing special in there):
Name=, Records=3, Children=0
SOA: serial=39, refresh=900, retry=600, expire=86400, minttl=3600,
ns=blacktux.interbronz.local., email=hostmaster.interbronz.local.
(flags=6000...
2020 Nov 17
2
can't delete recursive DNS entry
...sebaer.intern and I created the subdomain
briesebaer.intern.
Using DNS RSAT Tool I see under briesebaer.intern the subdomain intern and
then a recurrence of the whole domain.
That means: under intern there is briesebaer and all of the dns query
beneath.
The query shows the Name=intern with no Records and 1 child.
The same happens in the reverse Zone automatic
Any idea to delete these entries ? With RSAT Tool it's not possible and I
find no way to do it with the samba-tool
root at DRAGO:~# samba-tool dns query drago briesebaer.intern @ ALL -U
administrator
Password for [BRIESEBAER\...
2009 Jan 24
3
zfs read performance degrades over a short time
...ones that happen with a fresh install.
Does anyone know if this performance degradation is normal? If not, does anyone have hints on what I should do to track down the problem.
Thanks.
Ray
----------The log of my runs is shown below------------
# time dd if=big2 of=/dev/null bs=1024k
2201+1 records in
2201+1 records out
real 23.8
user 0.0
sys 11.1
# time dd if=big2 of=/dev/null bs=1024k
2201+1 records in
2201+1 records out
real 24.5
user 0.0
sys 8.9
# time dd if=big2 of=/dev/null bs=1024k
2201+1 records in
2201+1 records out
real 27.4
user...
2006 Jul 13
1
error_messages_for
I can''t seem to figure out how to validate a few fields some1 please
help me out
model---------
class Record < ActiveRecord::Base
validates_presence_of :sw, :flex
end
controller------------
class RecordController < A;;icationController
def new
@record = Rrecord.new
@product = Product.find(params[''product_id''])
end
def create