similar to: Local Profiles only

Displaying 20 results from an estimated 700 matches similar to: "Local Profiles only"

2006 Jan 12
1
Debugging the log
Samba version is: Version 3.0.20b-3.1-SUSE Current PDC is active directory Windows 2000 Server. I replaced the actual ip address with IPADDRESS and the actual broadcast address with BROADCASTADDRESS. net rpc join -S DOMAINPC-dc -U administrator Password: Joined domain DOMAINNAME. net rpc vampire -d 3 -S DOMAINPC -U administrator [2006/01/12 09:19:47, 3] param/loadparm.c:lp_load(4202)
2006 Jan 26
1
Can printer names be mapped?
Can printer names be mapped between unix names and windows names just like groups? I have a printer that is shared as "HP Mode9" (with a space in the name) in windows domain. CUPS will not let me create the name that way so I called it HP_Mode9 (with an underscore). Everybody in the domain is hooked to "HP Mode9" (with a space). How do I avoid reinstalling driver in all
2006 Mar 13
1
samba3.0.20b - nmbd error
I am attempting to setup a brand new samba3 domain. The WINS, DNS, DHCP and Samba are all be on MACHINNAME. I put the domain name and the WINS machine name as a hard coded entries in /var/lib/samba/wins.dat: "MACHINNAME" 0 192.168.12.4 66R "DOMAINNAME" 0 192.168.12.4 66R I still keep getting "Cannot find my workgroup DOMAINNAME on subnet UNICAST_SUBNET." in
2009 Apr 18
3
need help with tinc windows service
hi im a newbie to networking and vpns.so plz pardon my mistakes. i installed tinc 1.0.9 and followed the tinc setup instructions as in the tinc-windows example. after i hav started the tinc service with tincd -n command the service starts and then stops abrupty giving the message " the tinc.test service on the local computer has started and then stopped.Some services stop automatically if
2012 Jul 08
3
Help in Optimization of a function
guRus! I have a function f = exp(x^2-y+(1/z)) Also, x can take values from 1 to 37, y from 2 to 20 and Z from -13 to 51. How can I find the maximum of f using any of the optimization functions please? Is there a way to store the possible values of x, y and Z in a single variable like in a List or in a multi-dimensional array? Thanks for your help Raghu [[alternative HTML version deleted]]
2006 Apr 06
1
Bell Canada Requests $987.14 Rate increase 911 / VOIP Providers
From the bend me over news department. 2 March 2006 Mr. Leonard Katz Executive Director Broadcasting and Telecommunications Canadian Radio-television and Telecommunications Commission Ottawa, Ontario K1A 0N2 Dear Mr. Katz: Associated with Bell Canada Tariff Notice No. 6929 1. Attached for the Commission's approval are proposed revisions to Bell Canada's Access Services Tariff Item
2006 Jul 08
1
IP fixe
Bonjour, J''ai un serveur web dans mes locaux connecté derrière une livebox pro. La livebox renvoie toutes les entrée HTTP sur mon serveur. Caractéristique du serveur : linux mandriva, p4 J''ai installé shorewall pour ne pas avoir à toucher les iptables. Les seules personnes qui se connectent sont des mairies qui ont une adresse ip fixe. J''aimerais filtrer sur ces
2012 Jul 24
3
Collapsing a vector/data-frame based on the previous values
Hello I have a data frame like this: dput(states) structure(list(Date = c("24/07/2012", "25/07/2012", "26/07/2012", "27/07/2012", "28/07/2012", "24/07/2012", "25/07/2012", "26/07/2012", "27/07/2012", "28/07/2012"), State = c(1L, 1L, 1L, 1L, 1L, -1L, -1L, -1L, 1L, -1L)), .Names = c("Date",
2012 Apr 22
2
difficulty in Formatting time series data
Dear R-Gurus I have a data frame (from CSV file) which has its first column called Date. The Date is in the format mm/dd/yyyy. I was trying to get the weekday for these dates and I tried using wday() and day.of.week() functions and both of them gave me precisely the wrong answers. I think the issue lies in the proper formatting of dates. The class of this column is a factor class and hence I
2010 Oct 07
2
[LLVMdev] libcpu with m88k
Hi, I recently downloaded and installed the libcpu package (from http://libcpu.org ) that uses llvm as the backend on my linux machine. I have a piece of Motorola 88100 code (essentially the output of the 176.gcc benchmark from SPEC CPU 2000) that I am trying to run using this emulator, but I am running into errors when trying to run it. Has anyone been able to successfully use the m88k
2012 Jul 14
2
writing data into files whose names are in a vector
GuRus How do I use the write function (or write.table or write.csv) to achieve the following please? age=c(32,37,39) names=c("john","peter","jake") I would like create in a directory 3 files each named as john.csv,peter.csv and jake.csv and each file have data from the age vector. That is jon.csv will contain 32, peter.csv will contain 37 and jake.csv will contain
2006 Sep 14
1
Binomial test using R
Hullo, Can someone suggest whether the binomial test as described in the link http://home.clara.net/sisa/binomial.htm is available in an equivalent form in R? I have downloaded the R package from the CRAN site. Using R will help me do this test rapidly Many Thanks Ramachandran Dr. S. Ramachandran Scientist E I G.N. Ramachandran Knowledge Centre for Genome Informatics Institute of Genomics and
2008 Dec 18
3
Feedback and Questions on afr+unify
Hi, I just installed and configured a couple of machines with glusterfs (1.4.0-rc3). It seems to work great. Thanks for the amazing software.! I've been looking for something like this for years. I have some feedback and questions. My configuration is a bit complicated. I have two machines each with two disks and each of which with two partitions that I wanted to use (i.e. 8
2002 Nov 11
2
Thank you!
Dear Shorewall developers, Thanks very much for shorewall! I''ve been using Shorewall as distributed with Debian GNU/Linux (Woody) for a while on a few firewalls I manage and found it extremely easy to install, setup and use. I liked the nice and easy to understand design of the whole package, the documentation, well documented config files and how well it runs. I just thought
2010 Oct 07
0
[LLVMdev] libcpu with m88k
What kinds of errors are you getting? On Thu, Oct 7, 2010 at 9:36 AM, Pradeep Ramachandran <pramach2 at uiuc.edu> wrote: > Hi, > I recently downloaded and installed the libcpu package (from http://libcpu.org > ) that uses llvm as the backend on my linux machine. I have a piece of > Motorola 88100 code (essentially the output of the 176.gcc benchmark > from SPEC CPU 2000) that
2010 Aug 06
3
How to apply apply?!
guRus I have say a dataframe, d and I wish to do the following: 1) For each row, I want to take one particular value of the row and multiply it by 2. How do I do it. Say the data frame is as below: OPEN HIGH LOW CLOSE 1931.2 1931.2 1931.2 1931.2 0 0 0 999.05 0 0 0 1052.5 0 0 0 987.8 0 0 0 925.6 0 0 0 866 0 0 0 1400.2 0 0 0 754.5 0 0 0 702.6 0 0 0 653.25 0 0 0 348 0 0 0 801 866.55 866.55
2005 Oct 26
1
R- exp(-1000) ? - how to get R to give me an actual answer ?
Dear All, I am a novice user of the R software package. When I try and compute, exp(-1000) or exp(-2000), i get the answer as zero. Is there any way i can get R to compute the answer and give me an actual number ? ( by increasing the precision or any other method). If I cannot get R to give me a number, can anybody give me some advice on how to manually compute this number ? I would greatly
2009 May 27
1
Can''t ping gateway (SOLVED !!!!)
HI again, This is the solution to my problem, hope it helps someone in the future. First of all, thanks to Ramachandran Radhakrishnan for helping me with this. The problem was my NIC: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01) What happens, is that the NIC''s driver sets the HWADRRESS = FE:FF:FF:FF:FF:FF, and that''s the same
2004 Jun 04
1
roaming profil problem
hello, I've got a strange problem after an upgrade to samba 3. The existing profils are now unavailable for users, depending on their local rights. If the user is locally admin, his profil is succesfully loaded on login. Else there's no error, but the profil isn't loaded. The samba logs don't show anything special, but i can send them if someone want it. If I create new users,
2004 Aug 31
1
CIFS Proxy Server
Does anyone have knowledge of any CIFS Proxy Servers or using Samba as a Proxy to another CIFS/SMB Server? Are there any documents or resources on this topic? I am trying to implement a general purpose CIFS Proxy Server (the proxy server would implement some authentication and authorization for the SMB requests) which can proxy CIFS servers like Samba or Windows. One particularly hard problem