Displaying 2 results from an estimated 2 matches for "insatnce".
Did you mean:
insance
2005 Nov 29
3
label point
Hi, I have a matrix:
[,1] [,2]
[1,] 11 31
[2,] 44 50
[3,] 23 100
[4,] 90 31
I use plot to draw the four points. Is there any way to label the point? for insatnce, for (11,31), it is "1", for (44,50), it is "4".
Thanks!
---------------------------------
[[alternative HTML version deleted]]
2005 Aug 26
2
Multiple instances of samba
I found instructions on how to start 2 instances of samba binding each
instance to an individual ip address or interface on the server but it
will only start the first insatnce I try.
/usr/sbin/smbd -s /etc/samba/smb.conf.DOMAIN1
/usr/sbin/nmbd -s /etc/samba/smb.conf.DOMAIN1
/usr/sbin/smbd -s /etc/samba/smb.conf.DOMAIN2
/usr/sbin/nmbd -s /etc/samba/smb.conf.DOMAIN2
Only the DOMAIN1 will start. I get no errors when running the commands to
start the second instance but it...