Displaying 3 results from an estimated 3 matches for "22477".
Did you mean:
224,7
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...g arpa/inet.h usability
configure:22444: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:22450: $? = 0
configure:22454: test -z
|| test ! -s conftest.err
configure:22457: $? = 0
configure:22460: test -s conftest.o
configure:22463: $? = 0
configure:22473: result: yes
configure:22477: checking arpa/inet.h presence
configure:22487: gcc -E -I/usr/local/include conftest.c
configure:22493: $? = 0
configure:22513: result: yes
configure:22548: checking for arpa/inet.h
configure:22555: result: yes
configure:22432: checking dl.h usability
configure:22444: gcc -c -g -O2 -I/usr/local/inc...
2012 Dec 14
1
BRI D-channel goes up and down
...== Primary D-Channel on span 3 up
== Primary D-Channel on span 4 up
== Primary D-Channel on span 5 down
[Dec 14 18:53:25] WARNING[22478]: sig_pri.c:1150 pri_find_dchan: Span 5: D-channel is down!
== Primary D-Channel on span 5 up
== Primary D-Channel on span 4 down
[Dec 14 18:53:30] WARNING[22477]: sig_pri.c:1150 pri_find_dchan: Span 4: D-channel is down!
== Primary D-Channel on span 3 down
[Dec 14 18:53:30] WARNING[22476]: sig_pri.c:1150 pri_find_dchan: Span 3: D-channel is down!
== Primary D-Channel on span 4 up
== Primary D-Channel on span 3 up
It seems I can dial out and in but I...
2006 Feb 03
4
contoller code mysteries
In my controller...this code works
def list2
first_name = params[:client][:first_name]
@myclients = Client.find(:all, :conditions =>
["first_name = :first_name", {:first_name => first_name}])
end
this code doesn''t...
def list2
first_name = params[:client][:first_name]
if first_name
searchstring = ''["first_name =