search for: noty

Displaying 14 results from an estimated 14 matches for "noty".

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
I have a command that reads in some data: x <- read.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
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 -
2002 May 22
0
Problem installing tcltk on Solaris
...tcltk.o gcc -G -o tcltk.so tcltk.o -L/erd/statistic/apps/R/local/lib -lm mkdir -p -- ../../../../library/tcltk/libs ------- error message refers to SafeInit so look for it ------ lib[196]% nm /erd/statistic/apps/R/Rtk/build/library/tcltk/libs/tcltk.so | grep Safe [103] | 0| 0|NOTY |GLOB |0 |UNDEF |Tk_SafeInit lib[197]% nm /erd/statistic/apps/R/local/lib/libtk8.3.so | grep Safe [3899] | 0| 0|NOTY |GLOB |0 |UNDEF |Tcl_IsSafe [3718] | 279788| 20|FUNC |GLOB |0 |8 |Tk_SafeInit -- -------------------------------------- Don MacQueen Envir...
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
2017 Sep 21
0
weird wordpress/php/pecl/ssh problem
So I'm running a centos 6 server which 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
2002 Oct 22
0
dyn.load()
...o.1 libm.so.1 => /usr/lib/libm.so.1 libc.so.1 => /usr/lib/libc.so.1 libmp.so.2 => /usr/lib/libmp.so.2 /usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1 > nm /opt/sybase/embeddedsql/lib/libct.so | grep comn_free [1719] | 0| 0|NOTY |GLOB |0 |UNDEF |comn_free But: > nm /opt/sybase/embeddedsql/lib/libintl.so | grep comn_free [167] | 5624| 12|FUNC |GLOB |0 |7 |comn_free Platform: I am running R: > R.Version() $platform [1] "sparc-sun-solaris2.8" $arch [1] "sparc" $os [1] &...
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 resoultion pf this problem. Other than this problem I can print from both Windows, and Linux;
2013 Feb 16
1
[LLVMdev] A weird problem when try to output operand of instruction involving function pointer in a struct
Hi all, I just start to learn llvm. I am trying to get the operand's name of some instruction that invokes a function field of a struct. While, I found in the result that there is a sequence number attached to the function field name. Below is an example: /******source code t2.c*******/ #include <stdio.h> void F(){printf("F\n");} void E(){printf("E\n");} void
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 can examine it? Thanks to all, luciano. --
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 incorrect. (Sonicwalls and other routers love to do this, even
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
Author: tha-guest Date: 2006-02-24 23:45:10 +0000 (Fri, 24 Feb 2006) New Revision: 56 Modified: trunk/debian/README.Debian trunk/debian/changelog trunk/debian/control trunk/debian/linux-2.6.12-xen.patch Log: hopefully for the last commit before release ;-P - xen-hypervisor & -pae now recommends grub (besides PXE-Boot there is no alternative) - updated & added some more to
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