Displaying 20 results from an estimated 69 matches for "florence".
2015 Nov 18
2
Cannot chown file to active directory user/group on member server
...t;> <mailto:rowlandpenny241155 at gmail.com>> wrote:
>> >
>> > On 17/11/15 23:09, Jeff Dickens wrote:
>> >>
>> >> So I am still stuck. For reference here is the smb.conf on the member
>> server:
>> >>
>> >> root at florence:~# more /etc/samba/smb.conf
>> >> [global]
>> >>
>> >> netbios name = FLORENCE
>> >> security = ADS
>> >> workgroup = IOL
>> >> realm = IOL.SEAMANPAPER.COM <http://IOL.SEAMANPAPER.COM> <
>...
2015 Nov 17
3
wbinfo -i -> failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Created a new thread because I screwed up and top-posted.
So I am still stuck. For reference here is the smb.conf on the member
server:
root at florence:~# more /etc/samba/smb.conf
[global]
netbios name = FLORENCE
security = ADS
workgroup = IOL
realm = IOL.SEAMANPAPER.COM <http://iol.seamanpaper.com/>
log file = /var/log/samba/%m.log
log level = 1
dedicated keytab file = /etc/krb5.keytab...
2015 Nov 17
2
using chown on server with Domain username
...ge-scale deployment (six sites, 8 domain controllers, 8 NAS
boxes, 120 workstations). I've already set up an AD Controller and
successfully joined a Windows workstation to it.
I got down to the part where I've configured nsswitch and getent returns
info on domain users properly:
*root at florence:/etc/samba# getent passwd Administrator*
*administrator:*:4294967295:4294967295:Administrator:/home/IOL/administrator:/bin/false*
As suggested, I try the chown command using the domain user, and it returns
without error:
*root at florence:/etc/samba# ls -l file.txt*
*-rw-r--r-- 1 root root 5 Nov...
2015 Nov 17
5
Cannot chown file to active directory user/group on member server
So I am still stuck. For reference here is the smb.conf on the member
server:
root at florence:~# more /etc/samba/smb.conf
[global]
netbios name = FLORENCE
security = ADS
workgroup = IOL
realm = IOL.SEAMANPAPER.COM
log file = /var/log/samba/%m.log
log level = 1
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and ke...
2015 Nov 17
1
using chown on server with Domain username
Just replied to another thread with the same problem...
This is on a member server, not the DC.
No the second chgrp command with the escaped space doesn't work.
Getent returns big numbers for the uids and gids.... too big, I think.
root at florence:/home# getent passwd Administrator
administrator:*:4294967295:4294967295::/home/IOL/administrator:/bin/false
root at florence:/home# getent group Domain\ Users
domain users:x:4294967295:
On Tue, Nov 17, 2015 at 3:25 PM, Rowland Penny <rowlandpenny241155 at gmail.com
> wrote:
> On 17/11...
2015 Nov 18
0
Cannot chown file to active directory user/group on member server
...Not unable, but unwilling. We laughed. But nevertheless I was able
> to select the Add button, choose the user "Test One" from the list of
> Available NIS Users and click add and ok.
You don't need to do this.
>
> Now on the member server I can do this:
> root at florence:/root# wbinfo -i test1
> test1:*:3100100:3100000:Test One:/home/test1:/bin/bash
>
> but not this:
>
> root at florence:/root# wbinfo -i domain\ users
> failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
> Could not get info for user domain users
Exactly the same for me
>...
2004 Oct 19
2
pb with aws package
...(which.lib.loc, package) :
couldn't find function "lazyLoad"
[1] FALSE
I download the .zip file (for Windows) today on the CRAN site, so I think I
have an update version; does someone has already encountered this problem,
do I miss something ?
Thanks a lot for your help,
Florence.
[[alternative HTML version deleted]]
2015 Nov 17
3
Cannot chown file to active directory user/group on member server
...e info:
With getent I get different behavior on the DC and member server:
On the DC:
root at athens:~# getent passwd Administrator
administrator:*:0:100::/home/IOL/administrator:/bin/false
root at athens:~# getent group "Domain Users"
domain users:x:100:
On the member server:
root at florence:/home# getent passwd Administrator
administrator:*:4294967295:4294967295::/home/IOL/administrator:/bin/false
root at florence:/home#
root at florence:/home# getent group "Domain Users"
domain users:x:4294967295:
The smb.conf on the dc:
# Global parameters
[global]
workgroup = I...
2005 Oct 28
1
multiple graphs in the same ps file ? -- with ref.
Sorry I put there the ref. :
I am using R Version 2.0.1 on a Debian.
Florence.
---------- Forwarded message ----------
From: Florence Combes <fcombes@gmail.com>
Date: Oct 28, 2005 2:48 PM
Subject: multiple graphs in the same ps file ?
To: r-help@stat.math.ethz.ch
Dear all,
I would like to be able to store multiple graphs in one ps or pdf file, but
I cannot achieve t...
2006 Mar 01
2
Update R 2.1.1-1 -> 2.2.1 on UBUNTU
...uets sources
http://cran.R-projet.org stable/ Packages
(/var/lib/apt/lists/cran.R-projet.org_bin_linux_debian_stable_Packages) -
stat (2 Aucun fichier ou r?pertoire de ce type)
[W: Impossible to localize the list of source packages
....
no file or folder of this kind]
What can I do ?
Thanks,
--
Florence DEBARRE
2015 Nov 17
0
using chown on server with Domain username
...domain controllers, 8 NAS
> boxes, 120 workstations). I've already set up an AD Controller and
> successfully joined a Windows workstation to it.
>
> I got down to the part where I've configured nsswitch and getent returns
> info on domain users properly:
>
> *root at florence:/etc/samba# getent passwd Administrator*
> *administrator:*:4294967295:4294967295:Administrator:/home/IOL/administrator:/bin/false*
>
>
> As suggested, I try the chown command using the domain user, and it returns
> without error:
>
> *root at florence:/etc/samba# ls -l file.tx...
2005 Sep 09
3
how to do something like " subset(mat, ("col1">4 & "col2">4)) "
...;colb">4 & "colc">4)]))
> mat2
[,1]
[1,] 1
[2,] 2
[3,] 3
[4,] 4
[5,] 5
[6,] 6
[7,] 7
[8,] 8
[9,] 9
not good :(
Did someone have an idea of how to select the only the lines 2 and 3 of mat
by a selection on "colb" and "colc" >4 ?
Thanks a lot,
Florence.
Version 2.0.1 (2004-11-15)
(Linux Debian).
[[alternative HTML version deleted]]
2005 Nov 09
2
read.table error with R 2.2.0
...ep = "\t", header =
TRUE, :
5 arguments passed to 'readTableHead' which requires 6
-----------------------------------------
whereas all was OK before. I cannot understand what's happening.
Has someone already encountered this ??
Any help greatly appreciated,
Thanks a lot,
Florence.
[[alternative HTML version deleted]]
2005 Nov 17
2
dev.copy legend problem
...ol=rainbow(nblock), lty=1,
merge=TRUE,ncol=6,bty="n",cex=0.6)
The problem we are facing is that we dev.copy to a pdf device and then, the
legend doesn't look the same: numbers overlap a little lines.
Has someone already encountered such a thing ?
Any help apreciated, thanks a lot.
Florence.
----------------------------------------
R 2.1.0 on a Linux Debian.
[[alternative HTML version deleted]]
2005 May 19
1
R from Perl -- RSPerl and lines function.
...ters;
but just after I have a message like "segmentation fault".
I cannot understand what happens ?
Has someone already encountered this problem or know how to abtain an
histogram and the density line with RSPerl ???
Thanks a lot for your help, caus I tried all I could think of ...
Florence.
2007 Nov 09
9
fixture_file_upload and edge rspec?
Hi all,
I had some specs that were using fixture_file_upload that were
passing just fine. Then I froze edge rails to get some 2.0
functionality, then a I upgraded to trunk rspec to deal with
uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper
After a couple other of tribulations, I have now gotten down to just
a couple of not passing specs, all using the fixture_file_upload.
2004 Aug 06
2
Icecast, Liveice... experiences?
...kernel. Darkice uses liblame without
> spawning lame externally and, in my opinion, is much more straight forward in
> it's configuration. Check it out: http://darkice.sourceforge.net
It's the same for me: 2 months with liveice + cron and now DarkICE ...
alive and kicking from fLORENCE/italy :)
--
GHERdO, happy GNU/linux user.
... Boys don't Cry!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 233 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/icecast/attachments/20020301/b...
2005 Sep 15
1
how to do sthg like "mat[!=(ind),]"
...ep.
for example I have:
> m
v1 v2 v3
[1,] 1 4 7
[2,] 2 5 8
[3,] 3 6 9
[4,] 10 11 12
> ind
[1] 2 4
I would like to obtain this:
> m2
v1 v2 v3
[1,] 1 4 7
[3,] 3 6 9
by saying something like
m2<-m[!=(ind),]
but this line does not work.
Any idea or suggestion highly welcome !
Florence.
[[alternative HTML version deleted]]
2005 Oct 28
1
multiple graphs in the same ps file ?
...rint(postscript, onefile=TRUE)
> dev.off()
I only have one page in my file "test_graph.eps" which only contains the
last graphics.
So I wonder : is it possible to reopen a ps or pdf file and to add data (I
tried the "append=TRUE" option but without success) ?
Thanks a lot
Florence.
[[alternative HTML version deleted]]
2004 Jan 08
1
mounted share ownership changes
Hi all
Have Samba 2.2.2 server which has been running for several years.
Have just re-installed Peanut linux on my laptop, now when I mount a
share as root (only way to mount share ?)
using ... mount -t smbfs -o username=andy,password=xyz //florence/data
/data
the ownership of the share changes to root. the share is owned by andy
as is the mount point.
How do I mount share & retain ownership by andy ??
Cheers andy
--
Hakunamatata....... No problem !