search for: ncheck

Displaying 20 results from an estimated 27 matches for "ncheck".

Did you mean: check
2005 Oct 22
2
problem with "gem update mysql"
...;'mysql'' Building native extensions. This could take a while... ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/mysql-2.6 for inspection. ruby extconf.rb update mysql\nchecking for mysql_query() in -lmysqlclient... no checking for main() in -lm... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lz... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lsocket... no checking for mysql_query() in -lmysqlclient... no...
2006 Apr 19
2
ubuntu 5.10 postrgres gem
...--without-inetlib --with-nsllib --without-nsllib ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/postgres-0.7.1 fo r inspection. ruby extconf.rb install postgres\nchecking for cygwin32_socket() in -lwsock32. .. no checking for socket() in -lsocket... no checking for gethostbyname() in -linet... no checking for gethostbyname() in -lnsl... no checking for sys/un.h... no checking for socket()... no checking for cygwin32_socket()... no Results logged to /usr/lib/rub...
2006 Mar 01
5
Error installing the MySQL Ruby bindings?
...entlib --without-mysqlclientlib ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection. ruby extconf.rb install mysql -- --with-mysql-dir=/usr/local/mysql\nchecking for mysql_query() in -lmysqlclient... no checking for main() in -lm... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lz... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lsocket... no checking for mysql_query() in -lmysqlclient... no...
2006 Feb 23
6
lighttpd on mac for local development
...ve) lighttpd @1.4.9_0 (active) rb-rubygems @0.8.11_0 (active) readline @5.0.005_0+darwin_8 (active) ruby @1.8.4_1 (active) So, it looks like everything is in place for installing the fcgi gem. But when I run "sudo gem install fcgi" I get the following error: ruby extconf.rb install fcgi\nchecking for fcgiapp.h... yes checking for FCGX_Accept() in -lfcgi... no I''ve tried a few different things I''ve run across online, including running: sudo gem install fcgi -- --with-fcgi-include=/opt/local/include --with-fcgi-lib=/opt/local/lib But no luck. Same error message each ti...
2003 May 20
1
smbd - wide links / possible buffer failure??
...on May 19 16:10:14 2003 @@ -740,6 +740,7 @@ realdir[reallen] = 0; } + bzero( flink, sizeof(flink) ); if (conn->vfs_ops.readlink(conn, name, flink, sizeof(pstring) -1) != -1) { DEBUG(3,("reduce_name: file path name %s is a symlink\nChecking it's path\n", name)); if (*flink == '/') { @@ -750,6 +751,24 @@ pstrcat(cleanlink, flink); } unix_clean_name(cleanlink); + + if (!vfs_GetWd(conn,savedir)) { + DEBUG(0,...
2006 Apr 04
6
connecting to mysql on OS X 10.4
...p://gems.rubyforge.org Building native extensions. This could take a while... ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/ mysql-2.7 for inspection. ruby extconf.rb install mysql\nchecking for mysql_query() in - lmysqlclient... no checking for main() in -lm... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lz... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lsocket... no checking for mysql_query() in -lmysqlclient......
2006 Feb 25
20
Agile Rails book code fails page 32
Starting Agile Web Development with Rails, page 32, everything has worked well so far but on (book not pdf) page 32 I don''t get the "Template Is Missing" error. I get Routing Error Cannot load config/routes.rb: No such file to load -- ./demo/script/../config/../config/routes.rb There is a file at e:\ruby\ror\work\demo\config\routes.rb It''s all greek to me and
2006 Jan 14
6
Error installing Rails/FastCGI/Apache2
...OR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1for inspection. ruby extconf.rb install fcgi -r -- -with-fcgi-lib=/usr/local/fcgi/lib --with-fcgi-include=/usr/local/fcgi/include\nchecking for fcgiapp.h... yes checking for FCGX_Accept() in -lfcgi... no Here''s what mkmf.log has to say: [root@paulbarry fcgi-2.4.0]# cat /usr/lib/ruby/gems/1.8/gems/fcgi- 0.8.6.1/ext/mkmf.log have_header: checking for fcgiapp.h... -------------------- yes "i386-redhat-linux-gcc -E -I....
2002 Oct 07
9
FS corruption; HTREE-related?
...Blockcount: 144 Fragment: Address: 0 Number: 0 Size: 0 ctime: 0x3da05967 -- Sun Oct 6 10:40:23 2002 atime: 0x3da05967 -- Sun Oct 6 10:40:23 2002 mtime: 0x3c9b4e7c -- Fri Mar 22 09:32:12 2002 BLOCKS: (0-11):29991107-29991118, (IND):29991119, (12-16):29991120-29991124 TOTAL: 18 debugfs: ncheck 14992584 Inode Pathname 14992584 /var/data/server2/b/user/bxyz/391. debugfs: ncheck 14992585 Inode Pathname 14992585 /var/data/server2/b/user/bxyz/392. debugfs: stat 392. Inode: 14992585 Type: regular Mode: 0600 Flags: 0x0 Generation: 2449155561 User: 504 Group:...
2006 Aug 24
0
debugfs.ocfs2 usage message fix
Hi all, The help message in debufs.ocfs2 is not consist among ``extent'', ``findpath'', ``locate'', ``ncheck'' and ``help''. ``help'' show that extent accept a block number as its argument. ---8<--- extent <block#> Show extent block ---8<--- But ``extent'' says its argument is an inode number. ---8<--- debugfs: extent usage: extent &...
2006 Apr 30
0
Ruby and Rails on Linux
...}/include --with-fcgi-lib --without-fcgi-lib=${fcgi-dir}/lib ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1 f or inspection. ruby extconf.rb install fcgi\nchecking for fcgiapp.h... no checking for fastcgi/fcgiapp.h... no Results logged to c:/ruby/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/ext/gem_make.out __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __...
2006 Mar 30
2
Rails lost connection to MySQL server!
I getting this error on my project Mysql::Error: Lost connection to MySQL server during query: SHOW FIELDS FROM ... i think that it''s because the mysql database don''t allow persistent connections ..... any idea? thanks -- _________ Noel R. Morais
2005 Mar 14
0
ext3 filesystem corrupt. Which files are affected?
...not just restore an old backup, since I might overwrite edited files etc. So, I have to know WHICH IMAGES were affected by this corruption. Is it possible to see which images were affected by looking at the fsck-output? If yes, please tell me how to do this! AIX seems to have a command named "ncheck" that can output the filename for a given inode-number. Does this exist for ext? Are the numbers in my fsck-log inode-numbers? Thanks for your help! Ben Adler -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: fsck repair 2005-03-03.txt URL:...
2005 Mar 04
24
Rails speed?
Hi -- (First time posting to the list...) I''m trying out Rails on my Mac (OS X Panther, 1.6 G5). It seems... kinda slow? I''ve even run it with FastCGI and the response time is still painfully slow. Is this just me? Is mod_ruby any better than FastCGI? Or is it rails? Thanks in advance! -- joshua
2005 Dec 19
5
gem update fails with "checking for fcgiapp.h... no"
...#39;'fcgi'' Building native extensions. This could take a while... ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1 for inspection. ruby extconf.rb update\nchecking for fcgiapp.h... no checking for fastcgi/fcgiapp.h... no Results logged to /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/ext/gem_make.out bash-2.05b# more /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/ext/gem_make.out ruby extconf.rb update checking for fcgiapp.h... no checking for fastcg...
2003 Apr 08
1
Identify file(s) on specific disk sector
When tar'ing up an ext3 filesystem on a 3ware RAID I have, I got the following errors in my system log: Apr 7 21:27:46 allo 3w-xxxx[957]: Drive error encountered on port 3 on controller ID:0. Check cables and drives for media errors. (0xa) Apr 7 21:27:46 allo kernel: 3w-xxxx: scsi0: Command failed: status = 0xc7, flags = 0x51, unit #0. Apr 7 21:27:58 allo last message repeated 3 times Apr
2005 Oct 29
0
postgres 8.0, PQsetdbLogin() in -lpq... no
...le$ zmac11:/cd/rubythings/ruby-postgres oracle$ gem install postgres ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /opt/local/lib/ruby/gems/1.8/gems/postgres-0.7.1 for inspection. ruby extconf.rb install postgres\nchecking for cygwin32_socket() in -lwsock32... no checking for socket() in -lsocket... no checking for gethostbyname() in -linet... no checking for gethostbyname() in -lnsl... no checking for sys/un.h... yes checking for socket()... yes checking for hsterror()... no checking for gethostname()... yes chec...
2005 Jan 22
6
Still having config problems
Hi, Having completely failed to sort out my apache 500 error, I thought I would work through the "Rolling with Ruby on Rails" tutorial at http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html I am using webrick, not apache - and still getting 500 errors. When I get to page 4 where http://127.0.0.1:3000/recipe/new should give me a data entry screen, instead I get...
2006 Apr 09
18
I can''t get mod_fcgid to work
Hi, I just installed mod_fcgid on my apache2 server. When I try to load my application I get an "Application error - Rails application failed ..." message. In my Apache2 error-log it says: Premature end of script headers dispatch.fcgi mod_fcgid process /data/www/app/dispacth.fcgi exit (communication error), terminated by calling exit(), return code 1 Any help with this would be
2006 Jan 05
5
Lost connection to Mysql
...9;'mysql'' Building native extensions. This could take a while... ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection. ruby extconf.rb install mysql\nchecking for mysql_query() in mysqlclient.lib.. . no checking for main() in m.lib... yes checking for mysql_query() in mysqlclient.lib... no checking for main() in z.lib... no checking for mysql_query() in mysqlclient.lib... no checking for main() in socket.lib... no checking for mysql_query() in mysqlc...