Displaying 20 results from an estimated 66 matches for "untrain".
Did you mean:
ntrain
2005 Jan 12
6
multicast NAT
I have a standard 3 interface shorewall setup and I want to receive
multicast stuff from ''net'' -> ''loc''. This requires me, first, to do an
IGMP join which involves 192.168.1.x -> 224.0.0.x being NATed out as the
''net'' interface''s IP address. Obviously replies have to be NATed back to
''loc'' addresses.
Can
2009 May 28
1
'Missing end of line'
...y/logrotate:
error: /etc/logrotate.conf:26 missing end of line
It appears to originate from my CentOS server (though since client root mail
goes there I can't be certain. The headers don't suggest client origin, to
me). I've checked the logrotate.conf script and it looks OK to the untrained
eye. It ends with an empty line. Any clue as to what I should be checking?
Thanks
Anne
--
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature? Add it to UserBase
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.as...
2007 Dec 14
2
train nnet
Hi R-helpers,
Can some one tell me how to train 'mynn' of this type?:
mynn <- nnet(y ~ x1 + ..+ x8, data = lgist, size = 2, rang = 0.1,
decay = 5e-4, maxit = 200)
I assume that this nn is untrained, and to train I have to split the
original data into train:test data set,
do leave-one-out refitting to refine the weights (please straighten
this up if I was wrong).
I just don't know how to do it in R. Is 'training' and
'training.reports' in (AMORE) able to do it?
Thank yo...
2019 Sep 04
4
Samba, Time Machine, and ADS
...?, it says ?Preparing Backup,? ?Looking for Backup Disk,? and then nothing. The little red exclamation mark tells me that "The network backup disk could not be accessed because there was a problem with the network username or password.?
I?ve been tailing the logs but nothing sticks out to my untrained eyes, except that nowhere does there seem to be any indication of the identity of the authenticating user?thus my suspicion that AD is somehow involved. What I do get is this:
[2019/09/04 16:16:27.522157, 5] ../libcli/security/security_token.c:53(security_token_debug)
Security token: (NULL)...
2000 Mar 09
1
For the record: how to merge data frames vertically
...o prevent non-unique rownames?). To keep rownames, I use
rownames(bigframe2)<-unlist(lapply(framelist,rownames))
Now, all I wonder is, why does this solution work and "rbind(framelist)"
does not? (gives "Error in rbind(...) : cannot create a matrix from these
types"). To my untrained eye, the two look identical...
Cheers
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-...
2016 Mar 15
2
Intermittent Win7 trust issues
...s. I cannot so far predict what would result in or
influence this behaviour. These are workstations on which nothing has
changed as a result of the Samba upgrade, and which did not exhibit any such
problems with the previous Samba version.
Smb.conf parameters below, followed by what seems to my untrained eye to be
a relevant log snippet from the server for one of the workstations in
question (PC-DAVE). Although I can clearly see the error in the log, my
untrained eye is not yet capable of discerning its cause. I have arbitrarily
copied only a portion of the log given its size (I've set loggin...
2019 May 15
2
AARCH64 Code Size regression between 6/7
I did a bit more poking, using llvm/clang versions 6-8. The IR in all
cases appears fundamentally identical. I ran the IR generated by version 6
through llc on all three versions. llc-7/8 produced the extra ADRPs, llc-6
did not. So (to my untrained eyes), the IR is generated the same, it is in
the IR->AARCH64 asm pass that the extra instructions are being generated.
On Wed, May 15, 2019 at 11:39 AM Florian Hahn <florian_hahn at apple.com>
wrote:
> Hi,
>
> > On May 15, 2019, at 16:27, Rob via llvm-dev <llvm-dev at l...
2002 Apr 15
1
make check fails d-p-q-r-tests.R - OpenBSD 3.0 (PR#1461)
...---
> [1] TRUE
315,317c313
< [1] "`is.NA' value mismatches: 4 in current, 2 in target"
< Warning message:
< NaNs produced in: exp(z)
---
> [1] TRUE
OK
If you're not too busy, I'd love to provide you with whatever you
need to look at this more closely than my untrained eyes can.
config.cache? d-p-q-r-tests.Rout? Anything else?
> version
_
platform i386-unknown-openbsd3.0
arch i386
os openbsd3.0
system i386, openbsd3.0
status
major 1
minor 4.1
year 2002
month 01
day 30
language R
Cheers
Jason...
2001 Apr 11
5
replicating lists
...would be a desirable feature if it did. For example, I
want to create an array of lists, and it would be nice for me to set
default values in the array function, rather than having to loop through
the components and setting them individually.
I've had a quick look in do_rep in seq.c and to my untrained eye it looks
as though the LISTSXP case of the main switch might need to be replaced by
a VECSXP, but I am not sure about other implications.
Cheers, Jonathan.
Jonathan Rougier Science Laboratories
Department of Mathematical Sciences South Road
University of Durham...
2008 Apr 16
3
memory issues
...ebug.level = -2, :
m_get
Immediately following this,
memory.limit() returns [1] -Inf
Warning message:
In memory.limit() : no non-missing arguments
to max; returning -Inf
memory.size() returns 24.573.
memory.size(max=T) returns 46.75
To my untrained eye, it appears that R is not being allowed access to
the full memory limit specified in the cmd line....if this is the case,
how does one ensure that R is getting access to the full allotment of RAM?
Any insight is appreciated...
> sessionInfo()
R version 2.6.2 (2008-02-08)
i386-pc-mingw...
2016 Mar 15
0
Intermittent Win7 trust issues
...in
> or
> influence this behaviour. These are workstations on which nothing has
> changed as a result of the Samba upgrade, and which did not exhibit any
> such
> problems with the previous Samba version.
>
>
>
> Smb.conf parameters below, followed by what seems to my untrained eye to
> be
> a relevant log snippet from the server for one of the workstations in
> question (PC-DAVE). Although I can clearly see the error in the log, my
> untrained eye is not yet capable of discerning its cause. I have
> arbitrarily
> copied only a portion of the log given...
2003 Nov 19
8
FAQ, Documentation, How-to, etc
Nov 19, 2003
To Everyone on this list...
What's been suggested for a FAQ and other "much needed information" for such
a _HIGHLY_ technical software product has been proven thousands of times in
the past few months. Even an untrained monkey can see that, including many
geeks. Those that are against it are the very _few_ arrogant self-centered
egotistical few that think their middle initials are VoIP. It would be very
easy to publish a list of such names on this list and only consume a half-inch
of email space (even with Ou...
2016 Apr 14
2
Previously extended schema not working in 4.4.0
On Thu, 2016-04-14 at 18:07 +0100, Jonathan Hunter wrote:
> On 14 April 2016 at 13:37, Jonathan Hunter <jmhunter1 at gmail.com>
> wrote:
>
> > # samba-tool dbcheck --cross-ncs
> > Checking 4079 objects
> > MYOBJ=value,OU=myou,DC=mydomain,DC=org,DC=uk: 0x00290001
> > MYOBJ=value,OU=myou,DC=mydomain,DC=org,DC=uk: 0x0029000a
> >
2015 Jan 11
0
Design changes are done in Fedora
...w this might sound crazy, but have you considered... just
once... that maybe the design of RHEL7 might have happened in a
planned manner, with the full understanding of its developers? You
make it seem like the multi-year development effort to produce RHEL7
was done in some sort of drunken haze by untrained interns with no
scrutiny by experienced linux developers.
I know conspiracy theories are fun but your argument is simply
absurd and insulting. At least try to assemble a convincing argument
other than ad hominem and "change = bad".
--
Jonathan Billings <billings at negate.org>
2015 Jul 29
0
smbd core-dumping when removing file; mis-configuration?
...| WINBINDD debugging info |
+---------------------------+
[backtrace full]
No stack.
[info registers]
/usr/local/etc/samba.gdb:14: Error in sourced command file:
The program has no registers now.
-----
The referenced line 14 is:
info registers
Which to my untrained eye does not look suspicious. I'm not sure where
to place blame because Samba is clearly a high-profile, well-used
project (meaning I must have misconfigured something), but I've always
followed the rubric of "if it coredumps, it has a bug".
Does any of this look familiar t...
2009 Sep 05
0
Auto level control
Hi,
Has anyone found a solution for an automatic level control for any of the
Icecast source applications (such as Edcast etc.)? I am Windows-limited
unfortunately, so it does need to be a Windows based solution.
I need to control mic levels using the line-in facility of Edcast, since
untrained live speakers tend to go all over the place in terms of levels
when they talk on a microphone. If anyone knows of a plug-in which provided
level limiting or an AGC functionality for a mic input, please do let me
know. Any help is greatly appreciated.
Thanks
Jayant
-------------- next par...
2004 Mar 02
2
Dovecot failing silently on startup
I'm puzzled... I'm running the Debian package of Dovecot 0.99.10.4 on a
Debian (testing) server, and it's basically doing nothing on startup for
an extended period. After a while (maybe 10 minutes or more) it all
suddenly starts working, all without logging anything untoward.
All the dovecot processes appear to start OK, and 'Dovecot starting up'
is logged to the syslog. If
2006 Feb 17
0
Problems with Sanitarium
...gt;(flags=0x00000 001,handle=(nil))
...
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403dadb0)->(flags=0x00000 001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403dadb0)->(flags=0x00000 001,handle=(nil))
fixme:winmm:MMDRV_Exit Closing while ll-driver open
To the untrained eye, this seems like a DX problem.But if it was, The original appdb poster would have problems.Or maybe not.
Anyways, any help would be thankful.If ypu've reached till down here, you must have a *lot* of patience. :)
Thanks.
"Good people do not need laws to tell them to act responsib...
2004 Oct 06
0
Can asterisk unregister?
Is it possible to make asterisk unregister from a proxy? I've seen
X-Lite unregister from asterisk, so I know it understands it at some
level. Googling all the usual places didn't reveal much. I looked
through chan_sip.c, but my untrained eyes didn't reveal anything.
Thanks,
Jeff
2005 Sep 26
0
TE110P Hanging up & sometimes not picking up on E&M T1
...'
== Spawn extension (aa_2, s, 7) exited non-zero on 'Zap/24-1'
== Spawn extension (aa_2, s, 7) exited non-zero on 'Zap/13-1'
== Spawn extension (aa_2, s, 7) exited non-zero on 'Zap/18-1'
== Spawn extension (aa_2, s, 7) exited non-zero on 'Zap/6-1'
To my untrained eye, it seems that Asterisk is over-reacting and
presenting the single incoming call with hoard of available channels.
Makes me think it has something to do with timing.
Any ideas on what's going on and suggestions on how to fix this?
thanks,
Sasch
--
The Alternative Energy Store
"...