search for: satyajit

Displaying 4 results from an estimated 4 matches for "satyajit".

Did you mean: satrajit
2005 Oct 24
1
writing files via samba issues...
...et(566) write_socket: Error writing 4 bytes to so= cket 3: ERRNO =3D Connection reset by peer lib/util_sock.c:send_smb(754) Error writing 4 bytes to client. -1. Exiting =20 I can't delete the file through samba now after this either. Reading files= from the embedded system have no problems. Satyajit Ketkar Technical Professional Operations Engineering Houston TX, 77032 Satyajit.Ketkar@Halliburton.com 281-871-6065=20 =20 --=20 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.361 / Virus Database: 267.12.5/147 - Release Date: 10/24/2005 =20 -------------------...
2012 May 01
1
uninitialized constant LoginController in Ruby
This is my environment.rb # Load the rails application require File.expand_path(''../application'', __FILE__) # Initialize the rails application Qstack::Application.initialize! require ''koala'' This is my application_controller.rb class ApplicationController < ActionController::Base # protect_from_forgery before_filter :parse_facebook_cookies def
2018 May 09
0
[ANNOUNCE] libdrm 2.4.92
...Rex Zhu (1): headers: sync up amdgpu_drm.h with drm-next Rob Clark (2): freedreno: add fd_pipe refcounting bump version for release Rodrigo Vivi (1): intel/intel_chipset.h: Sync Cannonlake IDs. Sabre Shao (1): drm/amdgpu: Remove IB count checking Satyajit (1): libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export Seung-Woo Kim (1): tests/exynos: remove dead condition Stefan Schake (1): android: Add missing include exports Tomasz Figa (1): intel: Do not use libpciaccess on Android Xiaojie Yuan (1):...
2009 Dec 02
14
root_path and root_url undefined
Hi all, I''ve just started working on another RoR project after a couple of months away. I''m having trouble with named routes, specifically root_* In previous apps I''ve used root_path and root_url without any problems, but in this project (2.3.2 - the same as my last project where I used it) it comes up undefined. I''ve double and triple checking my routes.rb,