Displaying 2 results from an estimated 2 matches for "nonrelevant".
Did you mean:
inrelevant
2007 Dec 19
1
Different labels by panel in barchart
...are grouped according to a number of
categories, so I'm using lattice to create a plot with each question in a
category on it. The problem is that the response set for different
questions within the same category varies. I want to be able to draw only
the relevant bars, without spaces for nonrelevant reposnes. An example
may make it clearer:
testdf = data.frame(y=c(23,34,45, 56), x=factor(c("a", "a", "b", "c")),
g=factor(c(1,2,1,2)))
barchart(y~x|g, data=testdf)
#In the first panel I would like two columns "a" and "b", positioned...
2006 Oct 16
0
Windows Clients unable to browse NTFS disk via samba
...indows client is voluntarily depriving itself of access, or else
is getting confused somewhere.
Any suggestions as to what is going wrong?
Here is the relevant line from mount:
$ mount | grep ntfs
/dev/ad1s1 on /home/OLD-DISK (ntfs, local, read-only)
Here is my smb.conf ('...' indicates nonrelevant share options deleted):
[global]
workgroup = LEDUC
server string = Leduc Lab Samba Server
security = user
hosts allow = 192.168.111.
load printers = yes
printcap name = cups
printing = cups
log level = 1
guest account = leduc
map to guest = Bad User
log...