Displaying 20 results from an estimated 2000 matches similar to: "samba share problem accessing from w2k client"
2005 Jul 05
0
(no subject)
> Hi Joshua,
> I think that if the client workstation has not joined a domain, then it
> will
> simply ask for a valid username/password combination for that share in
> order
> to try and access it's content.
>
The machines have a valid machine account, and i have thought of this
possibility too and re-joined them in the domain. When accessing a share
for which he is
2009 Jan 12
10
USB and serial
Hello, everyone -
I have an old Windows app - a ship navigation program - that needs to
see GPS input on a serial port (it was written in the pre-USB days.) My
laptop, however, has no serial ports - but this same program, when run
on a friend's Windows box, can read the GPS info from the USB-connected
GPS via the "USB-Serial Driver". This is one of the frustrating bits of
this
2003 Oct 06
1
unexpected behaviour in OpenSSH_3.7.1
Hi,
we have installed OpenSSH_3.7.1 in /usr/local. In our environment all
machines mount /usr/local via NFS and automounter from a server. Because
every machine should use its own keys (otherwise we had to export the
directory with root priviledges so that every machine could read the
private keys from /usr/local/etc/ssh), we created the keys in /etc/ssh
and modified the configuration files
2006 Dec 08
1
question for if else
I have a data set like this
I want to assign "outward" to Y if sc <90 and assign "inward" to Y if sc>=90.
then cbind(p1982,Y) to get like these
p aa as ms cur sc Y
1 154l_aa ARG 152.04 108.83 -0.1020140 92.10410 inward
2 154l_aa THR 15.86 28.32 0.2563560 103.67100 inward
3 154l_aa ASP 65.13 59.16 0.0312137 7.27311 outward
4 154l_aa CYS 57.20 49.85
2003 Jan 15
1
security = server "random" failures
I have a Windows 2K SP2 terminal server and a Samba 2.2.7a
server. The Samba server uses security=server with the 2K
terminal server as the password server. Users log in to the
terminal server and attempt to access (always the same)
share on the Samba box. When there are no sessions open to
the Samba server the connection from the terminal server
always works; subsequent connections (with
2004 Aug 06
3
ices 0.2.2 does not reencode mp3s
Brendan Cully wrote:
>
> The format of ices.conf changed somewhat in 0.2, to support multiple streams
> from the same playlist with different reencoding options. In short, these
> settings have been moved into the Stream node. For more info have a look
> at the sample ices.conf included with the distribution.
I did modify my ices.conf when I made the upgrade.
Here's my
2006 Feb 08
1
Baysian model averaging method
HI, List
I want to know weather any body has used BMA Package for model averaging for prediction of future values.....What are the paprmeters we have to suplly to the model. Any script for the same.
thanks in advance
ANIL KUMAR( METEOROLOGIST)
LRF SECTION
NATIONAL CLIMATE CENTER
ADGM(RESEARCH)
INDIA METEOROLOGICAL DEPARTMENT
SHIVIJI NAGAR
PUNE-411005 INDIA
MOBILE +919422023277
2010 Sep 06
2
dataframe row names from list
Hi,
I have a list which looks like this...
> str(y)
List of 10
$ : chr [1:4] "ABCD" "5" "0" "1"
$ : chr [1:4] "DEF" "15" "1" "16"
$ : chr [1:4] "AAA" "2" "17" "8"
$ : chr [1:4] "SSS" "15" "25" "1"
$ : chr [1:4] "III"
2006 Oct 24
2
for help
I have a question in R.
In directory H:/Delta_angle
I have 19 files like this:
ALA.delta
ASN.delta
ASP.delta
CYS.delta
GLN.delta
GLU.delta
HIS.delta
ILE.delta
LEU.delta
LYS.delta
MET.delta
PHE.delta
PRO.delta
SER.delta
THR.delta
TRP.delta
TYR.delta
VAL.delta
I want to read these files to 19 data sets in R.
All these data sets have "P","AA",index","delta"
2009 Nov 19
3
ZFS send / recv to a lower ZFS version
Hi,
We are using multiple opensolaris 06/09 and solaris 10 servers.
Currently we are ''dumping'' (incremental)backups to a backup server. I
wonder if anybody knows what happens when I send/recv a zfs volume from
version 15 to a (backup) system with version 14. I''ve the feeling it''s
not very wise to do, but is it doable and what kind of caveats can be
2004 Aug 06
2
ices and VBR mp3s?
I posted a while back about having trouble with ices 0.2.2 being
able to re-encode VBR mp3s, and the response was that ices 0.2.2 did
not reencode VBR mp3s. Are there any plans to include such support
in future ices versions? If so, any ideas as to when such versions
would become available?
Thanks,
--
"Shall life renew these bodies of a truth? Steve Chadsey
All death will
2007 Apr 11
2
Unable to figure out extlinux
OK, been perusing the archives and Google, but can't find what I want.
I'm building up a 512 MB compact flash using the CLFS directions to
build the filesystem. That works great, but I would like to use extlinux
to make the cflash bootable on my little SBC. However, to date, no dice.
Attached is my extlinux.conf file and the steps I have used to make this
work.
Initially I tried to
2012 Oct 31
2
Forward and backward algorithm in R?
How can I wrtie and calculate alpha and beta in the forward backward
algorithm in R ?
--
View this message in context: http://r.789695.n4.nabble.com/Forward-and-backward-algorithm-in-R-tp4648012.html
Sent from the R help mailing list archive at Nabble.com.
2016 Feb 15
2
APC Back-UPS BX1400U
Dear list,
since some days I own an APC Back-UPS BX1400U.
Now I try to connect my Raspberry Pi to it using NUT, but ... ;)
The UPS is connected via an USB-cable, and "lsusb" shows an APC device.
NUT is installed via "sudo apt-get install nut".
My goal: a Synology DiskStation DS1515+ should "read" UPS-data provided
from the Raspberry an shut-down itselt at 30%
2006 Dec 14
1
subset question
I have a data set p1982, its structure is the following
Then I take 20 observations from this dataset, and assign to pr.
in p1982, p has 1982 levels, in dataset pr, p should have 1 levels.
But I do str(pr), it shows that p still has 1982 levels.
also for these
> pr$aa
[1] ARG THR ASP CYS TYR ASN VAL ASN ARG ILE ASP THR THR ALA SER CYS LYS
THR ALA LYS
Levels: ALA ARG ASN ASP CYS GLN
2004 Aug 06
4
ices 0.2.2 does not reencode mp3s
I recently upgraded ices from 0.1.0 to 0.2.2. I have found that it
is not reencoding my mp3 stream, even though I have it configured to.
This is on a RedHat linux 7.0 system, kernel 2.4.11
ices build commands:
./configure --with-perl --with-lame \
--with-lame-includes=/usr/local/src/lame-3.89/include \
--with-lame-libraries=/usr/local/src/lame-3.89/libmp3lame/.libs
gmake
2004 Aug 06
2
playlist display issues
Hi. I'm running the wonderful icecast 1.3.11 and ices on a RedHat 7.2 box.
Everything seems to work as it should except for various client mp3 players
being able to display the artist/song title information. I've had the same
problem using different streamers so I'm wondering if this is a problem with
the way I've configured icecast? Did I miss something or is this possibly an
2005 Apr 27
4
do I need to iptables mark in this scenario?
Hello,
really new to advanced linux routing, but I have managed to setup
something that sort of works for my needs.
I have a linux box with this configuration:
Internet - eth0 - eth1 - many users
I''m using a NAT to allow my users Internet access.
On some users, I wish to shape their download speeds as to not overload
our outside connection.
Here is what I do to shape them at 64k
2006 Nov 20
4
for help about logistic regression model
I have a dataset like this:
p aa
index x y z sdx sdy sdz delta as
ms cur sc
1 821p MET 1 -5.09688 32.8830 -5.857620 1.478200 1.73998 0.825778
13.7883 126.91 92.37 -0.1320180 111.0990
2 821p THR 2 -4.07357 28.6881 -4.838430 0.597674 1.37860 1.165780
13.7207 64.09 50.72 -0.0977129 98.5319
3 821p GLU 3 -5.86733 30.4759
2006 Oct 14
1
Differences in estimates calculated in R and SPSS
Hi,
I am writing a term paper about linear regression and analysis of variance in R and SPSS.
I am a bit confused because I get different estimates for the regression coefficients from R and SPSS.
Does anyone have an explanation for this? As I am not so experienced in data analysis, I don't know why this happens.
Thank you for helping,
Katja