Displaying 20 results from an estimated 20000 matches similar to: "user PATH variable"
1999 Nov 09
0
SAMBA digest 2300
Lowell Kinzer <lkinzer@ucsd.education> wrote:
>
>At 07:30 AM 11/8/99 , James Roth wrote:
>>Hello,
>>
>> I'm nearly finished with the process of upgrading a client's old Novell
>>server to a Linux box with Samba. The only problem I've run into is
>>setting the user's PATH environment variable. When I use
2009 Mar 31
4
what is the preferred method to create a package local variable?
for the moment, I'm using:
.onAttach <- function(libname, pkgname) {
.bbg.db.conn <<- dbConnect(dbDriver("PostgreSQL"), user="blah","blah")
}
.onUnload <- function(libpath) {
dbDisconnect(.bbg.db.conn)
}
which results in a hidden global variable in the global environment.
I would prefer to make the assignment only in the package namespace.
2007 May 25
1
Question about setReplaceMethod
Hi
I have the code like I show below. The problem here is that I have a setReplacementMethod to set the value of my class slot. However, this function doesn't work when I call it within another function definition (declared by setMethod) of the same class. I do not understand this behavior that much. I'm wondering how to make this work? Any help would be really appreciated. Thank you.
2009 Oct 27
1
How to reduce key strokes when defining S4 classes?
I feel tedious when I define a S4 class and the methods. For each
method, I have to call both setMethod and setGeneric (or both
setReplaceMethod and setGeneric). I would like a more compact grammar
so that I can reduce the key strokes. I'm wondering if there is a
better way available.
setClass(
Class='A',
representation=representation(
x='numeric'
)
2010 Feb 26
2
R Experts
I am trying to understand why R is working in a particular way. I have a
data set with two variables; mark date (markd) and recap date (recapd). I
would like to know the number of days between capture dates. But if I
subtract recap date from mark date I often get the wrong results.
Example: Dataset - markd recapd
2009 Dec 30
1
Fwd: Negbin Error Warnings
Dear Clara,
Thanks for the reply. I am forwarding your message to the list, ok.
When I wrote was a way of get further information to help the helpers.
happy holidays,
milton
---------- Forwarded message ----------
From: Clara Brück <clara_brueck@web.de>
Date: 2009/12/30
Subject: Re: [R] Negbin Error Warnings
To: milton ruser <milton.ruser@gmail.com>
Dear Milton,
Thanks for
2011 Apr 26
2
Wish R Core had a standard format (or generic function) for "newdata" objects
Is anybody working on a way to standardize the creation of "newdata"
objects for predict methods?
When using predict, I find it difficult/tedious to create newdata data
frames when there are many variables. It is necessary to set all
variables at the mean/mode/median, and then for some variables of
interest, one has to insert values for which predictions are desired.
I was at a
2009 Dec 30
2
Negbin Error Warnings
Hi,
I ran a negative binomial regression (NBR) using the Zelig-package and the negbin model.
When I then try to use the simumlation approach using the setx () and sim() functions to calculate expected values
and first difference for different levels of one of my independent variables, I get 50 errors warnings, telling me that the calculation rpois produced NAs. However, the data I use
2005 Jun 29
3
trouble with active record and sqlite
I am getting an error that I can''t figure out. I have a class called
Test with 3 fields, id, x, and y. When I do Test.new(''x''=>1,
''y''=>2).save, I get an error saying that id (my ''not null primary
key'') can''t be null. But isn''t active record supposed to deal with
setting that for me? Here''s the code
2007 May 30
3
http proxies: setting and unsetting
Hi,
I am trying to use R at work and at home on the same computer. At work, I have a proxy, and at home, I do not. I have, for work, a User environment variable "http_proxy" which I set in the OS (Windows XP Pro). When I am at work, and I try to retrieve data from the web with 'read.csv', things work just fine. I assume it knows how to use the proxy.
The trouble is when I
2011 May 03
4
Wishlist: write R's bin path to the PATH variable and remove the version string in the installation dir under Windows
Hi,
I guess this issue must have been brought forward long time ago, but I
still hope you can consider under Windows (during installation):
1. put R's bin path in the PATH variable of the system so that we can
use the commands "R" and "Rscript" more easily;
2. remove the version string like R-2.13.0 in the default installation
directory, e.g. only use a directory like
2015 Nov 10
2
OT: bacula question
Devin Reade wrote:
> --On Tuesday, November 10, 2015 02:14:56 PM -0500 m.roth at 5-cent.us wrote:
>
>> 'Friad not. My users are saying they'd like the ability, from their
>> Windows machines, to restore, without having to ask me to do something
>> from the server. And they want to be able to chose the files to
>> restore....
>
> As Paul alludes, it's
2006 Jan 05
4
Workshops or groups in Boston?
I have been hearing a lot about workshops and/or groups of Ruby on
Rails users meeting up in numerous cities, but I haven''t been too
successful finding any such gatherings or events in Boston. On the
wiki there is a link to a Boston group for Ruby, but the page refuses
to load. Anyone from the Boston area know of anything?
Cheers,
Eric Czarny
eczarny@stonehill.edu
2016 Feb 23
3
CentOS install disable USB keyboard on Acer AXC 603G UW13
>-----Original Message-----
>From: John Hodrien <J.H.Hodrien at leeds.ac.uk>
>To: CentOS mailing list <centos at centos.org>
>Sent: Tue, Feb 23, 2016 12:06 pm
>Subject: Re: [CentOS] CentOS install disable USB keyboard on Acer AXC 603G UW13
>
>On Tue, 23 Feb 2016, Juan De Mola wrote:
>
>> CentOS 6 has problems printing when the Internet goes down. And 7 is
2000 Apr 22
1
multiple subnet browsing problem
I having difficulty getting browsing to fully work across two subnets. The
subnets (having private addresses - 192.168.x.0) are connected by Linux
boxes (RH6.1, one for each subnet) functioning as firewall, IP masquerade
and router. On one subnet (call this one LEFT), there is an NT4.0 server as
the PDC (also running WINS and DHCP) along with 50 or so clients and other
servers (NT, Win9x) in
2015 Nov 10
4
OT: bacula question
Paul Heinlein wrote:
> On Mon, 9 Nov 2015, m.roth at 5-cent.us wrote:
>>
>> Question, for those that use/have used bacula: I've been setting up
>> backups for one team, the server on CentOS 6, but they're on
>> Windows. If we install the director on Windows, is it possible for
>> the users to restore files from the server to their own machine?
>
>
2003 Jul 28
1
Trouble adding HPLJ 4050 drivers...
Hello...
I am using SAMBA 2.2.8 on RH Advanced Server (compiled from source).
I can't seem to get the HP LJ 4050 printer drivers loaded from a
windows workstation. I am using the print$ share and have shared the printer
in my smb.conf. I can print fine from linux.
When choosing 'add new driver' under the 'Printers' folder on the
SMB share, I choose the proper
2003 Oct 30
1
Setting creation mask per user when using 'homes'...
Hi...
I'm running Samba 2.2.8 with a 'homes' directive to auto mount
homedirectories upon login.
I'm using the create_mode and directory_mode of 600 and 700 so only
owner has perms for created files. There is a group of about 40
accounts that need this instead set to
read/write for them and read only for world (i.e. 604 and 705).
Is there some way to do this based on
2016 May 10
1
Upgrade path from CentOS 7 to future versions
On 05/10/2016 01:29 PM, m.roth at 5-cent.us wrote:
> Alice Wonder wrote:
>> On 05/10/2016 12:19 AM, Johnny Hughes wrote:
>>> On 05/10/2016 02:08 AM, Venkateswara Rao Dokku wrote:
>>>>
>>>> I would like to know whether the valid upgrade path will be present
>>>> from CentOS 7 to future versions like we get for Ubuntu or some other
2003 May 30
2
required entries in ldap for samba...
Hi...
I sucesfully linked my samba install with a ldap database, and smbpasswd -a
works with user adds, etc. But - I know that in order to join the domain
from WIN2K and XP I need to provide a username/password - exactly what ldif
entries are needed in my ldap db for that? Is it 'administrator' with
a uid of 0 - Can I use smbpasswd to make this, or ldif/ldapadd?
Thanks....
--