Displaying 20 results from an estimated 3000 matches similar to: "Roaming profiles with Samba"
1998 Feb 27
5
cross subnet browsing
It seems to be working for us now.  I have the following relevant
 settings in the [global] section of smb.conf ...
   remote announce = 199.170.245.255/ENGINEER 199.170.224.255/ENGINEER 199.170.232.255/ENGINEER
   workgroup = ENGINEER
   wins support = no
   wins server = 199.170.224.6
   domain master = yes
   local master = yes
   preferred master = yes
;   os level = 0 don't want Samba to
2003 Mar 04
0
Problem joining samba to a samba-PDC domain
Hi folks,
I'm having difficulty getting a samba server to join a domain, the PDC of 
which is another samba server. I believe I've set everything up correctly 
but when I run the following command on the "client" samba box
smbpasswd -j DOMAIN -r PDC -U adminuser%adminpasswd
I'm told
error creating domain user: NT_STATUS_ACCESS_DENIED
Unable to join domain DOMAIN.
Looking
2003 Mar 05
0
cross subnet browsing/domain logon problem
Dear all,
I'm having great difficulty getting cross-subnet domain logon & browsing to 
work and have nearly reached the end of my sanity trying to figure out 
what's wrong. Here's my setup and what's happening (apologies if it is 
convoluted):
Subnet A
One Samba PDC with encrypted passwords.
One samba file server
Subnet B
One Samba file server (serverB) that is the *local
2008 May 28
2
inquiry on R News
Dear R News,
 
I am inquiring whether the articles that are published in the 'R News'
have undergone a peer-review/refereeing process, for the purpose of
reporting the academics publications here at the University of Sydney to
the Australian Government.
 
Thank you for your assistance.
 
Regards Glenn
 
Glenn Howell| Faculty Research Assistant
FACULTY OF ECONOMICS AND BUSINESS
2004 Mar 01
1
non-negative least-squares
Hi all,
I am trying to do an inversion of electromagnetic data with non-negative 
least squares method (Tikhonov regularisation) and have got it 
programmed in S-Plus. However I am trying to move all my scripts from 
S-Plus to R.
Is there an equivalent to nnls.fit in R?
I think this can be done with pcls? Right?
S-Plus script: A, L and data are matrices, lambda is a vector of 
possible lambda
2004 Feb 22
0
countourplot background
Hi,
Found the answer to the background myself: 'trellis.par.get' and 
'trellis.par.set'
background<-trellis.par.get("background")
background$col<-"white"
trellis.par.set("background", background)
Willem
-- 
Dr R.W. Vervoort
McCaughey Senior Lecturer Hydrology and Catchment Management			
Faculty of Agriculture, Food and Natural Resources
Rm 503,
2006 Jun 20
2
samba as a time server (newby question): time not updated
Colleagues,
I am trying to use my PDC as a time server. 
time server = yes 
upon login a group based scripts are executed. Scripts include line:
net time \\samba.server /set /yes
Time changes only if a user who logs was added Power Users Group on the
local machine. 
My users belong to either staff, pgrads, ugrads, vis UNIX groups. 
What do I need to do to ensure that time is synchronised on
2009 Jun 26
3
panel.text and saving to pdf
Dear all,
I am not sure what I am doing wrong, but I have some unexplained behaviour when saving a lattice graph including text to a pdf file. The text seems to move around. It must have something to do with the way coordinates are set in devices other than jpg.
Any suggestions would be helpful
Willem
Here is some example code
setwd("c:/willem/research/misc")
today <-
2004 Mar 03
3
Adding text (coefts) to pairs panels
Hi,
First of all, thanks for the efforts of all the developers and contributors
- I'm very new to R and at the moment am just using it to create some
graphics, but it seems to be quite powerful.
I've googled the archives and wasn't able to find anyhting that dealt with
this problem, so would appreciate any suggestions/tips.
In a pairs plot I'd like to plot a linear regression line
1997 Jul 25
1
Cross subnet domain logins
I have two sites, which are seperated by a campus network. Even with the new
'browse fix' release, I cannot convice the win 3.11 machines to do a domain
login to the server in the other subnet. A single win95 machine in the subnet
does every thing fine, domain login, network neighbourhood, the works. The
win 3.11 machines can browse for shares on the remote server and connect
fine - they
2011 Apr 04
2
Examples of web-based Sweave use?
I appreciate that this is OT, but I'd be grateful for pointers to examples of
where 
Sweave has been used for web-based applications.  In particular, examples of 
where reports/analyses are produced automatically through submission of data 
to a web-sever.  I am mostly interested in situations where pdf reports have 
been produced rather than, say, a plot/table etc shown on a web page.
2009 Jul 22
2
Asterisk CSTA
does Asterisk suppoet CSTA protocol for CTI applications?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090722/a2149cc5/attachment.htm
2007 Jan 29
1
Accessing public folder without entering password.
Dear colleagues, 
This is newbe question really. 
I need to setup a "public" directory - aka when mounted from a windows
client from a particular subnet no questions are asked, all users have
"full control" over contents of the folder. 
Setup
security = domain 
Share configured as follows:
[goldsim]
   comment = GoldSim license file area
   path =
2004 Dec 01
0
ffmpeg2theora: FPS issues with M2T
Hi,
I'm just attempting to re-encode some 720p HD (720x576) mpeg2-transport
files to theora using ffmpeg2theora.  However it seems impossible to get
the framerate right; if I leave it on default the framerate seems to be
doubled, if I force input fps to 50 it seems to go half speed.  The
files play fine with ffplay however.  Has anyone got any clues?
Cheers,
Steve
-- 
Steve Smith,
2011 Feb 16
0
remote data access from Sweave - does not evaluate?
Hello R users
I am having trouble accessing data on a remote server when using sweave.
An example is the loading of an .RData file e.g.
load(url("http://uk-air.defra.gov.uk/openair/R_data/MH_2006.RData"))
which works fine from the command line (this loads a small .RData file into
R).
I have a sweave document with this sort of code in that is meant to import
data from the server and
2004 Dec 18
3
3rd party call control / CSTA , JTAPI or TAPI interfaces
(REPOST, sorry if you get this more than once.)
Hello all,
(Not sure if this is more appropriate for user or dev list)
Does asterisk have any sort of "standards based" api that can enable
an application to do call control on the switch ?
For example, if I am developing a call center application
using asterisk, I would like to be notified of inbound calls
and then be able to route
2007 Feb 14
2
Parameter require is already set on ...
More newbie questions from me ...
How do you specify multiple requires in an exec ? What I''ve tried:
define cvsserve($source, $path, $user = false) {
     file { $path:
         ensure => directory,
         owner => root,
         group => root
     }
     $cvscmd = $user ? {
         false => "/usr/bin/cvs export $source/$name .",
         default =>
1995 Nov 20
0
Yet another sup server available (Australia)
I've setup a sup server on sup.physics.usyd.edu.au for use by people in
Australia.  It has current, ports and stable (except des, etc).  The
max number of connections is currently set to 10, and the daily sup
updates begin at 3am local time (if a different time would be better,
let me know).  This machine is located in Sydney, with good connectivity
to the NSW AARNet/TIS gateway.  If the plans
2025 Mar 20
5
[Bug 3802] New: Secure forwardings, check connecting user
https://bugzilla.mindrot.org/show_bug.cgi?id=3802
            Bug ID: 3802
           Summary: Secure forwardings, check connecting user
           Product: Portable OpenSSH
           Version: 9.9p2
          Hardware: Other
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Miscellaneous
          Assignee: unassigned-bugs
2008 Aug 22
1
subset grouped data with quantile and NA's
I can't quite seem to solve a problem subsetting a data frame.  Here's a
reproducible example. 
Given a data frame:
dat <- data.frame(fac = rep(c("a", "b"), each = 100),
                  value = c(rnorm(130), rep(NA, 70)),
                  other = rnorm(200))
What I want is a new data frame (with the same columns as dat) excluding the
top 5% of "value"