Displaying 20 results from an estimated 1000 matches similar to: "Objective: run commands in the domain. Trouble: setting up a console"
2011 Jun 01
1
Shared Folders
Good afternoon.
I am having trouble trying to set up shared folders in the guest VM using
VirtualBox hypervisor. No matter what configuration is defined in my XML, it
never works, I mean, no shared folder is added/specifyed, then, inside the
guest, when I try to mount the folder, I always get a protocol error.
If I use VirtualBoxManage, I can add/specify shared folders easily and mount
it with
2011 May 11
1
Problems connecting to Virtualbox hypervisor using libvirt java binding
I am trying to connect to the virtualbox hypervisor through libvirt java
binding.
I am on Ubuntu 10.04 and I have installed libvirt-0.85, libvirt-java-0.4.6
and virtualbox-ose-dkms. I have configured libvirt project and its java
binding at Eclipse and the default test of the binding runs properly. When I
try to run a simple test in java with the connection:
conn = new
2011 Jul 25
1
VirtualBox headless
My objective is also to run headless virtual machines through libvirt
library.
I am using an Ubuntu 10.04 distro and libvirt 0.9.2.
Before asking you guys about it, I searched on the web and found this:
Hi,
>
> thanks for your hint.
>
> I read the lines in the documentation, but unfortunately editing the xml
>
> within virsh lead to the errors.
>
> The Solution to a
2005 Oct 31
1
Build R package with shared library
Hello to all,
I am try to build a package, I do the follow commands: "R CMD check pack",
"R CMD pack build" and run OK, no errors. I put my shared library in package
subdirectory R, src, but it is not put a shared library ".so" in directory
"/usr/lib/R/library/pack/lib". Below is my code :
dyn.load("pack.so",PACKAGE="pack")
argc<-2
2005 Dec 29
1
Problems with calloc function.
Hi all,
I have a C code in Linux, it has 7 pointers and compile e run OK, but when I
run in R happens problems with calloc function, it returns NULL.
###############################################
> int *temp1,*temp2,*temp3,*temp4;
temp1 = (int *)calloc(col,sizeof(int));
if(temp1 == NULL){
printf("\n\n No Memory1!");
exit(1);
}
temp2 = (int *)calloc(col,sizeof(int));
2003 Jan 23
0
Deleting in ext3
Hi,
I'm doing a os course at federal university of minas gerais and my
final work is to make a change in the linux os. My group decide to create
a kind of undelete for ext3. We have already read about this in past
threads.
What I want to know is how ext3 deletes a file. What it deletes
from the inode.
thanks.
____________________________________________________________________
Carlos
2005 Nov 29
0
Error in plclust
Hi all,
I need to plot a dendrogram, but I built a hclust object. Follow the code
lines:
>dendObject<-list(merge=merge,height=height,order=order,labels=labels,call="hclust(d=d)",method="complete",
dist.method="euclidean")
>class(dendObject)<-"hclust"
>plclust(dendObject,axes=FALSE)
Error in cl[[2]] : subscript out of bounds
Anybody can help
2005 Nov 18
0
Problems with tkentry
Hello to all,
I don't know almost nothing about Tcl/TK. I have the follow code:
>Name <- tclVar("")
>insert.Name <-tkentry(window1,width="20",objectvariable=Name)
>tkplace(tklabel(window1,text=" Enter the matrix name:"),x=0,y=0)
>tkplace(insert.Name,x=175,y=0)
So, I need to pass the variable Name like parameter in R function.
Ex:
2005 Dec 29
1
Segmetation Fault in R
Hi all,
I has a C code in Linux, it has 7 pointers and compile e run OK, but when I
run in R happens Segmetation Fault.
When I use calloc function, it returns NULL.
What's wrong?
I would like more information about R-alloc function?
Thanks!
--
Marcelo Damasceno de Melo
Graduando em Ciência da Computação
Departamento de Tecnologia da Informação - TCI
Universidade Federal de Alagoas - UFAL
2015 Aug 21
2
LDAP + Samba4(AD) + SSH
Hello,
I want my domain users to be able to connect to our linux servers using
their AD username through LDAP.
I am using nslcd and pam_ldap to do so, but I am having some hard time
trying to figure out why the GID is not working properly.
# getent passwd Guilherme
Guilherme:*:10000:*513*:Guilherme:/home/Guilherme:/bin/bash
# getent group|grep 513
# id Guilherme
uid=10000(Guilherme) gid=513
2015 Oct 08
3
Changing User password from ssh member server
Hi,
I am authenticating users on our linux servers using nslcd/pam_ldap.
Authentication is fine, however, it is not possible for the user to change
the password from the server.
Is there a way to make it work ?
[Guilherme at server ~]$ passwd
Changing password for user Guilherme.
passwd: Authentication token manipulation error
Oct 8 14:37:53 server passwd: pam_unix(passwd:chauthtok): user
2015 Aug 24
2
LDAP + Samba4(AD) + SSH
Hey,
By "through LDAP" I meant that our linux servers would look for the users
using pam_ldap.
Anyway, I was able to "fix" this by mapping gidNumber to gidNumber instead
of primaryGroupID on nslcd.conf.
$ id
uid=10000(Guilherme) gid=10001(it) grupos=10001(it)
On Fri, Aug 21, 2015 at 4:28 PM, Rowland Penny <rowlandpenny241155 at gmail.com
> wrote:
> On 21/08/15
2013 Feb 19
1
[LLVMdev] Problem to run SPEC2006
Actually I am trying to run SPEC2006 through the Makefiles provided with
LLVM Test Suite, so I think it should work properly...
On 18 February 2013 15:49, Adhemerval Zanella
<azanella at linux.vnet.ibm.com>wrote:
> I can't really tell what is happening based on this output, but 'make' is
> not the right way
> to build SPECcpu2006 components. You need to do either by
2015 Oct 08
2
Changing User password from ssh member server
Hi Rowland,
This is a CentOS 6.7 server.
I was able to make some progress. I have edited /etc/pam.d/system-auth, and
now it looks like:
auth required pam_env.so
auth sufficient pam_unix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 500 quiet
auth sufficient pam_ldap.so use_first_pass
auth required pam_deny.so
account
2015 Aug 21
1
getent does not show domain user/groups
Hello,
I am running Samba 4.2.3 as a ADDC on CentOS 7.
getent passwd/group does not show the domain users and groups.
However, if I try 'getent passwd domainuser' it returns the user.
# getent passwd|grep -i guilherme
# getent passwd guilherme
guilherme:*:3000022:100:Guilherme:/home/ABC/guilherme:/bin/bash
smb.conf:
[global]
workgroup = ABC
realm = ABC.ONLINE
2015 Oct 08
2
Changing User password from ssh member server
I have removed use_auhtok from /etc/pam.d/system-auth and now passwd is
"kind of" working...
I am still able to login with my old password and the new one also. But
only on the linux servers that are authenticating through LDAP.
On my workstation only the old password (the one I was trying to change
through passwd(ssh)) works.
I have noticed that my user now has a userPassword
2013 Mar 04
32
VGA Passthru - FLR?
Hi, everyone. I''m Guilherme Suzuki (brazillian, by the way) and really
interested in xen-vga-passthru.
Lately, I bought a brand new Saphire HD 7950 (OC Boost) because I saw in a
wiki somewhere that users have been able to passthru these VGA devices to
domU (win7, win-xp and so on).
But, after I installed it, I executed *lspci -vv* to check if FLR in DevCap
was present (which
2017 Apr 17
6
doubt
I added a linux server to the Active Directory domain, I realized that the
samba-winbind package uses the smb.conf file, but I also need to use the
same linux server with shares, if I install the samba package, this package
use the smb.conf file. Is there a solution?
Then i have problem with 2 services.
Example
systemctl services:
smb.service
winbind.service
My system is Centos 7.
--
2015 Oct 08
1
Changing User password from ssh member server
Yes, it is an AD DC.
The thing is, the only way I know to change the user password is from a
Windows workstation (CTRL+ALT+DEL and go to Change password).
I was trying to achieve the same thing through another Linux server that is
not the AD DC. So I thought that it would be possible for them to change
their AD passwords through "passwd", but it didn't seem to work properly,
because
2013 Mar 03
1
[LLVMdev] Can a Function Pass require a Module Pass?
Dear LLVMers,
I am implementing a Function Pass and I would like to use analysis obtained
from a Module Pass. Some extracts of my code look like that:
struct MyPass : public FunctionPass {
static char ID;
MyPass() : FunctionPass(ID) {
PADriver &PD = getAnalysis<AModulePass>();
...
virtual void getAnalysisUsage(AnalysisUsage &AU) const{