similar to: Win clients on other subnets

Displaying 20 results from an estimated 4000 matches similar to: "Win clients on other subnets"

1999 Jun 14
1
Win95 and wsock32.dll...
Hi, everyone! Can someone tell me why after configuring our Win95 clients as Samba clients (using tcp/ip and Microsoft Network) all browsers as well as ftp complain that there is no socket connection or that wsock32.dll is not available? Samba as well as email works fine and I did not have this problem with Win98 clients. The clients I am talking about use older versions of Win95. Earlier
2006 Feb 22
2
Samba 3.0.21b winbind crash
I'm using Samba 3.0.21b on SuSE 9.3 Pro (x86) with the binary RPMs from samba.org/suse.com (3.0.21b-1.1.2-SUSE-SL9.3) on a Domain Member Server in ADS mode with winbind against W2K3 SP1 AD servers and idmap uids/gids stored in a central OpenLDAP directory. Unfortunately, winbind gives me a hard time and reproducibly dies with a PANIC on a "wbinfo -g", although I think I've
2001 Feb 24
0
Neither scp nor sftp works (2.5.1p1 and Solaris 2.6) :(
Hi, sorry about bothering you like this but despite several tries my recent posts to ssh at clinet.fi never appear on that list, and I don't know where else to turn. I was unable to get sftp/scp to work when using OpenSSH 2.3.0p1. No one could solve this problem and evenutally I was told to try "a recent snapshot". Now I've installed 2.5.1p1, but still no cigarr :(. I have
1999 Oct 29
4
SMBMount and backup application
I would like some advice. I am considering the best way to restructure my backup scheme on my NT network. I would like to see if it would be possible/feasible to use cron, smbmount, some SCSI tape drives, and some type of archive tool to backup my NT shares to a RedHat box using Samba. What do all of you do out there? I would envision a situation where each night a script is run by cron that
1999 Nov 11
0
NT logon problem
Hi! I have Samba 2.0.0 running on a SPARC Solaris 2.6 box with a minimal smb.conf. I have enabled WINS support and this works as well. Everything works fine except for one NT box. Test 8 in Diagnosis.txt fails with: System error 5 has occurred. Access denied. The NT box is setup as a server, though only used as an ftp-server. Samba recognizes the NT server. Being a Unix guy myself, I
1999 Jun 10
0
SAMBA partial digest 2125
Hi! I have just installed Samba 2.0.0 on a Sun server running Solaris 2.6. Everything works fine on the server, but not when I try to connect from a PC running Win98. I foloowed the steps in "Diagnosis.txt" and everything is fine until I try Test 8, namely to run the command "net view \\servername" on the PC client. I then get a wrong password error ("Error 86").
2010 Oct 03
4
system "stuck" with 2.6.18-128 kernel. how to move to 2.6.18-194.17?
Hi. I just noticed I had a CentOS 5.3 system that I updated to CentOS 5.5 a few days ago, and I just ran "yum -y update" again to get the latest kernel, and I just noticed it still has the old 2.6.18-128 kernel instead of the new 2.6.18-194.17. What gives? /etc/grub.conf points at 2.6.18-194.17, but when I reboot, 2.6.18-128 comes up. Any suggestions? Thanks, -at myserver# yum -y
2008 Mar 31
6
DoveCot IMAP and "inconsistent state" messages
I need some help troubleshooting this problem. It only shows up with IMAP connections. I initially thought it was related to SquirrelMail (because it gives me an 'EXPUNGE' error), but after attempting to send IMAP commands directly to the server as shown below, I'm thinking there is something else going on. The system configuration is PostFix as the MTA delivering to procmail in
2010 Feb 07
2
conditioned xyplot, many y variables
The example below creates parallel time-series plots of three different y variables conditioned by a dichotomous factor. In the graphical layout, ? Each y variable inhabits its own row and is plotted on its own distinct scale. ? Each level of the factor has its own column, but within each row the scale is held constant across columns. ? The panels fit tightly (as they do
2015 Jan 29
0
[Q] Get formal arguments of my implemented S4 method
I wouldn't want to add more to the current approach; if someone would like to devote some time, the much preferable idea IMO would be to replace the whole mechanism. Here's one suggestion: 1. have a class, say "nonConformingMethod" for method definitions that diverge in the argument list. 2. the internal dispatch code checks the class of the selected definition (this can
2015 Jan 29
1
[Q] Get formal arguments of my implemented S4 method
Would we really need the special class or would simply checking the formals of the method against those of the generic be simple and fast enough? On Thu, Jan 29, 2015 at 9:41 AM, John Chambers <jmc at r-project.org> wrote: > I wouldn't want to add more to the current approach; if someone would like > to devote some time, the much preferable idea IMO would be to replace the >
2015 Jan 29
2
[Q] Get formal arguments of my implemented S4 method
I wish it didn't have to depend on the name '.local'. Back when I wrote a lot of S4 methods I avoided the auto-generated .local and named the local function something that made sense so that is was easier for a user to track down the source of an error. E.g., define the generic QQQ with numeric and integer methods: setGeneric("QQQ", function(x, ...)NULL)
2002 Dec 15
2
Interpretation of hypothesis tests for mixed models
My question concerns the logic behind hypothesis tests for fixed-effect terms in models fitted with lme. Suppose the levels of Subj indicate a grouping structure (k subjects) and Trt is a two-level factor (two treatments) for which there are several (n) responses y from each treatment and subject combination. If one suspects a subject by treatment interaction, either of the following models seem
2006 May 11
4
Ticket/Issue support system
Hi I am looking for a Open Source RoR-based system for handling support issues for our customers. I needs to be simple so that the end user easily can add support issues. We also need to administer the issues (assign to developer/support person), schedule, and list issues (tickets). I have found SimpleTickets, which seems to be a good alternative, but I would like to know if any one else out
2009 Oct 21
1
formula and model.frame
Suppose I have the following function myFun <- function(formula, data){ f <- formula(formula) dat <- model.frame(f, data) dat } Applying it with this sample data yields a new dataframe: qqq <- data.frame(grade = c(3, NA, 3,4,5,5,4,3), score = rnorm(8), idVar = c(1:8)) dat <- myFun(score ~ grade, qqq) However, what I would like is for the resulting dataframe (dat) to include
2011 Apr 09
1
How do I make this faster?
I was on vacation the last week and wrote some code to run a 500-day correlation between the Nasdaq tracking stock (QQQ) and 191 currency pairs for 500 days. The initial run took 9 hours(!) and I'd like to make it faster. So, I'm including my code below, in hopes that somebody will be able to figure out how to make it faster, either through parallelisation, or by making changes. I've
2006 Apr 08
16
International characters
I am new to Ruby on Rails. I have read a lot, and bought several books, and now I have started to implement a modified "shopping cart", following the AWDWR-book, with modifications to suit our application (subscriptions and memberships). Having done up to chapter 7 I have had no real problems, except one: Since our customers are Swedish I need the screen names, texts etc to be in
2005 Apr 27
2
smbldap-tools Perl error (FreeBSD)
smbldap-tools 0.8.7 FreeBSD 5.4-RC2 Samba 3.1.14 Perl 5.8.2 When I try to use any of the tools, the following message appears. Any hints on how to fix it are welcome. Bareword "print_banner" not allowed while "strict subs" in use at /usr/local/sbin/smbldap-useradd line 43. Execution of /usr/local/sbin/smbldap-useradd aborted due to compilation errors. Per olof
2004 Mar 30
1
Newbie samba3/smbldap-tools questions...
Hi all, I have set up a test configuration with Samba 3.0.2a and ldapsam/nss on FreeBSD 5.2.1, one PDC and two BDC's on different subnets. Most is now humming along quite well and I need to get a grip on the administrative side of it. - Is it possible to use the NT4 usrmgr.exe to administer accounts? Have people used to nothing but Windows who needs to add/delete users. I have tried but
2010 Jul 08
5
No space left on device on not full filesystem
Hello, We have running lustre 1.8.1 and have met "No space lest on device" error when uploading 500 Gb small files (less then 100 Kb each). The problem seems to depends on the number of files. If we remove one file, we can create one new file, even with Gb size; but if we haven''t remove something we can''t create even very little file, as an example using touch