Displaying 18 results from an estimated 18 matches for "noti".
Did you mean:
not
2017 Aug 25
3
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
attempting to compile dovecot 2.2.31 on Sun/Oracle Solaris 10 SPARC.
configure goes fine. First sign of problems during compile is with this warning:
...............................................
*** libssl_iostream_openssl.so is not portable!
...............................................
actual ERRORS - Soon, compile errors out with undefined symbols. Output at
bottom of note.
2008 Jul 15
4
Iterations
....csv("Sales2007.dat", header=TRUE)
Then I try to organize the data:
sc <- split(x, list(x$Category, x$SubCategory), drop=TRUE)
Then I want to iterate through the data. I was able to get the following to run on the R console:
for(i in 1:length(sc))
{
sum(sc[[i]]$Quantity)
}
But notiing is primted on the console. I find that:
for(i in 1:100)
{
i
}
Also does't output anything? I am probably making a wrong assumption here. Why desn't the loop seem to output anyything?
Thank you.
Kevin
2008 Feb 01
3
auth default : passwd-file Can't open file: Permission denied
Hello,
I'm attempting to migrate from an existing dovecot .99 install to dovecot
1.0.rc15 on a fresh up to date CentOs 5.1. I'm not sure what's causing this
permissions error on startup - I've tried 777,644, and 600 chmods but it's
always this same error:
Feb 1 12:43:05 ns2 dovecot: Dovecot v1.0.rc15 starting up
Feb 1 12:43:06 ns2 dovecot: Auth process died too early -
2024 Jun 28
1
Positron as a tool
This is just an FYI based on a news item I saw tonight.
There have been discussions on what editors or environments people can use
when working with R and I personally have mostly been using versions of
RSTUDIO and lately for both R and python. As often noted, RSTUDIO is a
product of a company, currently still largely free and they have some tweaks
that can cause issues.
The news article
2002 May 22
0
Problem installing tcltk on Solaris
I have built R 1.5.0, and tcl and tk 8.3.4 from sources on a Solaris
2.7 machine. All _appear_ to build successfully. tcl and tk pass
their test suites. They were configured to build shared libraries
(though I also tried it with tk not shared).
When I try to use tcltk, I get this error message:
> library(tcltk)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to
2024 Jun 28
1
Positron as a tool
Hi Avi,
I am not sure that the R-help mailing list is a suitable channel for
advertising R-related tools... But given you mentioned Positron
(https://github.com/posit-dev/positron), which is based on VSCode, it is
worth calling out that a free, open-source, community-maintained, very
feature rich R extension
(https://code.visualstudio.com/docs/languages/r) already exists in VS
Code for
1999 Jan 20
1
pow__ii
> R code works but the shared objects built from fortran code do not find
> the appropriate libs with functions like __pow_ii or __epx at runtime.
I used to have endless trouble with __pow_ii which as I recall could be be
fixed by the correct incantation of the mix of compiler libraries and
LD_LIBRARY_PATH. It seemed to be extremely sensitive and never easy to get
right. The problem is
2024 Jun 28
1
Positron as a tool
Just to be clear, Denis, I am not in any way associated with anybody or anything and just read about it on a news feed not from POSIT directly.
I am aware it is based on existing functionality and have used possibly similar editors for other languages. I did try possibly one touted by Microsoft years ago (perhaps what you are referring to) but felt no need to keep using it at the time. What I am
2017 Sep 21
0
weird wordpress/php/pecl/ssh problem
...h among other things hosts a
website using wordpress.?? I'm using php56u from IUS on C6's native
apache, and pecl + ssh because php-ssh2 is kinda broken. I ran smack dab
into this exact problem:
https://core.trac.wordpress.org/ticket/39746
In my case, wordpress 4.7.6 auto updated, and I notied that 4.8.2 was
available, so I chose my standard update method of ssh2.sftp via the web
interface, and it errored "couldn't find wordpress directories".??
error_log showed a php error: PHP Warning:
file_put_contents(ssh2.sftp://Resource id #834/.maintenance): failed to
open str...
2002 Oct 22
0
dyn.load()
Dear R-help,
I am trying to use routines written in C and Embedded SQL on Sybase in R using dyn.load().
I compiled a couple of test functions into a .so file which I tried to load with R's dynl.load(). This is what happened:
> dyn.load("libRClib.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2001 Oct 21
0
Unable to connect, access denied "Trying to print for W2K to Samba"
I have notied this being reported before, with nos resolution apparent.
I have the exact same problem, and cannot print from a domain
account, but have noticed that if I log into the domain as "root",
I can print fine, and the above mentioned error goes away.
Hope this helps somwhat in the resoulti...
2013 Feb 16
1
[LLVMdev] A weird problem when try to output operand of instruction involving function pointer in a struct
...uot;;
Instruction* pinst = &*i;
for(User::op_iterator opi=pinst->op_begin(), opie=pinst->op_end();
opi!=opie; ++opi){
if (Instruction *Op = dyn_cast<Instruction>(*opi)){
errs() <<Op->getOperand(0)->getName() <<", ";
}else{
errs() <<"noti\n";
}
}
}
}
}
}
The output is:
In function: main
A,
indirect call: tt1,
indirect call: ff2,
indirect call: tt4,
indirect call: ppp,
indirect call: kkk,
You can find that there is a number after tt and ff, I have no idea where
they are coming from. Can anyone give some hint?
Than...
2024 Jun 29
0
R related tools - GUI
For years I used Deducer (Package Deducer) developed by Ian Fellows.?
This is still available and partially remains mostly functional.? He was
working on a new GUI years ago but appears no longer to be in the
pipeline I think replaced by R-Studio.
> Send R-help mailing list submissions to
> r-help at r-project.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2017 Feb 13
2
pop3 login core dump
Hello!
Sorry for my newbie question, I've notied some lines in my logfile
like this:
Feb 13 16:05:54 pop3-login: Fatal: master: service(pop3-login): child 10660
killed with signal 11 (core not dumped - add -D parameter to service pop3-login
{ executable } ...
where am I supposed to add the -D option in order to get the core file
dumped so I c...
2011 Dec 30
1
Asterisk 1.4.42 NOTIFY replies ignore NAT setting
Hi,
I've been trying to fix NOTIFY replies (specifically keep-alives) in 1.4.42
(I can't upgrade to 1.8.x at the moment for various reasons).
I've noticed for user agents that have a VIA header with a different
port than the port the NOTIFY was sent from,
the NOTIFY reply will always be sent back to that port, which is in...
2015 Oct 30
1
Isohybrid wiki page and UEFI
> Ady wrote:
> > The reason genisoimage is highly modified is because... It is
> > unmaintained!
>
> Sad but true. The cdrkit website is gone. Most "original" is
> the debian source package.
>
>
> > The "real" genisoimage (and any reincarnation of
> > it) might never work with Syslinux; who knows?
>
> It works fine for BIOS
2006 Feb 24
2
r56 - trunk/debian
...021q/vlan.c
--- pristine-linux-2.6.12/net/8021q/vlan.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/net/8021q/vlan.c 2006-02-17 00:45:18.233521442 +0100
++++ linux-2.6.12-xen/net/8021q/vlan.c 2006-02-25 00:12:33.775993644 +0100
@@ -578,6 +578,14 @@ static int vlan_device_event(struct noti
if (!vlandev)
continue;
@@ -103757,7 +103760,7 @@
C(priority);
diff -Nurp pristine-linux-2.6.12/net/ipv4/icmp.c linux-2.6.12-xen/net/ipv4/icmp.c
--- pristine-linux-2.6.12/net/ipv4/icmp.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/net/ipv4/icmp.c 2006-02-17 00:45:18.23...
2010 Aug 31
30
Xen 4.0.1 on Ubuntu Lucid 10.04 - Desktop / Server - 64 Bits - With OpenGL (Intel GEM) enabled - From Linuxcon Brazil! :-D
Guys!
Tomorrow in my "live" presentation at Linuxcon Xen Directions! I''ll show
the Xen Live CD to the public!
To celebrate! I want to share my last procedure to get and run Xen 4.0.1 on
Ubuntu 10.04 64 bits, here we go:
The procedure:
1- Install all the packages:
aptitude update
aptitude install bridge-utils build-essential libncurses5-dev dpkg-dev
debhelper