Displaying 8 results from an estimated 8 matches for "reening".
Did you mean:
beening
2002 Jul 26
2
If in [global] <guest ok = yes> why do I get an authe ntication sc reen when accessing from NT box?
To force guest access to a share, you need both
guest ok = yes
guest only = yes
Otherwise it will try and authenticate you first before
dropping you to guest. If this doesn't work, possibly
you don't have a valid guest account set. If no account
is set as the guest account (on the linux machine) it will
use the user "nobody".
> -Larry Engleman
> The Burgiss Group
>
2004 Aug 06
1
mp3 stream relay without reen-/transcoding (SLIMP3)
I have a problem that I hope perhaps someone could help me with.
I want to relay an mp3 stream (bitrate switching, metadata containing) from
an url like http://192.168.0.123:8000/stream.mp3 and serve it to multiple
listeners (Winamp clients) using Win32 environment for the relay machine.
The original stream is being served by the (free!) SLIMP3 Server software
2013 Sep 18
3
[Bug 2153] New: ~/.profile not sourced anymore after upgrade to 6.2p1
https://bugzilla.mindrot.org/show_bug.cgi?id=2153
Bug ID: 2153
Summary: ~/.profile not sourced anymore after upgrade to 6.2p1
Product: Portable OpenSSH
Version: 6.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs
2005 Mar 23
0
Error: Can not handle categorical predictors with more th an 32 categories.
...> Can not handle categorical predictors with more than
> 32 categories."
>
> This is generated from the command line:
> > credit.rf <- randomForest(V16 ~ ., data=credit, mtry=2,
> importance =
> TRUE, do.trace=100)
>
> The data set is the credit-screening data from the UCI respository,
> ftp://ftp.ics.uci.edu/pub/machine-learning-databases/credit-sc
reening/crx.data.
This data consists of 690 samples and 16 attributes.
The attribute information includes:
A1: b, a.
A2: continuous.
A3: continuous.
A4: u, y, l, t.
A5: g, p, gg....
2005 Mar 23
0
Question on class 1, 2 output for RandomForest
...uns, so they don't match. It does for me:
> library(randomForest)
randomForest 4.5-4
Type rfNews() to see new features/changes/bug fixes.
> credit <- read.csv(url("ftp://ftp.ics.
> credit <-
read.csv(url("ftp://ftp.ics.uci.edu/pub/machine-learning-databases/credit-sc
reening/crx.data"), header=FALSE, na.string="?")
> credit.rf <- randomForest(V16~., credit, imp=T, do.trace=100,
na.action=na.omit)
ntree OOB 1 2
100: 20.37% 14.01% 28.04%
200: 21.59% 15.41% 29.05%
300: 20.52% 13.45% 29.05%
400: 20.52% 13.17% 29.39%
500: 2...
2006 Mar 11
6
is there a formatted output in R?
something like "sprintf" in C?
so I can do:
print(sprintf("the correct result is %3.4f\n", myresult));
-------
Also, I am desperately looking for a "clear console screen" function in
R...
thanks a lot!
[[alternative HTML version deleted]]
2014 Jan 31
1
libguestfs-test-tool hangs on Btrfs
A simple libguestfs-test-tool invocation on Btrfs machine hangs as noted
below.
Versions and related details here:
https://bugzilla.redhat.com/show_bug.cgi?id=1060126
Complete strace:
http://kashyapc.fedorapeople.org/temp/qemu-strace.log
----------------
$ libguestfs-test-tool
************************************************************
* IMPORTANT NOTICE
2010 Sep 24
0
rpm dependency (samba)
Hi group
I have the following definition:
package { ''samba-system-config'':
ensure => absent,
before => Package[''samba''],
}
package { ''samba-config-samba'':
ensure => absent,
before => Package[''samba''],
}
package {