search for: couldn

Displaying 20 results from an estimated 3468 matches for "couldn".

Did you mean: could
2004 Apr 09
1
Sharp ZQ-290s sync software
...ly problem is it doesn't detect the device connected to the serial port ttyS0. The port belongs to group uucp, and I'm in that group, I even tried it as root. It's giving this: $ wine Desktop fixme:comm:SetupComm insize 3102 outsize 3102 unimplemented stub err:dosfs:DOSFS_CreateCommPort Couldn't open device '/dev/ttyS1' ! (check permissions) fixme:dosfs:DOSFS_OpenDevice device open L"COM2" not supported (yet) err:file:CreateFileW Couldn't open device L"COM2"! err:dosfs:DOSFS_CreateCommPort Couldn't open device '/dev/ttyS2' ! (check permissi...
2009 Jun 03
0
Why I''m getting "Couldn''t locate PCI device ... perhaps already in-use?"
...`pciback.permissive'': ignoring [ 1.210945] pciback 0000:00:1d.0: seizing device [ 1.211082] pciback 0000:00:1d.1: seizing device [ 1.211215] pciback 0000:00:1d.7: seizing device [ 41.327529] pciback: vpci: 0000:00:1d.0: assign to virtual slot 0 [ 41.334528] pciback pci-2-0: 22 Couldn''t locate PCI device (0000:00:1d.0)! perhaps already in-use? [18253.731122] pciback: vpci: 0000:00:1d.0: assign to virtual slot 0 [18253.732869] pciback pci-3-0: 22 Couldn''t locate PCI device (0000:00:1d.0)! perhaps already in-use? [18391.064891] pciback: vpci: 0000:00:1d.0: assign...
1999 Aug 13
1
Samba 2.0.5a: couldnĀ“t set effective gid error
...p are invalid.) smbuser exists in both the passwd and the smbpasswd and is assigned to not have a password. In the log.smb (loglevel 3) I find the following: ... Account for user ?smbuser?has no password and null passwords are allowed. ... ACCEPTED: session list username and given password ok ... Couldn?t set effective gid to 101 currently set to (real=0,eff=0) ... Can?t become connected user! If I do the same as root (smbclient -U root) I get: ... Registered username root for guest access ... ACCEPTED: session list username and given password ok ... Connect path is /tmp ... Couldn?t set effectiv...
2006 Jun 21
4
Simplest way to demonstrate a RoR app
Hi, I have built a simple RoR application and would like to show it to some friends. I would like to assign a dyndns URI like "myapp.dyndns.org" address to point to the application. As the WEBrick/Mongrel servers are running in "localhost (so loopback connections)" and I couldn''t bind them to the external server name or couldn''t bind them to my IP address. What is the simplest way to share a RoR application? Thanks, Hari -- Posted via http://www.ruby-forum.com/.
2013 Mar 15
0
[PATCH] Btrfs: add some free space cache tests
...ee_space_ctl); + + return 0; +} + +static int test_bitmaps(struct btrfs_block_group_cache *cache) +{ + u64 next_bitmap_offset; + int ret; + + printk(KERN_ERR "Running bitmap only tests\n"); + + ret = add_free_space_entry(cache, 0, 4 * 1024 * 1024, 1); + if (ret) { + printk(KERN_ERR "Couldn''t create a bitmap entry %d\n", ret); + return ret; + } + + ret = btrfs_remove_free_space(cache, 0, 4 * 1024 * 1024); + if (ret) { + printk(KERN_ERR "Error removing bitmap full range %d\n", ret); + return ret; + } + + if (check_exists(cache, 0, 4 * 1024 * 1024)) { + print...
2009 Dec 25
1
winetest and Kaspersky AV 2010
Just wanted to let you (the devs) know, that if I have Kaspersky Antivirus 2010 installed on my XP, I will get these 4 errors in the kernel32:toolhelp test: toolhelp.c:178: Test failed: couldn't find self in thread list toolhelp.c:179: Test failed: couldn't find sub-process thread's in thread list toolhelp.c:195: Test failed: couldn't find self in thread list toolhelp.c:196: Test failed: couldn't find sub-process thread's in thread list This is probably happening...
2006 Apr 11
1
error using find() method "couldn''t find"
I get the following error-message: "Couldn''t find Activitycategory with ID=1" How do I make RoR handle this error? When the id is nog found he should return a string or 0 or whatever. I''m guessing by using exceptions but I''m not very familiar with ruby itself ... Help? Steven. -- Posted via http://www....
2009 Aug 16
3
Rails without a database
Hello! I can''t find a way to have rails not use a database. I just left my database.yml file as it is. When I run my rails application that has no models, my browser says that it couldn''t connect to a database. In environment.rb I uncommented the line config.frameworks -= [ :active_record, :active_resource, :action_mailer ] but then Webrick won''t start. Sorry if this has already been posted or the solution is really simple, I couldn''t find anything after...
2010 Jun 28
3
"couldn''t find bootloader config file in the image provided."
...chosencfg = run_grub(file, entry, fs) File "/usr/bin/pygrub", line 536, in run_grub g = Grub(file, fs) File "/usr/bin/pygrub", line 203, in __init__ self.read_config(file, fs) File "/usr/bin/pygrub", line 397, in read_config raise RuntimeError, "couldn''t find bootloader config file in the image provided." RuntimeError: couldn''t find bootloader config file in the image provided. No handlers could be found for logger "xend" Error: Boot loader didn''t return any data! Not quite sure what to do to address thi...
2007 Jun 22
2
InfiniBand device in Xen
Hello, I''m trying to get working infiniband device in Xen. I have Xen v3 with 2.6.18 kernel. I export PCI device from Dom0 into DomU. I''ve enabled permisive device in Dom0. However, inserting infiniband module results in the following messages (with little more verbosity which I have added): pcifront pci-0: Installing PCI frontend pcifront pci-0: Creating PCI Frontend Bus
2011 Sep 01
7
couldn't find file 'jquery' rails 3.1 stable mountable engine
...jquery-rails gem is installed. I have jquery as a dependency in my gemspec file. I''ve even added an Gemfile to the dummy app just to try, but it gives the same error. accessing the dummy app ---------------------------------------------------------- Sprockets::FileNotFound in Root#index couldn''t find file ''jquery'' (in /Webapps/coffee/test/dummy/app/assets/javascripts/application.js:7) Started GET "/" for 127.0.0.1 at 2011-09-01 20:31:01 +0200 Processing by RootController#index as HTML Rendered root/index.html.erb within layouts/application (8.9ms)...
2006 Aug 08
0
Couldn''t find Producttype without an ID
...e="Category[prodtype_id]"> <% @producttype.each do |producttype| %> <option value="<%= producttype.id %>"> <%= producttype.producttype_name %> </option> <% end %> </select> </p> Error is: Couldn''t find Producttype without an ID
2006 Aug 08
0
Error is: Couldn''t find Producttype without an ID
...e="Category[prodtype_id]"> <% @producttype.each do |producttype| %> <option value="<%= producttype.id %>"> <%= producttype.producttype_name %> </option> <% end %> </select> </p> Error is: Couldn''t find Producttype without an ID Tables: class CreateProducttypes < ActiveRecord::Migration def self.up create_table :producttypes do |t| t.column :name, :string t.column :created_at, :datetime t.column :updated_on, :datetime end end def self....
2008 Sep 30
0
RAMDISK: Couldn''t find the valid RAM disk image starting at 0
Hi, I am trying to install Xen on my Gentoo x86_64 Dual-Core AMD Opteron machine. But its failing with the following error. RAMDISK: Couldn''t find the valid RAM disk image starting at 0. VFS: Cannot open root device "sda1" or unknown-block(0,0) Please append a correct "root=" boot oprtion Kernel panic not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Here is the my GRUB configuration info ti...
2006 Feb 01
18
Switchtower Error
This is my deploy file set :application, "varcasa stage" set :repository, "file:///c:/svnrepo/thenali/trunk" # ============================================================================= # ROLES # ============================================================================= # You can define any number of roles, each of which contains any number of # machines. Roles might
2004 Jun 06
4
iptables v1.2.7a: Couldn''t load match `physdev'':/lib/iptables/libipt_physdev.so: cannot open shared object file: No such file or directory
..., but i have now bridged the connections in an attempt to get my WiFi network communicating with the wired network (eth0 and wlan0). I have followed the instructions for bridging from http://www.shorewall.net/bridge.html but when I activate shorewall i get the following message : iptables v1.2.7a: Couldn''t load match `physdev'':/lib/iptables/libipt_physdev.so: cannot open shared object file: No such file or directory I''d be grateful for any suggestions that you may offer, I''m considering disabling the firewall element of shorewall and just use the program for rou...
2008 Jun 11
1
xen migrate never ends
...ublic ip (that is using with xenbr0), and i have a virbr0 configured to have private ips with domus. Some logs (on server that want to migrate): xen-hotplug.log cat /var/log/xen/xen-hotplug.log Nothing to flush. Nothing to flush. Nothing to flush. Nothing to flush. Nothing to flush. xenstore-read: couldn''t read path backend/tap/0/51712/params xenstore-read: couldn''t read path backend/tap/0/51712/params Nothing to flush. Nothing to flush. Nothing to flush. Nothing to flush. Nothing to flush. Nothing to flush. Nothing to flush. Nothing to flush. Nothing to flush. xenstore-read: coul...
2007 Jul 09
5
guest domain couldn''t be started
...el: /vmlinuz-2.6.19-1.2911.6.5.fc6xen initrd: /initrd-2.6.19-1.2911.6.5.fc6xen.img Error: Device 0 (vif) could not be connected. Could not find bridge device xenbr1 I found the following line in file /etc/xen/xen1, vif = [ ''mac=00:16:3e:5c:5c:31, bridge=xenbr1'', ] Why device 0 couldn''t be connected? I don''t know the usage of the bridge device, xenbr1. Anybody has similar problem ? Or know how to slove this problem? THanks. Best Angel
2006 Jan 23
6
Code coverage tools in Ruby?
Can anyone help me find a code coverage tool in ruby? What I want is: given a set of tests that I run, what lines of my code and what routines are covered. And also a list of uncovered routines and tests. I couldn''t find an open source one out there... -- www.kenlet.com
2008 Apr 26
2
Cannot use SSH from dmz to lan
...The shorewall version is shorewall-3.0.7-1 installed in Centos 5.1 (kernal 2.6.18-53.el5) on March. Number one problem is: I edited the policy file was dmz loc ACCEPT info I could use 3389 remote desktop to loc Windows 2003 server but couldn''t use SSH (22 port) to loc Linux server. Also I tried open that two ports in rules file but still couldn''t made the connection between dmz to loc. Here is the log, the log displayed dmz2loc was ACCEPT: Apr 26 18:40:33 shorewall kernel: Shorewall:dmz2loc:ACCEPT:IN=eth0...