Displaying 20 results from an estimated 300 matches similar to: "profile migration - resend"
2003 Nov 03
2
upgrade 2.2.8a -> 3.0 Debian DOS long filename problem
Hi,
I tried to upgrade from Samba 2.2.8a to 3.0.
It worked generally speaking fine and speed went up tremendously,
BUT
since then the DOS conversion of long file names is freaking me out.
Using long file names produced a readable short version plus ~1 oder ~x.
where x stands for a number.
now long file names produce some cryptic 8 letter name plus extension.
listing in a DOS box
2003 Nov 28
5
[OT] Good Gigabit Ethernet Card ...
Greetings ...
I hate to ask these questions, but I dought I will get a straight
answer from an Salesmen ...
I am looking at putting gigabit in as a back bone for a few Linux
servers, but I have used an Accton Gigabit ethernet card with RedHat
8.0/9 and found it a little unstable ... do and RedHat users have a
suggestion on a good, but not expensive Gigabit card, basicly for a
Samba
2003 Nov 19
3
Syncing time for non-Admin logons? - net time \\superserver /set /yes
I have in my smb.conf file the following entries:
time server = yes
and
logon script = startup.bat
Where logon script is as follow:
-----start script -----
NET TIME \\SUPERSERVER /SET /YES
# Here we map network drives to shares on the Samba Server
echo Mapping Network Drives to Samba Server Theremin
net use s: \\superserver\scratch
net use r: \\superserver\share
2003 Oct 29
0
2.2 profile migration to 3
Hi,
I am almost ready to switch over from 2.2.7 to 3 but found
that a user profile created in 2.2 doesn't work in 3-
ie;
during login to a Samba 3 server, an error occurs and profile
modifications are not permitted or recognized.
This may seem trivial but I have 50 users, each with complex
desktop setups which help them with there daily tasks of CG
post production (so some of you know
2003 Nov 02
1
Not reading quota under 3.0.0
Hi,
I'm using samba 3.0.0 under redhat 9.0. Quota is assinged to user but they
can't see their used space on windows explorer. The used space reported is
only 8.0k, no matter what they have in ther home.
I used the samba rpm downloaded from samba site. For a smbd -b command i
get this (extract):
--with Options:
WITH_ADS
WITH_PAM
WITH_QUOTAS
WITH_SENDFILE
WITH_SMBMOUNT
2009 Oct 26
1
explalinig the output of my linear model analysis
Hi,
I am new in statistics and i manage to make the linear model analysis but i
have some difficulties in explaining the results. Can someone help me
explalinig the output of my linear model analysis ? My data are with 2
variables habitat (e,s) and treatment (a,c,p) with multiple trials within.
Thank you in advance
Call:
lm(formula = a$wild ~ a$habitat/a$treatment/a$trial)
Residuals:
Min
2012 Jul 30
4
sieve vacation messages trouble
FROM:mailman-bounces at dovecot.org
DATE:27. hein?kuuta 2012 16.58.35 UTC+3.00
TO:dovecot-owner at dovecot.org
SUBJECT:CONTENT FILTERED MESSAGE NOTIFICATION
The attached message matched the dovecot mailing list's content
filtering rules and was prevented from being forwarded on to the list
membership. ?You are receiving the only remaining copy of the
discarded message.
FROM:Asier Cidon
2005 Dec 16
3
Help with data.frame and lapply
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello:
I'm having problems with this line of code:
X.lm <- lapply(names(d), function(x) lm(d["cls"] ~ d[x], data=d))
d[x] is what is giving trouble here, but I don't know exactly how to
solve it. What I'm trying to do is to create a linear model from each
column of the data frame 'd' to apply ANOVA later.
Thanks
2003 Jan 03
1
Take care with codes()! (was type of representation)
Ahh yes, sorry about that.
Here's the corrected snippet:
# Create an Example Data Frame Containing Car x Color data
carnames <- c("bmw","renault","mercedes","seat")
carcolors <- c("red","white","silver","green")
datavals <- round(rnorm(16, mean=10, sd=4),1)
data <- data.frame(Car=rep(carnames,4),
2003 Jan 03
2
type of representation
Hi
I have some data that i want to plot but i don't find how to do it. I have car
types (bmw,renault,mercedes,seat ...), colors and a number for each car
type-color relation.I want to come up with a matrix representation of cars vs
colors where in each intersection i could set a dot proportional in size to my
third variable.
Can anybody give me a clue of hoe to come up with such
2012 Apr 17
3
error using nls with logistic derivative
Hi
I?m trying to fit a nonlinear model to a derivative of the logistic function
y = a/(1+exp((b-x)/c)) (this is the parametrization for the SSlogis function with nls)
The derivative calculated with D function is:
> logis<- expression(a/(1+exp((b-x)/c)))
> D(logis, "x")
a * (exp((b - x)/c) * (1/c))/(1 + exp((b - x)/c))^2
So I enter this expression in the nls function:
2019 Jun 10
2
SAMBA AD VFS:Recycle bad permissions
On 10/06/2019 06:16, Tom?? Havl?n via samba wrote:
> Good morning,
> I have tried upgrade SAMBA to version 4.10.4 and my error still
> exists. New created file has mask limited perrmisions if VFS:recycle
> module is activated for share. If module is off, rights for new files
> works corectly. I have it on 3 servers with Samba 4.10 and 4.9, one
> server withj 4.8 works
2023 Dec 31
1
custom built R will not change BLAS/LAPACK with update-alternatives
On 30 December 2023 at 23:49, Ramon Diaz-Uriarte wrote:
| All is good. (Just for the sake of curiosity, and if you have the time: why did you find those incantations suspicious?)
Memory is fuzzy and no ECC in my wetware :) but as I seem to recall it had
to do with my fears over filenames not being standardized enough / this
interfering with the update-alternatives mechanism. May well have been
2019 Jun 10
2
SAMBA AD VFS:Recycle bad permissions
On 10/06/2019 08:51, Tom?? Havl?n wrote:
> Hello
> my smb.conf + working and no working ACL share folders
>
> [global]
> netbios name = FENIX
> realm = PFCZ.INTRA
> server role = active directory domain controller
> workgroup = PFCZ
> idmap_ldb:use rfc2307 = yes
> dns forwarder = 10.254.254.1
>
> unix extensions = no
> wide links = yes
> follow symlinks =
2016 Mar 22
1
bzlib, pcre and zlib still needed in rules?
Dear All,
I just
apt-get source r-base-core
and noticed that file "rules" under ./r-base-3.2.4-revised/debian
contains (lines 277 to 279)
--with-system-bzlib \
--with-system-pcre \
--with-system-zlib \
I wonder if these are still necessary and, in fact, when building R alpha
(specifically, R-alpha_2016-03-21_r70361.tar.gz) I get a warning saying
that those options are not
2009 Oct 15
1
information
Hi!!, i'm Leonardo Olmedo, i'm student of master in Applied Mathematics in
UAM and profesor in UNAM from Mexico. My thesis is a
Proposal to test a central composite null hypothesis and alternative
hypotheses bilateral in normal distribution. I did a program in R for
obtain the significance level from test.
I have a doubt:
How can i do let my program be part of R and/or how i should have
2020 Oct 23
2
Sieve body test
On 20/10/2020 23:37, @lbutlr wrote:
> On 20 Oct 2020, at 13:46, @lbutlr <kremels at kreme.com> wrote:
>> It looks like what I need to do is enable and use vnd.dovecot.filter
> error: require command: unknown Sieve capability `vnd.dovecot.filter'.
>
> Is this not available to a user? I guess I can put the in global, but ick.
You need to include the extprograms plugin:
2007 Dec 08
1
Trouble updating to Rails 2.0
I recently updated my gems and first I got an error with Rails.
Aparently, Rails 2.0 has a dependency on ActiveResource, but the gems
dont install it as a dependency. At least not when upgrading from
1.2.6 to 2.0
Then, when I try to freeze the gems to generate the new documentation,
I get the following error:
gabriel@fenix:~/dummy$ rake rails:freeze:gems --trace
(in /home/gabriel/dummy)
rake
2003 Nov 04
1
Fw: problem zplex 10 B
Skipped content of type multipart/related-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 8438 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20031104/c01dd8df/attachment-0001.gif
2015 Dec 30
2
URW Fonts Description in Installation and Administration Manual
On Wed, 30-12-2015, at 12:44, Dirk Eddelbuettel <edd at debian.org> wrote:
> On 30 December 2015 at 05:00, Dario Strbenac wrote:
> | Good day,
> |
> | In section A.2, the manual advises "Linux users will want the urw-fonts package". However, this package only seems to be available for RedHat Linux and Fedora Linux. What about for Debian or Ubuntu ? There is no