Displaying 17 results from an estimated 17 matches for "steyn".
Did you mean:
stern
2019 Dec 19
4
update samba help to download
...ve given up trying to update samba, might as well go
back to win server this weekend unless someone can send me a ftp mirrorlist
or url to samba.org page with this list
On Fri, Dec 13, 2019 at 8:29 PM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 13/12/2019 10:24, Laura Steynes wrote:
> > i have full speed from the mirror, it is samba.org <http://samba.org>
> > that is unusable to me
> > the mirror is outdated by many version as you should know look at 4.9.
> > you see is only 15.
> >
> > I jest viewed email from someone at samb...
2019 Dec 13
3
update samba help to download
but why are the mirrors outdated, is something broken? Do i wait 3 months
for download to finish or just give up on samba
I dont have problems with other sites
On Fri, Dec 13, 2019 at 6:30 PM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 13/12/2019 07:06, Laura Steynes via samba wrote:
> > hi,
> > I cant seem to download samba, my local mirror is still at
> > 4.9.15, I have bookmarks of 3 other mirrors including the UK's
> > biggest, all the same, none of them have updates since October,
> > the samba website is very slow...
2019 Dec 13
2
update samba help to download
...sync to
ssl only, and the mirrors were told couple weeks before all around that
time so it seem many mirrors not bothered to change so will stay outdated
for ever maybe
On Fri, Dec 13, 2019 at 7:45 PM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 13/12/2019 09:27, Laura Steynes wrote:
> > oops i forget, I only try, the ftp mirrors since www mirrors died long
> > ago, they replies but is 2 versions outdated
> > even mirrorservice.org <http://mirrorservice.org>
>
> The mirrors have nothing really to do with us, but I repeat, this looks
> l...
2019 Dec 13
2
update samba help to download
oops i forget, I only try, the ftp mirrors since www mirrors died long ago,
they replies but is 2 versions outdated
even mirrorservice.org
On Fri, Dec 13, 2019 at 7:15 PM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 13/12/2019 08:50, Laura Steynes wrote:
> > but why are the mirrors outdated, is something broken? Do i wait 3
> > months for download to finish or just give up on samba
> > I dont have problems with other sites
>
> To be honest, I didn't know we had any mirrors, have you tried
> downloading direc...
2019 Dec 19
0
update samba help to download
...way.
maybe give mirrors teh choice to use rsync ssl or rsync proper
stupud, and that person makes this grief for its end users who rely on ftp
mirrors over the current unusable download.samba.org
obvious no thought was give to repercussions for their action
On Thu, Dec 19, 2019 at 2:15 PM Laura Steynes <laura.steynes72 at gmail.com>
wrote:
> this is hopeless, ive given up trying to update samba, might as well go
> back to win server this weekend unless someone can send me a ftp mirrorlist
> or url to samba.org page with this list
>
> On Fri, Dec 13, 2019 at 8:29 PM Rowland...
2013 Feb 24
3
filling an array
Hi All
I'm just wondering if there is a quick way of filling a way with the
following.
I want to declare array I with a specific length and then alternatively
fill it with 10 zeros and 10 specified values:
v<- 14
I <- c(0,length(t))
But in stead of just filling I with 0 I want 10 zeros and then 10 fourteens
(i.e. the value in v)
Hope that makes sense.
Regards
Jannetta
--
2017 Aug 16
2
Question about mail_location
In using mysql, in the configuration file we need to specify, in the user
query, '/path/ as home, yet but in dovecot.conf, we also are setting
mail_location, the same thing is it not, so unless I've missed something,
do we still need to use the path as home in the user query? Do we only need
set that if it differs from mail_location?
Thanks
2019 Dec 13
2
update samba help to download
hi,
I cant seem to download samba, my local mirror is still at
4.9.15, I have bookmarks of 3 other mirrors including the UK's
biggest, all the same, none of them have updates since October,
the samba website is very slow 4kb/s !!@!!
do have a list of mirrors I cant find them on samba.org?
2019 Dec 13
0
update samba help to download
On 13/12/2019 10:24, Laura Steynes wrote:
> i have full speed from the mirror, it is samba.org <http://samba.org>
> that is unusable to me
> the mirror is outdated by many version as you should know look at 4.9.
> you see is only 15.
>
> I jest viewed email from someone at samba saying they changed the
&...
2004 Feb 09
2
primary gid of user [desires] is not a Domain group !
...rand root]# pdbedit -L -v -u desires
Unix username: desires
NT username: desires
Account Flags: [UX ]
User SID: S-1-5-21-3795178988-3942151060-2329322268-44008
Primary Group SID: S-1-5-21-3795178988-3942151060-2329322268-513
Full Name: Desire Steyn
Home Directory: \\eastrand\desires
HomeDir Drive: l:
Logon Script: login.bat
Profile Path: \\eastrand\desires\profile
Domain: XXXXX-ZA-DM
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: Fri, 13 Dec 1901 22:45:51 GMT
K...
2013 Feb 10
4
A Hodgkin Huxley Model
Hi All
It has been suggested to me that the folks in this list might be able to
help me out of my misery.
As part of my learning curve to building a rather detailed model of a small
neurone complex I am implementing some existing models in R.
For the moment I want to implement the Izhikevich model as described in his
2003 paper. The equations are as follows:
v' = 0.04v^2 + 5v + 140 - u - I
2013 Feb 24
1
Error in J[time] : invalid subscript type 'closure'
Hi All
I have Googled the message Error in J[time] : invalid subscript type
'closure', but can't quite make sense from the results that I get. What
does it mean?
I'm trying to access an element in an array. Here is a short bit of code
that produces the error:
s_fun <- function(parms,time) {
with(as.list(c(parms)),{
print(J[time])
})
}
times = seq(from=0, to=100, by =
2013 Feb 18
1
attempt to apply non-function
Hi All
I am getting the above mentioned error when I run the code below. I don't
know why because I have implemented the function and I'm calling the
function with a parameter. I'm obviously missing the plot ... Can someone
perhaps point out the error of my ways?
Error:
> out<-ode(y=init, times=times, func=G1999, parms=parms, method="lsoda")
Error in m_Na(v) : attempt
2006 Jul 24
7
RoR + MySQL + Unicode
hello! I have a problem when I want to display data in Unicode from
database. I read <a
href="http://ruphus.com/blog/2005/06/23/getting-unicode-mysql-and-rails-to-cooperate/">this
tutorial</a> but I still have problem with non-English characters. I
don''t have any other idea what I should do. Did you meet with similat
problem? Have you got any idea? Thanks in
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
Hi All
I have been struggling with this model for some time now and I just can't
get it to work correctly. The messages I get when running the code is:
DLSODA- Warning..Internal T (=R1) and H (=R2) are
such that in the machine, T + H = T on the next step
(H = step size). Solver will continue anyway.
In above message, R =
[1] 0 0
DINTDY- T (=R1) illegal
In above message, R =
[1]
2013 Feb 21
1
using and event in deSolve
Hi All
Having been pointed the use of events and roots in deSolve, I was able to
implement the Izchikevich model of spiking neurons. However, I'm not too
sure of defining the event. The deSolve documentation says:
An event is triggered when the ball hits the ground (height = 0) Then
velocity (y2) is reversed
and reduced by 10 percent. The root function, y[1] = 0, triggers the event:
>