Displaying 20 results from an estimated 2000 matches similar to: "New Job"
2010 Dec 21
2
module critique request
Hello.
I recently tried to improve a module I have which is used to create
one or more instances of mysql per node. The original module had
lot''s of code repetition to get around gaps in my skills. The new
improved module has less code repetition but doesn''t seem as clean as
I imagined it in my head:)
The env is puppet 2.6.4, facter 1.5.8, solaris 10 x86 and nodes.pp
2003 Sep 18
1
modified include-from file not taken into account.
Hello list,
Using rsync 2.5.6 on Solaris 7/8 boxes:
I was happily running this script via crontab:
$ more webrsync.ksh
#!/bin/ksh
# @(#) File synchronization across hosts using rsync
#Description :
#
# Created : 4 September 2003
# Author : Loris Serena
set -x
LPATH=/usr/local/bin
for i in 1 3 4 5 6 7 8
do
${LPATH}/rsync -azvv -e ${LPATH}/ssh --stats
2005 Nov 02
0
connecting to windows server 2003 with samba 3.0.9
I have a Windows server 2003 Domain controller with a share called
DC02Data.
I can connect to this share successfully from several RedHat boxes,
running samba 2.2.7.
However, on several other RedHat machines, running samba 3.0.9 I cannot
connect properly. In fact, I actually seem able to establish a mount
successfully, but cannot then view the files, as shown below:
[root@ixapp01 mnt]#
2003 Jan 31
2
Precompiled rsync 2.5.5 for SPARC Solaris 8 64bit
Hello List,
Would anybody have a precompiled version of rsync 2.5.5 for SPARC
Solaris 8 64bit?
Thanks in advance for your help,
Loris
--
Loris Serena
Unix Systems Administrator
PaddyPower Bookmakers
Phone : +353-1-4049633 http://www.paddypowerplc.com
Mobile: +353-87-9683760 mailto:lserena@paddypower.com
Privileged, confidential and/or copyright information
2011 Aug 25
1
how to match a dataframe and a list
Hi!
I am a beginner and I hope you will help me!
I have one data frame with numbers as columns names that correspond to codes.
In a list I have the codes and the corresponding state.
Now I need to match the columns (codes) of the data.frame with the codes in the list, since not all the codes in the dataframe are also in the list and vice versa.
As output I will need a table with just the columns(
2010 Dec 21
1
Shared Folders via Symlinking
Hi folks,
I'm trying to set up shared folders via symlinking and have come across a problem. I created a folder for one user, then symlinked it to another. I figured that one thing that is likely to happen at some point is that user 2 is going to decide they don't want to look at that folder any more, and will delete it, so I tried this. Much to my relief, it didn't delete the actual
2003 Aug 13
4
Question on --include-from option.
Hello list,
I am running rsync 2.5.5 on some Solaris 7 and 8 boxes.
I'd like to sync different directories from one box to another.
This is my include file:
ppukweb2% more rsync-include-file
/tmp/loris/testrsync1
/tmp/loris/testrsync2
/tmp/loris/testrsync3
This is the command I run:
rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file
ppukweb8:/tmp/loris
and this is the
2004 Jul 14
0
[LLVMdev] Constants.cpp:368: error: `INT8_MAX' undeclared(firstuse this function)
>From: Chris Lattner <sabre at nondot.org>
>Date: Wed, 14 Jul 2004 14:49:01 -0500 (CDT)
>The file you need to modify is here:
>llvm/include/Support/DataTypes.h.in
>
>There is currently support for building in non-cygwin windows environments
>protected by _MSC_VER. You just need to broaden the scope of the #ifndef
>to include internix.
>
Sorry, Chris, but my
2009 Dec 08
2
[LLVMdev] Back-end with general purpose registers
Hi all,
I am trying to write a back-end for LLVM where any instruction may take
any type of data. I am looking for the output to be of the format:
inst.type reg1,reg2
etc. Where inst is the instruction, e.g. mov and type is data-type e.g.
f32 etc. I tried creating a back-end with a register class which could
take i32 and f32:
def GPRegs
: RegisterClass <"Test",
2007 Apr 11
6
Which SIP phones to buy?
I need to buy some new phones for our own offices.
I've used only Polycom phones until now, but I'd like to broaden my
experience.
I'm trying to decide which phones to experiment with. I have these options:
- A combination of Polycom, Aastra and Snom
- Just Polycom
One the one hand, I'd like to keep things uniform, since it greatly
simplifies provisioning. On the other hand, I
1998 Aug 28
0
only one problem
I create a shared directory in linux redhat v5.1 and y change the samba
configuration file for share this directory for users in windows 95, i copy
an acces97 database that will accessed by the users through a visual basic
v5 program made by me, all the users are in the same area conected via
twisted-pair cable and the most far computer is about 39 ft, in all cases i
don't think that my net
2002 Jul 06
1
Compile error with kerberos and samba
First I compiled kerberos 5-1.2.5. Ater that I configured samba:
./configure --with-smbwrapper --with-krb5 --with-automount
--with-smbmount. So far all goes well. After that I 'make' in the
samba/source dir. An error pops up, displayed below. Does anyone know of
either a workaround or solution? I can't install samba now!! :(
Mark
--
This is the error:
Linking bin/smbd
2009 Dec 17
0
[LLVMdev] Matching icmp/fcmp in a back-end
Hi all,
I was wondering if it is possible to match the icmp and fcmp assembly
language instructions in the code generator. For example, for the
following code:
%cmp = icmp sgt i32 %tmp, %tmp1 ; <i1> [#uses=1]
br i1 %cmp, label %if.then, label %if.else
We would like to see something like:
SGT cmp, tmp, tmp1
BR cmp lbl
However, I can't see any case in the back-ends
2010 Jan 05
2
[LLVMdev] Removing the constant pool
Hi all,
I was wondering if it is possible to stop floating-point constants being converted to use the constant pool? As for our back-end we would like to be able to treat floating point constants the same way integer constants are treated instead of having to go via the constant pool.
Thanks for your help,
Rob
-
This message is subject to Imagination Technologies' e-mail terms:
2003 Jun 13
0
Windows 2000 printer sharing
Hello
I am running RH7.2 with samba-common-2.2.1a-4 and samba-client-2.2.1a-4 and
for printing I use a windows printer (SMB share). Previously this printserver was running
under WinNT, and for the installation of this printer I used the installation wizard
under RH7.2. Furthermore no modifications were made to the SMBclient (smb.conf) nor the WinNT printserver.
Recently, they upgraded the
2010 Jan 13
2
[LLVMdev] Identifying recursive functions in a backend
Hi,
I was wondering if it was possible to detect if a function is recursive in a back-end. For instance, I'd like to be able to say: "If this function we are about to call is recursive, store the return address to the stack, if it isn't we don't need a stack so do nothing". Does anyone know if this is possible?
Thanks,
Rob
-
This message is subject to Imagination
2014 Feb 20
2
Unable to Join Samba server to AD windows server 2008 R2
Hi
We are facing some issue While joining samba server to AD
We have ClearCase VOB server on AIX 5.3 with TL 12 and SAMBA version 3.5.0 installed on Aix server. The AD server is Windows 2008 R2. We are unable to Join Samba server to AD .
Command: net ads join createcomputer=<OU> -U <username>
Please find the details smb.conf. Please advice on resolving this issue is highly
2011 Jan 27
2
help for a loop procedure
Hello everybody!
I’m trying to define the optimal number of surveys to detect the highest
number of species within a monitoring season/session.
To do this I want to run all the possible combinations between a set of
samples and to calculate the total number of species for each combination of
2, 3, 4 …n samples events, so that at the end I will be able to define which
is the lowest number of
2017 Apr 27
0
R installation problems on Linux Mint 18.1 via jessie-cran3
Is there a reason for jessie-cran3 rather than xenial? For Linux Mint 18 (admittedly
not 18.1) I have
deb https://cloud.r-project.org/bin/linux/ubuntu xenial/
as one of the apt entries.
JN
On 2017-04-27 02:57 PM, Clive Nicholas wrote:
> Okay folks, I give up and - frankly - I'm fed up! I thought I'd sorted all
> this last week, but clearly not. I've tried using mirrors from
2016 Nov 11
2
Frames in compiled functions
I noticed some problems that cropped in the latest versions of R-devel (2016-11-08 r71639 in my case) for one of my packages. I _think_ I have narrowed it down to the changes to what gets byte-compiled by default. The following example run illustrates the problem I'm having:
compiler::enableJIT(0)
fun <- function(x) local(as.list(parent.frame(2)))
fun(1)
## $x
## [1] 1
##