Displaying 6 results from an estimated 6 matches for "p3000".
Did you mean:
3000
2008 Nov 22
1
Acer Aspire Photographer in need of expert help
Ladies and gentlemen
Can someone help me? I have just bought an AS One 120 gig+Linpus Linux as a photo storage device. It is a fabulous machine for the job as the screen is incredibly sharp and the whole deal is better than say the Epson P3000 device.
I use a pair of Canon 400D's and only shoot in Raw. The default image viewer (gThumb??) is fantastic as it does a slide show at the same time as it magnifies the image -A BRILLIANT combination for checking (and discarding) images in the field. The snag? It doesn't read the native Ca...
2009 Nov 23
0
passenger 2.2.7 uses config.ru but starts in development environment
...er to new 2.2.7 version and my app started to
work incorrectly, because it lauched in development environment.
I tried to set "RailsEnv production", "RackEnv production" at my
httpd.conf, but this dont work.
So, maybe somenthing wrong with my config.ru?
#!/usr/bin/env rackup -p3000
require "config/environment"
use Rails::Rack::LogTailer
use Rack::AssetPath # <- my own middleware
use Rails::Rack::Static
run ActionController::Dispatcher.new
What is wrong? Where can i read about customizing config.ru for
production environments?
Thank you
--
You received this m...
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync:
nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum
--times --modify-window 2 --port=31000 --dry-run
/cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR
opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync
--server -vvntrc --modify-window=2 . TESTDIR
Debi...
2018 Feb 05
2
[PATCH v2 1/3] drm/nouveau/pci: PCI IDs for pascal architecture
..."P104-100" },
+ { 0x1ba0, "GeForce GTX 1080M" },
+ { 0x1ba1, "GeForce GTX 1070M" },
+ { 0x1bb0, "Quadro P5000" },
+ { 0x1bb1, "Quadro P4000" },
+ { 0x1bb6, "Quadro P5000" },
+ { 0x1bb7, "Quadro P4000" },
+ { 0x1bb8, "Quadro P3000" },
+ { 0x1be0, "GeForce GTX 1080M" },
+ { 0x1be1, "GeForce GTX 1070M" },
+ { 0x1bc7, "P104-101" },
+ { 0x1c02, "GeForce GTX 1060 3GB" },
+ { 0x1c03, "GeForce GTX 1060 6GB" },
+ { 0x1c04, "GeForce GTX 1050 5GB" },
+ { 0x1c06, "Ge...
2018 Feb 05
3
[PATCH 1/3] drm/nouveau/pci: PCI IDs for pascal architecture
..."P104-100" },
+ { 0x1ba0, "GeForce GTX 1080M" },
+ { 0x1ba1, "GeForce GTX 1070M" },
+ { 0x1bb0, "Quadro P5000" },
+ { 0x1bb1, "Quadro P4000" },
+ { 0x1bb6, "Quadro P5000" },
+ { 0x1bb7, "Quadro P4000" },
+ { 0x1bb8, "Quadro P3000" },
+ { 0x1be0, "GeForce GTX 1080M" },
+ { 0x1be1, "GeForce GTX 1070M" },
+ { 0x1bc7, "P104-101" },
+ { 0x1c02, "GeForce GTX 1060 3GB" },
+ { 0x1c03, "GeForce GTX 1060 6GB" },
+ { 0x1c04, "GeForce GTX 1050 5GB" },
+ { 0x1c06, "Ge...
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
...9;/ as sysdba''
create tablespace mcd datafile ''/oracle/oradata/d102/mcd_0.dbf'' SIZE
500M;
create user mcd identified by XXX default tablespace mcd ;
grant select_catalog_role, connect, resource, XXX, create session to
mcd;
## Start server app
ruby script/server -d -p3000
http://splinter:3000/
## Configure App ( Correct oracle db spec )
vi config/database.yml
development:
adapter: oracle
database: d102
username: mcd
password: XXX
## Test config ( db connection )
rake db:migrate
(OK)
## Create Model & assosciated tables
ruby script/generate...