Displaying 5 results from an estimated 5 matches for "mhick".
Did you mean:
thick
2005 Apr 04
2
locfit and memory allocation
...greatly appreciated. Garbage collection? (or is that too slow?)
Many Thanks in Advance!
Mike
Mike Hickerson
University of California
Museum of Vertebrate Zoology
3101 Valley Life Sciences Building
Berkeley, California 94720-3160 USA
voice 510-642-8911
cell: 510-701-0861
fax 510-643-8238
mhick@berkeley.edu
[[alternative text/enriched version deleted]]
2013 Jul 22
2
Libvirt-lxc and systemd question
...'/'/>
</filesystem>
</devices>
</domain>
$ virsh define test2.xml
Domain test2 defined from test2.xml
$ virsh start test2
Domain test2 started
# Attach to container to set account passwords
$ sudo nsenter -m -u -i -n -p -t `pgrep -f test2`
[sudo] password for mhicks:
[root@localhost /]# diff -q /srv/mycontainer/etc/passwd /etc/passwd
Files /srv/mycontainer/etc/passwd and /etc/passwd differ
Any ideas?
-Matt
2001 Oct 18
0
Samba/nmbd on strange-sized subnets
...r the single IP address that the ethernet card is allocated.
I've tried setting the `interfaces' parameter in smb.conf and enabling
`bind interfaces only', to no real effect..
Any suggestions? Is this a bug?
By the way, this is running on Solaris 8.
--
Mike Hicks [mailto:mhicks@csom.umn.edu]
Unix Support Assistant | Carlson School of Management
Office: 1-160 Phone: x67909 | University of Minnesota
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
U...
2013 Jul 22
0
Re: Libvirt-lxc and systemd question
...es>
> </domain>
>
> $ virsh define test2.xml
> Domain test2 defined from test2.xml
>
> $ virsh start test2
> Domain test2 started
>
> # Attach to container to set account passwords
> $ sudo nsenter -m -u -i -n -p -t `pgrep -f test2`
> [sudo] password for mhicks:
> [root@localhost /]# diff -q /srv/mycontainer/etc/passwd /etc/passwd
> Files /srv/mycontainer/etc/passwd and /etc/passwd differ
>
> Any ideas?
Your pgrep is probably selecting the wrong process. You want to attach
to the 'systemd' process, but I think your pgrep will find t...
2013 Jul 22
1
Re: Libvirt-lxc and systemd question
...>> $ virsh define test2.xml
>> Domain test2 defined from test2.xml
>>
>> $ virsh start test2
>> Domain test2 started
>>
>> # Attach to container to set account passwords
>> $ sudo nsenter -m -u -i -n -p -t `pgrep -f test2`
>> [sudo] password for mhicks:
>> [root@localhost /]# diff -q /srv/mycontainer/etc/passwd /etc/passwd
>> Files /srv/mycontainer/etc/passwd and /etc/passwd differ
>>
>> Any ideas?
> Your pgrep is probably selecting the wrong process. You want to attach
> to the 'systemd' process, but I thin...