Displaying 12 results from an estimated 12 matches for "localt".
Did you mean:
local
2008 Nov 25
1
Error in sqlCopy in RODBC
Hi All,
I am trying to copy portions of tables from one SQL database to another,
using sqlCopy in the RODBC package.
RemoteChannel = connection to remote database
LocalChannel = connection to local database
LocalTable = table in my local database to receive data from the remote
database
query <- select query in SQL
sqlCopy(RemoteChannel, query, "LocalTable", destchannel=LocalChannel,
safer=TRUE)
I am currently getting an error:
Error in sqlSave(destchannel, dataset, destination, verbose = ver...
2014 Jun 28
0
change dovecot mbox localtion
hi,
i use:
dovecot 1.2.7, sendmail and unbuntu to serve my mail service.
recent my disk space is not enough, so i want to mange my mail in two
ways:
*1. change the mail location:*
i use:
mail_location = mbox:/var/mail:INBOX=/var/mail/%u
when i changed it to
mail_location = mbox:/home/mail:INBOX=/home/mail/%u
but the mail still write to the old path
*2. limit the mail file size*
i want the mail
2016 Sep 28
2
Xcode issues
...o 9.3 it works fine.
2) when compiling a mixed project with both swift and objective-c source code, the compiler fail to find the “bridge” include:
SOMEFILE.m:15:9: fatal error: 'Sparkasse-Swift.h' file not found
#import <SOMETHING-Swift.h>
^
1 error generated.
Command /usr/localt/bin/clang failed with exit code 1
I guess I can add a -I/path/to/SOMETHING-Swift.h to the flags but I have a lot of those.
Does anyone encountered those issues? Do you have any pointer on how I can fix those issues?
Cheers,
Julien Rinaldini
2016 Sep 28
2
Xcode issues
...h both swift and objective-c source code, the compiler fail to find the “bridge” include:
> >
> > SOMEFILE.m:15:9: fatal error: 'Sparkasse-Swift.h' file not found
> > #import <SOMETHING-Swift.h>
> > ^
> > 1 error generated.
> > Command /usr/localt/bin/clang failed with exit code 1
> >
> > I guess I can add a -I/path/to/SOMETHING-Swift.h to the flags but I have a lot of those.
> >
> >
> > Does anyone encountered those issues? Do you have any pointer on how I can fix those issues?
> >
> > Cheers,
&...
2009 Dec 03
3
Tobit model fluid milk consumption
Hi all,
I'm from Brazil.
I fit a Tobit model to FLUID MILK CONSUMPTION (DEPENDENT VARIABLE) data
using survreg (attached).
I am confused about the output interpretation and I would like yours
explanations.
Thanks, Marcio Roberto Silva
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Tobit model.pdf
Type: application/pdf
Size: 9018 bytes
Desc: not
2015 May 22
1
Samba4 Disable USB ports
...t-11.el7
>
> Sincerely,
>
> Gabriel Franca
>
>
This error looks like you have not enabled xattrs on the partition
sysvol resides. In case it is an ext3/4 partition do you have acl and
user_xattr in the mount options?
What is the output of
attr -l /var/lib/samba/sysvol
use the localtion of the sysvol folder on your server in above example.
On my server i get
Attribute "NTACL" has a 320 byte value for /var/lib/samba/sysvol
achim~
>
>> Em 22/05/2015, ?(s) 11:22, Achim Gottinger <achim at ag-web.biz
>> <mailto:achim at ag-web.biz>> escreveu:...
2015 May 22
0
Samba4 Disable USB ports
...error looks like you have not enabled xattrs on the partition
>> sysvol resides. In case it is an ext3/4 partition do you have acl and
>> user_xattr in the mount options?
>>
>> What is the output of
>>
>> attr -l /var/lib/samba/sysvol
>>
>> use the localtion of the sysvol folder on your server in above example.
>> On my server i get
>>
>> Attribute "NTACL" has a 320 byte value for /var/lib/samba/sysvol
>>
>> achim~
>>>
>>>> Em 22/05/2015, ?(s) 11:22, Achim Gottinger <achim at ag-web.biz...
2015 May 25
2
Samba4 Disable USB ports
...looks like you have not enabled xattrs on the partition sysvol resides. In case it is an ext3/4 partition do you have acl and user_xattr in the mount options?
>>>
>>> What is the output of
>>>
>>> attr -l /var/lib/samba/sysvol
>>>
>>> use the localtion of the sysvol folder on your server in above example.
>>> On my server i get
>>>
>>> Attribute "NTACL" has a 320 byte value for /var/lib/samba/sysvol
>>>
>>> achim~
>>>>
>>>>> Em 22/05/2015, ?(s) 11:22, Achim Go...
2015 May 22
5
Samba4 Disable USB ports
Hello Gabriel,
I recommend you use
gpupdate /force
on the windows command line after login.
The results of above command can be checked afterwards with the
"gpresults" command.
Can be you have an permission problem on your samba server. Only skimmed
ofver the thread but did you try
samba-tools ntacl sysvolreset
on your samba server?
achim~
Am 22.05.2015 um 12:08 schrieb Gabriel
2015 May 25
0
Samba4 Disable USB ports
...>>>> sysvol resides. In case it is an ext3/4 partition do you have acl
>>>> and user_xattr in the mount options?
>>>>
>>>> What is the output of
>>>>
>>>> attr -l /var/lib/samba/sysvol
>>>>
>>>> use the localtion of the sysvol folder on your server in above example.
>>>> On my server i get
>>>>
>>>> Attribute "NTACL" has a 320 byte value for /var/lib/samba/sysvol
>>>>
>>>> achim~
>>>>>
>>>>>> Em 22/05/2...
2020 May 29
12
[PATCH 0/6] vDPA: doorbell mapping
...may use mmap() to map a the doorbell
of a specific virtqueue into its address space. This is help to reudce
the syscall or vmexit overhead.
A new vdpa_config_ops was introduced to report the location of the
doorbell, vhost_vdpa may then choose to map the doorbell when:
- The doorbell register is localted at page boundary
- The doorbell register does not share page with non doorbell
registers.
With these two requriements, doorbells layout could be modelled more
easily from guest (e.g Qemu's page-per-vq model) and it would be more
safe to avoid exposing other registers to userspace directly....
2020 May 29
12
[PATCH 0/6] vDPA: doorbell mapping
...may use mmap() to map a the doorbell
of a specific virtqueue into its address space. This is help to reudce
the syscall or vmexit overhead.
A new vdpa_config_ops was introduced to report the location of the
doorbell, vhost_vdpa may then choose to map the doorbell when:
- The doorbell register is localted at page boundary
- The doorbell register does not share page with non doorbell
registers.
With these two requriements, doorbells layout could be modelled more
easily from guest (e.g Qemu's page-per-vq model) and it would be more
safe to avoid exposing other registers to userspace directly....