Displaying 12 results from an estimated 12 matches for "localtable".
Did you mean:
localizable
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 = verbose...
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
Hi,
I’m using llvm+clang (+ a wrapper for swift that allow me to use my clang to compile swift files) inside Xcode and I have encountered two issues with the new clang 3.9 and Xcode 8:
1) when compiling with the deployment target set to 10.0, I got this error: clang-3.9: error: invalid version number in '-miphoneos-version-min=10.0’. If I set back the deployment target to 9.3 it works fine.
2016 Sep 28
2
Xcode issues
On Wed, Sep 28, 2016 at 11:13:35AM -0700, Mehdi Amini wrote:
>
> > On Sep 28, 2016, at 11:00 AM, Rinaldini Julien via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> >
> > Hi,
> >
> > I’m using llvm+clang (+ a wrapper for swift that allow me to use my clang to compile swift files) inside Xcode and I have encountered two issues with the new clang 3.9 and
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
Hello Gabriel,
Am 22.05.2015 um 15:23 schrieb Gabriel Franca:
> Good morning people,
>
> I make the case that Achim Gottinger passed.
>
> samba-tool ntacl sysvolreset and received the following information:
> Segmentation fault (core of the recorded image)
>
> then sent a samba-tool ntacl sysvolcheck and received the following:
> ERROR (<type
2015 May 22
0
Samba4 Disable USB ports
Hi Gabriel,
I"ll answer to the lists email adress.
Am 22.05.2015 um 16:54 schrieb Gabriel Franca:
> follows the output of the command:
>
> attr -l / var / lib / samba / sysvol
> Attribute "SGI_ACL_FILE" has a 124 byte value for / var / lib / samba
> / sysvol
> Attribute "SGI_ACL_DEFAULT" has a 124 byte value for / var / lib /
> samba / sysvol
2015 May 25
2
Samba4 Disable USB ports
Good morning List
On Friday I had to leave so I could no longer continue with our lab.
Weekend and holy all have to rest as much as possible. = D
So I'm back and I will put the smb.conf for analysis.
# Global parameters
[global]
workgroup = CMC
realm = CMC.CORP
netbios name = SAMBA
server role = active directory domain controller
dns forwarder =
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
Hello Gabriel,
Am 25.05.2015 um 13:23 schrieb Gabriel Franca:
> Good morning List
>
> On Friday I had to leave so I could no longer continue with our lab.
> Weekend and holy all have to rest as much as possible. = D
> So I'm back and I will put the smb.conf for analysis.
>
> # Global parameters
>
> [global]
>
> workgroup = CMC
>
> realm = CMC.CORP
>
2020 May 29
12
[PATCH 0/6] vDPA: doorbell mapping
Hi all:
This series introduce basic functionality of doorbell mapping support
for vhost-vDPA. Userspace program 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
2020 May 29
12
[PATCH 0/6] vDPA: doorbell mapping
Hi all:
This series introduce basic functionality of doorbell mapping support
for vhost-vDPA. Userspace program 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