Displaying 20 results from an estimated 2000 matches similar to: "some questions..."
1998 Jun 03
1
Refusing password from win95 client
This is surely in a FAQ somewhere, but I can't find it.
Latest ver. of samba on RH Linux 5.0, encrypt. passwds.
My Win95 clients were happy. Then I used poledit to turn off password
caching and now they are not happy. The problem is that they can't connect
to their home directories. Guest shares are fine, and other shares that
require passwords are fine, but when you connect to your home
2005 Feb 24
2
a question about function eval()
Hi,
I have a question about the usage of eval(). Wonder if any experienced user can help me out of it.
I use eval() in the following function:
semireg.pwl <- function(coef.s=rnorm(1),coef.a=rnorm(1),knots.pos=knots.x,knots.ini.val=knots.val){
knotn <- length(knots.pos)
def.par.env <- sys.frame(1)
print(def.par.env)
print(environment(coef.s))
tg <- eval( (parse(text=
1998 Apr 29
2
Multiple usernames and strange log
Hi guys,
I would like you to help me with two problems we have
here with samba.
It works fine on almost all the situations but we're
unable to connect from a win95 machine with two identities
simultaneously.
The situation is that: john and eric have their own account
in the server (Unix running samba). They share another
account (say netmen). They need access to
1998 Nov 02
1
password stuff
Greetings All:
I hope everyone had a fun Halloween weekend (I carved 4 big
pumpkins and gave out a bucket full of rubber eyeballs and stuff).
I'm hoping somebody can explain the password behavior I've been
seeing (and a couple of other things). Here's my setup:
An isolated LAN (most clients have modems for dialling out) with
one linux/samba machine (RedHat 4.2, kernel 2.0.30,
2005 Jul 07
2
IAX Transfers
I'm having a strange problem with transfers on IAX phones. I have two
IAX phones behind my firewall that are extensions from my office phone
system. Both phones can receive calls, but only one of the extensions
can do blind transfers by pressing the # key. I have a similar problem
at the office. Some of the phones can transfer calls, some of them
can't. And my Zap lines can always
2008 Apr 16
3
Can connect directly, but not browse samba server from Windows Workgroup network
Dear Samba gurus,
I have a Fedora 8 linux server, running samba 3.0.28a-0.fc8. I am
doing the simplest thing of all - exposing a public read-only share
within MS Workgroup environment. My server has a fixed local IP
address (192.168.1.200) and it's on the same subnet as the rest of the
machines. The server and machines are connected to a 24 port CISCO
switch.
My problem is that I can
2012 Dec 07
2
Assigning cases to groupings based on the values of several variables
Dear R-ers,
my task is to simple: to assign cases to desired groupings based on the
combined values on 2 variables. I can think of 3 methods of doing it.
Method 1 seems to me pretty r-like, but it requires a lot of lines of code
- onerous.
Method 2 is a loop, so not very good - as it loops through all rows of
mydata.
Method 3 is a loop but loops through fewer lines, so it seems to me more
2005 Aug 23
5
chan_unical-MFC/R2 CPU usage problem
Hi All,
I have installed chan_unicall and MFC/R2 successfully, and is runnign fine.
But I noticed that once unicall is installed, asterisk CPU usage as reported by 'top', jumps to 99% every few seconds.
I have no incoming calls, and I have even removed the E1 lines from card and I tried almost everything possible but I was not successful in determining the cause of this high cpu
2010 Aug 03
2
subset based on column names and then subset based on the inverse (grep?, or...)
I would like to be able to grab x and y columns out of a dataframe and
then grab all of the columns that are not equal to x or y. I am sure
that I am missing something easy.
ftbr_UTM_downstream <- (structure(list(site =
c("Jennie_Creek_Main_Stem", "Wolf_Pit_Creek_Main_Stem",
"Little_Rockfish_Main_Stem_North", "Big_Muddy_Creek_Main_Stem",
2011 Mar 31
2
Linear Model with curve fitting parameter?
I have a model Q=K*A*(R^r)*(S^s)
A, R, and S are data I have and K is a curve fitting parameter. I
have linearized as
log(Q)=log(K)+log(A)+r*log(R)+s*log(S)
I have taken the log of the data that I have and this is the model
formula without the K part
lm(Q~offset(A)+R+S, data=x)
What is the formula that I should use?
Thanks for all of your help. I can provide a subset of data if necessary.
2000 Mar 28
3
password problem -- or bug?
A Redhat 6.0 linux server with Samba 2.0.6, Windows 95/98 clients.
By accident I just discovered a surprising and quite disappointing
password problem on our Samba network.
If a user on our network has a non-empty Windows password,
he is forced to supply his password to log in to the network and
gain writing privilegies -- as expected.
However, if the user has an empty Windows password, he is
2006 Jan 24
4
nested ANCOVA: still confused
Dear R-users,
I did some more research and I'm still not sure how to set up an ANCOVA
with nestedness. Specifically I'm not sure how to express chicks nested
within boxes. I will be getting Pinheiro & Bates (Mixed Effects Models
in S and S-Plus) but it will not arrive for another two weeks from our
interlibrary loan.
The goal is to determine if there are urbanization (purban)
2011 Aug 31
1
formatting a 6 million row data set; creating a censoring variable
List,
Consider the following data.
gender mygroup id
1 F A 1
2 F B 2
3 F B 2
4 F B 2
5 F C 2
6 F C 2
7 F C 2
8 F D 2
9 F D 2
10 F D 2
11 F D 2
12 F D 2
13 F D 2
14 M A 3
15 M A 3
16 M A 3
17
2019 Apr 15
2
supermin (chroot+systemd.resolved) - network cannot be configured on Ubuntu
Hi,
I am facing the following bug while runnign guestfish on Ubuntu Bionic
onward,
where the network cannot be configured :
https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236
The actual problem is the combination of (a) supermin and the fact that it
does chroot
and (b) a dhclient hook present in Bionic
(/etc/dhcp/dhclient-eneter-hooks.d/resolved)
that overwrites the make_resolv_conf
2007 May 08
3
Token Bucket Filter and Dropping
I am trying to create my own Token Bucket Filter. However, I have a problem
with packet dropping.
Scenario :
I got two streams 20KB/s each.
I got one bucket with rate 20KB/s
I put both streams into this bucket.
When buffer is full packets need to be dropped. The problem is that only
every other packet needs to be dropped in this scenario.
Streams are the same so queue looks like that :
S1 |
1999 Dec 08
2
Compiling error with version 2.0.6
Hello,
When I compile Samba version 2.0.6 in Solaris Sparc 2.6 with gcc 2.8.1, I obtain
the next error:
make: Fatal error in reader: Makefile, line 303: Unexpected command seen
why?
Note: I use the file Makefile by default.
Thanks.
_/\________________________________
Dominic Saindon
System administrator
2013 May 01
3
Chron format question h:m not working
R 2.12.2 on Scientific Linux 6.4
#works
chron(times.="15:00:00", format=c(times="h:m:s"))
#doesn't work
chron(times.="15:00", format=c(times="h:m"))
From chron Manual:
The times format can be any permutation of "h", "m", and "s" separated
by any one non-special character. The default is "h:m:s".
what am I
2006 Oct 18
3
creating bins for a plot
Hi. I'm trying to plot the ratio of used versus unused bird houses
(coded 1 or 0) versus a continuous environmental gradient (proportion of
urban cover [purban2]) that I would like to convert into bins (0 -
0.25, 0.26 - 0.5, 0.51 - 0.75, 0.76 - 1.0) and I'm not having much luck
figuring this out. I ran a logistic regression and purban2 ends up
driving the probability of a box being
2011 Dec 03
2
script/server error (undefined method `name' for "ZenTest")
Hi All,
I have an rails 2.3.11 app which I''m trying to run locally. When runnign
script/server i get this error which i googled but couldn''t find the
answer anywhere:
Gem::SourceIndex#initialize called from
/opt/local/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/rails/vendor_gem_source_index.rb:100.
Invalid gemspec in
1998 Feb 10
5
How to set Netscape enviroment on Samba home drive ?
> Does anybody know if it is possible to configure Netscape in such a way
> that ALL netscape preferences and options (most important is email
> address) will be saved on samba home ?
You get this kind of stuff by default with roaming profiles.( ie
user.dat or ntuser.dat ) If you are referring to netscape 4 then just
point the profile to the home directory (mapped to a consistent drive