search for: 11418

Displaying 8 results from an estimated 8 matches for "11418".

Did you mean: 1418
2003 Feb 11
2
configure can't get readline to work
...ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char rl_callback_read_char (); | int | main () | { | rl_callback_read_char (); | ; | return 0; | } configure:11418: result: no ================================= Does this mean my readline installation is somehow defective? I've tried re-installing readline (and readline-devel) version 4.3-4, to no avail. Can someone give me some hints? Regards, Andy Andy I. Liaw, PhD Biometrics Research Phon...
2015 Apr 20
1
bash script fails conditional test
> > You can probably replace that with a much cleaner pid=$(pidof cassandra). Good to know! I hadn't heard of pidof before. However this is what I get when I run it: [root at web1:~] #pidof cassandra [root at web1:~] # Returns nothing. However: [root at web1:~] #pidof java 27210 11418 10852 Gives me a few pids. Only one of which belongs to cassandra, as I have a few java processes running. I still find that my little script isolates exactly the pid of cassandra that I would need to shutdown. [root at web1:~] #check-cass.sh Cassandra is running with pid: 27210 I really need t...
2015 Apr 20
4
bash script fails conditional test
> > "-e" means "if file exists". You should use "-n" That did it!! [root at web1:~] #./bin/check-cass.sh Cassandra is running with pid: 26979 This is what the script looks like now: #!/bin/bash pid=$(ps -ef | grep cassandra | grep -v grep | grep -i -v -e grep -e screen -e s3fs|awk '{print $2}') if [[ -n $pid ]] then echo "Cassandra is
2004 Aug 06
1
Icecast2 and IceS2 client problem
...presumeably) from ps ax: 11415 pts/2 S 0:00 /usr/local/bin/icecast - c /usr/local/icecast2/conf/icecast.xml 11416 pts/2 S 0:00 /usr/local/bin/icecast - c /usr/local/icecast2/conf/icecast.xml 11417 pts/2 S 0:00 /usr/local/bin/icecast - c /usr/local/icecast2/conf/icecast.xml 11418 pts/2 S 0:00 /usr/local/bin/icecast - c /usr/local/icecast2/conf/icecast.xml 11419 pts/2 S 0:00 /usr/local/bin/icecast - c /usr/local/icecast2/conf/icecast.xml 11420 pts/2 S 0:00 /usr/local/bin/icecast - c /usr/local/icecast2/conf/icecast.xml 11421 pts/2 S 0:00 /usr/...
2006 Jul 05
5
ok, lightTPD is installed... how do i use it.
i used the hivelogic article to install ruby on rails to my mac: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger everything works great using the script/server command, but isn''t that still using WEBrick? how do i server my apps with lightTPD? i tried following the instructions given here: http://duncandavidson.com/essay/2005/12/railsonlighty but have had no
2012 Jan 12
9
linux 3.3-pre-rc1: Starting domU fails with Error: Failed to query current memory allocation of dom0.
Hi Konrad, Today i tried linuses tree of today (last commit is 4c4d285ad5665bfbd983b95fde8d7a477d24a361). It boots dom0 fine, but it fails to start any domU with: "Error: Failed to query current memory allocation of dom0." With my previous 3.1.5 kernel everything is fine, nothing else changed in config in between. dmesg and xm dmesg attached -- Sander Dom0 shows: total
2007 Dec 09
8
zpool kernel panics.
Hi Folks, I''ve got a 3.9 Tb zpool, and it is casing kernel panics on my Solaris 10 280r (SPARC) server. The message I get on panic is this: panic[cpu1]/thread=2a100a95cc0: zfs: freeing free segment (offset=423713792 size=1024) This seems to come about when the zpool is being used or being scrubbed - about twice a day at the moment. After the reboot, the scrub seems to have
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...sult: yes configure:11366: checking for rl_callback_read_char in -lreadline configure:11397: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lreadline -ldl -lncurses -lm >&5 configure:11400: $? = 0 configure:11403: test -s conftest configure:11406: $? = 0 configure:11418: result: yes configure:11434: checking for ANSI C header files configure:11581: result: yes configure:11591: checking whether time.h and sys/time.h may both be included configure:11617: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:11620: $? = 0 configure:11623: test -s conftes...