Displaying 20 results from an estimated 38 matches for "ctions".
Did you mean:
actions
2010 Jan 28
3
How to map ata#.# numbers to /dev/sd numbers?
On my C5 machine (a Dell XPS420) I have a 500Gb disk on the internal SATA
controller.
I also have a SiI3132 dual-port multi-device eSATA card. This is connected
to an external SATA array of disks.
Now occasionally I see something like this in my logs
ata7.01: exception Emask 0x0 SAct 0x0 SErr 0x0 a ction 0x0
ata7.01: irq_stat 0x00060002, device error via D 2H FIS
ata7.01: cmd
2016 Nov 03
2
Thunderbird vs. Evolution vs. OwnCloud
Le 03/11/2016 ? 09:31, Sorin Srbu a ?crit :
> Something like this maybe?
>
> http://askubuntu.com/questions/69305/how-do-i-disable-the-calendar-events-se
> ction-in-gnome-shells-clock-applet
Exactly. Except this doesn't seem to work under CentOS 7. The mentioned
file doesn't exist here. As for the "Nothing To Do" extension, it's beta
software, and I don't
2002 Jun 28
2
Error when configuring pam on samba (MANDRAKE 8.2 and before)
Hi, i use mandrake 8.2 and i have this error when i run the following
command (for pam use).
I also have the same error on older mandrake's.
Is this related to mandrake or what ?
Someone has a solution plz ?
make nsswitch/pam_winbind.so
Compiling nsswitch/pam_winbind.c with -fPIC
nsswitch/pam_winbind.c:65: parse error before `*'
nsswitch/pam_winbind.c: In function `converse':
2016 Nov 03
2
Thunderbird vs. Evolution vs. OwnCloud
Le 03/11/2016 ? 08:41, Sorin Srbu a ?crit :
> I use Thunderbird exclusively on my linux-systems.
> I also feel the Lightning-addin for calendars in T-bird needs "some" work to
> be usable.
>
> While I don't use my Owncloud for mail, only used as a cloud storage, I have
> however used Evolution. In that context Evolution with CentOS sucks. It's just
>
2018 Feb 13
4
Setting the path to Rtools for package compilation on Windows
Hi all,
I'm trying to set up the Windows Rtools toolset for building packages
with compiled code. I installed for Windows R-3.4.3 from CRAN and
installed Rtools-3.4 in a custom location M:\R\R-3.4.3 and
M:\R\Rtools-3.4
Following the instructions, in shell, I set
Path=M:\R\Rtools-3.4\bin;M:\R\Rtools-3.4\gcc-4.6.3\bin;M:\R\R-3.4.3\bin;...
(the ... are other paths irrelevant for R/Rtools).
When I run
M:\Work\RLibs>R.exe CMD INSTALL --build WGCNA
I get the following ouput:
In R CMD INSTALL
* installing to library 'M:/R/R-3.4.3/libra...
2003 Oct 08
2
Samba + Cups + Filter Access
Hi,
I'm trying to use Cups + Samba to make a print server for many
purpouses. The main one is to account how many pages where printed by
whom and centralize all printers in one server.
If I configure samba and cups in the RAW mode using windows original
drivers of the printers, everything works fine, but this way I can't use
cups accounting.
So I reinstaled all my printers
2008 May 27
6
IE7 Problems
I''ve recently been looking at Mapstraction as a way to make it easier
for me to support more than one mapping service, mainly Google Maps and
Microsoft''s Virtual Earth. However, I seem to be running into a lot of
errors when trying to use Mapstraction with IE7 and Virtual Earth.
As an example, I get a "Not Implemented" error when I load the many of
the demos. This
2005 May 19
2
[LLVMdev] Building LLVM cfrontend
Hi, I am still new to LLVM and also GNU softwares.
I am doing a project using LLVM.
I was building cfrontend on my windows cygwin, however I encountered
this problem, may I now what is the cause?
********************************
my configuration output is:
bash-2.05b$ ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-n
ls --disable-shared --enable-languages=c,c++
loading
2019 Apr 24
2
[DebugInfo] DWARF C API
...ow llvm-dwarfdump does, but maybe
> more than just dumping debug info)
> >
> > I've started with creating C structure for
> DebugInfo::DWARF::DWARFContext which contains all DWARF DIEs in the object
> file. For this I used
> > ```
> > DEFINE_SIMPLE_CONVERSION_FUNCTIONS(DWARFContext, LLVMDWARFContextRef)
> > ```
> > then defined some C functions
> > ```
> > LLVMDWARFContextRef LLVMCreateDWARFContext(LLVMBinaryRef Bin) {
> > std::unique_ptr<DWARFContext> DICtx =
> DWARFContext::create(*unwrap(Bin));
> > return wrap(D...
2005 May 19
0
[LLVMdev] Building LLVM cfrontend
The very first time you build GCC, you should do "make bootstrap". After
that, you can use "make" and "make install"
Reid.
On Fri, 2005-05-20 at 00:15 +0800, thean kiat sew wrote:
> Hi, I am still new to LLVM and also GNU softwares.
>
> I am doing a project using LLVM.
>
> I was building cfrontend on my windows cygwin, however I encountered
>
2016 Nov 03
0
Thunderbird vs. Evolution vs. OwnCloud
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Nicolas Kovacs
> Sent: den 3 november 2016 09:16
> To: centos at centos.org
> Subject: Re: [CentOS] Thunderbird vs. Evolution vs. OwnCloud
>
> Le 03/11/2016 ? 08:41, Sorin Srbu a ?crit :
> > I use Thunderbird exclusively on my linux-systems.
>
2016 Nov 03
0
Thunderbird vs. Evolution vs. OwnCloud
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Nicolas Kovacs
> Sent: den 3 november 2016 09:51
> To: centos at centos.org
> Subject: Re: [CentOS] Thunderbird vs. Evolution vs. OwnCloud
>
> Le 03/11/2016 ? 09:31, Sorin Srbu a ?crit :
> > Something like this maybe?
> >
> >
2018 Feb 13
0
Setting the path to Rtools for package compilation on Windows
...gfelder wrote:
> Hi all,
>
> I'm trying to set up the Windows Rtools toolset for building packages
> with compiled code. I installed for Windows R-3.4.3 from CRAN and
> installed Rtools-3.4 in a custom location M:\R\R-3.4.3 and
> M:\R\Rtools-3.4
>
> Following the instructions, in shell, I set
> Path=M:\R\Rtools-3.4\bin;M:\R\Rtools-3.4\gcc-4.6.3\bin;M:\R\R-
> 3.4.3\bin;...
> (the ... are other paths irrelevant for R/Rtools).
>
> When I run
>
> M:\Work\RLibs>R.exe CMD INSTALL --build WGCNA
>
> I get the following ouput:
>
> In R CMD...
2007 Oct 25
0
S-Plus or R programmer for Pharmaceutical Company
We currently have an opening for a S-Plus/R programmer at a large
pharmaceutical company.
Job Description:
S-Plus/ R Programmer -BS/MS in statistics - Solid S-Plus (or R) and SAS
programming skills required, minimum 1 year work experience writing
functions in S-Plus or R. SAS experience should include writing SAS macros
and creating and manipulating ODS datasets. Strong interpersonal and
communication skills (both oral and written) are also required, as well as
the ability to work independently. The candidate should be proficient with
Microsoft Of...
2001 Nov 26
0
Make error in samba 2.2.2
Hi All,
I am using Solaris 8 on sparc with gcc3.0.2 .
I was able to run ./configure successfully,
but when I ran make command I got following error.....
Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_LARGEFILE_SO
URCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/opt/samba/var"
-DCONFIGFILE="/opt/sa
mba/lib/smb.conf"
2008 Aug 20
0
R and SAS Statistical position open with Large Pharmaceutical in New Jersey
...ize existing systems of programs is essential. Must be able
fluently to understand and communicate in spoken and written English.
S-Plus/R expertise should include writing packages and methods
(object-oriented), lattice or Trellis?TM graphics, importing and exporting
data, and using statistical functions.
SAS expertise should include dataset manipulation, macro programming, ODS
dataset output, importing and exporting data, and statistical procedures.
Christina Kinchen
Smith Hanley Consulting
Senior Recruiter
Phone 800-684-9921 ext 220
Direct Line 407-548-0670
Fax 407-805-3020
E-Mail: ckinchen a...
2008 Mar 19
0
SAS/R position open with pharmaceutical in NJ/MA/IL
...ties:
-Contribute to the programming of tables and graphs for various projects
related to genomics/biomarkers and discovery, which include in vitro and
animal pharmacology.
-Help develop automation tools in Microsoft Excel using internal links to
Visual Basic, SAS or R; develop SAS macros and R functions for various
analysis tasks, with guidance and core code from the statisticians.
-SAS and S-Plus/R programming experience required.
-Discovery/pre-clinical experience will be a plus.
-Experience in Visual Basic and Web programming (HTML, JAVA, Perl, etc.)
will be a plus.
-This is for an experien...
2007 Oct 29
0
FW: Sr. SAS and R programmer needed in MA, NJ, or IL
...ties:
-Contribute to the programming of tables and graphs for various projects
related to genomics/biomarkers and discovery, which include in vitro and
animal pharmacology.
-Help develop automation tools in Microsoft Excel using internal links to
Visual Basic, SAS or R; develop SAS macros and R functions for various
analysis tasks, with guidance and core code from the statisticians.
-SAS and S-Plus/R programming experience required.
-Discovery/pre-clinical experience will be a plus.
-Experience in Visual Basic and Web programming (HTML, JAVA, Perl, etc.)
will be a plus.
-This is for an experien...
2010 Jun 07
0
No subject
changes, there are lots of formatting changes, and things like
additions of "XXX: ..." comments that don't say anything helpful -
these will need removing before the patches are really reviewable.
A higher-level description of what you're attempting to accomplish
with these patchsets would also be very helpful - but much more detail
than "performance and reliability".
2007 Oct 15
0
3 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_codec_audio.h test/swfdec-extract.c
...;
Date: Mon Oct 15 20:00:42 2007 +0200
Pop ction appeared twice in list
diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c
index f2022b4..e11397f 100644
--- a/libswfdec/swfdec_as_interpret.c
+++ b/libswfdec/swfdec_as_interpret.c
@@ -2795,7 +2795,6 @@ const SwfdecActionSpec swfdec_as_actions[256] = {
[SWFDEC_AS_ACTION_ASCII_TO_CHAR] = { "AsciiToChar", NULL, 1, 1, { NULL, swfdec_action_ascii_to_char_5, swfdec_action_ascii_to_char_5, swfdec_action_ascii_to_char, swfdec_action_ascii_to_char } },
[SWFDEC_AS_ACTION_GET_TIME] = { "GetTime", NULL...