Displaying 20 results from an estimated 3000 matches similar to: "win98 and domain logins, Can't browse network"
2006 Feb 14
0
Winbind problem w/ ADS domain local group and other-domain members
This one is probably going off into the esoteric side of things, but
Samba/winbind doesn't seem to be working quite as expected in one
particular area -- domain local groups having members from other
trusted domains. I've searched extensively (google and
elsewhere...), and have found little/no mention of this particular
problem: "domain local group" members from other
2020 Sep 16
0
Installing in RStudio Server in Windows WSL2
On 9/16/20 3:37 PM, Irene V. Siemen wrote:
> Hi,
>
> I am following the below instructions for setting up an RStudio server in
> Windows.
>
> https://support.rstudio.com/hc/en-us/articles/360049776974-Using-RStudio-Server-in-Windows-WSL2
>
> I am a novice so I might be making an obvious mistake, but I am receiving
> an error in step 3 of the RStudio server setup. I
2001 Mar 16
3
Patches for NetBSD
I submitted four new packages for the NetBSD pkgsrc collection: libao,
libogg, libvorbis and vorbis-tools for 1.0beta4.
The following is some of the patches needed for libao and vorbis-tools.
Official Developers: When you receive patches or development suggestions
can you please acknowledge them? (For example: "Noted.", "Thanks, but
already done.", "Not necessary,
2012 Nov 28
1
Build error of NSD4 on Debian Squeeze
Hello World,
I am trying to build NSD4 on Debian Squeeze and I get the following
errors when running `make`.
```
$ pwd
/home/wiz/src/nsd/tags/NSD_4_0_0_imp_5
$ make
[... output omitted ...]
gcc -g -O2 -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o
configparse
acket.o query.o rbtree.o radtree.o rdata.o region-allocator.o tsig.o
tsig-opens
4_pton.o b64_ntop.o -lcrypto
configparser.o: In
2009 Mar 30
2
Sliding window over irregular intervals
Dear all,
I have some very big data files that look something like this:
id chr pos ihh1 ihh2 xpehh
rs5748748 22 15795572 0.0230222 0.0268394 -0.153413
rs5748755 22 15806401 0.0186084 0.0268672 -0.367296
rs2385785 22 15807037 0.0198204 0.0186616 0.0602451
rs1981707 22 15809384 0.0299685 0.0176768 0.527892
rs1981708 22 15809434 0.0305465 0.0187227 0.489512
rs11914222 22 15810040 0.0307183
2012 Oct 04
1
My Xen package plans/thoughts/ideas for Jessie
Waldi,
There's a few things I'm intending to look at for the Xen packaging in
Jessie, which I thought it might be useful to share with you.
If there's anything on this list you explicitly do not want done please
let me know so I don't waste my time, likewise if there are any which
you intend to work on yourself. Otherwise I shall tackle these as and
when I get a chance and post
2007 Oct 09
5
continue for loop in case of erros
Dear all,
I have a for loop which includes nls model estimation.
The loop breaks after the first non-convergence error.
How can I make the loop continue and try to estimate all models?
I suppose it should be sth like: if(...) { next }
but I have no idea how to setup the arguements...
Thank you!
Irene
2002 May 07
0
openssh-3.0.2p1 with AFS and Irix 6.5.12
Dear all,
I've tried to install openssh-3.0.2p1 with AFS-support on a Irix 6.5.12
Maschine. I can login as a local user, but I can't login as AFS-User.
The message is :
AFS token for cell lrz-muenchen.de rejected.
and then :
Permission denied.
I have installed krb4-1.1, openssl-0.9.6c, zlib-1.1.4, prngd-0.9.24 and
I've compiled all that with ggc and mabi=n32.
The configure options
2001 Feb 16
0
[beldridg@best.com: Re: [fw-wiz] SecureID vs Certificates]
Hmmm...
You guys aware of this project to incorporate Smart Cards into
ssh-agent? I remember hearing about some stuff for OpenSSL, but I don't
recall hearing about this on the OpenSSH list or on the Muscle list.
This would be a really nice thing... :-)
Mike
--
Michael H. Warfield | (770) 985-6132 | mhw at WittsEnd.com
(The Mad Wizard) | (678) 463-0932 |
2007 Oct 01
2
non-linear model parameterization
Dear all,
I would like to fit a non-linear model of the form:
y=g*x/(a+b*x)
with nls().
However this model is somehow overparameterized and I get the error message about
singular gradient matrix at initial parameter estimates.
What I am interested in is to make inference about parameters b and g, so this has to be taken into account in the model formulation.
What options do I have?
Also, how is
2020 Sep 16
2
Installing in RStudio Server in Windows WSL2
Hi,
I am following the below instructions for setting up an RStudio server in
Windows.
https://support.rstudio.com/hc/en-us/articles/360049776974-Using-RStudio-Server-in-Windows-WSL2
I am a novice so I might be making an obvious mistake, but I am receiving
an error in step 3 of the RStudio server setup. I entered the below code
into ubuntu:
sudo add-apt-repository 'deb
2010 Jan 28
2
Conditional editing of rows in a data frame
Dear R users,
I have a dataframe (main.table) with ~30,000 rows and 6 columns, of
which here are a few rows:
id chr window gene xp.norm xp.top
129 1_32 1 32 TAS1R1 1.28882115 FALSE
130 1_32 1 32 ZBTB48 1.28882115 FALSE
131 1_32 1 32 KLHL21 1.28882115 FALSE
132 1_32 1 32 PHF13 1.28882115 FALSE
133 1_33 1
2018 Sep 14
1
Suggestion: use mustWork = TRUE as the default for system.file
Hello all,
Currently, the default behavior for system.file() is to return "" for
faulty paths.
I've found this behavior to be difficult when debugging, since it passes
the empty path onto other functions. I initially wrote in errors myself
(with code like `if(path == "") stop(?Path not found?)`), but I now use
mustWork=TRUE or fs::path_package(), which errors by default.
2001 Jun 13
2
user@host in AllowUsers
I have a number of development machines behind my OpenBSD firewall which all
provide a very permissive development account (and easy sudo). I don't want
this account exposed on the internet side of the firewall, so I created a
doorstep account with no perms and really long passwords to get anywhere
useful.
I looked through the SSH book and it gave me the impression that I could set
up these
2005 Mar 31
4
Transactions
I cant seem to find much information apart from the basics on
transactions in rails. I have 5 nested transactions, and am performing
the following basic operations:
@whatever1.transaction do
@whatever2.transaction do
....
@whatever2.something = "foo"
@whatever1.something = "bar"
@whatever1.save
@whatever2.save
.....
end
end
((( I had tried using
2014 Dec 10
3
dovecot.index.log files: what are they?
Hi!
I have lots of these files:
/home/wiz/Mail/my-folder-name/cur/.imap/1238738125.13533_23713.danbala:2,S/dovecot.index.log
What are they for?
Why are they here?
Can I remove them?
Thomas
2000 Mar 07
1
samba, win98, and browse list problem.
Hello,
Here's a repost on my message of a few days ago, for reasons that I'm
not sure if it went through. If it did, my apologies, all suggestions
welcome.
I'm having an identical problem on slackware linux 7.0 and freebsd
3.4-release and windows 98-2, with sp1, and samba 2.05 and 2.06,
depending on which system I've got up. Whenever I restart samba for
whatever reason, making a
2006 Apr 19
2
unable to browse samba server with Win98, but it works with WinXP
Hello,
I have samba-3.0.10-1.4E.6 bundled with CentOS 4.3 x86_64 and I can't
browse it with Win98. I have a very simple setup, Share type, with
access to everyone.
If I double-click on the server name from Win98, I have this message:
"\\server is not accessible. This device does not exist on the
network."
If I type the whole path to the share(ex: \\server\transfer), in
Win98, it
2004 Nov 19
1
Running Samba 3 as PDC
I am investigating options for using Samba 3.0.7.2.FC1 (Red Hat Fedora
Core 1 basic installation, currently updating via yum) as a primary and
only domain controller. We have a Windows user environment, and I'm
trying to connect the user machines (XP fully patched as of this
writing) to the samba domain but keep getting one of 2 errors: 1)
"authentication failed", when I use the
2010 Dec 15
1
3Dsetup.EXE has encountered a serious problem....
Hello,
i am trying to run Wizardry 8 on my mac and when i execute the app i get this error:
3Dsetup.EXE has encountered a serious problem and needs to close...
i read posts about this and it said to locate a dxdlll file and rename or delete it but that file doesnt exist in my systems32 folder.
Im a complete newbie at this stuff n a little confused while Wiz 8 wont seem to load. as far as i can