Displaying 6 results from an estimated 6 matches for "unacces".
Did you mean:
uaccess
2004 May 11
1
BUG: Vfs audit module & samba 3.0.4 ==> share unacces sible
add to each share
writeable = yes
or
read-only = no
This Helps!
Rauno
-----Original Message-----
From: werner maes [mailto:werner.maes@cc.kuleuven.ac.be]
Sent: 11. mai 2004. a. 16:19
To: samba@samba.org
Subject: [Samba] BUG: Vfs audit module & samba 3.0.4 ==> share unaccessible
Hello
Maybe there's a bug in samba-3.0.4.
The following configuration does NO longer work. It did work fine in
samba-3.0.2a. I did not test samba-3.0.3
The share is no longer accessible !!!
[BKHI-CC3]
path = /home/BKHI-CC3
valid users = @BKHI-CC3-R, @BKHI-CC3-W...
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
On 23/11/2014 09:39, peter dalgaard wrote:
>
>> On 23 Nov 2014, at 01:05 , Henrik Bengtsson <hb at biostat.ucsf.edu> wrote:
>>
>> On Sat, Nov 22, 2014 at 12:42 PM, Duncan Murdoch
>> <murdoch.duncan at gmail.com> wrote:
>>> On 22/11/2014, 2:59 PM, Stuart Ambler wrote:
>>>> A colleague?s R program behaved differently when I ran it, and we
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
On Sat, Nov 22, 2014 at 12:42 PM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
> On 22/11/2014, 2:59 PM, Stuart Ambler wrote:
>> A colleague?s R program behaved differently when I ran it, and we thought
>> we traced it probably to different results from string comparisons as
>> below, with different R versions. However the platforms also differed. A
>>
2014 Nov 23
0
R string comparisons may vary with platform (plain text)
> On 23 Nov 2014, at 01:05 , Henrik Bengtsson <hb at biostat.ucsf.edu> wrote:
>
> On Sat, Nov 22, 2014 at 12:42 PM, Duncan Murdoch
> <murdoch.duncan at gmail.com> wrote:
>> On 22/11/2014, 2:59 PM, Stuart Ambler wrote:
>>> A colleague?s R program behaved differently when I ran it, and we thought
>>> we traced it probably to different results from
2013 May 24
7
Display borked when loading FONT
Hello,
I am a happy user of syslinux since 3.x. I've been able to load a font
to display French accented charecters since then, but it not the case
anymore, as problems have started to raise with syslinux 5.x.
program : EXTLINUX, ISOLINUX (same behaviour)
In extlinux.conf, the culprit is :
FONT=lat9w16
This font is taken from 'kbd' package, named lat9w-16.psfu. It contains
a
2014 Nov 23
0
R string comparisons may vary with platform (plain text)
For many scientific applications one is really dealing with ASCII characters and
LC_COLLATE="C", even if the user is running in non-C locales. What robust
approaches (if any?) are available to write code that sorts in a
locale-independent way? The Note in ?Sys.setlocale is not overly optimistic
about setting the locale within a session.
Martin Morgan
On 11/23/2014 03:44 AM, Prof