Displaying 20 results from an estimated 2000 matches similar to: "ROR - Random [BUG] Segmentation faults"
2004 Dec 24
1
Tutorial Steps Two & Three
Hey-
I ran into to some problems when trying to follow "A tutorial by
Rails'' users." When I reached Step Three and executed the controller
script as follows:
ruby script/generate controller Friends list display new edit
I got this error message:
C:\Inetpub\wwwroot\rails>ruby script/generate controller Friends list display ne
w edit
2008 Jun 03
11
rake db:migrate not working
When I run the rake db:migrate command, I get this:
C:\testror\depot>rake db:migrate --trace
(in C:/testror/depot)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
182: Le systÞme d''exploitation ne peut pas exÚcuter %1. - c:/ruby/
lib/ruby/gem
2008 Jan 17
6
Problems with sqlserver 2000 and ActiveRecord
Hi,
I''m getting some trouble in connecting to a sql server 2000
database with ActiveRecord-2.0.1 and ruby 186-26, from
win XP.
Using the next conenction config:
ActiveRecord::Base.establish_connection(
:adapter => "sqlserver",
:database => "nombre_bd",
:username => "usu",
:password => "contra"
)
I have the next error:
2009 Nov 16
0
mysql_adapter.rb:576: [BUG] Segmentation fault
Hello there,
I am encountering segfaults with following:
ruby 1.8.6 (2008-08-11) [i386-mswin32] on windows 7,
rails 2.3.2,
mysql (2.7.1) gem and
MySQL 5.0.87-community-nt-log
Tried with MySQL 5.1 and mysql gem 2.8.1 with no luck.
Loga are showing:
C:\Users\Alex\Documents\IT\ruote-web2>ruby script\server --port=3333
=> Booting Mongrel
=> Rails 2.3.2 application starting on
2012 Jan 11
0
Samba 3.5.10 and Windows 7 DNS Issues
Having a hard time getting Samba 3.5.10 on Centos 6 and Windows 7 to play nice. The Windows 7 clients are on a windows domain, DFBFL.ad.foo.com, but the Samba server is not a member of this domain. Security level in samba is set to USER. I can successfully browe and access samba shares utilizing the IP, \\10.70.147.151\<file:///\\10.70.147.151\>, but cannot using the DNS name,
2003 Dec 16
3
Tinc on windows XP Problem?
Hello All , I installed tinc for windows. But it doesn't seem to work.
I want to connect two computers(for testing purposes)
computer1(webdev) and computer2(gis) I have installed the tap-win32 on both
of them.
Both computers are windows XP. Also I don't have a router.
Computer1:webdev
-----------------------
C:\Program Files\tinc\vpn1\tinc.conf
Name = webdev
ConnectTo = office
2009 Sep 04
2
perplexing permissions issue
Hello,
I have a perplexing permissions problem that i thought i had, but
it's resurfaced.
I'm running CentOS 5.3 and it runs an apache web server. The
permissions on the web data directory in this case /var/www/secure/data are
set to 4775 owner of apache group of webdev. All users that should be
allowed to place content are in the webdev group. I was under the impression
that any file
2017 Nov 14
1
SMTP and IMAP authentication critically fails out of the blue
Hello Community and first things First:
dovecot --version2.2.9dovecot -n# 2.2.9: /etc/dovecot/dovecot.conf# OS: Linux 3.13.0-042stab125.5 x86_64 Ubuntu 14.04.5 LTSauth_mechanisms = plain logindict {? sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf}listen = *,[::]log_timestamp = "%Y-%m-%d %H:%M:%S "login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c
2009 Jun 17
2
weird permissions issue
Recently some folks in our engineering group started encountering a
problem where they can't write to or alter files or folders they did not
create.
Anyone know what could be causing this type of problem? The users having
the problem are all in the eng group is /etc/groups. smb.conf for that
share:
smb.conf:
#smb.conf is the main Samba configuration file. You find a full commented
#
2008 Apr 16
1
valid users = +group doesn't work
Hi all,
I seem to be having a problem identical to this bug:
https://bugzilla.samba.org/show_bug.cgi?id=3940 in Samba 3.0.28, however the
bug is supposed to be fixed by now.
I have a Fedora 7 box joined as a member to Windows 2003 domain. All my
Windows users have accounts on the Samba machine, with the same user name in
Windows and in Unix. I have a share with valid users = +group, where
2001 Jul 14
2
current tshirt/slogan submissions
Just a note that the current submissions are finally online at:
http://www.xiph.org/~jack/tshirt/
Remember to send your submissions for tshirts and/or slogans to me at
jack@xiph.org, and I will put them up.
Also linked from that page are the original .fig and .eps files of the
xiph and ogg logos.
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2006 Aug 11
1
mongrel still fails to write pid file when starting with config file
upgraded to 0.3.13.4 this morning in order to correct the above titled
problem but mongrel is still not writing the pid file when starting
with a config file
verified i am running 03.13.4 with --version
if i run this command:
mongrel_rails start -p 3000 -e production -d --user mongrel --group webdev
mongrel DOES create the pid file
if i run the same, and include -G config/mongrel.conf, the
2010 Jul 30
2
logos and goodies
I've got a couple questions related to my search (in vain) for an "R" tshirt
or coffee mug. The first question is simply: is there a higher-resolution
R logo available than the one at r-developer.org? (or the modified one
provided by useR conference pages)
Next: what are the chances of someone in the "R management" setting up a
cafepress.com "R
2009 Aug 18
1
WebDav on CentOS?
Hello,
I'm trying to set up webdav on apache on centos. My web area has dav
on set, it's permissions are 775 owner of the apache user and group of the
webdev group which i put users in who can write to the area. As a user
locally logged on to the machine i can cd to the area and create content
though it is owned and has a group of the user who made it i don't think
this is what i
2006 Apr 28
1
Apache proxy to lighttpd leads to Rails routing error
Hello,
I have an issue I am having trouble figuring out. I have a Rails app
running through lighttpd which is accessed through an Apache proxy.
My apache config:
<location /rails/>
ProxyPass http://localhost:81/
ProxyPassReverse http://localhost:81/
</location>
RewriteEngine On
RewriteRule ^/rails/(.*) http://localhost:81/$1 [P]
So when apache sees /rails/ it
2003 Dec 10
1
Can't access remote server
RedHat 9, samba-2.2.7a-8.9.0. Fresh install. No iptables or any firewall
settings.
I can access my server fine locally with smbclient, but using smbclient from
a machine located in a network I get this:
[kwang@gorgon kwang]$ smbclient //webdev.ic2.org/home
added interface ip=24.243.211.67 bcast=24.243.223.255 nmask=255.255.240.0
added interface ip=192.168.0.2 bcast=192.168.0.255
2009 Oct 23
3
samba+ldap
Does this mean that my samba is ready to connect to LDAP server?
root at webdev # ./smbd -b |grep LDAP
HAVE_LDAP_H
HAVE_LDAP
HAVE_LDAP_ADD_RESULT_ENTRY
HAVE_LDAP_INIT
HAVE_LDAP_INITIALIZE
HAVE_LDAP_SET_REBIND_PROC
HAVE_LIBLDAP
LDAP_SET_REBIND_PROC_ARGS
root at webdev #
Thanks!
Paras.
2008 Jan 17
2
Webdev tools
I want a tool that will allow me to download files from a webdev site.
All I have found is the other direction: my files to a webdav server.
In particular (some of you might be interested) is the whole IEEE 802.11
meeting documents webdav site: https://mentor.ieee.org/802.11/documents
2005 Mar 09
2
LoadError
Hi,
Im new to both Ruby and Rails, though am impressed by both. I am however
stuck on a problem, when trying to run a demo. I''ve setup a postgresql
database with a cookbook demo as per OnLamp, returned is the following
error message:
LoadError in Recipe#new
No such file to load -- postgres
script/server:48
Has anyone come across this error before? Anyone know how I should go
about
2008 Jan 16
0
[CruiseControl] RubyOnRails build 8649 failed
The build failed.
CHANGES
-------
Revision 8649 committed by gbuesing on 2008-01-16 20:07:10
Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibility with Time. Closes #10002
M /trunk/activesupport/CHANGELOG
M /trunk/activesupport/lib/active_support/core_ext/date_time/calculations.rb
M /trunk/activesupport/test/core_ext/date_time_ext_test.rb
TEST FAILURES AND