Displaying 14 results from an estimated 14 matches for "objecttyp".
Did you mean:
objecttype
2015 Apr 01
6
ESX VM from scratch
I want to create a virtual machine from scratch in ESX but I can't figure
out how to create the disks - the vmdk files. Any hints on how that can be
done or even if it's possible at all ?
Thanks
2002 Sep 16
2
[LLVMdev] Setting the Type in the Alloca Inst
Previously the Constructor for the Alloca Instruction took the type of
the returned value. But now it has been updated to take the type of the
Pointer Operand. My question is: how do I set the type of the return
value of Alloca ? My code uses the old form of the constructor, and when
the pointer is passed to "replaceAllUsesWith()" of an Instruction
Pointer, an assert fails saying that
2015 Apr 01
0
Re: ESX VM from scratch
On 04/01/2015 07:25 PM, Paul Apostolescu wrote:
> I want to create a virtual machine from scratch in ESX
May be
https://communities.vmware.com/community/vmtn/vsphere/content?filterID=contentstatus[published]~objecttype~objecttype[thread]
2003 Nov 26
1
ldapsam_compat & machine accounts
...e still is something that i find quite odd.
My smb.conf contains:
add machine script = /etc/samba/smbldap-tools/smbldap-useradd.pl -w -d /dev/null -g nogroup -c 'Machine Account' -s /bin/false %u
which works great.
However, the objets created in LDAP database for machines account are of objectType inetOrgPerson and posixAccount,
and not of type sambaAccount.
pdbedit shows that some bits of information are still stored in tdbsam...
Is there any way to have all in LDAP?
Regards,
Fabien Chevalier
2017 Sep 06
2
rgdal error when trying to import raster
...raster("/home/jpolo/NRI/nlcd_nri5000.tif")
And I keep getting an error like this:
"Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE,
logical.return = TRUE,? :
? there is no package called 'rgdal'
Error in .rasterObjectFromFile(x, band = band, objecttype =
"RasterLayer",? :
? Cannot create RasterLayer object from this file; perhaps you need to
install rgdal first
Calls: raster -> raster -> .local -> .rasterObjectFromFile
Execution halted"
This is the session info:
"R version 3.2.5 (2016-04-14)
Platform: x86_64-pc-...
2016 Apr 18
4
Permission denied on GPT.ini (Event ID 1058)
Ok, try this.
Gif the pc a uid and check again.
If it works then, its a share or security right.
Gpupdate /force works because at that point you "user"/user has a uid and gid.
The error occurs at start up because the COMPUTERNAME$ doent have access to that gpt.ini.
Resetting sysvol in that case doent help because the right on the gpt.ini is set by the group you assigned to the
2017 Sep 06
0
rgdal error when trying to import raster
...d_nri5000.tif")
>
> And I keep getting an error like this:
>
> "Warning message:
> In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
> there is no package called 'rgdal'
> Error in .rasterObjectFromFile(x, band = band, objecttype = "RasterLayer", :
> Cannot create RasterLayer object from this file; perhaps you need to install rgdal first
> Calls: raster -> raster -> .local -> .rasterObjectFromFile
> Execution halted"
>
> This is the session info:
>
> "R version 3.2.5 (...
2017 Sep 06
1
rgdal error when trying to import raster
...gt;> And I keep getting an error like this:
>>
>> "Warning message:
>> In library(package, lib.loc = lib.loc, character.only = TRUE,
>logical.return = TRUE, :
>> there is no package called 'rgdal'
>> Error in .rasterObjectFromFile(x, band = band, objecttype =
>"RasterLayer", :
>> Cannot create RasterLayer object from this file; perhaps you need
>to install rgdal first
>> Calls: raster -> raster -> .local -> .rasterObjectFromFile
>> Execution halted"
>>
>> This is the session info:
>&g...
2016 Apr 18
0
Permission denied on GPT.ini (Event ID 1058)
...al admin account, so as I
> understand it, only computer account is used (since local admin as no
> existence on the domain)
Why a local admin, please use a ?domain admin? ..
Test as follow.
Open de security tab of the GPT.INI.
Advanced settings, last tab, effective settings,
At objecttype, deselect all, select computer.
Search for : COMPUTERNAME$
It should resolve to your computer.
Klik ok, now check the security settings again here.
Must have at least :
Traverse Folder / Execute file.
List folder/ Read Data
Read Attributes.
Read Exended Attributes.
Read permissions...
2007 Nov 21
2
I''m lost on exec
Hi
Can anyone tell me what''s wrong with this one.
Sorry I''m new and I just want to print some message to the the puppet
log on the client side.
---------------------------------------------------
$testvar = "Hello world!"
class mytest {
exec { "/bin/echo $testvar" }
}
I keep getting:
err: Could not parse; using old configuration: Syntax error at
2005 Apr 01
0
Interesting usrmgr.exe issue
...-run the smbldap script on the local machine. LDAP posix account added OK.
-run smbpasswd -a username. Account 'extended to samba account OK.
-Deleted the account
-run smbpasswd -a username. Failed "Cannot create user", but a user
account appeared in ldap. It only had sambaaccount objecttype. No
posixaccount, no shadowaccount, no inetorgperson. Hmmm, strange.
After about an hour of scrambling, I figured out what was happening.
My 'usual' useraccount was already in the local machines /etc/passwd.
After removing it from /etc/passwd all attempts to add the account
were succes...
2010 Mar 24
1
Omega: behavior msize when collapsing results
...megascript) when collapsing results. The index contains 151452
documents. I'm using Omega 1.0.18 on FreeBSD (I tried both the version
in ports and the latest one from xapian.org). This is my indexscript:
uniqueid: boolean=Q unique=Q field=uniqueid
objectid: field=objectid boolean=XID value=0
objecttype: field=type boolean=XTYPE
language: field=language boolean=L
title: field=title index
content: index
catalog: field=catalog boolean=XCATALOG
number: field=number
searchnumber: field=searchnumber boolean=XNUMBER indexnopos
productgroup: field=productgroup boolean=XPRODUCTGROUP
property: fiel...
2003 Aug 05
3
Samba 3 + PDC + LDAP machine accounts
Hiya all, this should hopefully be a simple question.
I've noticed that their is a setting:
ldap machine suffix
Allowing you to put all the machine accounts in a different tree in your
ldap directory (which is a definate plus).
However, I note, that it is almost impossible to do so.
Has anyone done this (eg had machines in ou=Machines,dc=domain,dc=com and
people in ou=People,dc=domain,dc=com)?
2016 Apr 18
5
Permission denied on GPT.ini (Event ID 1058)
...ain admin? ..
>
> No incidence (since in fact interactive update always work :) )
>
> >
> >
> >
> > Test as follow.
> >
> > Open de security tab of the GPT.INI.
> >
> > Advanced settings, last tab, effective settings,
> >
> > At objecttype, deselect all, select computer.
> >
> > Search for : COMPUTERNAME$
> >
> > It should resolve to your computer.
> >
> > Klik ok, now check the security settings again here.
> >
> > Must have at least :
> >
> > Traverse Folder / Execute fil...